]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: better description for rotated table cells with line breaks
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
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 is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 varwidth
159 \end_modules
160 \maintain_unincluded_children false
161 \language english
162 \language_package default
163 \inputencoding auto
164 \fontencoding global
165 \font_roman "lmodern" "default"
166 \font_sans "lmss" "default"
167 \font_typewriter "lmtt" "default"
168 \font_math "auto" "auto"
169 \font_default_family default
170 \use_non_tex_fonts false
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100 100
174 \font_tt_scale 100 100
175 \use_microtype false
176 \use_dash_ligatures true
177 \graphics default
178 \default_output_format pdf2
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
186 \pdf_author "LyX Team, Uwe Stöhr"
187 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
188 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize default
200 \use_geometry false
201 \use_package amsmath 1
202 \use_package amssymb 1
203 \use_package cancel 1
204 \use_package esint 1
205 \use_package mathdots 1
206 \use_package mathtools 1
207 \use_package mhchem 1
208 \use_package stackrel 1
209 \use_package stmaryrd 1
210 \use_package undertilde 1
211 \cite_engine basic
212 \cite_engine_type default
213 \biblio_style plain
214 \use_bibtopic false
215 \use_indices false
216 \paperorientation portrait
217 \suppress_date false
218 \justification true
219 \use_refstyle 0
220 \use_minted 0
221 \notefontcolor #0000ff
222 \index Index
223 \shortcut idx
224 \color #008000
225 \end_index
226 \secnumdepth 3
227 \tocdepth 3
228 \paragraph_separation skip
229 \defskip medskip
230 \is_math_indent 0
231 \math_numbering_side default
232 \quotes_style english
233 \dynamic_quotes 0
234 \papercolumns 1
235 \papersides 2
236 \paperpagestyle default
237 \tracking_changes false
238 \output_changes false
239 \html_math_output 0
240 \html_css_as_file 0
241 \html_be_strict false
242 \end_header
243
244 \begin_body
245
246 \begin_layout Title
247 \SpecialChar LyX
248 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
249 \end_layout
250
251 \begin_layout Author
252 by the \SpecialChar LyX
253  Team
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 If you have comments or error corrections, please send them to the \SpecialChar LyX
260  Documentatio
261 n mailing list: 
262 \begin_inset CommandInset href
263 LatexCommand href
264 name "lyx-docs@lists.lyx.org"
265 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
266 type "mailto:"
267 literal "false"
268
269 \end_inset
270
271
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Note Note
278 status collapsed
279
280 \begin_layout Plain Layout
281 author: Uwe Stöhr
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \family sans
296 Version 2.3.x
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset CommandInset toc
301 LatexCommand tableofcontents
302
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset Note Note
310 status open
311
312 \begin_layout Plain Layout
313 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
314 -packages 
315 \series bold
316 arydshln
317 \series default
318
319 \series bold
320 colortbl
321 \series default
322
323 \series bold
324 diagbox, lettrine, marginnote, picinpar
325 \series default
326  and 
327 \series bold
328 sidecap
329 \series default
330  must be installed.
331  If they are not installed you can export the document anyway but the sections
332  where the packages are required won't appear in the output.
333 \end_layout
334
335 \begin_layout Plain Layout
336 The latest PDF-version of this document can be found here:
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \series bold
342 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Chapter
351 Figures
352 \begin_inset Index idx
353 status collapsed
354
355 \begin_layout Plain Layout
356 Figures
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 Graphics|see
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 {
373 \end_layout
374
375 \end_inset
376
377 Figures
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383 }
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Section
397 Graphics Dialog
398 \begin_inset Index idx
399 status collapsed
400
401 \begin_layout Plain Layout
402 Figures ! Graphics Dialog
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset CommandInset label
409 LatexCommand label
410 name "sec:Graphics-Dialog"
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Standard
418 To insert an image into your document, place the cursor at the text position
419  you want and click on the toolbar icon 
420 \begin_inset Info
421 type  "icon"
422 arg   "dialog-show-new-inset graphics"
423 \end_inset
424
425  or use the menu 
426 \family sans
427 Insert\SpecialChar menuseparator
428 Graphics
429 \family default
430 .
431  Then a dialog will appear to choose the file to load.
432  The image will appear in the output exactly at the position where it is
433  in the text.
434 \end_layout
435
436 \begin_layout Standard
437 The graphics dialog can be called at any time by clicking on an image.
438  This dialog has three tabs:
439 \end_layout
440
441 \begin_layout Description
442
443 \family sans
444 Graphics
445 \family default
446  Here you can choose an image file and adjust its appearance in the output.
447  The available units for the image size are explained in appendix
448 \begin_inset space ~
449 \end_inset
450
451
452 \begin_inset CommandInset ref
453 LatexCommand ref
454 reference "cha:Units-available-in"
455
456 \end_inset
457
458 .
459 \begin_inset Newline newline
460 \end_inset
461
462
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 Figures ! rotated
468 \end_layout
469
470 \end_inset
471
472 You can rotate images counter-clockwise by setting a rotation angle and
473  a rotation origin.
474  The image will also be rotated inside \SpecialChar LyX
475 .
476 \begin_inset Newline newline
477 \end_inset
478
479
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Figures ! scaled
485 \end_layout
486
487 \end_inset
488
489 Images can be scaled by using a percentage value or by setting the width
490  and height explicitly.
491  If you set only the width or only the height, the other size will be determined
492  automatically.
493  If you set both, then the image will be transformed to the given size,
494  possibly distorting it.
495  To prevent the image from distortion, use the option 
496 \family sans
497 Maintain aspect ratio
498 \family default
499 .
500  The image will then be scaled so that its width and height don't exceed
501  the specified dimensions.
502 \begin_inset Newline newline
503 \end_inset
504
505 Images can be opened in a program of your choice by right-clicking on it
506  and choosing the entry 
507 \family sans
508 Edit
509 \begin_inset space ~
510 \end_inset
511
512 externally
513 \family default
514  in the context menu.
515  The program can be set for every image format in the file format settings
516  in \SpecialChar LyX
517 's preferences.
518 \end_layout
519
520 \begin_layout Description
521
522 \family sans
523 Clipping
524 \family default
525  Alternatively to the usage of scaling units it is possible to set image
526  coordinates to adjust the height and width of the image in the output.
527  The coordinates can also be calculated automatically by pressing the button
528  
529 \family sans
530 Get
531 \begin_inset space ~
532 \end_inset
533
534 from
535 \begin_inset space ~
536 \end_inset
537
538 File
539 \family default
540 .
541  The option 
542 \family sans
543 Clip
544 \begin_inset space ~
545 \end_inset
546
547 to
548 \begin_inset space ~
549 \end_inset
550
551 bounding
552 \begin_inset space ~
553 \end_inset
554
555 box
556 \family default
557  will only print the image region within the given coordinates.
558  Normally you don't need to worry about image coordinates and can ignore
559  this tab.
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 LaTeX
566 \begin_inset space ~
567 \end_inset
568
569 and
570 \begin_inset space ~
571 \end_inset
572
573 LyX
574 \begin_inset space ~
575 \end_inset
576
577 options
578 \family default
579  In this tab you can modify the appearance of the image within \SpecialChar LyX
580  and \SpecialChar LaTeX
581  experts
582  can specify additional \SpecialChar LaTeX
583  options.
584 \begin_inset Newline newline
585 \end_inset
586
587 The option 
588 \family sans
589 Draft
590 \begin_inset space ~
591 \end_inset
592
593 mode
594 \family default
595  makes the image appear in the output only as a frame with the size of the
596  image.
597 \begin_inset Newline newline
598 \end_inset
599
600 In the section 
601 \family sans
602 Graphics
603 \begin_inset space ~
604 \end_inset
605
606 Group
607 \family default
608  you can define or join an image settings group.
609 \begin_inset Index idx
610 status collapsed
611
612 \begin_layout Plain Layout
613 Figures ! Settings grouping
614 \end_layout
615
616 \end_inset
617
618  Images within such a group share their settings, so adjusting one image
619  of the group automatically also adjusts all other images of the group in
620  the same way.
621  So you can for example change the size for a bunch of images without the
622  need to manually change each of them.
623  Joining an existing group can also be done using the context menu of the
624  image by checking the name of the desired group.
625 \end_layout
626
627 \begin_layout Standard
628 \begin_inset VSpace bigskip
629 \end_inset
630
631
632 \end_layout
633
634 \begin_layout Standard
635 This is an example image in PDF format
636 \begin_inset Foot
637 status collapsed
638
639 \begin_layout Plain Layout
640 Image formats are explained in section
641 \begin_inset space ~
642 \end_inset
643
644
645 \begin_inset CommandInset ref
646 LatexCommand ref
647 reference "sec:Image-Formats"
648
649 \end_inset
650
651 .
652 \end_layout
653
654 \end_inset
655
656  within a separate, horizontally centered paragraph:
657 \end_layout
658
659 \begin_layout Standard
660 \align center
661 \begin_inset Graphics
662         filename clipart/2D-intensity-plot.pdf
663         scaleBeforeRotation
664         rotateOrigin center
665
666 \end_inset
667
668
669 \end_layout
670
671 \begin_layout Standard
672 This is the same image like the one above but in draft mode:
673 \end_layout
674
675 \begin_layout Standard
676 \align center
677 \begin_inset Graphics
678         filename clipart/2D-intensity-plot.pdf
679         draft
680         scaleBeforeRotation
681         rotateOrigin center
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 \begin_inset Newpage newpage
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Section
696 Figure Floats
697 \begin_inset CommandInset label
698 LatexCommand label
699 name "sec:Figure-Floats"
700
701 \end_inset
702
703
704 \begin_inset Index idx
705 status collapsed
706
707 \begin_layout Plain Layout
708 Floats ! Figures
709 \end_layout
710
711 \end_inset
712
713
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 Figures ! Floats
719 \end_layout
720
721 \end_inset
722
723
724 \end_layout
725
726 \begin_layout Standard
727 For general explanations about floats, have a look at section
728 \begin_inset space ~
729 \end_inset
730
731
732 \begin_inset CommandInset ref
733 LatexCommand ref
734 reference "sec:FloatIntroduction"
735
736 \end_inset
737
738 .
739 \end_layout
740
741 \begin_layout Standard
742 The toolbar button 
743 \begin_inset Info
744 type  "icon"
745 arg   "float-insert figure"
746 \end_inset
747
748  and the menu 
749 \family sans
750 Insert\SpecialChar menuseparator
751 Float\SpecialChar menuseparator
752 Figure
753 \family default
754  inserts a float with a caption that has the label 
755 \begin_inset Quotes eld
756 \end_inset
757
758 Figure
759 \begin_inset space ~
760 \end_inset
761
762 #:
763 \begin_inset Quotes erd
764 \end_inset
765
766  (# is the actual number).
767  You can insert the image above the caption, like in Figure
768 \begin_inset space ~
769 \end_inset
770
771
772 \begin_inset CommandInset ref
773 LatexCommand ref
774 reference "fig:A-star-in"
775
776 \end_inset
777
778  or below the caption, like in Figure
779 \begin_inset space ~
780 \end_inset
781
782
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "fig:A-3D-object"
786
787 \end_inset
788
789 .
790  More about caption placement is described in section
791 \begin_inset space ~
792 \end_inset
793
794
795 \begin_inset CommandInset ref
796 LatexCommand ref
797 reference "sec:Caption-Placement"
798
799 \end_inset
800
801 .
802 \end_layout
803
804 \begin_layout Standard
805 \begin_inset Float figure
806 wide false
807 sideways false
808 status open
809
810 \begin_layout Plain Layout
811 \align center
812 \begin_inset Graphics
813         filename clipart/Star-structure.pdf
814         lyxscale 60
815         width 50col%
816         scaleBeforeRotation
817         rotateOrigin center
818
819 \end_inset
820
821
822 \end_layout
823
824 \begin_layout Plain Layout
825 \begin_inset Caption Standard
826
827 \begin_layout Plain Layout
828 \begin_inset CommandInset label
829 LatexCommand label
830 name "fig:A-star-in"
831
832 \end_inset
833
834 A star in a float.
835 \end_layout
836
837 \end_inset
838
839
840 \end_layout
841
842 \end_inset
843
844
845 \end_layout
846
847 \begin_layout Standard
848 \begin_inset Float figure
849 wide false
850 sideways false
851 status open
852
853 \begin_layout Plain Layout
854 \begin_inset Caption Standard
855
856 \begin_layout Plain Layout
857 \begin_inset CommandInset label
858 LatexCommand label
859 name "fig:A-3D-object"
860
861 \end_inset
862
863 A 3D object.
864 \end_layout
865
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Plain Layout
872 \align center
873 \begin_inset Graphics
874         filename clipart/3D-structure-distort.pdf
875         lyxscale 60
876         scale 80
877         scaleBeforeRotation
878         rotateOrigin center
879
880 \end_inset
881
882
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset Index idx
892 status collapsed
893
894 \begin_layout Plain Layout
895 References ! to Figures
896 \end_layout
897
898 \end_inset
899
900 Figure
901 \begin_inset space ~
902 \end_inset
903
904
905 \begin_inset CommandInset ref
906 LatexCommand ref
907 reference "fig:A-star-in"
908
909 \end_inset
910
911  and 
912 \begin_inset CommandInset ref
913 LatexCommand ref
914 reference "fig:A-3D-object"
915
916 \end_inset
917
918  are examples of referenced figures.
919  Figures can be referenced in the text by referencing their label.
920  To do this insert a label in the caption using the menu 
921 \family sans
922 Insert\SpecialChar menuseparator
923 Label
924 \family default
925  or the toolbar button 
926 \begin_inset Info
927 type  "icon"
928 arg   "label-insert"
929 \end_inset
930
931 .
932  You can now refer to the label using the menu 
933 \family sans
934 Insert\SpecialChar menuseparator
935 Cross
936 \begin_inset space ~
937 \end_inset
938
939 reference
940 \family default
941  or the toolbar button 
942 \begin_inset Info
943 type  "icon"
944 arg   "dialog-show-new-inset ref"
945 \end_inset
946
947 .
948  It is important to use references to floats, rather than using vague references
949  like 
950 \begin_inset Quotes eld
951 \end_inset
952
953 the figure above
954 \begin_inset Quotes erd
955 \end_inset
956
957 , because \SpecialChar LaTeX
958  will reposition the floats in the final document and it might
959  not be 
960 \begin_inset Quotes eld
961 \end_inset
962
963 above
964 \begin_inset Quotes erd
965 \end_inset
966
967  at all.
968 \begin_inset Newline newline
969 \end_inset
970
971 Referencing is explained in detail in section
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "sec:Referencing-Floats"
979
980 \end_inset
981
982 .
983 \end_layout
984
985 \begin_layout Standard
986 Normally only one image is inserted to a figure float, but sometimes you
987  might want to use two images with separate subcaptions.
988  This can be done by inserting image floats into existing image floats.
989  Note that only the main caption of the float is added to the List of Figures.
990  Figure
991 \begin_inset space ~
992 \end_inset
993
994
995 \begin_inset CommandInset ref
996 LatexCommand ref
997 reference "fig:Two-distorted-images"
998
999 \end_inset
1000
1001  is an example of a figure float with two images set side by side.
1002  You can also set the images one below the other.
1003  Figure
1004 \begin_inset space ~
1005 \end_inset
1006
1007
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "fig:Pink-object"
1011
1012 \end_inset
1013
1014  and 
1015 \begin_inset CommandInset ref
1016 LatexCommand ref
1017 reference "fig:A-star"
1018
1019 \end_inset
1020
1021  are the subfigures.
1022 \end_layout
1023
1024 \begin_layout Standard
1025 \begin_inset Float figure
1026 wide false
1027 sideways false
1028 status open
1029
1030 \begin_layout Plain Layout
1031 \begin_inset space \hfill{}
1032 \end_inset
1033
1034
1035 \begin_inset Float figure
1036 wide false
1037 sideways false
1038 status collapsed
1039
1040 \begin_layout Plain Layout
1041 \begin_inset Caption Standard
1042
1043 \begin_layout Plain Layout
1044 \begin_inset CommandInset label
1045 LatexCommand label
1046 name "fig:Pink-object"
1047
1048 \end_inset
1049
1050 Pink object.
1051 \end_layout
1052
1053 \end_inset
1054
1055
1056 \end_layout
1057
1058 \begin_layout Plain Layout
1059 \begin_inset Graphics
1060         filename clipart/3D-structure-distort.pdf
1061         width 45col%
1062         scaleBeforeRotation
1063         groupId distorted
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \begin_inset space \hfill{}
1074 \end_inset
1075
1076
1077 \begin_inset Float figure
1078 wide false
1079 sideways false
1080 status collapsed
1081
1082 \begin_layout Plain Layout
1083 \begin_inset Caption Standard
1084
1085 \begin_layout Plain Layout
1086 \begin_inset CommandInset label
1087 LatexCommand label
1088 name "fig:A-star"
1089
1090 \end_inset
1091
1092 A star.
1093 \end_layout
1094
1095 \end_inset
1096
1097
1098 \end_layout
1099
1100 \begin_layout Plain Layout
1101 \begin_inset Graphics
1102         filename clipart/Star-structure.pdf
1103         width 45col%
1104         scaleBeforeRotation
1105         groupId distorted
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \begin_inset space \hfill{}
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \begin_layout Plain Layout
1122 \begin_inset Caption Standard
1123
1124 \begin_layout Plain Layout
1125 \begin_inset CommandInset label
1126 LatexCommand label
1127 name "fig:Two-distorted-images"
1128
1129 \end_inset
1130
1131 Two distorted images.
1132  Both images are in the image settings group named 
1133 \begin_inset Quotes eld
1134 \end_inset
1135
1136 distorted
1137 \begin_inset Quotes erd
1138 \end_inset
1139
1140 .
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Standard
1154 \begin_inset Newpage newpage
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \begin_layout Section
1161 Image Formats
1162 \begin_inset CommandInset label
1163 LatexCommand label
1164 name "sec:Image-Formats"
1165
1166 \end_inset
1167
1168
1169 \begin_inset Index idx
1170 status collapsed
1171
1172 \begin_layout Plain Layout
1173 Image Formats
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \begin_inset Index idx
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 Figures ! Image Formats
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Standard
1192 You can insert images in any known file format.
1193  But as explained in appendix
1194 \begin_inset space ~
1195 \end_inset
1196
1197
1198 \begin_inset CommandInset ref
1199 LatexCommand ref
1200 reference "cha:Output-File-Formats"
1201
1202 \end_inset
1203
1204 , each output document format allows only a few image formats.
1205  \SpecialChar LyX
1206  uses therefore the program 
1207 \family typewriter
1208 ImageMagick
1209 \family default
1210  in the background to convert the images to the right format.
1211  To increase your work flow by avoiding these conversions in the background,
1212  you could choose to use only the image formats that can directly be embedded
1213  in the output file format.
1214  The output file formats are explained in appendix
1215 \begin_inset space ~
1216 \end_inset
1217
1218
1219 \begin_inset CommandInset ref
1220 LatexCommand ref
1221 reference "cha:Output-File-Formats"
1222
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \begin_layout Standard
1229 Similar to fonts there are two types of image formats:
1230 \end_layout
1231
1232 \begin_layout Description
1233 Bitmap
1234 \begin_inset space ~
1235 \end_inset
1236
1237 images consist of pixel values, often in a compressed form.
1238  They are therefore not fully scalable and look pixelated in large zooms.
1239  Well-known bitmap image formats are 
1240 \begin_inset Quotes eld
1241 \end_inset
1242
1243 Graphics Interchange Format
1244 \begin_inset Quotes erd
1245 \end_inset
1246
1247  (GIF, file extension 
1248 \begin_inset Quotes eld
1249 \end_inset
1250
1251
1252 \family typewriter
1253 .gif
1254 \family default
1255
1256 \begin_inset Quotes erd
1257 \end_inset
1258
1259 )
1260 \begin_inset Index idx
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264 GIF|see
1265 \begin_inset ERT
1266 status collapsed
1267
1268 \begin_layout Plain Layout
1269
1270 {
1271 \end_layout
1272
1273 \end_inset
1274
1275 Image formats
1276 \begin_inset ERT
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280
1281 }
1282 \end_layout
1283
1284 \end_inset
1285
1286
1287 \end_layout
1288
1289 \end_inset
1290
1291
1292 \begin_inset Quotes eld
1293 \end_inset
1294
1295 Portable Network Graphics
1296 \begin_inset Quotes erd
1297 \end_inset
1298
1299  (PNG, file extension 
1300 \begin_inset Quotes eld
1301 \end_inset
1302
1303
1304 \family typewriter
1305 .png
1306 \family default
1307
1308 \begin_inset Quotes erd
1309 \end_inset
1310
1311 )
1312 \begin_inset Index idx
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 PNG|see
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 {
1323 \end_layout
1324
1325 \end_inset
1326
1327 Image formats
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 }
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \end_layout
1340
1341 \end_inset
1342
1343 , and 
1344 \begin_inset Quotes eld
1345 \end_inset
1346
1347 Joint Photographic Experts Group
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351  (JPG, file extension 
1352 \begin_inset Quotes eld
1353 \end_inset
1354
1355
1356 \family typewriter
1357 .jpg
1358 \family default
1359
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  or 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367
1368 \family typewriter
1369 .jpeg
1370 \family default
1371
1372 \begin_inset Quotes erd
1373 \end_inset
1374
1375 )
1376 \begin_inset Index idx
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 JPG|see
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 {
1387 \end_layout
1388
1389 \end_inset
1390
1391 Image formats
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 }
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \end_inset
1406
1407 .
1408 \end_layout
1409
1410 \begin_layout Description
1411 Vector
1412 \begin_inset space ~
1413 \end_inset
1414
1415 images consist of vectors and can therefore be scaled to any size without
1416  data loss.
1417  The scaling ability is necessary if you want to create presentations, because
1418  presentations are always scaled by the video projector.
1419  Scaling is also useful for online documents to let the user zoom into diagrams.
1420 \begin_inset Newline newline
1421 \end_inset
1422
1423 Well-known scalable image formats are 
1424 \begin_inset Quotes eld
1425 \end_inset
1426
1427 Scalable Vector Graphics
1428 \begin_inset Quotes erd
1429 \end_inset
1430
1431  (SVG, file extension 
1432 \begin_inset Quotes eld
1433 \end_inset
1434
1435
1436 \family typewriter
1437 .svg
1438 \family default
1439
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443 )
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 SVG|see
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 {
1455 \end_layout
1456
1457 \end_inset
1458
1459 Image formats
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 }
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \begin_inset Quotes eld
1477 \end_inset
1478
1479 Encapsulated PostScript
1480 \begin_inset Quotes erd
1481 \end_inset
1482
1483  (EPS, file extension 
1484 \begin_inset Quotes eld
1485 \end_inset
1486
1487
1488 \family typewriter
1489 .eps
1490 \family default
1491
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495 )
1496 \begin_inset Index idx
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500 EPS|see
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 {
1507 \end_layout
1508
1509 \end_inset
1510
1511 Image formats
1512 \begin_inset ERT
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516
1517 }
1518 \end_layout
1519
1520 \end_inset
1521
1522
1523 \end_layout
1524
1525 \end_inset
1526
1527
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531 Portable Document Format
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535  (PDF, file extension 
1536 \begin_inset Quotes eld
1537 \end_inset
1538
1539
1540 \family typewriter
1541 .pdf
1542 \family default
1543
1544 \begin_inset Quotes erd
1545 \end_inset
1546
1547 )
1548 \begin_inset Index idx
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552 PDF
1553 \end_layout
1554
1555 \end_inset
1556
1557 , and 
1558 \begin_inset Quotes eld
1559 \end_inset
1560
1561 Windows Metafile
1562 \begin_inset Quotes erd
1563 \end_inset
1564
1565  (WMF, file extension 
1566 \begin_inset Quotes eld
1567 \end_inset
1568
1569
1570 \family typewriter
1571 .wmf
1572 \family default
1573
1574 \begin_inset Quotes erd
1575 \end_inset
1576
1577 )
1578 \begin_inset Index idx
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582 SVG|see
1583 \begin_inset ERT
1584 status collapsed
1585
1586 \begin_layout Plain Layout
1587
1588 {
1589 \end_layout
1590
1591 \end_inset
1592
1593 Image formats
1594 \begin_inset ERT
1595 status collapsed
1596
1597 \begin_layout Plain Layout
1598
1599 }
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608
1609 .
1610  We wrote 
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 can be
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618 , because you can convert any bitmap image to a PDF or EPS-image and the
1619  result will still be a bitmap image.
1620  In such cases only a header with the image properties is added to the original
1621  image
1622 \begin_inset Foot
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626 In the case of PDF, the original image is additionally compressed.
1627 \end_layout
1628
1629 \end_inset
1630
1631 .
1632  The PDF-files generated by 
1633 \family typewriter
1634 Adobe Photoshop
1635 \family default
1636  are for example bitmap images.
1637 \end_layout
1638
1639 \begin_layout Standard
1640 Normally it is not possible to convert a bitmap image into a scalable one,
1641  only vice versa.
1642  Only the image formats PDF and EPS can directly be embedded to PDF and
1643  PostScript output files, respectively.
1644  SVG and WMF-images are recalculated to bitmaps when the output file is
1645  generated because there is currently no adequate WMF/SVG
1646 \begin_inset Formula $\to$
1647 \end_inset
1648
1649 PDF/EPS converter available.
1650 \end_layout
1651
1652 \begin_layout Chapter
1653 Tables
1654 \begin_inset Index idx
1655 status collapsed
1656
1657 \begin_layout Plain Layout
1658 Table
1659 \end_layout
1660
1661 \end_inset
1662
1663
1664 \end_layout
1665
1666 \begin_layout Section
1667 Introduction
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Table ! Introduction
1673 \end_layout
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Standard
1681 You can insert a table using either the toolbar button 
1682 \begin_inset Info
1683 type  "icon"
1684 arg   "tabular-insert"
1685 \end_inset
1686
1687  or the menu 
1688 \family sans
1689 Insert\SpecialChar menuseparator
1690 Table
1691 \family default
1692 .
1693  The toolbar button offers you a graphical selection: move the mouse to
1694  set the column/row number of the table that should be created and then
1695  press a mouse button.
1696  When you use the menu to create a table, a dialog will appear, asking you
1697  for the number of rows and columns.
1698 \begin_inset Newline newline
1699 \end_inset
1700
1701 The default table has lines around any cell and the first row appears separated
1702  from the rest of the table.
1703  This separation occurs due to a double line: The cells of the first row
1704  have a line below them and the cells of the second row have a line above
1705  them.
1706  Here is an example table:
1707 \end_layout
1708
1709 \begin_layout Standard
1710 \align center
1711 \begin_inset Tabular
1712 <lyxtabular version="3" rows="4" columns="4">
1713 <features tabularvalignment="middle">
1714 <column alignment="center" valignment="top">
1715 <column alignment="center" valignment="top">
1716 <column alignment="center" valignment="top">
1717 <column alignment="center" valignment="top">
1718 <row>
1719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \family roman
1734 \series medium
1735 \shape up
1736 \size normal
1737 \emph off
1738 \bar no
1739 \noun off
1740 \color none
1741 1
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750 2
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759 3
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 </row>
1765 <row>
1766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \family roman
1772 \series medium
1773 \shape up
1774 \size normal
1775 \emph off
1776 \bar no
1777 \noun off
1778 \color none
1779 A
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 </row>
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \family roman
1819 \series medium
1820 \shape up
1821 \size normal
1822 \emph off
1823 \bar no
1824 \noun off
1825 \color none
1826 B
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \family roman
1866 \series medium
1867 \shape up
1868 \size normal
1869 \emph off
1870 \bar no
1871 \noun off
1872 \color none
1873 C
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 </row>
1906 </lyxtabular>
1907
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \begin_layout Section
1914 Table Dialog
1915 \begin_inset Index idx
1916 status collapsed
1917
1918 \begin_layout Plain Layout
1919 Table ! Dialog
1920 \end_layout
1921
1922 \end_inset
1923
1924
1925 \end_layout
1926
1927 \begin_layout Standard
1928 You can alter a table by clicking on it with the right mouse button, which
1929  brings up the context menu.
1930  Under the menu entry 
1931 \family sans
1932 More
1933 \family default
1934  you can adjust the settings of that cell and row/column respectively where
1935  the cursor is currently placed.
1936  The context menu 
1937 \family sans
1938 More\SpecialChar menuseparator
1939 Settings
1940 \family default
1941  opens the table dialog where you can adjust more things.
1942  Most of the dialog options also work on selections.
1943  This means if you select more cells, columns or rows, the action is done
1944  for the whole selection.
1945  Note that there is a difference between selecting the 
1946 \emph on
1947 contents
1948 \emph default
1949  of the cell, and the cell itself.
1950 \begin_inset Newline newline
1951 \end_inset
1952
1953 With the dialog option 
1954 \family sans
1955 Immediate
1956 \begin_inset space ~
1957 \end_inset
1958
1959 Apply
1960 \family default
1961  every change you make in the dialog is directly applied.
1962  If you move the cursor to another table cell the dialog will then also
1963  be updated with the parameters of the new cell.
1964  If you change length values in the dialog you must press 
1965 \family sans
1966 Return
1967 \family default
1968  to get the change applied.
1969 \begin_inset Newline newline
1970 \end_inset
1971
1972 You can alter tables with the following tabs of the table dialog:
1973 \end_layout
1974
1975 \begin_layout Description
1976 Table
1977 \begin_inset space ~
1978 \end_inset
1979
1980 Settings Here you can set the table width
1981 \begin_inset Index idx
1982 status collapsed
1983
1984 \begin_layout Plain Layout
1985 Table ! Width
1986 \end_layout
1987
1988 \end_inset
1989
1990 , and the horizontal alignment and the width of the current column.
1991  The alignment 
1992 \family sans
1993 At
1994 \begin_inset space ~
1995 \end_inset
1996
1997 Decimal
1998 \begin_inset space ~
1999 \end_inset
2000
2001 Separator
2002 \family default
2003  is described in section
2004 \begin_inset space ~
2005 \end_inset
2006
2007
2008 \begin_inset CommandInset ref
2009 LatexCommand ref
2010 reference "subsec:Special-Cell-Alignment"
2011
2012 \end_inset
2013
2014 .
2015  When you have set a width you can also adjust the vertical alignment of
2016  the current row.
2017  A given width will allow the cell to have line breaks and multiple paragraphs
2018  of text, see sec.
2019 \begin_inset space \thinspace{}
2020 \end_inset
2021
2022
2023 \begin_inset CommandInset ref
2024 LatexCommand ref
2025 reference "subsec:Multiple-Lines-in"
2026
2027 \end_inset
2028
2029 .
2030  If you set no width, the column is as wide as the content of its widest
2031  cell.
2032 \begin_inset Newline newline
2033 \end_inset
2034
2035 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2036  cell, see sec.
2037 \begin_inset space \thinspace{}
2038 \end_inset
2039
2040
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "subsec:Multicolumns"
2044
2045 \end_inset
2046
2047  or the cells of one column as multirow cell, see sec.
2048 \begin_inset space \thinspace{}
2049 \end_inset
2050
2051
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "subsec:Multirows"
2055
2056 \end_inset
2057
2058 .
2059 \begin_inset Newline newline
2060 \end_inset
2061
2062 The rotate check boxes rotate the current cell, a selection, or the whole
2063  table counter-clockwise by 90
2064 \begin_inset space \thinspace{}
2065 \end_inset
2066
2067 °.
2068  The rotation is not shown within \SpecialChar LyX
2069 , only in the output.
2070  For more information see sec.
2071 \begin_inset space \thinspace{}
2072 \end_inset
2073
2074
2075 \begin_inset CommandInset ref
2076 LatexCommand ref
2077 reference "sec:Rotated-Table-Cells"
2078
2079 \end_inset
2080
2081 .
2082 \begin_inset Newline newline
2083 \end_inset
2084
2085
2086 \begin_inset Note Greyedout
2087 status open
2088
2089 \begin_layout Plain Layout
2090
2091 \series bold
2092 Note:
2093 \series default
2094  Not all DVI-viewers are able to display rotations.
2095 \end_layout
2096
2097 \end_inset
2098
2099
2100 \begin_inset Newline newline
2101 \end_inset
2102
2103 The table-wide vertical alignment is used for tables within text lines:
2104 \begin_inset Newline newline
2105 \end_inset
2106
2107 A line with tables with different alignments: 
2108 \begin_inset Tabular
2109 <lyxtabular version="3" rows="2" columns="2">
2110 <features tabularvalignment="top">
2111 <column alignment="center" valignment="top" width="0pt">
2112 <column alignment="center" valignment="top">
2113 <row>
2114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \family roman
2129 \series medium
2130 \shape up
2131 \size normal
2132 \emph off
2133 \bar no
2134 \noun off
2135 \color none
2136 1
2137 \end_layout
2138
2139 \end_inset
2140 </cell>
2141 </row>
2142 <row>
2143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147
2148 \family roman
2149 \series medium
2150 \shape up
2151 \size normal
2152 \emph off
2153 \bar no
2154 \noun off
2155 \color none
2156 A
2157 \end_layout
2158
2159 \end_inset
2160 </cell>
2161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2162 \begin_inset Text
2163
2164 \begin_layout Plain Layout
2165
2166 \end_layout
2167
2168 \end_inset
2169 </cell>
2170 </row>
2171 </lyxtabular>
2172
2173 \end_inset
2174
2175  
2176 \begin_inset Tabular
2177 <lyxtabular version="3" rows="2" columns="2">
2178 <features tabularvalignment="middle">
2179 <column alignment="center" valignment="top">
2180 <column alignment="center" valignment="top">
2181 <row>
2182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Plain Layout
2186
2187 \end_layout
2188
2189 \end_inset
2190 </cell>
2191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2192 \begin_inset Text
2193
2194 \begin_layout Plain Layout
2195
2196 \family roman
2197 \series medium
2198 \shape up
2199 \size normal
2200 \emph off
2201 \bar no
2202 \noun off
2203 \color none
2204 1
2205 \end_layout
2206
2207 \end_inset
2208 </cell>
2209 </row>
2210 <row>
2211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2212 \begin_inset Text
2213
2214 \begin_layout Plain Layout
2215
2216 \family roman
2217 \series medium
2218 \shape up
2219 \size normal
2220 \emph off
2221 \bar no
2222 \noun off
2223 \color none
2224 A
2225 \end_layout
2226
2227 \end_inset
2228 </cell>
2229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2230 \begin_inset Text
2231
2232 \begin_layout Plain Layout
2233
2234 \end_layout
2235
2236 \end_inset
2237 </cell>
2238 </row>
2239 </lyxtabular>
2240
2241 \end_inset
2242
2243  
2244 \begin_inset Tabular
2245 <lyxtabular version="3" rows="2" columns="2">
2246 <features tabularvalignment="bottom">
2247 <column alignment="center" valignment="top" width="0pt">
2248 <column alignment="center" valignment="top">
2249 <row>
2250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2251 \begin_inset Text
2252
2253 \begin_layout Plain Layout
2254
2255 \end_layout
2256
2257 \end_inset
2258 </cell>
2259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2260 \begin_inset Text
2261
2262 \begin_layout Plain Layout
2263
2264 \family roman
2265 \series medium
2266 \shape up
2267 \size normal
2268 \emph off
2269 \bar no
2270 \noun off
2271 \color none
2272 1
2273 \end_layout
2274
2275 \end_inset
2276 </cell>
2277 </row>
2278 <row>
2279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283
2284 \family roman
2285 \series medium
2286 \shape up
2287 \size normal
2288 \emph off
2289 \bar no
2290 \noun off
2291 \color none
2292 A
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2298 \begin_inset Text
2299
2300 \begin_layout Plain Layout
2301
2302 \end_layout
2303
2304 \end_inset
2305 </cell>
2306 </row>
2307 </lyxtabular>
2308
2309 \end_inset
2310
2311
2312 \begin_inset Newline newline
2313 \end_inset
2314
2315 It is also possible to enter a \SpecialChar LaTeX
2316 -argument which is needed for special table
2317  formattings, see sec.
2318 \begin_inset space \thinspace{}
2319 \end_inset
2320
2321
2322 \begin_inset CommandInset ref
2323 LatexCommand ref
2324 reference "subsec:Multicolumn-Calculations"
2325
2326 \end_inset
2327
2328  and 
2329 \begin_inset CommandInset ref
2330 LatexCommand ref
2331 reference "sec:Colored-Tables"
2332
2333 \end_inset
2334
2335 .
2336 \end_layout
2337
2338 \begin_layout Description
2339 Borders In this tab you can add and delete border lines for the current
2340  row/column.
2341 \begin_inset Newline newline
2342 \end_inset
2343
2344 Using the style option 
2345 \family sans
2346 Formal
2347 \family default
2348  will convert the table to a formal table as described in sec.
2349 \begin_inset space \thinspace{}
2350 \end_inset
2351
2352
2353 \begin_inset CommandInset ref
2354 LatexCommand ref
2355 reference "sec:Formal-Tables"
2356
2357 \end_inset
2358
2359 .
2360 \begin_inset Newline newline
2361 \end_inset
2362
2363 You can also add space here to table rows as described in sec.
2364 \begin_inset space \thinspace{}
2365 \end_inset
2366
2367
2368 \begin_inset CommandInset ref
2369 LatexCommand ref
2370 reference "subsec:Row-Spacing"
2371
2372 \end_inset
2373
2374 .
2375 \end_layout
2376
2377 \begin_layout Description
2378 Multi-page
2379 \begin_inset space ~
2380 \end_inset
2381
2382 table This tab is to make a table a multi-page table that can run over several
2383  pages.
2384  Sections
2385 \begin_inset space ~
2386 \end_inset
2387
2388
2389 \begin_inset CommandInset ref
2390 LatexCommand ref
2391 reference "sec:Multi-page-Tables"
2392
2393 \end_inset
2394
2395  and 
2396 \begin_inset CommandInset ref
2397 LatexCommand ref
2398 reference "sec:Special-Longtable-Issues"
2399
2400 \end_inset
2401
2402  describe the multi-page table features in detail.
2403 \end_layout
2404
2405 \begin_layout Section
2406 Table Toolbar
2407 \begin_inset Index idx
2408 status collapsed
2409
2410 \begin_layout Plain Layout
2411 Table ! Toolbar
2412 \end_layout
2413
2414 \end_inset
2415
2416
2417 \end_layout
2418
2419 \begin_layout Standard
2420 The table toolbar is an alternative to the table dialog to be able to alter
2421  tables faster.
2422  It should normally appear at the bottom of \SpecialChar LyX
2423 's main window when the cursor
2424  is inside a table.
2425  You can alternatively switch it on to appear always, by right-clicking
2426  in \SpecialChar LyX
2427 's main menu bar.
2428 \end_layout
2429
2430 \begin_layout Standard
2431 The toolbar has the following icons:
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Info
2437 type  "icon"
2438 arg   "tabular-feature append-row"
2439 \end_inset
2440
2441  adds a row below the current cell or selection
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446 \begin_inset Info
2447 type  "icon"
2448 arg   "tabular-feature append-column"
2449 \end_inset
2450
2451  adds a column right beside the current cell or selection
2452 \end_layout
2453
2454 \begin_layout Labeling
2455 \labelwidthstring 00.00.0000
2456 \begin_inset Info
2457 type  "icon"
2458 arg   "tabular-feature delete-row"
2459 \end_inset
2460
2461  deletes the current row or selection
2462 \end_layout
2463
2464 \begin_layout Labeling
2465 \labelwidthstring 00.00.0000
2466 \begin_inset Info
2467 type  "icon"
2468 arg   "tabular-feature delete-column"
2469 \end_inset
2470
2471  deletes the current column or selection
2472 \end_layout
2473
2474 \begin_layout Labeling
2475 \labelwidthstring 00.00.0000
2476 \begin_inset Info
2477 type  "icon"
2478 arg   "tabular-feature move-row-up"
2479 \end_inset
2480
2481  moves the row up
2482 \end_layout
2483
2484 \begin_layout Labeling
2485 \labelwidthstring 00.00.0000
2486 \begin_inset Info
2487 type  "icon"
2488 arg   "tabular-feature move-column-left"
2489 \end_inset
2490
2491  moves the column to the left
2492 \end_layout
2493
2494 \begin_layout Labeling
2495 \labelwidthstring 00.00.0000
2496 \begin_inset Info
2497 type  "icon"
2498 arg   "tabular-feature move-row-down"
2499 \end_inset
2500
2501  moves the row down
2502 \end_layout
2503
2504 \begin_layout Labeling
2505 \labelwidthstring 00.00.0000
2506 \begin_inset Info
2507 type  "icon"
2508 arg   "tabular-feature move-column-right"
2509 \end_inset
2510
2511  moves the column to the right
2512 \end_layout
2513
2514 \begin_layout Labeling
2515 \labelwidthstring 00.00.0000
2516 \begin_inset Info
2517 type  "icon"
2518 arg   "tabular-feature toggle-line-top"
2519 \end_inset
2520
2521  adds a line at the top of the current cell / row or of a selection
2522 \end_layout
2523
2524 \begin_layout Labeling
2525 \labelwidthstring 00.00.0000
2526 \begin_inset Info
2527 type  "icon"
2528 arg   "tabular-feature toggle-line-bottom"
2529 \end_inset
2530
2531  adds a line at the bottom of the current cell / row or of a selection
2532 \end_layout
2533
2534 \begin_layout Labeling
2535 \labelwidthstring 00.00.0000
2536 \begin_inset Info
2537 type  "icon"
2538 arg   "tabular-feature toggle-line-left"
2539 \end_inset
2540
2541  adds a line at the left side of the current cell / row or of a selection
2542 \end_layout
2543
2544 \begin_layout Labeling
2545 \labelwidthstring 00.00.0000
2546 \begin_inset Info
2547 type  "icon"
2548 arg   "tabular-feature toggle-line-right"
2549 \end_inset
2550
2551  adds a line at the right side of the current cell / row or of a selection
2552 \end_layout
2553
2554 \begin_layout Labeling
2555 \labelwidthstring 00.00.0000
2556 \begin_inset Info
2557 type  "icon"
2558 arg   "tabular-feature set-all-lines"
2559 \end_inset
2560
2561  adds lines around the current or selected cells - if the current cell no
2562  multicolumn cell this also affects the current row and column
2563 \end_layout
2564
2565 \begin_layout Labeling
2566 \labelwidthstring 00.00.0000
2567 \begin_inset Info
2568 type  "icon"
2569 arg   "tabular-feature unset-all-lines"
2570 \end_inset
2571
2572  deletes all lines of the current or selected cells - if the current cell
2573  no multicolumn cell this also affects the current row and column
2574 \end_layout
2575
2576 \begin_layout Labeling
2577 \labelwidthstring 00.00.0000
2578 \begin_inset Info
2579 type  "icon"
2580 arg   "tabular-feature m-align-left"
2581 \end_inset
2582
2583  left-aligns the content of the current cell / column
2584 \end_layout
2585
2586 \begin_layout Labeling
2587 \labelwidthstring 00.00.0000
2588 \begin_inset Info
2589 type  "icon"
2590 arg   "tabular-feature m-align-center"
2591 \end_inset
2592
2593  centers the content of the current cell / column horizontally
2594 \end_layout
2595
2596 \begin_layout Labeling
2597 \labelwidthstring 00.00.0000
2598 \begin_inset Info
2599 type  "icon"
2600 arg   "tabular-feature m-align-right"
2601 \end_inset
2602
2603  right-aligns the content of the current cell / column
2604 \end_layout
2605
2606 \begin_layout Labeling
2607 \labelwidthstring 00.00.0000
2608 \begin_inset Info
2609 type  "icon"
2610 arg   "tabular-feature align-decimal"
2611 \end_inset
2612
2613  aligns the content of the current column at a character
2614 \end_layout
2615
2616 \begin_layout Labeling
2617 \labelwidthstring 00.00.0000
2618 \begin_inset Info
2619 type  "icon"
2620 arg   "tabular-feature m-valign-top"
2621 \end_inset
2622
2623  aligns the content of the current cell vertically to the top
2624 \end_layout
2625
2626 \begin_layout Labeling
2627 \labelwidthstring 00.00.0000
2628 \begin_inset Info
2629 type  "icon"
2630 arg   "tabular-feature m-valign-middle"
2631 \end_inset
2632
2633  centers the content of the current cell vertically
2634 \end_layout
2635
2636 \begin_layout Labeling
2637 \labelwidthstring 00.00.0000
2638 \begin_inset Info
2639 type  "icon"
2640 arg   "tabular-feature m-valign-bottom"
2641 \end_inset
2642
2643  aligns the content of the current cell vertically to the bottom
2644 \end_layout
2645
2646 \begin_layout Labeling
2647 \labelwidthstring 00.00.0000
2648 \begin_inset Info
2649 type  "icon"
2650 arg   "tabular-feature set-rotate-cell"
2651 \end_inset
2652
2653  rotates the current cell or selection counter-clockwise by 90°
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658 \begin_inset Info
2659 type  "icon"
2660 arg   "tabular-feature set-rotate-tabular"
2661 \end_inset
2662
2663  rotates the whole table counter-clockwise by 90°
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "tabular-feature multicolumn"
2671 \end_inset
2672
2673  sets the current cell or selection as a multicolumn
2674 \end_layout
2675
2676 \begin_layout Labeling
2677 \labelwidthstring 00.00.0000
2678 \begin_inset Info
2679 type  "icon"
2680 arg   "tabular-feature multirow"
2681 \end_inset
2682
2683  sets the current cell or selection as a multirow
2684 \end_layout
2685
2686 \begin_layout Standard
2687 \begin_inset Note Greyedout
2688 status open
2689
2690 \begin_layout Plain Layout
2691
2692 \series bold
2693 Note:
2694 \series default
2695  For the output the vertical alignment of the first cell in a row is used
2696  for all following cells in the row.
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \end_layout
2703
2704 \begin_layout Section
2705 Edit Table Menu
2706 \begin_inset Index idx
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710 Table ! Edit Menu
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \begin_layout Standard
2719 In addition to the table dialog and toolbar, the menu 
2720 \family sans
2721 Edit\SpecialChar menuseparator
2722 Table
2723 \family default
2724  allows you to add and delete border lines for the current row/column and
2725  to set the current selection as multicolumn.
2726  The menu is only available when the cursor is inside a table.
2727 \end_layout
2728
2729 \begin_layout Section
2730 Table Floats
2731 \begin_inset CommandInset label
2732 LatexCommand label
2733 name "sec:Table-Floats"
2734
2735 \end_inset
2736
2737
2738 \begin_inset Index idx
2739 status collapsed
2740
2741 \begin_layout Plain Layout
2742 Floats ! Tables
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \begin_inset Index idx
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 Table ! Floats
2753 \end_layout
2754
2755 \end_inset
2756
2757
2758 \end_layout
2759
2760 \begin_layout Standard
2761 For general explanations about floats, have a look at section
2762 \begin_inset space ~
2763 \end_inset
2764
2765
2766 \begin_inset CommandInset ref
2767 LatexCommand ref
2768 reference "sec:FloatIntroduction"
2769
2770 \end_inset
2771
2772 .
2773 \end_layout
2774
2775 \begin_layout Standard
2776 \begin_inset Float table
2777 placement h
2778 wide false
2779 sideways false
2780 status open
2781
2782 \begin_layout Plain Layout
2783 \begin_inset Caption Standard
2784
2785 \begin_layout Plain Layout
2786 \begin_inset CommandInset label
2787 LatexCommand label
2788 name "tab:a table float"
2789
2790 \end_inset
2791
2792 A table float.
2793 \end_layout
2794
2795 \end_inset
2796
2797
2798 \end_layout
2799
2800 \begin_layout Plain Layout
2801 \align center
2802 \begin_inset Tabular
2803 <lyxtabular version="3" rows="3" columns="3">
2804 <features tabularvalignment="middle">
2805 <column alignment="center" valignment="top" width="0pt">
2806 <column alignment="center" valignment="top" width="0pt">
2807 <column alignment="center" valignment="top" width="0pt">
2808 <row>
2809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \family roman
2815 \series medium
2816 \shape up
2817 \size normal
2818 \emph off
2819 \bar no
2820 \noun off
2821 \color none
2822 1
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831
2832 \family roman
2833 \series medium
2834 \shape up
2835 \size normal
2836 \emph off
2837 \bar no
2838 \noun off
2839 \color none
2840 2
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849
2850 \family roman
2851 \series medium
2852 \shape up
2853 \size normal
2854 \emph off
2855 \bar no
2856 \noun off
2857 \color none
2858 3
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 </row>
2864 <row>
2865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869
2870 \family roman
2871 \series medium
2872 \shape up
2873 \size normal
2874 \emph off
2875 \bar no
2876 \noun off
2877 \color none
2878 Joe
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \family roman
2889 \series medium
2890 \shape up
2891 \size normal
2892 \emph off
2893 \bar no
2894 \noun off
2895 \color none
2896 Mary
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905
2906 \family roman
2907 \series medium
2908 \shape up
2909 \size normal
2910 \emph off
2911 \bar no
2912 \noun off
2913 \color none
2914 Ted
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 </row>
2920 <row>
2921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \family roman
2927 \series medium
2928 \shape up
2929 \size normal
2930 \emph off
2931 \bar no
2932 \noun off
2933 \color none
2934 \begin_inset Formula $\int x^{2}dx$
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \family roman
2948 \series medium
2949 \shape up
2950 \size normal
2951 \emph off
2952 \bar no
2953 \noun off
2954 \color none
2955 \begin_inset Formula $\left[\begin{array}{cc}
2956 a & b\\
2957 c & d
2958 \end{array}\right]$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \family roman
2972 \series medium
2973 \shape up
2974 \size normal
2975 \emph off
2976 \bar no
2977 \noun off
2978 \color none
2979 \begin_inset Formula $1+1=2$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 </lyxtabular>
2989
2990 \end_inset
2991
2992
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \begin_layout Standard
3001 Table floats can be inserted using the menu 
3002 \family sans
3003 Insert\SpecialChar menuseparator
3004 Float\SpecialChar menuseparator
3005 Table
3006 \family default
3007  or the toolbar button 
3008 \begin_inset Info
3009 type  "icon"
3010 arg   "float-insert table"
3011 \end_inset
3012
3013 .
3014 \end_layout
3015
3016 \begin_layout Standard
3017 The float appears as a collapsible box with a caption that has the label
3018  
3019 \begin_inset Quotes eld
3020 \end_inset
3021
3022 Table
3023 \begin_inset space ~
3024 \end_inset
3025
3026 #:
3027 \begin_inset Quotes erd
3028 \end_inset
3029
3030  (# is the actual table number).
3031  You can insert tables in the float above or below the caption.
3032 \end_layout
3033
3034 \begin_layout Standard
3035 Table
3036 \begin_inset space ~
3037 \end_inset
3038
3039
3040 \begin_inset CommandInset ref
3041 LatexCommand ref
3042 reference "tab:a table float"
3043
3044 \end_inset
3045
3046  is an example table within a table float.
3047 \end_layout
3048
3049 \begin_layout Standard
3050 Having the caption above the table is the common rule that is unfortunately
3051  not supported in \SpecialChar LaTeX
3052 's standard classes.
3053  This means that, if you are using the document classes 
3054 \family sans
3055 article
3056 \family default
3057
3058 \family sans
3059 book
3060 \family default
3061
3062 \family sans
3063 letter
3064 \family default
3065 , or 
3066 \family sans
3067 report
3068 \family default
3069 , there will be no space between the caption and the table.
3070  To insert the needed space, add the following option to the load command
3071  of the \SpecialChar LaTeX
3072 -package 
3073 \series bold
3074 caption
3075 \series default
3076
3077 \begin_inset Index idx
3078 status collapsed
3079
3080 \begin_layout Plain Layout
3081 \SpecialChar LaTeX
3082 -packages ! caption
3083 \end_layout
3084
3085 \end_inset
3086
3087  in your document preamble:
3088 \begin_inset Foot
3089 status collapsed
3090
3091 \begin_layout Plain Layout
3092 For more information have a look at section
3093 \begin_inset space ~
3094 \end_inset
3095
3096
3097 \begin_inset CommandInset ref
3098 LatexCommand ref
3099 reference "sec:Caption-Placement"
3100
3101 \end_inset
3102
3103 .
3104 \end_layout
3105
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \begin_layout Standard
3112
3113 \series bold
3114 tableposition=top
3115 \end_layout
3116
3117 \begin_layout Standard
3118 The package 
3119 \series bold
3120 caption
3121 \series default
3122 , which is described in section
3123 \begin_inset space ~
3124 \end_inset
3125
3126
3127 \begin_inset CommandInset ref
3128 LatexCommand ref
3129 reference "sec:Caption-Formatting"
3130
3131 \end_inset
3132
3133 , is used to adjust the caption format.
3134 \end_layout
3135
3136 \begin_layout Standard
3137 \begin_inset Index idx
3138 status collapsed
3139
3140 \begin_layout Plain Layout
3141 References ! to Tables
3142 \end_layout
3143
3144 \end_inset
3145
3146 Tables can be cross-referenced in the text by referencing their label.
3147  To do this insert a label in the caption using the menu 
3148 \family sans
3149 Insert\SpecialChar menuseparator
3150 Label
3151 \family default
3152  or the toolbar button 
3153 \begin_inset Info
3154 type  "icon"
3155 arg   "label-insert"
3156 \end_inset
3157
3158 .
3159  You can now refer to the label using the menu 
3160 \family sans
3161 Insert\SpecialChar menuseparator
3162 Cross
3163 \begin_inset space ~
3164 \end_inset
3165
3166 reference
3167 \family default
3168  or the toolbar button 
3169 \begin_inset Info
3170 type  "icon"
3171 arg   "dialog-show-new-inset ref"
3172 \end_inset
3173
3174 .
3175 \begin_inset Newline newline
3176 \end_inset
3177
3178 Referencing is explained in detail in section
3179 \begin_inset space ~
3180 \end_inset
3181
3182
3183 \begin_inset CommandInset ref
3184 LatexCommand ref
3185 reference "sec:Referencing-Floats"
3186
3187 \end_inset
3188
3189 .
3190 \end_layout
3191
3192 \begin_layout Section
3193
3194 \family sans
3195 Multi-page Table
3196 \family default
3197 s
3198 \begin_inset CommandInset label
3199 LatexCommand label
3200 name "sec:Multi-page-Tables"
3201
3202 \end_inset
3203
3204
3205 \begin_inset Index idx
3206 status collapsed
3207
3208 \begin_layout Plain Layout
3209 Multi-page Table
3210 \end_layout
3211
3212 \end_inset
3213
3214
3215 \begin_inset Index idx
3216 status collapsed
3217
3218 \begin_layout Plain Layout
3219 Table ! Multi-page Table
3220 \end_layout
3221
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \begin_layout Standard
3228 If the table is too long to fit on one page, you can use the option 
3229 \family sans
3230 Use
3231 \begin_inset space ~
3232 \end_inset
3233
3234 multi-page
3235 \family default
3236  table in the tab 
3237 \family sans
3238 Multi-page
3239 \begin_inset space ~
3240 \end_inset
3241
3242 table
3243 \family default
3244  of the table dialog to split the table automatically over more pages.
3245  Doing this enables the following options:
3246 \end_layout
3247
3248 \begin_layout Description
3249 Header: The current row is defined to be a header row that appears on all
3250  pages of the multi-page table; except for the first page, if 
3251 \family sans
3252 First
3253 \begin_inset space ~
3254 \end_inset
3255
3256 header
3257 \family default
3258  is defined.
3259  This is therefore called the main header.
3260 \end_layout
3261
3262 \begin_layout Description
3263 First
3264 \begin_inset space ~
3265 \end_inset
3266
3267 header: The current row is defined to be a header row that appears on the
3268  first page of the multi-page table.
3269 \end_layout
3270
3271 \begin_layout Description
3272 Footer: The current row is defined to be a footer row that appears on all
3273  pages of the multi-page table; except for the last page, if 
3274 \family sans
3275 Last
3276 \begin_inset space ~
3277 \end_inset
3278
3279 footer
3280 \family default
3281  is defined.
3282 \end_layout
3283
3284 \begin_layout Description
3285 Last
3286 \begin_inset space ~
3287 \end_inset
3288
3289 footer: The current row is defined to be a footer row that appears on the
3290  last page of the multi-page table.
3291 \end_layout
3292
3293 \begin_layout Description
3294 Caption: The current row contains the table caption.
3295  The row is reset as single column and a caption is inserted.
3296  More about multi-page table captions is explained in sec.
3297 \begin_inset space \thinspace{}
3298 \end_inset
3299
3300
3301 \begin_inset CommandInset ref
3302 LatexCommand ref
3303 reference "subsec:Multi-page-Table-Captions"
3304
3305 \end_inset
3306
3307 .
3308 \end_layout
3309
3310 \begin_layout Standard
3311 You can also specify a row where the table is split.
3312  See the following multi-page table to see how it works:
3313 \end_layout
3314
3315 \begin_layout Standard
3316 \align center
3317 \begin_inset Tabular
3318 <lyxtabular version="3" rows="69" columns="3">
3319 <features islongtable="true" longtabularalignment="center">
3320 <column alignment="left" valignment="top" width="0cm">
3321 <column alignment="left" valignment="top" width="0pt">
3322 <column alignment="center" valignment="top" width="0pt">
3323 <row endfirsthead="true">
3324 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \series bold
3330 Example Phone List (ignore the names)
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 </row>
3354 <row endfirsthead="true">
3355 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \series bold
3361 NAME
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381 TEL.
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 </row>
3387 <row endhead="true">
3388 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \series bold
3394 Example Phone List
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 </row>
3418 <row endhead="true">
3419 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423
3424 \series bold
3425 NAME
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 TEL.
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row endfoot="true">
3452 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456  continued on next page
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 </row>
3480 <row>
3481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \series bold
3487 Annovi
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 Silvia
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 111
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 </row>
3511 <row>
3512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516
3517 \series bold
3518 Bertoli
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 Stefano
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 111
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row>
3543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547
3548 \series bold
3549 Bozzi
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 Walter
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 111
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 </row>
3573 <row>
3574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578
3579 \series bold
3580 Cachia
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 Maria
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 111
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 </row>
3604 <row>
3605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609
3610 \series bold
3611 Cachia
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 Maurizio
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 111
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 </row>
3635 <row>
3636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640
3641 \series bold
3642 Cinquemani
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 Giusi
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 111
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 </row>
3666 <row>
3667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671
3672 \series bold
3673 Colin
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 Bernard
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 111
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 </row>
3697 <row>
3698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702
3703 \series bold
3704 Concli
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 Gianfranco
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 111
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 </row>
3728 <row>
3729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733
3734 \series bold
3735 Dal Bosco
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 Carolina
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 111
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 </row>
3759 <row>
3760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764
3765 \series bold
3766 Dalpiaz
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 Annamaria
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 111
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 </row>
3790 <row>
3791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795
3796 \series bold
3797 Feliciello
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 Domenico
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 111
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 </row>
3821 <row>
3822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826
3827 \series bold
3828 Focarelli
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 Paola
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 111
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 </row>
3852 <row>
3853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857
3858 \series bold
3859 Galletti
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 Oreste
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 111
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 </row>
3883 <row>
3884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888
3889 \series bold
3890 Gasparini
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 Franca
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 111
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 </row>
3914 <row>
3915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919
3920 \series bold
3921 Rizzardi
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 Paola
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 111
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 </row>
3945 <row>
3946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950
3951 \series bold
3952 Lassini
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 Giancarlo
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 111
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 </row>
3976 <row>
3977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981
3982 \series bold
3983 Malfatti
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 Luciano
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 111
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 </row>
4007 <row>
4008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012
4013 \series bold
4014 Malfatti
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 Valeriano
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 111
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 </row>
4038 <row>
4039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043
4044 \series bold
4045 Meneguzzo
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 Roberto
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 111
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 </row>
4069 <row>
4070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074
4075 \series bold
4076 Mezzadra
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 Roberto
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 111
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 </row>
4100 <row>
4101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105
4106 \series bold
4107 Pirpamer
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Erich
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 111
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 </row>
4131 <row>
4132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136
4137 \series bold
4138 Pochiesa
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 Paolo
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 111, 222
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 </row>
4162 <row>
4163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167
4168 \series bold
4169 Radina
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 Claudio
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 111
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 </row>
4193 <row>
4194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198
4199 \series bold
4200 Stuffer
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 Oskar
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 111
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 </row>
4224 <row>
4225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229
4230 \series bold
4231 Tacchelli
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 Ugo
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 111
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 </row>
4255 <row>
4256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260
4261 \series bold
4262 Tezzele
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 Margit
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 111
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 </row>
4286 <row>
4287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291
4292 \series bold
4293 Unterkalmsteiner
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 Frieda
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 111
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 </row>
4317 <row>
4318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \series bold
4324 Vieider
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 Hilde
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 111
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \series bold
4355 Vigna
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 Jürgen
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 111
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 </row>
4379 <row>
4380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384
4385 \series bold
4386 Weber
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 Maurizio
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 111
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415
4416 \series bold
4417 Winkler
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 Franz
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 111
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446  
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 </row>
4470 <row>
4471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475
4476 \series bold
4477 Annovi
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 Silvia
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 555
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 </row>
4501 <row>
4502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506
4507 \series bold
4508 Bertoli
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 Stefano
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 555
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 </row>
4532 <row>
4533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537
4538 \series bold
4539 Bozzi
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 Walter
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 555
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 </row>
4563 <row>
4564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568
4569 \series bold
4570 Cachia
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 Maria
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 555
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 </row>
4594 <row>
4595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599
4600 \series bold
4601 Cachia
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 Maurizio
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 555
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 </row>
4625 <row>
4626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630
4631 \series bold
4632 Cinquemani
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 Giusi
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 555
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 </row>
4656 <row>
4657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661
4662 \series bold
4663 Colin
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 Bernard
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 555
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 </row>
4687 <row>
4688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692
4693 \series bold
4694 Concli
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 Gianfranco
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 555
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723
4724 \series bold
4725 Dal Bosco
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 Carolina
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 555
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 </row>
4749 <row>
4750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754
4755 \series bold
4756 Dalpiaz
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 Annamaria
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 555
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 </row>
4780 <row>
4781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785
4786 \series bold
4787 Feliciello
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 Domenico
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 555
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 </row>
4811 <row>
4812 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816
4817 \series bold
4818 Focarelli
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 Paola
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 555
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 </row>
4842 <row>
4843 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847
4848 \series bold
4849 Galletti
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 Oreste
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 555
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 </row>
4873 <row>
4874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878
4879 \series bold
4880 Gasparini
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 Franca
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 555
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 </row>
4904 <row>
4905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909
4910 \series bold
4911 Rizzardi
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 Paola
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 555
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 <row>
4936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940
4941 \series bold
4942 Lassini
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 Giancarlo
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 555
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 </row>
4966 <row>
4967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971
4972 \series bold
4973 Malfatti
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 Luciano
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 555
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 </row>
4997 <row>
4998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002
5003 \series bold
5004 Malfatti
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 Valeriano
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 555
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 </row>
5028 <row>
5029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033
5034 \series bold
5035 Meneguzzo
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 Roberto
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 555
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 </row>
5059 <row>
5060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064
5065 \series bold
5066 Mezzadra
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 Roberto
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 555
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 </row>
5090 <row>
5091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095
5096 \series bold
5097 Pirpamer
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 Erich
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 555
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 </row>
5121 <row>
5122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126
5127 \series bold
5128 Pochiesa
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 Paolo
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 555, 222
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 </row>
5152 <row>
5153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157
5158 \series bold
5159 Radina
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 Claudio
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 555
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 </row>
5183 <row>
5184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188
5189 \series bold
5190 Stuffer
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 Oskar
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 555
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 </row>
5214 <row>
5215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219
5220 \series bold
5221 Tacchelli
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 Ugo
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 555
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 </row>
5245 <row>
5246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250
5251 \series bold
5252 Tezzele
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 Margit
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 555
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 </row>
5276 <row>
5277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281
5282 \series bold
5283 Unterkalmsteiner
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 Frieda
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 555
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 </row>
5307 <row>
5308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312
5313 \series bold
5314 Vieider
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 Hilde
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 555
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 </row>
5338 <row>
5339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343
5344 \series bold
5345 Vigna
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 Jürgen
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 999
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 </row>
5369 <row>
5370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374
5375 \series bold
5376 Weber
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 Maurizio
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 555
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 </row>
5400 <row>
5401 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405
5406 \series bold
5407 Winkler
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 Franz
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 555
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 </row>
5431 <row endlastfoot="true">
5432 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 end
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 </lyxtabular>
5461
5462 \end_inset
5463
5464
5465 \begin_inset ERT
5466 status collapsed
5467
5468 \begin_layout Plain Layout
5469
5470
5471 \backslash
5472 addtocounter{table}{-1}
5473 \end_layout
5474
5475 \end_inset
5476
5477
5478 \begin_inset Note Note
5479 status collapsed
5480
5481 \begin_layout Plain Layout
5482 See the first greyed-out note in section
5483 \begin_inset space ~
5484 \end_inset
5485
5486
5487 \begin_inset CommandInset ref
5488 LatexCommand ref
5489 reference "subsec:Multi-page-Table-Captions"
5490
5491 \end_inset
5492
5493  for an explanation of this command.
5494 \end_layout
5495
5496 \end_inset
5497
5498
5499 \end_layout
5500
5501 \begin_layout Subsection
5502 Footnotes in Multi-page tables
5503 \begin_inset CommandInset label
5504 LatexCommand label
5505 name "subsec:Footnotes-in-Multi-page"
5506
5507 \end_inset
5508
5509
5510 \begin_inset Index idx
5511 status collapsed
5512
5513 \begin_layout Plain Layout
5514 Table ! Multi-page Table ! Footnotes
5515 \end_layout
5516
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \begin_layout Standard
5523 Footnotes can be inserted to every Multi-page table cell.
5524  They appear at the bottom of the page where the table cell with the footnote
5525  appears.
5526  Table
5527 \begin_inset space ~
5528 \end_inset
5529
5530
5531 \begin_inset CommandInset ref
5532 LatexCommand ref
5533 reference "tab:DiffCaptions"
5534
5535 \end_inset
5536
5537  has for example a footnote.
5538 \end_layout
5539
5540 \begin_layout Subsection
5541 Multi-page Table Alignment
5542 \begin_inset Index idx
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546 Table ! Multi-page Table ! Alignment
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Standard
5555 The horizontal alignment of multi-page tables can be set in the table settings
5556  dialog.
5557  For left- and right-alignment the table will be directly at the page border.
5558  To add space between the table and the border one has to set the alignment
5559  to center and change the value of the \SpecialChar LaTeX
5560 -lengths 
5561 \series bold
5562
5563 \backslash
5564 LTleft 
5565 \series default
5566 or 
5567 \series bold
5568
5569 \backslash
5570 LTright
5571 \series default
5572  by inserting this line as \SpecialChar TeX
5573  Code before the multi-page table:
5574 \end_layout
5575
5576 \begin_layout Standard
5577
5578 \series bold
5579
5580 \backslash
5581 setlength{
5582 \backslash
5583 LTleft}{value}
5584 \end_layout
5585
5586 \begin_layout Standard
5587 The value can have any of the units listed in Table
5588 \begin_inset space ~
5589 \end_inset
5590
5591
5592 \begin_inset CommandInset ref
5593 LatexCommand ref
5594 reference "tab:Units"
5595
5596 \end_inset
5597
5598 .
5599  
5600 \series bold
5601
5602 \backslash
5603 LTleft
5604 \series default
5605  controls the horizontal distance from the left page border to the multi-page
5606  table, 
5607 \series bold
5608
5609 \backslash
5610 LTright
5611 \series default
5612  the distance from the right side.
5613  The default value for both lengths is 
5614 \series bold
5615
5616 \backslash
5617 fill
5618 \series default
5619 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5620 .
5621 \end_layout
5622
5623 \begin_layout Standard
5624 The following multi-page table was centered and 
5625 \series bold
5626
5627 \backslash
5628 LTleft
5629 \series default
5630  set to 
5631 \family sans
5632 0.1
5633 \backslash
5634 columnwidth
5635 \family default
5636 :
5637 \begin_inset ERT
5638 status collapsed
5639
5640 \begin_layout Plain Layout
5641
5642
5643 \backslash
5644 setlength{
5645 \backslash
5646 LTleft}{0.1
5647 \backslash
5648 columnwidth}
5649 \end_layout
5650
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \begin_layout Standard
5657 \begin_inset Tabular
5658 <lyxtabular version="3" rows="5" columns="5">
5659 <features islongtable="true" longtabularalignment="center">
5660 <column alignment="center" valignment="top">
5661 <column alignment="center" valignment="top" width="0pt">
5662 <column alignment="center" valignment="top">
5663 <column alignment="center" valignment="top">
5664 <column alignment="center" valignment="top">
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 1
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 2
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 3
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 4
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 5
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 asd
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 asd
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 s
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 s
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 s
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 s
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 asd
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 asd
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 asd
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 </row>
5900 </lyxtabular>
5901
5902 \end_inset
5903
5904
5905 \begin_inset ERT
5906 status collapsed
5907
5908 \begin_layout Plain Layout
5909
5910
5911 \backslash
5912 setlength{
5913 \backslash
5914 LTleft}{
5915 \backslash
5916 fill}
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \begin_inset ERT
5923 status collapsed
5924
5925 \begin_layout Plain Layout
5926
5927
5928 \backslash
5929 addtocounter{table}{-1}
5930 \end_layout
5931
5932 \end_inset
5933
5934
5935 \begin_inset Note Note
5936 status collapsed
5937
5938 \begin_layout Plain Layout
5939 See the first greyed-out note in section
5940 \begin_inset space ~
5941 \end_inset
5942
5943
5944 \begin_inset CommandInset ref
5945 LatexCommand ref
5946 reference "subsec:Multi-page-Table-Captions"
5947
5948 \end_inset
5949
5950  for an explanation of this command.
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \begin_layout Subsection
5959 Multi-page Table Captions
5960 \begin_inset Index idx
5961 status collapsed
5962
5963 \begin_layout Plain Layout
5964 Table ! Multi-page Table ! Captions
5965 \end_layout
5966
5967 \end_inset
5968
5969
5970 \begin_inset CommandInset label
5971 LatexCommand label
5972 name "subsec:Multi-page-Table-Captions"
5973
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \begin_layout Standard
5980 A multi-page table cannot be put into a table float because floats can only
5981  be on one page.
5982  But the caption environment of floats can also be used for multi-page tables
5983  when you use the multi-page table option 
5984 \family sans
5985 Caption
5986 \family default
5987  as described in sec.
5988 \begin_inset space \thinspace{}
5989 \end_inset
5990
5991
5992 \begin_inset CommandInset ref
5993 LatexCommand ref
5994 reference "sec:Multi-page-Tables"
5995
5996 \end_inset
5997
5998 .
5999  Only one table row should contain a caption, either a header or a footer
6000  row.
6001 \end_layout
6002
6003 \begin_layout Standard
6004 Here is a short multi-page table to see how it works:
6005 \end_layout
6006
6007 \begin_layout Standard
6008 \begin_inset Tabular
6009 <lyxtabular version="3" rows="6" columns="5">
6010 <features islongtable="true" longtabularalignment="center">
6011 <column alignment="center" valignment="top">
6012 <column alignment="center" valignment="top">
6013 <column alignment="center" valignment="top">
6014 <column alignment="center" valignment="top">
6015 <column alignment="center" valignment="top">
6016 <row endfirsthead="true" caption="true">
6017 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 \begin_inset Caption Standard
6022
6023 \begin_layout Plain Layout
6024 Multi-page table with caption
6025 \begin_inset Argument 1
6026 status open
6027
6028 \begin_layout Plain Layout
6029 Multi-page table
6030 \end_layout
6031
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 <row>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 1
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 2
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 3
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 4
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 5
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 <row>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 asd
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 s
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 s
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 s
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 asd
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 </row>
6175 <row>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 asd
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 s
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 s
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 s
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 asd
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 </row>
6222 <row>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 asd
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 s
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 s
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 s
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 asd
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 </row>
6269 <row>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 asd
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 asd
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 asd
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 </row>
6316 </lyxtabular>
6317
6318 \end_inset
6319
6320
6321 \end_layout
6322
6323 \begin_layout Standard
6324 \begin_inset VSpace medskip
6325 \end_inset
6326
6327
6328 \begin_inset Note Greyedout
6329 status open
6330
6331 \begin_layout Plain Layout
6332
6333 \series bold
6334 Note
6335 \begin_inset space ~
6336 \end_inset
6337
6338 1:
6339 \series default
6340  The table number is increased for every multi-page table, even if you did
6341  not set a caption for it.
6342  For this reason you could have the case that e.
6343 \begin_inset space \thinspace{}
6344 \end_inset
6345
6346 g.
6347 \begin_inset space \space{}
6348 \end_inset
6349
6350 Table
6351 \begin_inset space ~
6352 \end_inset
6353
6354 2.4 follows Table
6355 \begin_inset space ~
6356 \end_inset
6357
6358 2.1 in the list of tables if there are two multi-page tables without captions.
6359  To avoid this you can add the following command in \SpecialChar TeX
6360  Code after every multi-page
6361  table without a caption:
6362 \end_layout
6363
6364 \begin_layout Plain Layout
6365
6366 \series bold
6367
6368 \backslash
6369 addtocounter{table}{-1}
6370 \end_layout
6371
6372 \begin_layout Plain Layout
6373 This is not needed when none of your multi-page tables has a caption and
6374  you add the following code to the document preamble:
6375 \end_layout
6376
6377 \begin_layout Plain Layout
6378
6379 \series bold
6380
6381 \backslash
6382 let
6383 \backslash
6384 myEnd
6385 \backslash
6386 endlongtable
6387 \begin_inset Newline newline
6388 \end_inset
6389
6390
6391 \backslash
6392 renewcommand{
6393 \backslash
6394 endlongtable}{
6395 \backslash
6396 myEnd
6397 \backslash
6398 addtocounter{table}{-1}}
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \begin_layout Standard
6407 \begin_inset Note Greyedout
6408 status open
6409
6410 \begin_layout Plain Layout
6411
6412 \series bold
6413 Note
6414 \begin_inset space ~
6415 \end_inset
6416
6417 2:
6418 \series default
6419  If you are using
6420 \series bold
6421  hyperref
6422 \series default
6423
6424 \begin_inset Index idx
6425 status collapsed
6426
6427 \begin_layout Plain Layout
6428 \SpecialChar LaTeX
6429 -packages ! hyperref
6430 \end_layout
6431
6432 \end_inset
6433
6434  in the 
6435 \family sans
6436 PDF Properties
6437 \family default
6438  of the 
6439 \family sans
6440 Document Settings
6441 \family default
6442  dialog to link cross-references, the link to a multi-page table caption
6443  will always point to the beginning of the document.
6444 \end_layout
6445
6446 \end_inset
6447
6448
6449 \end_layout
6450
6451 \begin_layout Subsubsection
6452 References to multi-page tables
6453 \begin_inset Index idx
6454 status collapsed
6455
6456 \begin_layout Plain Layout
6457 Table ! Multi-page Table ! References
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \begin_layout Standard
6466 \begin_inset Tabular
6467 <lyxtabular version="3" rows="6" columns="5">
6468 <features islongtable="true" longtabularalignment="center">
6469 <column alignment="center" valignment="top">
6470 <column alignment="center" valignment="top">
6471 <column alignment="center" valignment="top">
6472 <column alignment="center" valignment="top">
6473 <column alignment="center" valignment="top">
6474 <row endfirsthead="true" caption="true">
6475 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 \begin_inset Caption Standard
6480
6481 \begin_layout Plain Layout
6482 Referenced multi-page table
6483 \begin_inset CommandInset label
6484 LatexCommand label
6485 name "tab:Referenced-multi-page-table"
6486
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 </row>
6536 <row>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 1
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 2
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 3
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 4
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 5
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 </row>
6583 <row>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 asd
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 s
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 s
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 s
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 asd
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 </row>
6630 <row>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 asd
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 s
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 s
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 s
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 asd
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 </row>
6677 <row>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 asd
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 s
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 s
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 asd
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 </row>
6724 <row>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 asd
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 sad
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 asd
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 asd
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 </row>
6771 </lyxtabular>
6772
6773 \end_inset
6774
6775
6776 \end_layout
6777
6778 \begin_layout Standard
6779 To reference a multi-page table, insert a label into the caption.
6780 \end_layout
6781
6782 \begin_layout Standard
6783 This is a reference to Table
6784 \begin_inset space ~
6785 \end_inset
6786
6787
6788 \begin_inset CommandInset ref
6789 LatexCommand ref
6790 reference "tab:Referenced-multi-page-table"
6791
6792 \end_inset
6793
6794 .
6795 \end_layout
6796
6797 \begin_layout Standard
6798 The caption layout can be set together with all other captions of your document
6799  using the \SpecialChar LaTeX
6800 -package 
6801 \series bold
6802 caption
6803 \series default
6804
6805 \begin_inset Index idx
6806 status collapsed
6807
6808 \begin_layout Plain Layout
6809 \SpecialChar LaTeX
6810 -packages ! caption
6811 \end_layout
6812
6813 \end_inset
6814
6815 , see section
6816 \begin_inset space ~
6817 \end_inset
6818
6819
6820 \begin_inset CommandInset ref
6821 LatexCommand ref
6822 reference "sec:Caption-Formatting"
6823
6824 \end_inset
6825
6826 .
6827 \end_layout
6828
6829 \begin_layout Subsubsection
6830 Caption Width
6831 \begin_inset Index idx
6832 status collapsed
6833
6834 \begin_layout Plain Layout
6835 Table ! Multi-page Table ! Caption Width
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \begin_layout Standard
6844 The maximal width of caption lines is defined by the length 
6845 \series bold
6846
6847 \backslash
6848 LTcapwidth
6849 \series default
6850 .
6851  Its default value is 4
6852 \begin_inset space \thinspace{}
6853 \end_inset
6854
6855 in.
6856  To change it add the following command to your document preamble or as
6857  \SpecialChar TeX
6858  Code into your document before the multi-page table that should be affected
6859 \end_layout
6860
6861 \begin_layout Standard
6862
6863 \series bold
6864
6865 \backslash
6866 setlength{
6867 \backslash
6868 LTcapwidth}{width}
6869 \end_layout
6870
6871 \begin_layout Standard
6872 where the 
6873 \family sans
6874 width
6875 \family default
6876  can have one of the units listed in appendix
6877 \begin_inset space ~
6878 \end_inset
6879
6880
6881 \begin_inset CommandInset ref
6882 LatexCommand ref
6883 reference "cha:Units-available-in"
6884
6885 \end_inset
6886
6887 .
6888 \end_layout
6889
6890 \begin_layout Standard
6891 The following tables show the difference:
6892 \end_layout
6893
6894 \begin_layout Standard
6895 \begin_inset Tabular
6896 <lyxtabular version="3" rows="6" columns="5">
6897 <features islongtable="true" longtabularalignment="center">
6898 <column alignment="center" valignment="top">
6899 <column alignment="center" valignment="top">
6900 <column alignment="center" valignment="top">
6901 <column alignment="center" valignment="top">
6902 <column alignment="center" valignment="top">
6903 <row endfirsthead="true" caption="true">
6904 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 \begin_inset Caption Standard
6909
6910 \begin_layout Plain Layout
6911 Long full title with default width long full title with default width long
6912  full title with default width
6913 \begin_inset Argument 1
6914 status collapsed
6915
6916 \begin_layout Plain Layout
6917 caption with default width
6918 \end_layout
6919
6920 \end_inset
6921
6922
6923 \end_layout
6924
6925 \end_inset
6926
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 </row>
6969 <row>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 1
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 2
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 3
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 4
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 5
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 asd
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 s
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 s
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 s
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 asd
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 asd
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 s
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 s
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 s
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 asd
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 </row>
7110 <row>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 s
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 sad
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 asd
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 asd
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 </lyxtabular>
7205
7206 \end_inset
7207
7208
7209 \end_layout
7210
7211 \begin_layout Standard
7212 \begin_inset ERT
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216
7217
7218 \backslash
7219 setlength{
7220 \backslash
7221 LTcapwidth}{5cm}
7222 \end_layout
7223
7224 \end_inset
7225
7226
7227 \begin_inset Tabular
7228 <lyxtabular version="3" rows="6" columns="5">
7229 <features islongtable="true" longtabularalignment="center">
7230 <column alignment="center" valignment="top">
7231 <column alignment="center" valignment="top">
7232 <column alignment="center" valignment="top">
7233 <column alignment="center" valignment="top">
7234 <column alignment="center" valignment="top">
7235 <row endfirsthead="true" caption="true">
7236 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 \begin_inset Caption Standard
7241
7242 \begin_layout Plain Layout
7243 Long full title with width set to 5
7244 \begin_inset space \thinspace{}
7245 \end_inset
7246
7247 cm long full title with width set to 5
7248 \begin_inset space \thinspace{}
7249 \end_inset
7250
7251 cm long full title with width set to 5
7252 \begin_inset space \thinspace{}
7253 \end_inset
7254
7255 cm
7256 \begin_inset Argument 1
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260 caption with width
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 =
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 5
7269 \begin_inset space \thinspace{}
7270 \end_inset
7271
7272 cm
7273 \end_layout
7274
7275 \end_inset
7276
7277
7278 \end_layout
7279
7280 \end_inset
7281
7282
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 </row>
7324 <row>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 1
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 2
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 3
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 4
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 5
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 </row>
7371 <row>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 asd
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 s
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 s
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 s
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 asd
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 </row>
7418 <row>
7419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 asd
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 s
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 s
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 s
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 asd
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 </row>
7465 <row>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 asd
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479 s
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 s
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 s
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 asd
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 </row>
7512 <row>
7513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 asd
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 sad
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 asd
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 asd
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 asd
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 </lyxtabular>
7560
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \begin_layout Standard
7567 \begin_inset ERT
7568 status collapsed
7569
7570 \begin_layout Plain Layout
7571
7572
7573 \backslash
7574 setlength{
7575 \backslash
7576 LTcapwidth}{4in}
7577 \end_layout
7578
7579 \end_inset
7580
7581
7582 \end_layout
7583
7584 \begin_layout Standard
7585 \begin_inset Note Greyedout
7586 status open
7587
7588 \begin_layout Plain Layout
7589
7590 \series bold
7591 Note:
7592 \series default
7593  When the \SpecialChar LaTeX
7594 -package 
7595 \series bold
7596 caption
7597 \series default
7598
7599 \begin_inset Index idx
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603 \SpecialChar LaTeX
7604 -packages ! caption
7605 \end_layout
7606
7607 \end_inset
7608
7609  is used, as in this document, the full page width is used for the caption
7610  when you use the default value of 4
7611 \begin_inset space \thinspace{}
7612 \end_inset
7613
7614 in for 
7615 \series bold
7616
7617 \backslash
7618 LTcapwidth
7619 \series default
7620 .
7621  To get in this case exactly a 4
7622 \begin_inset space \thinspace{}
7623 \end_inset
7624
7625 in wide caption, you can either use a value slightly different from 4.0
7626 \begin_inset space \thinspace{}
7627 \end_inset
7628
7629 in, e.
7630 \begin_inset space \thinspace{}
7631 \end_inset
7632
7633 g.
7634 \begin_inset space \space{}
7635 \end_inset
7636
7637 3.99
7638 \begin_inset space \thinspace{}
7639 \end_inset
7640
7641 in, or the \SpecialChar LaTeX
7642 -command 
7643 \series bold
7644
7645 \backslash
7646 captionsetup{width=value}
7647 \series default
7648  that is provided by the 
7649 \series bold
7650 caption
7651 \series default
7652 -package.
7653 \end_layout
7654
7655 \end_inset
7656
7657
7658 \end_layout
7659
7660 \begin_layout Subsubsection
7661 Different Captions for Table Pages
7662 \begin_inset Index idx
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666 Table ! Multi-page Table ! Different Captions for Pages
7667 \end_layout
7668
7669 \end_inset
7670
7671
7672 \end_layout
7673
7674 \begin_layout Standard
7675 When the table captions for the following pages should differ from the one
7676  of the first table page, mark a empty row as header which contains a caption.
7677  Then right-click on the caption and select in the context menu 
7678 \family sans
7679 Caption
7680 \begin_inset space ~
7681 \end_inset
7682
7683 (Unnumbered)
7684 \family default
7685 .
7686  Table
7687 \begin_inset space ~
7688 \end_inset
7689
7690
7691 \begin_inset CommandInset ref
7692 LatexCommand ref
7693 reference "tab:DiffCaptions"
7694
7695 \end_inset
7696
7697  is an example of a multi-page table with different heading where the second
7698  caption does not include the table number.
7699 \end_layout
7700
7701 \begin_layout Standard
7702 \align center
7703 \begin_inset Tabular
7704 <lyxtabular version="3" rows="59" columns="3">
7705 <features islongtable="true" longtabularalignment="center">
7706 <column alignment="left" valignment="top" width="0cm">
7707 <column alignment="left" valignment="top" width="0pt">
7708 <column alignment="center" valignment="top" width="0pt">
7709 <row endfirsthead="true" caption="true">
7710 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 \begin_inset Caption Standard
7715
7716 \begin_layout Plain Layout
7717 Example Phone List
7718 \begin_inset CommandInset label
7719 LatexCommand label
7720 name "tab:DiffCaptions"
7721
7722 \end_inset
7723
7724
7725 \begin_inset Argument 1
7726 status collapsed
7727
7728 \begin_layout Plain Layout
7729 Example Phone List
7730 \end_layout
7731
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \end_inset
7738
7739
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 </row>
7763 <row endfirsthead="true">
7764 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \series bold
7770 Example Phone List (ignore the names)
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row endfirsthead="true">
7795 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \series bold
7801 NAME
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \series bold
7821 TEL.
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 </row>
7827 <row endhead="true" caption="true">
7828 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 \begin_inset Caption Unnumbered
7833
7834 \begin_layout Plain Layout
7835 Continued Example Phone List
7836 \end_layout
7837
7838 \end_inset
7839
7840
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row endhead="true">
7865 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \series bold
7871 Example Phone List
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row endhead="true">
7896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \series bold
7902 NAME
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 TEL.
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row endfoot="true">
7929 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 continued on next page
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \series bold
7964 Annovi
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Silvia
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 111
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Bertoli
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Stefano
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 111
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 Bozzi
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 Walter
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 111
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 Cachia
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Maria
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Cachia
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Maurizio
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Cinquemani
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Giusi
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Colin
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Bernard
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Concli
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Gianfranco
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Dal Bosco
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Carolina
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Dalpiaz
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Annamaria
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Feliciello
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Domenico
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Focarelli
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Paola
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Galletti
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Oreste
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Gasparini
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Franca
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Rizzardi
8399 \series default
8400
8401 \begin_inset Foot
8402 status open
8403
8404 \begin_layout Plain Layout
8405 Example footnote
8406 \end_layout
8407
8408 \end_inset
8409
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 Paola
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 111
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \series bold
8441 Lassini
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 Giancarlo
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 111
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \series bold
8472 Malfatti
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 Luciano
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 111
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 Malfatti
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 Valeriano
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 111
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \series bold
8534 Meneguzzo
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Roberto
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 111
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \series bold
8565 Mezzadra
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Roberto
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 111
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \series bold
8596 Pirpamer
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Erich
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 111
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \series bold
8627 Pochiesa
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 Paolo
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 111, 222
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \series bold
8658 Radina
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Claudio
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 111
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689 Stuffer
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Oskar
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 111
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720 Tacchelli
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Ugo
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 111
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \series bold
8751 Tezzele
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Margit
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 111
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \series bold
8782 Unterkalmsteiner
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Frieda
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 111
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811
8812 \series bold
8813 Vieider
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Hilde
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 111
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \series bold
8844 Vigna
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 Jürgen
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 111
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 Weber
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Maurizio
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 111
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \series bold
8906 Winkler
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Franz
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 111
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935  
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \series bold
8966 Annovi
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Silvia
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 555
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \series bold
8997 Bertoli
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Stefano
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 555
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \series bold
9028 Bozzi
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 Walter
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 555
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057
9058 \series bold
9059 Cachia
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 Maria
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 555
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \series bold
9090 Cachia
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Maurizio
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 555
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \series bold
9121 Cinquemani
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 Giusi
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 555
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 </row>
9145 <row>
9146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150
9151 \series bold
9152 Colin
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 Bernard
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 555
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183 Concli
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Gianfranco
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 555
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \series bold
9214 Dal Bosco
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 Carolina
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 555
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \series bold
9245 Dalpiaz
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Annamaria
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 555
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \series bold
9276 Feliciello
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Domenico
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 555
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \series bold
9307 Focarelli
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 Paola
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 555
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Galletti
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 Oreste
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 555
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \series bold
9369 Gasparini
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 Franca
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 555
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 Rizzardi
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Paola
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 555
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \series bold
9431 Lassini
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 Giancarlo
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 555
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 <row>
9456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460
9461 \series bold
9462 Malfatti
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 Luciano
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 555
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \series bold
9493 Malfatti
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 Valeriano
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 555
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row>
9518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522
9523 \series bold
9524 Meneguzzo
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 Roberto
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 555
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 </row>
9548 <row>
9549 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \series bold
9555 Mezzadra
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 Roberto
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 555
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 </row>
9579 </lyxtabular>
9580
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Section
9587 Special Multi-page Table Issues
9588 \begin_inset CommandInset label
9589 LatexCommand label
9590 name "sec:Special-Longtable-Issues"
9591
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \begin_layout Subsection
9598 Multi-page Table Calculation
9599 \begin_inset Index idx
9600 status collapsed
9601
9602 \begin_layout Plain Layout
9603 Table ! Multi-page Table ! Calculation
9604 \end_layout
9605
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \begin_layout Standard
9612 \SpecialChar LaTeX
9613  calculates the height of table pages and their page breaks using so called
9614  chunks.
9615  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9616 's memory.
9617  The default value was historically set to only 20
9618 \begin_inset space ~
9619 \end_inset
9620
9621 table rows.
9622  If you are using multi-page tables with many pages this may slow down the
9623  creation of your document.
9624  You can safely increase the chunk size to values of 100
9625 \begin_inset space \thinspace{}
9626 \end_inset
9627
9628 --
9629 \begin_inset space \thinspace{}
9630 \end_inset
9631
9632 1000 by adding this command line to your document preamble:
9633 \end_layout
9634
9635 \begin_layout Standard
9636
9637 \series bold
9638
9639 \backslash
9640 setcounter{LTchunksize}{100}
9641 \end_layout
9642
9643 \begin_layout Subsection
9644 Floats and Multi-page Tables
9645 \begin_inset Index idx
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649 Table ! Multi-page Table ! Floats
9650 \end_layout
9651
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \begin_layout Standard
9658 There might be problems when a float appears on the same page where a multi-page
9659  table starts.
9660  To avoid such a situation, insert a 
9661 \begin_inset Quotes eld
9662 \end_inset
9663
9664 clear page
9665 \begin_inset Quotes erd
9666 \end_inset
9667
9668  (menu 
9669 \family sans
9670 Insert\SpecialChar menuseparator
9671 Formatting\SpecialChar menuseparator
9672 Clear
9673 \begin_inset space ~
9674 \end_inset
9675
9676 Page
9677 \family default
9678 ) before your multi-page table.
9679 \end_layout
9680
9681 \begin_layout Subsection
9682 Forced Page Breaks
9683 \begin_inset Index idx
9684 status collapsed
9685
9686 \begin_layout Plain Layout
9687 Table ! Multi-page Table ! Forced Page Breaks
9688 \end_layout
9689
9690 \end_inset
9691
9692
9693 \end_layout
9694
9695 \begin_layout Standard
9696 By default tables are only broken between rows.
9697  If you have a cell with multiples lines and want to have a page break within
9698  the cell, insert the new line command 
9699 \begin_inset Quotes eld
9700 \end_inset
9701
9702
9703 \series bold
9704
9705 \backslash
9706
9707 \backslash
9708
9709 \series default
9710
9711 \begin_inset Quotes erd
9712 \end_inset
9713
9714  as \SpecialChar TeX
9715  Code at the point of the cell where it can be broken.
9716  Before the 
9717 \series bold
9718
9719 \backslash
9720
9721 \backslash
9722
9723 \series default
9724  command you have to insert in \SpecialChar TeX
9725  Code as many 
9726 \begin_inset Quotes eld
9727 \end_inset
9728
9729
9730 \series bold
9731 &
9732 \series default
9733
9734 \begin_inset Quotes erd
9735 \end_inset
9736
9737  characters as the number of the following table columns.
9738  The 
9739 \series bold
9740 &
9741 \series default
9742  is the character to separate table cells.
9743  Write in \SpecialChar TeX
9744  Code after each 
9745 \series bold
9746 &
9747 \series default
9748  the content of the corresponding following cell and delete the content
9749  of these cells.
9750 \begin_inset Newline newline
9751 \end_inset
9752
9753 After the 
9754 \series bold
9755
9756 \backslash
9757
9758 \backslash
9759
9760 \series default
9761  command, insert as many 
9762 \series bold
9763 &
9764 \series default
9765  characters as the number of table columns before the current column.
9766  In Table
9767 \begin_inset space ~
9768 \end_inset
9769
9770
9771 \begin_inset CommandInset ref
9772 LatexCommand ref
9773 reference "tab:ForcedPagebreak"
9774
9775 \end_inset
9776
9777  the cell that should be broken is in the second column followed by another
9778  column.
9779  Therefore the following command was inserted in the cell as \SpecialChar TeX
9780  Code after
9781  
9782 \begin_inset Quotes eld
9783 \end_inset
9784
9785
9786 \emph on
9787 Castelchiodato,
9788 \emph default
9789
9790 \begin_inset Quotes erd
9791 \end_inset
9792
9793 :
9794 \end_layout
9795
9796 \begin_layout Standard
9797
9798 \series bold
9799 & 111
9800 \backslash
9801
9802 \backslash
9803  
9804 \backslash
9805 newpage
9806 \begin_inset Newline newline
9807 \end_inset
9808
9809 &
9810 \end_layout
9811
9812 \begin_layout Standard
9813 The 
9814 \begin_inset Quotes eld
9815 \end_inset
9816
9817 111
9818 \begin_inset Quotes erd
9819 \end_inset
9820
9821  in the third column of the row was deleted.
9822  
9823 \series bold
9824
9825 \backslash
9826 newpage
9827 \series default
9828  is only needed when a page break should definitely occur at this position,
9829  otherwise it would be a conditional break.
9830  If your footer row of the multi-page table has for a certain reason no
9831  upper line but you would have a horizontal line where the cell is broken,
9832  use this command instead:
9833 \end_layout
9834
9835 \begin_layout Standard
9836
9837 \series bold
9838 & 111
9839 \backslash
9840
9841 \backslash
9842
9843 \begin_inset Newline newline
9844 \end_inset
9845
9846
9847 \backslash
9848 hline &
9849 \end_layout
9850
9851 \begin_layout Standard
9852 When the cell to be broken is in the last column, the command
9853 \end_layout
9854
9855 \begin_layout Standard
9856
9857 \series bold
9858
9859 \backslash
9860 setlength{
9861 \backslash
9862 parfillskip}{0pt}
9863 \end_layout
9864
9865 \begin_layout Standard
9866 must be inserted as \SpecialChar TeX
9867  Code at the beginning of the cell.
9868  This ensures that the part of the cell that will be displayed on the new
9869  page appears with the full width.
9870 \end_layout
9871
9872 \begin_layout Standard
9873 \align center
9874 \begin_inset Tabular
9875 <lyxtabular version="3" rows="38" columns="3">
9876 <features islongtable="true" longtabularalignment="center">
9877 <column alignment="left" valignment="top" width="0cm">
9878 <column alignment="left" valignment="top" width="3cm">
9879 <column alignment="center" valignment="top" width="0pt">
9880 <row endfirsthead="true" caption="true">
9881 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 \begin_inset Caption Standard
9886
9887 \begin_layout Plain Layout
9888 Table with forced page break in table cell
9889 \begin_inset CommandInset label
9890 LatexCommand label
9891 name "tab:ForcedPagebreak"
9892
9893 \end_inset
9894
9895
9896 \begin_inset Argument 1
9897 status collapsed
9898
9899 \begin_layout Plain Layout
9900 Table with forced page break in table cell
9901 \end_layout
9902
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 </row>
9934 <row endfirsthead="true">
9935 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \series bold
9941 Example Phone List (ignore the names)
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 </row>
9965 <row endfirsthead="true">
9966 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \series bold
9972 NAME
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 TEL.
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row endhead="true" caption="true">
9999 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 \begin_inset Caption Unnumbered
10004
10005 \begin_layout Plain Layout
10006 Continued Example Phone List
10007 \end_layout
10008
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row endhead="true">
10036 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Example Phone List
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row endhead="true">
10067 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 NAME
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 TEL.
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row endfoot="true">
10100 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 continued on next page
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Annovi
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Silvia
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Bertoli
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Stefano
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Bozzi
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Walter
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Cachia
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Maria
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Cachia
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Maurizio
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Cinquemani
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Giusi
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Colin
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Bernard
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Concli
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Gianfranco
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 111
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Dal Bosco
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Carolina
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Dalpiaz
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Annamaria
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Feliciello
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Domenico
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Focarelli
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Paola
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 111
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \series bold
10507 Galletti
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Oreste
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 111
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \series bold
10538 Gasparini
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Franca
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 111
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Lassini
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Giancarlo
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Malfatti
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Luciano
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \series bold
10631 Malfatti
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Valeriano
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 111
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662 Meneguzzo
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Roberto
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 111
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \series bold
10693 Mezzadra
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 Roberto
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 111
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \series bold
10724 Pirpamer
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 Erich
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 111
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 </row>
10748 <row>
10749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \series bold
10755 Pochiesa
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 Paolo
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 111, 222
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row>
10780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \series bold
10786 Radina
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 Claudio
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 111
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \series bold
10817 Rizzardi
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 Paolo, 11.
10827  Fürst von Montecompatri, 11.
10828  Fürst von Sulmona und Vivaro, 10.
10829  Fürst von Rossano, 5.
10830  Herzog von Canemorte, 11.
10831  Herzog von Palombara, 5.
10832  Herzog von Castelchiodato,
10833 \begin_inset ERT
10834 status open
10835
10836 \begin_layout Plain Layout
10837
10838 & 111
10839 \backslash
10840
10841 \backslash
10842  
10843 \backslash
10844 newpage
10845 \end_layout
10846
10847 \begin_layout Plain Layout
10848
10849 &
10850 \end_layout
10851
10852 \end_inset
10853
10854  11.
10855  Herzog von Poggionativo, 11.
10856  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10857  Graf von Valinfreda, 11.
10858  Baron von Cropalati, 11.
10859  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 </row>
10874 <row>
10875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \series bold
10881 Stuffer
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 Oskar
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 111
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \series bold
10912 Tacchelli
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 Ugo
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 111
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \series bold
10943 Tezzele
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 Margit
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 111
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \series bold
10974 Unterkalmsteiner
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 Frieda
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 111
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \series bold
11005 Vieider
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 Hilde
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 111
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \series bold
11036 Vigna
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 Jürgen
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 111
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 </row>
11060 <row>
11061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \series bold
11067 Weber
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 Maurizio
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 111
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 </row>
11091 <row>
11092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096
11097 \series bold
11098 Winkler
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 Franz
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 111
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 </lyxtabular>
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \begin_layout Section
11130 Multiple Lines, Columns and Rows
11131 \end_layout
11132
11133 \begin_layout Subsection
11134 Multiple Lines in Table Cells
11135 \begin_inset CommandInset label
11136 LatexCommand label
11137 name "subsec:Multiple-Lines-in"
11138
11139 \end_inset
11140
11141
11142 \begin_inset Index idx
11143 status collapsed
11144
11145 \begin_layout Plain Layout
11146 Multiple Lines in Table Cells
11147 \end_layout
11148
11149 \end_inset
11150
11151
11152 \begin_inset Index idx
11153 status collapsed
11154
11155 \begin_layout Plain Layout
11156 Table ! Linebreaks
11157 \end_layout
11158
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \begin_layout Standard
11165 \noindent
11166 \begin_inset Float table
11167 placement H
11168 wide false
11169 sideways false
11170 status open
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Caption Standard
11174
11175 \begin_layout Plain Layout
11176 \begin_inset CommandInset label
11177 LatexCommand label
11178 name "tab:Table-with-multiple"
11179
11180 \end_inset
11181
11182 Table with multiple lines in cells
11183 \end_layout
11184
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \begin_layout Plain Layout
11191 \align center
11192 \begin_inset Tabular
11193 <lyxtabular version="3" rows="3" columns="3">
11194 <features tabularvalignment="middle">
11195 <column alignment="center" valignment="middle" width="2.5cm">
11196 <column alignment="center" valignment="middle">
11197 <column alignment="center" valignment="middle">
11198 <row>
11199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 multiple
11204 \begin_inset Newline linebreak
11205 \end_inset
11206
11207 lines
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 b
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 c
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 d
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 e
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 f
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 g
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 h
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 i
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \end_inset
11297
11298
11299 \end_layout
11300
11301 \begin_layout Standard
11302 Setting a fixed width for a column enables you to enter text as a paragraph
11303  with multiple lines and hyphenation.
11304 \end_layout
11305
11306 \begin_layout Standard
11307 To produce Table
11308 \begin_inset space ~
11309 \end_inset
11310
11311
11312 \begin_inset CommandInset ref
11313 LatexCommand ref
11314 reference "tab:Table-with-multiple"
11315
11316 \end_inset
11317
11318 , create a 3×3 table, mark the first cell and right-click on it.
11319  In the appearing table dialog we set a cell width of 2.5
11320 \begin_inset space \thinspace{}
11321 \end_inset
11322
11323 cm and choose centered for the vertical and horizontal alignment.
11324  The vertical alignment is used for all cells of the row.
11325  As our text is smaller than 2.5
11326 \begin_inset space \thinspace{}
11327 \end_inset
11328
11329 cm, only one line will appear.
11330  To get two lines, a justified line break (shortcut 
11331 \begin_inset Info
11332 type  "shortcut"
11333 arg   "newline-insert linebreak"
11334 \end_inset
11335
11336 ) was added.
11337  If the text is wider than the set cell width, it will automatically be
11338  broken to several lines.
11339 \end_layout
11340
11341 \begin_layout Standard
11342 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11343  by \SpecialChar LaTeX
11344  if it is the first entry.
11345  Therefore you need to insert something to prevent the word not being the
11346  first entry.
11347  So add a horizontal space of 0
11348 \begin_inset space \thinspace{}
11349 \end_inset
11350
11351 pt before the word.
11352  As the space is zero, it doesn't change the output.
11353  Table
11354 \begin_inset space ~
11355 \end_inset
11356
11357
11358 \begin_inset CommandInset ref
11359 LatexCommand ref
11360 reference "tab:Table-with-and"
11361
11362 \end_inset
11363
11364  shows the effect.
11365 \end_layout
11366
11367 \begin_layout Standard
11368 \begin_inset Float table
11369 placement h
11370 wide false
11371 sideways false
11372 status open
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Caption Standard
11376
11377 \begin_layout Plain Layout
11378 \begin_inset CommandInset label
11379 LatexCommand label
11380 name "tab:Table-with-and"
11381
11382 \end_inset
11383
11384 Table with and without hyphenation
11385 \end_layout
11386
11387 \end_inset
11388
11389
11390 \end_layout
11391
11392 \begin_layout Plain Layout
11393 \begin_inset space \hfill{}
11394 \end_inset
11395
11396
11397 \begin_inset Tabular
11398 <lyxtabular version="3" rows="3" columns="3">
11399 <features tabularvalignment="middle">
11400 <column alignment="center" valignment="middle" width="2.5cm">
11401 <column alignment="center" valignment="middle">
11402 <column alignment="center" valignment="middle">
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 verylongtablecellword
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 b
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 c
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 d
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 e
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 f
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 </row>
11461 <row>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 g
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 h
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 i
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 </row>
11490 </lyxtabular>
11491
11492 \end_inset
11493
11494
11495 \begin_inset space \hfill{}
11496 \end_inset
11497
11498
11499 \begin_inset Tabular
11500 <lyxtabular version="3" rows="3" columns="3">
11501 <features tabularvalignment="middle">
11502 <column alignment="center" valignment="middle" width="2.5cm">
11503 <column alignment="center" valignment="middle">
11504 <column alignment="center" valignment="middle">
11505 <row>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 \begin_inset space \hspace{}
11511 \length 0pt
11512 \end_inset
11513
11514 verylongtablecellword
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 b
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 c
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 <row>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 d
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 e
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 f
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 <row>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 g
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 h
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 i
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 </lyxtabular>
11597
11598 \end_inset
11599
11600
11601 \begin_inset space \hfill{}
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \end_inset
11608
11609
11610 \end_layout
11611
11612 \begin_layout Subsection
11613 Multicolumns
11614 \begin_inset CommandInset label
11615 LatexCommand label
11616 name "subsec:Multicolumns"
11617
11618 \end_inset
11619
11620
11621 \begin_inset Index idx
11622 status collapsed
11623
11624 \begin_layout Plain Layout
11625 Multicolumns
11626 \end_layout
11627
11628 \end_inset
11629
11630
11631 \begin_inset Index idx
11632 status collapsed
11633
11634 \begin_layout Plain Layout
11635 Table ! Multicolumns
11636 \end_layout
11637
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \begin_layout Subsubsection
11644 Multicolumn Basics
11645 \end_layout
11646
11647 \begin_layout Standard
11648 To merge cells over multiple columns, select as many cells within a row
11649  as you want to merge and use either the table-toolbar button 
11650 \begin_inset Info
11651 type  "icon"
11652 arg   "tabular-feature multicolumn"
11653 \end_inset
11654
11655 , or the menu 
11656 \family sans
11657 Edit\SpecialChar menuseparator
11658 Table\SpecialChar menuseparator
11659 Multicolumn
11660 \family default
11661 , or right click on the marked cells and choose 
11662 \family sans
11663 Multicolumn
11664 \family default
11665  in the context menu.
11666 \end_layout
11667
11668 \begin_layout Standard
11669 Multicolumns have their own cell settings.
11670  That means changing cell borders, cell alignment, and the width only affects
11671  the multicolumn.
11672  Here is an example table with a multicolumn cell in the first row and one
11673  in the last row without the upper border:
11674 \end_layout
11675
11676 \begin_layout Standard
11677 \align center
11678 \begin_inset Tabular
11679 <lyxtabular version="3" rows="3" columns="4">
11680 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11681 <column alignment="center" valignment="top" width="0pt">
11682 <column alignment="center" valignment="middle">
11683 <column alignment="center" valignment="top" width="0in">
11684 <column alignment="center" valignment="top" width="0pt">
11685 <row>
11686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 abc
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 def ghi
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 jkl
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 <row>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728
11729 \family roman
11730 \series medium
11731 \shape up
11732 \size normal
11733 \emph off
11734 \bar no
11735 \noun off
11736 \color none
11737 A
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 B
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 C
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 D
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 <row>
11771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 1
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 2
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 3
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 4
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 </row>
11808 </lyxtabular>
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Subsubsection
11816 Multicolumn Calculations
11817 \begin_inset CommandInset label
11818 LatexCommand label
11819 name "subsec:Multicolumn-Calculations"
11820
11821 \end_inset
11822
11823
11824 \begin_inset Index idx
11825 status collapsed
11826
11827 \begin_layout Plain Layout
11828 Multicolumns ! Calculations
11829 \end_layout
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Standard
11837 \SpecialChar LyX
11838  supports multicolumns directly, but we have to take account of the cell
11839  width of the columns spanned by the multicolumn cell.
11840 \end_layout
11841
11842 \begin_layout Standard
11843 \begin_inset Float table
11844 placement h
11845 wide false
11846 sideways false
11847 status open
11848
11849 \begin_layout Plain Layout
11850 \begin_inset Caption Standard
11851
11852 \begin_layout Plain Layout
11853 \begin_inset CommandInset label
11854 LatexCommand label
11855 name "tab:Table-with-centered"
11856
11857 \end_inset
11858
11859 Table with centered multicolumn text above two columns that have exactly
11860  half the width of the multicolumn cell
11861 \begin_inset Argument 1
11862 status collapsed
11863
11864 \begin_layout Plain Layout
11865 Perfect multicolumn table
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \begin_layout Plain Layout
11879 \align center
11880 \begin_inset Tabular
11881 <lyxtabular version="3" rows="3" columns="3">
11882 <features tabularvalignment="middle">
11883 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11884 <column alignment="center" valignment="middle">
11885 <column alignment="center" valignment="top">
11886 <row>
11887 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 multiple lines multicolumn
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 c
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 </row>
11915 <row>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 d
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 e
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 f
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 </row>
11944 <row>
11945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 g
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 h
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 i
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 </row>
11973 </lyxtabular>
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 To create for example Table
11987 \begin_inset space ~
11988 \end_inset
11989
11990
11991 \begin_inset CommandInset ref
11992 LatexCommand ref
11993 reference "tab:Table-with-centered"
11994
11995 \end_inset
11996
11997 , mark the first two cells in the first row of a 3×3 table and right-click
11998  on them.
11999  Now choose for this cell 
12000 \emph on
12001 multicolumn
12002 \emph default
12003
12004 \emph on
12005 centered alignment
12006 \emph default
12007  and a width of 2.5
12008 \begin_inset space \thinspace{}
12009 \end_inset
12010
12011 cm in the table dialog.
12012  The merged columns should have exactly half the width of the multicolumn
12013  cell, so that you would set a width of 1.25
12014 \begin_inset space \thinspace{}
12015 \end_inset
12016
12017 cm for the first column.
12018  The second column has then automatically a width of 1.25
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 cm (multicolumn width - width of first column).
12023  This was done for Table
12024 \begin_inset space ~
12025 \end_inset
12026
12027
12028 \begin_inset CommandInset ref
12029 LatexCommand ref
12030 reference "tab:Table-without-half"
12031
12032 \end_inset
12033
12034 .
12035 \end_layout
12036
12037 \begin_layout Standard
12038 \begin_inset Float table
12039 wide false
12040 sideways false
12041 status open
12042
12043 \begin_layout Plain Layout
12044 \begin_inset Caption Standard
12045
12046 \begin_layout Plain Layout
12047 \begin_inset CommandInset label
12048 LatexCommand label
12049 name "tab:Table-without-half"
12050
12051 \end_inset
12052
12053 Table where the spanned table columns are not exactly half the width of
12054  the multicolumn cell
12055 \begin_inset Argument 1
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 Imperfect multicolumn table
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \begin_layout Plain Layout
12073 \align center
12074 \begin_inset Tabular
12075 <lyxtabular version="3" rows="3" columns="3">
12076 <features tabularvalignment="middle">
12077 <column alignment="center" valignment="top" width="1.25cm">
12078 <column alignment="center" valignment="top">
12079 <column alignment="center" valignment="top">
12080 <row>
12081 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 multiple lines multicolumn
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 c
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 <row>
12110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 d
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 e
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 f
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 <row>
12139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 g
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 h
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 i
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 </lyxtabular>
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \end_layout
12178
12179 \begin_layout Standard
12180 You can see that the first column is not half the width of the multicolumn
12181  cell, it is a bit bigger.
12182  The reason is that the specified width of a cell 
12183 \begin_inset Formula $W_{g}$
12184 \end_inset
12185
12186  is not its total width 
12187 \begin_inset Formula $W_{\mathrm{tot}}$
12188 \end_inset
12189
12190  because a cell is always a bit larger than specified.
12191  Appendix
12192 \begin_inset space ~
12193 \end_inset
12194
12195
12196 \begin_inset CommandInset ref
12197 LatexCommand ref
12198 reference "cha:Explanation-of-Equation"
12199
12200 \end_inset
12201
12202  explains this in detail.
12203 \end_layout
12204
12205 \begin_layout Standard
12206 The width 
12207 \begin_inset Formula $W_{g\,n}$
12208 \end_inset
12209
12210  which the user needs to set when 
12211 \emph on
12212 n
12213 \emph default
12214  columns are spanned can be calculated, so that each column has a total
12215  width of 
12216 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12217 \end_inset
12218
12219 :
12220 \begin_inset Formula 
12221 \begin{equation}
12222 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12223 \end{equation}
12224
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Standard
12231 In our case we have 
12232 \begin_inset Formula $n=2$
12233 \end_inset
12234
12235
12236 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12237 \end_inset
12238
12239 cm and the default values for the lengths, so that equation 
12240 \begin_inset CommandInset ref
12241 LatexCommand ref
12242 reference "eq:Wgn"
12243
12244 \end_inset
12245
12246  becomes
12247 \begin_inset Formula 
12248 \begin{equation}
12249 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12250 \end{equation}
12251
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Standard
12258 To enable calculations in \SpecialChar LaTeX
12259 , the \SpecialChar LaTeX
12260 -package 
12261 \series bold
12262 calc
12263 \series default
12264  must be loaded with the document preamble line
12265 \begin_inset Index idx
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269 \SpecialChar LaTeX
12270 -packages ! calc
12271 \end_layout
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279
12280 \series bold
12281
12282 \backslash
12283 usepackage{calc}
12284 \end_layout
12285
12286 \begin_layout Standard
12287 \SpecialChar LyX
12288  does not allow you to calculate lengths in the 
12289 \family sans
12290 Width
12291 \family default
12292  field of the table dialog.
12293  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12294 -argument in the
12295  dialog.
12296  Here is an overview about the arguments:
12297 \end_layout
12298
12299 \begin_layout Itemize
12300
12301 \series bold
12302 p{width}
12303 \series default
12304  creates cell with a fixed width, its text is vertically top-aligned
12305 \end_layout
12306
12307 \begin_layout Itemize
12308
12309 \series bold
12310 m{width}
12311 \series default
12312  creates cell with a fixed width, its text is vertically centered
12313 \end_layout
12314
12315 \begin_layout Itemize
12316
12317 \series bold
12318 b{width}
12319 \series default
12320  creates cell with a fixed width, its text is vertically bottom-aligned
12321 \end_layout
12322
12323 \begin_layout Standard
12324 By entering a \SpecialChar LaTeX
12325 -argument, all cell settings set in the table dialog are overwritt
12326 en.
12327 \end_layout
12328
12329 \begin_layout Standard
12330 \begin_inset Note Greyedout
12331 status open
12332
12333 \begin_layout Plain Layout
12334
12335 \series bold
12336 Note:
12337 \series default
12338  Due to a bug, \SpecialChar LyX
12339  shows the overwritten settings anyway.
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \begin_layout Standard
12348 As the text should be horizontally centered, the command 
12349 \series bold
12350
12351 \backslash
12352 centering
12353 \series default
12354  is added.
12355  You can now enter the following \SpecialChar LaTeX
12356 -argument for the first spanned column:
12357 \end_layout
12358
12359 \begin_layout Standard
12360
12361 \series bold
12362 >{
12363 \backslash
12364 centering}m{1.25cm-6.2pt}
12365 \end_layout
12366
12367 \begin_layout Standard
12368 The command 
12369 \series bold
12370 >{ }
12371 \series default
12372  means, that the commands inside the braces are applied before the cell
12373  is created.
12374 \end_layout
12375
12376 \begin_layout Standard
12377 Although we have chosen centered alignment for the text of the multicolumn
12378  cell, it is still left aligned.
12379  This is because \SpecialChar LyX
12380  only applies the alignment to single columns.
12381  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12382 -argument
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388 >{
12389 \backslash
12390 centering}m{2.5cm}
12391 \end_layout
12392
12393 \begin_layout Subsection
12394 Multirows
12395 \begin_inset CommandInset label
12396 LatexCommand label
12397 name "subsec:Multirows"
12398
12399 \end_inset
12400
12401
12402 \begin_inset Index idx
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406 Multirows
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \begin_inset Index idx
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416 Table ! Multirows
12417 \end_layout
12418
12419 \end_inset
12420
12421
12422 \end_layout
12423
12424 \begin_layout Standard
12425 To merge cells over multiple rows, select as many cells within a column
12426  as you want to merge and use either the table-toolbar button 
12427 \begin_inset Info
12428 type  "icon"
12429 arg   "tabular-feature multirow"
12430 \end_inset
12431
12432 , or the menu 
12433 \family sans
12434 Edit\SpecialChar menuseparator
12435 Table\SpecialChar menuseparator
12436 Multirow
12437 \family default
12438 , or right click on the marked cells and choose 
12439 \family sans
12440 Multirow
12441 \family default
12442  in the context menu.
12443 \end_layout
12444
12445 \begin_layout Standard
12446 Here is an example table with a multirow in the first column:
12447 \end_layout
12448
12449 \begin_layout Standard
12450 \align center
12451 \begin_inset Tabular
12452 <lyxtabular version="3" rows="3" columns="3">
12453 <features tabularvalignment="middle">
12454 <column alignment="center" valignment="top" width="0pt">
12455 <column alignment="center" valignment="top">
12456 <column alignment="center" valignment="top">
12457 <row>
12458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 a long cell entry
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 b
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 c
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 </row>
12486 <row>
12487 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 multirow
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 e
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 f
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 <row>
12516 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 h
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 i
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 </row>
12544 </lyxtabular>
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \begin_layout Standard
12552 The width of multirow cells is set by setting the width and alignment for
12553  the whole column.
12554  The 
12555 \family sans
12556 Vertical Offset
12557 \family default
12558  shifts the content of the multirow up/down if the offset is positive/negative.
12559 \end_layout
12560
12561 \begin_layout Standard
12562 If the column of a multirow cell has no explicit width, the multirow cell
12563  inherits the alignment of the column.
12564  Otherwise it is by default left-aligned.
12565  To override the default, renew the command 
12566 \series bold
12567
12568 \backslash
12569 multirowsetup
12570 \series default
12571  with the command
12572 \end_layout
12573
12574 \begin_layout Standard
12575
12576 \series bold
12577
12578 \backslash
12579 renewcommand{
12580 \backslash
12581 multirowsetup}{
12582 \backslash
12583 centering}
12584 \end_layout
12585
12586 \begin_layout Standard
12587 in the document preamble.
12588  Then all entries of multirow cells in the document are centered.
12589  If centering is only needed for several tables, you can renew the command
12590  in a \SpecialChar TeX
12591  Code box just before the table instead of the preamble.
12592  If the text should be right-aligned, replace 
12593 \series bold
12594
12595 \backslash
12596 centering
12597 \series default
12598  by 
12599 \series bold
12600
12601 \backslash
12602 raggedleft
12603 \series default
12604 .
12605  To return to left-alignment 
12606 \series bold
12607
12608 \backslash
12609 raggedright
12610 \series default
12611  is used.
12612 \end_layout
12613
12614 \begin_layout Standard
12615 This is an example table with a right-aligned multirow cell that has a vertical
12616  offset of -4
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 mm and is in a 3
12621 \begin_inset space \thinspace{}
12622 \end_inset
12623
12624 cm wide column:
12625 \end_layout
12626
12627 \begin_layout Standard
12628 \noindent
12629 \align center
12630 \begin_inset ERT
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634
12635
12636 \backslash
12637 renewcommand{
12638 \backslash
12639 multirowsetup}{
12640 \backslash
12641 raggedleft}
12642 \end_layout
12643
12644 \end_inset
12645
12646
12647 \begin_inset Tabular
12648 <lyxtabular version="3" rows="4" columns="3">
12649 <features tabularvalignment="middle">
12650 <column alignment="center" valignment="top" width="3cm">
12651 <column alignment="center" valignment="top">
12652 <column alignment="center" valignment="top">
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 a long cell entry
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 b
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 c
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 <row>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 t
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 n
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 m
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 <row>
12712 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 multirow
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 e
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 f
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 </row>
12740 <row>
12741 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 h
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 i
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 </row>
12769 </lyxtabular>
12770
12771 \end_inset
12772
12773
12774 \begin_inset ERT
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778
12779
12780 \backslash
12781 renewcommand{
12782 \backslash
12783 multirowsetup}{
12784 \backslash
12785 raggedright}
12786 \end_layout
12787
12788 \end_inset
12789
12790
12791 \end_layout
12792
12793 \begin_layout Standard
12794 To start a new line in a multirow you can use a forced line break (shortcut
12795  
12796 \begin_inset Info
12797 type  "shortcut"
12798 arg   "newline-insert newline"
12799 \end_inset
12800
12801 ) but this will not respect the cell lines as demonstrated in this table:
12802 \end_layout
12803
12804 \begin_layout Standard
12805 \noindent
12806 \align center
12807 \begin_inset Tabular
12808 <lyxtabular version="3" rows="3" columns="2">
12809 <features tabularvalignment="middle">
12810 <column alignment="left" valignment="middle" width="2cm">
12811 <column alignment="center" valignment="top">
12812 <row>
12813 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 aaa
12818 \begin_inset Newline newline
12819 \end_inset
12820
12821 aaa
12822 \begin_inset Newline newline
12823 \end_inset
12824
12825 wrong cell
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 ccc
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 </row>
12840 <row>
12841 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 ddd
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 </row>
12860 <row>
12861 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 bbb
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 eee
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 </lyxtabular>
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 Therefore be careful with forced line breaks.
12889 \end_layout
12890
12891 \begin_layout Subsection
12892 Cells with diagonal line(s)
12893 \end_layout
12894
12895 \begin_layout Standard
12896 To tell the reader what is meant by column and row headings in a table,
12897  it is helpful to split the first cell of the table by one or two diagonal
12898  lines.
12899  This can be achieved by loading the \SpecialChar LaTeX
12900  package 
12901 \series bold
12902 diagbox
12903 \series default
12904
12905 \begin_inset Index idx
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909 \SpecialChar LaTeX
12910 -packages ! picinpar
12911 \end_layout
12912
12913 \end_inset
12914
12915  in the document preamble.
12916  The package provides the command 
12917 \series bold
12918
12919 \backslash
12920 diagbox
12921 \series default
12922  that is inserted as \SpecialChar TeX
12923  Code and that can take 2 or 3
12924 \begin_inset space ~
12925 \end_inset
12926
12927 arguments:
12928 \end_layout
12929
12930 \begin_layout Standard
12931
12932 \series bold
12933
12934 \backslash
12935 diagbox[options]{lower left}{upper right}
12936 \end_layout
12937
12938 \begin_layout Standard
12939
12940 \series bold
12941
12942 \backslash
12943 diagbox[options]{lower left}{upper left}{upper right}
12944 \end_layout
12945
12946 \begin_layout Standard
12947 The first scheme divides the cell by a single diagonal line and the arguments
12948  are placed below and above this line.
12949  The second scheme divides the cell by 2
12950 \begin_inset space ~
12951 \end_inset
12952
12953 lines.
12954 \end_layout
12955
12956 \begin_layout Standard
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961
12962
12963 \backslash
12964 ifdiagbox
12965 \end_layout
12966
12967 \end_inset
12968
12969
12970 \begin_inset Note Note
12971 status open
12972
12973 \begin_layout Plain Layout
12974 The following section will only be displayed when the \SpecialChar LaTeX
12975 -package 
12976 \series bold
12977 diagbox
12978 \series default
12979  is installed.
12980 \end_layout
12981
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \begin_layout Standard
12988 Here is an example table where 
12989 \series bold
12990
12991 \backslash
12992 diagbox 
12993 \series default
12994 is used in the 2-argument scheme in the first cell:
12995 \begin_inset VSpace medskip
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \begin_layout Standard
13002 \noindent
13003 \begin_inset Tabular
13004 <lyxtabular version="3" rows="4" columns="4">
13005 <features tabularvalignment="middle">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <column alignment="center" valignment="top">
13009 <column alignment="center" valignment="top">
13010 <row>
13011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 \begin_inset ERT
13016 status collapsed
13017
13018 \begin_layout Plain Layout
13019
13020
13021 \backslash
13022 diagbox{
13023 \end_layout
13024
13025 \end_inset
13026
13027 Name
13028 \begin_inset ERT
13029 status collapsed
13030
13031 \begin_layout Plain Layout
13032
13033 }{
13034 \end_layout
13035
13036 \end_inset
13037
13038 Parameter
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044 }
13045 \end_layout
13046
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 Thickness in nm
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 Transparency in %
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 Hardness in MPa
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 </row>
13082 <row>
13083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 Perfect Green
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 45
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 80
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 504
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 </row>
13120 <row>
13121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Dark Multi-P
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 60
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 72
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 982
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 <row>
13159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 Crystal Clear Pro
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 18
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 86
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 374
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 </row>
13196 </lyxtabular>
13197
13198 \end_inset
13199
13200
13201 \begin_inset VSpace medskip
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \begin_layout Standard
13208 The 3-argument scheme is for example useful for cross-tables of sports leagues
13209  or distances:
13210 \end_layout
13211
13212 \begin_layout Standard
13213 \noindent
13214 \align center
13215 \begin_inset Tabular
13216 <lyxtabular version="3" rows="4" columns="4">
13217 <features tabularvalignment="middle">
13218 <column alignment="center" valignment="top" width="0pt">
13219 <column alignment="center" valignment="top">
13220 <column alignment="center" valignment="top">
13221 <column alignment="center" valignment="top">
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 \begin_inset ERT
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231
13232
13233 \backslash
13234 diagbox{
13235 \end_layout
13236
13237 \end_inset
13238
13239 Team home
13240 \begin_inset ERT
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244
13245 }{
13246 \end_layout
13247
13248 \end_inset
13249
13250 Result
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256 }{
13257 \end_layout
13258
13259 \end_inset
13260
13261 Team away
13262 \begin_inset ERT
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266
13267 }
13268 \end_layout
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 Tigers
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 Panthers
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 Falcons
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 </row>
13305 <row>
13306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 Tigers
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 1:3
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 0:1
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 <row>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Panthers
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 3:1
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 0:0
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 </row>
13381 <row>
13382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 Falcons
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 1:0
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 0:0
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 </row>
13419 </lyxtabular>
13420
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \begin_layout Standard
13427 For larger cross-tables one might use split cells in 2 or every corner of
13428  the table like in this example:
13429 \end_layout
13430
13431 \begin_layout Standard
13432 \noindent
13433 \align center
13434 \begin_inset Tabular
13435 <lyxtabular version="3" rows="5" columns="5">
13436 <features tabularvalignment="middle">
13437 <column alignment="center" valignment="top" width="0pt">
13438 <column alignment="center" valignment="top">
13439 <column alignment="center" valignment="top">
13440 <column alignment="center" valignment="top">
13441 <column alignment="center" valignment="top">
13442 <row>
13443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 \begin_inset ERT
13448 status open
13449
13450 \begin_layout Plain Layout
13451
13452
13453 \backslash
13454 diagbox{
13455 \end_layout
13456
13457 \end_inset
13458
13459 Team home
13460 \begin_inset ERT
13461 status collapsed
13462
13463 \begin_layout Plain Layout
13464
13465 }{
13466 \end_layout
13467
13468 \end_inset
13469
13470 Result
13471 \begin_inset ERT
13472 status collapsed
13473
13474 \begin_layout Plain Layout
13475
13476 }{
13477 \end_layout
13478
13479 \end_inset
13480
13481 Team away
13482 \begin_inset ERT
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486
13487 }
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 Tigers
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 Panthers
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 Falcons
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 \begin_inset ERT
13529 status open
13530
13531 \begin_layout Plain Layout
13532
13533
13534 \backslash
13535 diagbox[dir=NE]{
13536 \end_layout
13537
13538 \end_inset
13539
13540 Team home
13541 \begin_inset ERT
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546 }{
13547 \end_layout
13548
13549 \end_inset
13550
13551 Result
13552 \begin_inset ERT
13553 status collapsed
13554
13555 \begin_layout Plain Layout
13556
13557 }{
13558 \end_layout
13559
13560 \end_inset
13561
13562 Team away
13563 \begin_inset ERT
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567
13568 }
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 </row>
13579 <row>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 Tigers
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 1:3
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 0:1
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 Tigers
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 <row>
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 Panthers
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 3:1
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 0:0
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 Panthers
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 </row>
13673 <row>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 Falcons
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 1:0
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 0:0
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 Falcons
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 \begin_inset ERT
13726 status open
13727
13728 \begin_layout Plain Layout
13729
13730
13731 \backslash
13732 diagbox[dir=SW]{
13733 \end_layout
13734
13735 \end_inset
13736
13737 Team home
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743 }{
13744 \end_layout
13745
13746 \end_inset
13747
13748 Result
13749 \begin_inset ERT
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753
13754 }{
13755 \end_layout
13756
13757 \end_inset
13758
13759 Team away
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765 }
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 Tigers
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 Panthers
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 Falcons
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 \begin_inset ERT
13807 status open
13808
13809 \begin_layout Plain Layout
13810
13811
13812 \backslash
13813 diagbox[dir=SE]{
13814 \end_layout
13815
13816 \end_inset
13817
13818 Team home
13819 \begin_inset ERT
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823
13824 }{
13825 \end_layout
13826
13827 \end_inset
13828
13829 Result
13830 \begin_inset ERT
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834
13835 }{
13836 \end_layout
13837
13838 \end_inset
13839
13840 Team away
13841 \begin_inset ERT
13842 status collapsed
13843
13844 \begin_layout Plain Layout
13845
13846 }
13847 \end_layout
13848
13849 \end_inset
13850
13851
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 </lyxtabular>
13858
13859 \end_inset
13860
13861
13862 \end_layout
13863
13864 \begin_layout Standard
13865 To rotate the diagonal lines, the command option 
13866 \series bold
13867 dir=direction
13868 \series default
13869  is used.
13870  
13871 \emph on
13872 direction
13873 \emph default
13874  is either 
13875 \series bold
13876 NE
13877 \series default
13878
13879 \series bold
13880 SE
13881 \series default
13882
13883 \series bold
13884 SW
13885 \series default
13886  or 
13887 \series bold
13888 NW
13889 \series default
13890  and represent a point of a compass.
13891  
13892 \series bold
13893 SW
13894 \series default
13895  is for example the south-west corner.
13896  Thus in the lower left cell of the above table the command
13897 \end_layout
13898
13899 \begin_layout Standard
13900
13901 \series bold
13902
13903 \backslash
13904 diagbox[dir=SW]{Team home}{Result}{Team away}
13905 \end_layout
13906
13907 \begin_layout Standard
13908 is used.
13909  If no direction is given, it will be NW.
13910 \end_layout
13911
13912 \begin_layout Standard
13913 The necessary width of split cells is automatically calculated.
13914  Thus if you set a fixed column width smaller than the calculated one, the
13915  cell's content will protrude the cell borders:
13916 \end_layout
13917
13918 \begin_layout Standard
13919 \noindent
13920 \align center
13921 \begin_inset Tabular
13922 <lyxtabular version="3" rows="2" columns="2">
13923 <features tabularvalignment="middle">
13924 <column alignment="center" valignment="top" width="3cm">
13925 <column alignment="center" valignment="top">
13926 <row>
13927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931 \begin_inset ERT
13932 status collapsed
13933
13934 \begin_layout Plain Layout
13935
13936
13937 \backslash
13938 diagbox{
13939 \end_layout
13940
13941 \end_inset
13942
13943 Name
13944 \begin_inset ERT
13945 status collapsed
13946
13947 \begin_layout Plain Layout
13948
13949 }{
13950 \end_layout
13951
13952 \end_inset
13953
13954 Parameter
13955 \begin_inset ERT
13956 status collapsed
13957
13958 \begin_layout Plain Layout
13959
13960 }
13961 \end_layout
13962
13963 \end_inset
13964
13965
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 Thickness in nm
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 </row>
13980 <row>
13981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 Perfect Green
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 45
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 </lyxtabular>
14001
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \begin_layout Standard
14008 If you need a certain width for columns with a split cell, use the command
14009  option 
14010 \series bold
14011 width=3cm
14012 \series default
14013  (replace '3cm' by the width you need).
14014  In the following table the width of the first column is set to 4
14015 \begin_inset space \thinspace{}
14016 \end_inset
14017
14018 cm.
14019  For 
14020 \series bold
14021
14022 \backslash
14023 diagbox
14024 \series default
14025  a width of 4
14026 \begin_inset space \thinspace{}
14027 \end_inset
14028
14029 cm + 2
14030 \begin_inset space \thinspace{}
14031 \end_inset
14032
14033
14034 \backslash
14035 tabcolsep is necessary because the overall width is the width for the text
14036  (in this case the 4
14037 \begin_inset space \thinspace{}
14038 \end_inset
14039
14040 cm) plus two times the separation of the text and the cell border.
14041  The calculation of the width cannot be done in the command option of 
14042 \series bold
14043
14044 \backslash
14045 diagbox
14046 \series default
14047  so one needs to create a new length which can be used later.
14048  This is done with the \SpecialChar TeX
14049  Code commands
14050 \end_layout
14051
14052 \begin_layout Standard
14053
14054 \series bold
14055
14056 \backslash
14057 newlength{
14058 \backslash
14059 diagtest}
14060 \begin_inset Newline newline
14061 \end_inset
14062
14063
14064 \backslash
14065 setlength{
14066 \backslash
14067 diagtest}{4cm+2
14068 \backslash
14069 tabcolsep}
14070 \end_layout
14071
14072 \begin_layout Standard
14073 \begin_inset ERT
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077
14078
14079 \backslash
14080 newlength{
14081 \backslash
14082 diagtest}
14083 \end_layout
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 setlength{
14090 \backslash
14091 diagtest}{4cm+2
14092 \backslash
14093 tabcolsep}
14094 \end_layout
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Standard
14102 To enable calculations in \SpecialChar LaTeX
14103  one needs to load the package 
14104 \series bold
14105 calc
14106 \series default
14107
14108 \begin_inset Index idx
14109 status collapsed
14110
14111 \begin_layout Plain Layout
14112 \SpecialChar LaTeX
14113 -packages ! calc
14114 \end_layout
14115
14116 \end_inset
14117
14118  in the document preamble.
14119 \end_layout
14120
14121 \begin_layout Standard
14122 In this table you can now use the command
14123 \end_layout
14124
14125 \begin_layout Standard
14126
14127 \series bold
14128
14129 \backslash
14130 diagbox[width=
14131 \backslash
14132 diagtest]{A}{B}
14133 \end_layout
14134
14135 \begin_layout Standard
14136 in the first cell:
14137 \end_layout
14138
14139 \begin_layout Standard
14140 \noindent
14141 \align center
14142 \begin_inset Tabular
14143 <lyxtabular version="3" rows="2" columns="2">
14144 <features tabularvalignment="middle">
14145 <column alignment="center" valignment="top" width="4cm">
14146 <column alignment="center" valignment="top">
14147 <row>
14148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14149 \begin_inset Text
14150
14151 \begin_layout Plain Layout
14152 \begin_inset ERT
14153 status open
14154
14155 \begin_layout Plain Layout
14156
14157
14158 \backslash
14159 diagbox[width=
14160 \backslash
14161 diagtest]{
14162 \end_layout
14163
14164 \end_inset
14165
14166 A
14167 \begin_inset ERT
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171
14172 }{
14173 \end_layout
14174
14175 \end_inset
14176
14177 B
14178 \begin_inset ERT
14179 status collapsed
14180
14181 \begin_layout Plain Layout
14182
14183 }
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 Thickness in nm
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 Perfect Green
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 45
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 </row>
14223 </lyxtabular>
14224
14225 \end_inset
14226
14227
14228 \end_layout
14229
14230 \begin_layout Standard
14231 Note that the split cell needs to be the widest one in the column.
14232  Otherwise the length of the diagonal line cannot be calculated correctly
14233  like in this table:
14234 \end_layout
14235
14236 \begin_layout Standard
14237 \noindent
14238 \align center
14239 \begin_inset Tabular
14240 <lyxtabular version="3" rows="2" columns="2">
14241 <features tabularvalignment="middle">
14242 <column alignment="center" valignment="top" width="0pt">
14243 <column alignment="center" valignment="top">
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 \begin_inset ERT
14250 status collapsed
14251
14252 \begin_layout Plain Layout
14253
14254
14255 \backslash
14256 diagbox{
14257 \end_layout
14258
14259 \end_inset
14260
14261 A
14262 \begin_inset ERT
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266
14267 }{
14268 \end_layout
14269
14270 \end_inset
14271
14272 B
14273 \begin_inset ERT
14274 status collapsed
14275
14276 \begin_layout Plain Layout
14277
14278 }
14279 \end_layout
14280
14281 \end_inset
14282
14283
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 Thickness in nm
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 <row>
14299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 Perfect Green
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 45
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 </lyxtabular>
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \begin_layout Standard
14326 In this case use the 
14327 \series bold
14328 width
14329 \series default
14330  option of the 
14331 \series bold
14332
14333 \backslash
14334 diagbox
14335 \series default
14336  command.
14337  It is then not necessary to add 2
14338 \backslash
14339 tabcolsep because the cell width is now the width of the column.
14340  In this table a width of 3
14341 \begin_inset space \thinspace{}
14342 \end_inset
14343
14344 cm is used:
14345 \end_layout
14346
14347 \begin_layout Standard
14348 \noindent
14349 \align center
14350 \begin_inset Tabular
14351 <lyxtabular version="3" rows="2" columns="2">
14352 <features tabularvalignment="middle">
14353 <column alignment="center" valignment="top" width="0pt">
14354 <column alignment="center" valignment="top">
14355 <row>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 \begin_inset ERT
14361 status open
14362
14363 \begin_layout Plain Layout
14364
14365
14366 \backslash
14367 diagbox[width=3cm]{
14368 \end_layout
14369
14370 \end_inset
14371
14372 A
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378 }{
14379 \end_layout
14380
14381 \end_inset
14382
14383 B
14384 \begin_inset ERT
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388
14389 }
14390 \end_layout
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 Thickness in nm
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 </row>
14409 <row>
14410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 Perfect Green
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Plain Layout
14423 45
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 </row>
14429 </lyxtabular>
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437 For multiple text lines in split cells one needs some extra height to fit
14438  the text to the cell.
14439  This can be achieved with the 
14440 \series bold
14441
14442 \backslash
14443 diagbox
14444 \series default
14445  option 
14446 \series bold
14447 height=3cm
14448 \series default
14449  (replace '3cm' by the height you need).
14450  In the following table the command
14451 \end_layout
14452
14453 \begin_layout Standard
14454
14455 \series bold
14456
14457 \backslash
14458 diagbox[width=3cm,height=1.4cm]{A
14459 \backslash
14460
14461 \backslash
14462 B}{C
14463 \backslash
14464
14465 \backslash
14466 D}
14467 \end_layout
14468
14469 \begin_layout Standard
14470 is used in the first cell.
14471  The command 
14472 \series bold
14473
14474 \backslash
14475
14476 \backslash
14477
14478 \series default
14479  creates hereby the line break.
14480 \begin_inset Foot
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484 Breaking lines with 
14485 \family sans
14486 Ctrl+Return
14487 \family default
14488  is only possible when the column has a fixed width.
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \begin_layout Standard
14497 \noindent
14498 \align center
14499 \begin_inset Tabular
14500 <lyxtabular version="3" rows="2" columns="2">
14501 <features tabularvalignment="middle">
14502 <column alignment="center" valignment="top">
14503 <column alignment="center" valignment="top">
14504 <row>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 \begin_inset ERT
14510 status open
14511
14512 \begin_layout Plain Layout
14513
14514
14515 \backslash
14516 diagbox[width=3cm,height=1.4cm]{
14517 \end_layout
14518
14519 \end_inset
14520
14521 A
14522 \begin_inset ERT
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526
14527
14528 \backslash
14529
14530 \backslash
14531
14532 \end_layout
14533
14534 \end_inset
14535
14536 B
14537 \begin_inset ERT
14538 status collapsed
14539
14540 \begin_layout Plain Layout
14541
14542 }{
14543 \end_layout
14544
14545 \end_inset
14546
14547 C
14548 \begin_inset ERT
14549 status collapsed
14550
14551 \begin_layout Plain Layout
14552
14553
14554 \backslash
14555
14556 \backslash
14557
14558 \end_layout
14559
14560 \end_inset
14561
14562 D
14563 \begin_inset ERT
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567
14568 }
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 Thickness in nm
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 </row>
14588 <row>
14589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 Perfect Green
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 45
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 </row>
14608 </lyxtabular>
14609
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \begin_layout Standard
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621
14622 \backslash
14623 else
14624 \end_layout
14625
14626 \end_inset
14627
14628
14629 \begin_inset Note Note
14630 status open
14631
14632 \begin_layout Plain Layout
14633 The following will be displayed when the \SpecialChar LaTeX
14634 -package 
14635 \series bold
14636 diagbox
14637 \series default
14638  is not installed:
14639 \end_layout
14640
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \begin_layout Standard
14647 You need to install the \SpecialChar LaTeX
14648 -package 
14649 \series bold
14650 diagbox
14651 \series default
14652  to see the following part of this section in the output.
14653 \end_layout
14654
14655 \begin_layout Standard
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663 fi
14664 \end_layout
14665
14666 \end_inset
14667
14668
14669 \end_layout
14670
14671 \begin_layout Standard
14672 For more info about the \SpecialChar LaTeX
14673 -package 
14674 \series bold
14675 diagbox
14676 \series default
14677 , see its documentation, 
14678 \begin_inset CommandInset citation
14679 LatexCommand cite
14680 key "diagbox"
14681 literal "true"
14682
14683 \end_inset
14684
14685 .
14686 \end_layout
14687
14688 \begin_layout Section
14689 Formal Tables
14690 \begin_inset CommandInset label
14691 LatexCommand label
14692 name "sec:Formal-Tables"
14693
14694 \end_inset
14695
14696
14697 \begin_inset Index idx
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701 Table ! Formal
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \begin_layout Standard
14710 Tables are often typeset in books similar to Table
14711 \begin_inset space ~
14712 \end_inset
14713
14714
14715 \begin_inset CommandInset ref
14716 LatexCommand ref
14717 reference "tab:Example-booktabs-table"
14718
14719 \end_inset
14720
14721 .
14722  This kind of tables is called 
14723 \begin_inset Quotes eld
14724 \end_inset
14725
14726
14727 \emph on
14728 formal
14729 \emph default
14730
14731 \begin_inset Quotes erd
14732 \end_inset
14733
14734 .
14735  To make a table a formal table use the option 
14736 \family sans
14737 Formal
14738 \family default
14739  in the 
14740 \family sans
14741 Borders
14742 \family default
14743  tab of the table dialog.
14744 \end_layout
14745
14746 \begin_layout Standard
14747 \begin_inset Float table
14748 placement h
14749 wide false
14750 sideways false
14751 status open
14752
14753 \begin_layout Plain Layout
14754 \begin_inset Caption Standard
14755
14756 \begin_layout Plain Layout
14757 \begin_inset CommandInset label
14758 LatexCommand label
14759 name "tab:Example-booktabs-table"
14760
14761 \end_inset
14762
14763 Example booktabs-table
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \begin_layout Plain Layout
14772 \align center
14773 \begin_inset Tabular
14774 <lyxtabular version="3" rows="8" columns="4">
14775 <features booktabs="true" tabularvalignment="middle">
14776 <column alignment="center" valignment="top">
14777 <column alignment="center" valignment="top">
14778 <column alignment="center" valignment="top">
14779 <column alignment="center" valignment="top">
14780 <row>
14781 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 System
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794 Chip
14795 \begin_inset space \thinspace{}
14796 \end_inset
14797
14798 1
14799 \end_layout
14800
14801 \end_inset
14802 </cell>
14803 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807 Chip
14808 \begin_inset space \thinspace{}
14809 \end_inset
14810
14811 2
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 </row>
14826 <row>
14827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831 \begin_inset ERT
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835
14836
14837 \backslash
14838 cmidrule(r){2-2}
14839 \end_layout
14840
14841 \end_inset
14842
14843
14844 \begin_inset ERT
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848
14849
14850 \backslash
14851 cmidrule(l){3-4}
14852 \end_layout
14853
14854 \end_inset
14855
14856 Detector thickness in µm
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 <cell alignment="center" valignment="top" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Plain Layout
14865 300
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell alignment="center" valignment="top" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874 300
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883 700
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 Edge angle in °
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" topline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 3.55
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" topline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912 2.71
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 <cell alignment="center" valignment="top" topline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 7.99
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 </row>
14927 <row topspace="default">
14928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932 Spatial resolution in µm
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 4.26
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 10.17
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 10.56
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row topspace="default">
14966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 MTF at 
14971 \begin_inset Formula $f_{\mathrm{max}}$
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 0.53
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 0.37
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 0.39
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 <row topspace="default">
15008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 \begin_inset ERT
15013 status collapsed
15014
15015 \begin_layout Plain Layout
15016
15017
15018 \backslash
15019 cmidrule[2pt](l{10pt}){1-1}
15020 \end_layout
15021
15022 \end_inset
15023
15024 LSF-spatial resolution
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row>
15058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 in µm
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 129.7
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 52.75
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 50.78
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 in % of pixel size
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 76.3
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 95.9
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 92.3
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 </lyxtabular>
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141
15142
15143 \end_layout
15144
15145 \begin_layout Standard
15146 Spaces to table rows can be added using the 
15147 \family sans
15148 Borders
15149 \family default
15150  tab of the table dialog as described in section
15151 \begin_inset space ~
15152 \end_inset
15153
15154
15155 \begin_inset CommandInset ref
15156 LatexCommand ref
15157 reference "subsec:Row-Spacing"
15158
15159 \end_inset
15160
15161 .
15162 \end_layout
15163
15164 \begin_layout Standard
15165 Unlike normal tables, formal tables have no vertical table lines.
15166  The horizontal table lines can be set as for normal tables but they appear
15167  with different widths in the output:
15168 \begin_inset Newline newline
15169 \end_inset
15170
15171 The first and the last table line have a default width of 0.08
15172 \begin_inset space \thinspace{}
15173 \end_inset
15174
15175 em while the other lines have a default width of 0.05
15176 \begin_inset space \thinspace{}
15177 \end_inset
15178
15179 em.
15180 \end_layout
15181
15182 \begin_layout Standard
15183 The default widths can be changed with the following preamble lines
15184 \end_layout
15185
15186 \begin_layout Standard
15187
15188 \series bold
15189
15190 \backslash
15191 let
15192 \backslash
15193 mytoprule
15194 \backslash
15195 toprule
15196 \begin_inset Newline newline
15197 \end_inset
15198
15199
15200 \backslash
15201 renewcommand{
15202 \backslash
15203 toprule}{
15204 \backslash
15205 mytoprule[width]}
15206 \end_layout
15207
15208 \begin_layout Standard
15209 This example is for the first line, the so called 
15210 \series bold
15211 toprule
15212 \series default
15213 .
15214  If you want to change the width for the last line, replace 
15215 \series bold
15216 toprule
15217 \series default
15218  by 
15219 \series bold
15220 bottomrule
15221 \series default
15222 .
15223  To change the width for the other lines replace 
15224 \series bold
15225 toprule
15226 \series default
15227  by 
15228 \series bold
15229 midrule
15230 \series default
15231 .
15232  You can use all units listed in appendix
15233 \begin_inset space ~
15234 \end_inset
15235
15236
15237 \begin_inset CommandInset ref
15238 LatexCommand ref
15239 reference "cha:Units-available-in"
15240
15241 \end_inset
15242
15243  to set the width.
15244 \end_layout
15245
15246 \begin_layout Standard
15247 Lines that do not span all table columns can be created by setting a table
15248  line for multicolumn cells.
15249  \SpecialChar LyX
15250  will then internally use the command 
15251 \series bold
15252
15253 \backslash
15254 cmidrule
15255 \series default
15256  to create this line.
15257  Its full scheme is
15258 \end_layout
15259
15260 \begin_layout Standard
15261
15262 \series bold
15263
15264 \backslash
15265 cmidrule[height](trim){startcol-endcol}
15266 \end_layout
15267
15268 \begin_layout Standard
15269 The options of 
15270 \series bold
15271
15272 \backslash
15273 cmidrule
15274 \series default
15275  are currently not supported by \SpecialChar LyX
15276  so you have to use \SpecialChar TeX
15277  Code to be able to
15278  use them.
15279  
15280 \series bold
15281
15282 \backslash
15283 cmidrule
15284 \series default
15285 s can manually be created by inserting the command as \SpecialChar TeX
15286  Code as the first
15287  cell entry of the first cell of a row.
15288  The line is then drawn in the output above the current row.
15289 \end_layout
15290
15291 \begin_layout Standard
15292 The default for the optional 
15293 \series bold
15294 height
15295 \series default
15296  is 0.03
15297 \begin_inset space \thinspace{}
15298 \end_inset
15299
15300 em.
15301  
15302 \series bold
15303 startcol
15304 \series default
15305  is the number of the column where the line starts and 
15306 \series bold
15307 endcol
15308 \series default
15309  the column number where the line ends.
15310  The 
15311 \series bold
15312 endcol
15313 \series default
15314  always needs to be specified, also when the line should span only one column.
15315  The optional parameter 
15316 \series bold
15317 trim
15318 \series default
15319  could either be 
15320 \emph on
15321 l{trimwidth}
15322 \emph default
15323  or 
15324 \emph on
15325 r{trimwidth}
15326 \emph default
15327  where the 
15328 \emph on
15329 trimwidth
15330 \emph default
15331  is also optional.
15332  Using for example the parameter 
15333 \emph on
15334 l{2pt}
15335 \emph default
15336  means that the line is trimmed from its left end by 2
15337 \begin_inset space \thinspace{}
15338 \end_inset
15339
15340 pt.
15341  If you don't specify the 
15342 \emph on
15343 trimwidth
15344 \emph default
15345  the line is trimmed by the default of 0.5
15346 \begin_inset space \thinspace{}
15347 \end_inset
15348
15349 em.
15350 \end_layout
15351
15352 \begin_layout Standard
15353 \begin_inset VSpace bigskip
15354 \end_inset
15355
15356 Table
15357 \begin_inset space ~
15358 \end_inset
15359
15360
15361 \begin_inset CommandInset ref
15362 LatexCommand ref
15363 reference "tab:Example-booktabs-table"
15364
15365 \end_inset
15366
15367  was created using the commands
15368 \end_layout
15369
15370 \begin_layout Standard
15371
15372 \series bold
15373
15374 \backslash
15375 cmidrule(r){2-2}
15376 \backslash
15377 cmidrule(l){3-4}
15378 \end_layout
15379
15380 \begin_layout Standard
15381 at the beginning of the second row and
15382 \end_layout
15383
15384 \begin_layout Standard
15385
15386 \series bold
15387
15388 \backslash
15389 cmidrule[2pt](l{10pt}){1-1}
15390 \end_layout
15391
15392 \begin_layout Standard
15393 in the sixth row.
15394 \end_layout
15395
15396 \begin_layout Standard
15397 \begin_inset VSpace bigskip
15398 \end_inset
15399
15400
15401 \end_layout
15402
15403 \begin_layout Standard
15404 You might want to have overlapping 
15405 \series bold
15406
15407 \backslash
15408 cmidrule
15409 \series default
15410 s as in in Table
15411 \begin_inset space ~
15412 \end_inset
15413
15414
15415 \begin_inset CommandInset ref
15416 LatexCommand ref
15417 reference "tab:Special-booktabs-table"
15418
15419 \end_inset
15420
15421 .
15422  This can be achieved with the \SpecialChar TeX
15423  Code command
15424 \end_layout
15425
15426 \begin_layout Standard
15427
15428 \series bold
15429
15430 \backslash
15431 morecmidrules
15432 \end_layout
15433
15434 \begin_layout Standard
15435 The command that was used for the second row of Table
15436 \begin_inset space ~
15437 \end_inset
15438
15439
15440 \begin_inset CommandInset ref
15441 LatexCommand ref
15442 reference "tab:Special-booktabs-table"
15443
15444 \end_inset
15445
15446  is
15447 \end_layout
15448
15449 \begin_layout Standard
15450
15451 \series bold
15452
15453 \backslash
15454 cmidrule(r){2-2}
15455 \backslash
15456 cmidrule(l){3-4}
15457 \backslash
15458 morecmidrules
15459 \backslash
15460 cmidrule{2-4}
15461 \end_layout
15462
15463 \begin_layout Standard
15464 The command for the sixth row is
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 midrule
15473 \backslash
15474 morecmidrules
15475 \backslash
15476 cmidrule{3-4}
15477 \end_layout
15478
15479 \begin_layout Standard
15480 \begin_inset VSpace bigskip
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 If you are in any way not satisfied with the border line spacing, you can
15488  use the following command to produce lines that span over all table columns
15489 \series bold
15490 :
15491 \end_layout
15492
15493 \begin_layout Standard
15494
15495 \series bold
15496
15497 \backslash
15498 specialrule{width}{space above}{space below}
15499 \end_layout
15500
15501 \begin_layout Standard
15502 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15503 -package
15504  
15505 \series bold
15506 booktabs
15507 \series default
15508  
15509 \begin_inset CommandInset citation
15510 LatexCommand cite
15511 key "booktabs"
15512 literal "true"
15513
15514 \end_inset
15515
15516 .
15517 \begin_inset Index idx
15518 status collapsed
15519
15520 \begin_layout Plain Layout
15521 \SpecialChar LaTeX
15522 -packages ! booktabs
15523 \end_layout
15524
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \begin_layout Standard
15531 \begin_inset Float table
15532 placement h
15533 wide false
15534 sideways false
15535 status open
15536
15537 \begin_layout Plain Layout
15538 \begin_inset Caption Standard
15539
15540 \begin_layout Plain Layout
15541 \begin_inset CommandInset label
15542 LatexCommand label
15543 name "tab:Special-booktabs-table"
15544
15545 \end_inset
15546
15547 Special booktabs-table
15548 \end_layout
15549
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \begin_layout Plain Layout
15556 \align center
15557 \begin_inset Tabular
15558 <lyxtabular version="3" rows="8" columns="4">
15559 <features booktabs="true" tabularvalignment="middle">
15560 <column alignment="center" valignment="top">
15561 <column alignment="center" valignment="top">
15562 <column alignment="center" valignment="top">
15563 <column alignment="center" valignment="top">
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 System
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 Chip
15579 \begin_inset space \thinspace{}
15580 \end_inset
15581
15582 1
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 Chip
15592 \begin_inset space \thinspace{}
15593 \end_inset
15594
15595 2
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row>
15611 <cell alignment="center" valignment="top" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 \begin_inset ERT
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619
15620
15621 \backslash
15622 cmidrule(r){2-2}
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \begin_inset ERT
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632
15633
15634 \backslash
15635 cmidrule(l){3-4}
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \begin_inset ERT
15642 status collapsed
15643
15644 \begin_layout Plain Layout
15645
15646
15647 \backslash
15648 morecmidrules 
15649 \end_layout
15650
15651 \end_inset
15652
15653
15654 \begin_inset ERT
15655 status collapsed
15656
15657 \begin_layout Plain Layout
15658
15659
15660 \backslash
15661 cmidrule{2-4}
15662 \end_layout
15663
15664 \end_inset
15665
15666 Detector thickness in µm
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 300
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 300
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 700
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 </row>
15699 <row>
15700 <cell alignment="center" valignment="top" topline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 Edge angle in °
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 3.55
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 2.71
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 7.99
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row topspace="default">
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 Spatial resolution in µm
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 4.26
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 10.17
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 10.56
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row topspace="default">
15776 <cell alignment="center" valignment="top" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 MTF at 
15781 \begin_inset Formula $f_{\mathrm{max}}$
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 0.53
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 0.37
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 0.39
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 </row>
15817 <row>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 \begin_inset ERT
15823 status collapsed
15824
15825 \begin_layout Plain Layout
15826
15827
15828 \backslash
15829 morecmidrules 
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \begin_inset ERT
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839
15840
15841 \backslash
15842 cmidrule{3-4}
15843 \end_layout
15844
15845 \end_inset
15846
15847 LSF-spatial resolution
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" topline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 </row>
15880 <row>
15881 <cell alignment="center" valignment="top" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 in µm
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 129.7
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 52.75
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 50.78
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 in % of pixel size
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 76.3
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 95.9
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 92.3
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 </lyxtabular>
15957
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \begin_layout Section
15969 Vertical Table Alignment
15970 \begin_inset Index idx
15971 status collapsed
15972
15973 \begin_layout Plain Layout
15974 Table ! Alignment
15975 \end_layout
15976
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Standard
15983 To align tables vertically in a text line, the table must be inside a box.
15984  The box can then be vertically aligned as described in section
15985 \begin_inset space ~
15986 \end_inset
15987
15988
15989 \begin_inset CommandInset ref
15990 LatexCommand ref
15991 reference "sec:Box-Dialog"
15992
15993 \end_inset
15994
15995 .
15996 \end_layout
15997
15998 \begin_layout Standard
15999 In the following example the tables are inside a minipage
16000 \begin_inset Foot
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004 Minipages are described in section
16005 \begin_inset space ~
16006 \end_inset
16007
16008
16009 \begin_inset CommandInset ref
16010 LatexCommand ref
16011 reference "sec:Minipages"
16012
16013 \end_inset
16014
16015 .
16016 \end_layout
16017
16018 \end_inset
16019
16020  box that has a width of 15
16021 \begin_inset space \thinspace{}
16022 \end_inset
16023
16024 col%:
16025 \end_layout
16026
16027 \begin_layout Itemize
16028 test 
16029 \begin_inset Box Frameless
16030 position "t"
16031 hor_pos "c"
16032 has_inner_box 1
16033 inner_pos "c"
16034 use_parbox 0
16035 use_makebox 0
16036 width "15col%"
16037 special "none"
16038 height "1in"
16039 height_special "totalheight"
16040 thickness "0.4pt"
16041 separation "3pt"
16042 shadowsize "4pt"
16043 framecolor "black"
16044 backgroundcolor "none"
16045 status collapsed
16046
16047 \begin_layout Plain Layout
16048 \begin_inset Tabular
16049 <lyxtabular version="3" rows="3" columns="3">
16050 <features tabularvalignment="middle">
16051 <column alignment="center" valignment="top">
16052 <column alignment="center" valignment="top">
16053 <column alignment="center" valignment="top">
16054 <row>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 a
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 d
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 g
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 <row>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 b
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 e
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 h
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 c
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 f
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 i
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 </lyxtabular>
16142
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \end_inset
16149
16150  test 
16151 \begin_inset ERT
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156
16157 \backslash
16158 raisebox{0.85
16159 \backslash
16160 baselineskip}{
16161 \end_layout
16162
16163 \end_inset
16164
16165
16166 \begin_inset Box Frameless
16167 position "t"
16168 hor_pos "c"
16169 has_inner_box 1
16170 inner_pos "c"
16171 use_parbox 0
16172 use_makebox 0
16173 width "15col%"
16174 special "none"
16175 height "1in"
16176 height_special "totalheight"
16177 thickness "0.4pt"
16178 separation "3pt"
16179 shadowsize "4pt"
16180 framecolor "black"
16181 backgroundcolor "none"
16182 status collapsed
16183
16184 \begin_layout Plain Layout
16185 \begin_inset Tabular
16186 <lyxtabular version="3" rows="3" columns="3">
16187 <features tabularvalignment="middle">
16188 <column alignment="center" valignment="top">
16189 <column alignment="center" valignment="top">
16190 <column alignment="center" valignment="top">
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 a
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 d
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 g
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 <row>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 b
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 e
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243 h
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 c
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 f
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272 i
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 </row>
16278 </lyxtabular>
16279
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \end_inset
16286
16287
16288 \begin_inset ERT
16289 status collapsed
16290
16291 \begin_layout Plain Layout
16292
16293 }
16294 \end_layout
16295
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \begin_layout Itemize
16302 test 
16303 \begin_inset Box Frameless
16304 position "c"
16305 hor_pos "c"
16306 has_inner_box 1
16307 inner_pos "c"
16308 use_parbox 0
16309 use_makebox 0
16310 width "15col%"
16311 special "none"
16312 height "1in"
16313 height_special "totalheight"
16314 thickness "0.4pt"
16315 separation "3pt"
16316 shadowsize "4pt"
16317 framecolor "black"
16318 backgroundcolor "none"
16319 status collapsed
16320
16321 \begin_layout Plain Layout
16322 \begin_inset Tabular
16323 <lyxtabular version="3" rows="3" columns="3">
16324 <features tabularvalignment="middle">
16325 <column alignment="center" valignment="top">
16326 <column alignment="center" valignment="top">
16327 <column alignment="center" valignment="top">
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 a
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 d
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 g
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 b
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 e
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 h
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 <row>
16387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 c
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 f
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 i
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 </lyxtabular>
16416
16417 \end_inset
16418
16419
16420 \end_layout
16421
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \begin_layout Itemize
16428 test 
16429 \begin_inset Box Frameless
16430 position "b"
16431 hor_pos "c"
16432 has_inner_box 1
16433 inner_pos "c"
16434 use_parbox 0
16435 use_makebox 0
16436 width "15col%"
16437 special "none"
16438 height "1in"
16439 height_special "totalheight"
16440 thickness "0.4pt"
16441 separation "3pt"
16442 shadowsize "4pt"
16443 framecolor "black"
16444 backgroundcolor "none"
16445 status collapsed
16446
16447 \begin_layout Plain Layout
16448 \begin_inset Tabular
16449 <lyxtabular version="3" rows="3" columns="3">
16450 <features tabularvalignment="middle">
16451 <column alignment="center" valignment="top">
16452 <column alignment="center" valignment="top">
16453 <column alignment="center" valignment="top">
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 a
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 d
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 g
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 b
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 e
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 h
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 <row>
16513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 c
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 f
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 i
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 </row>
16541 </lyxtabular>
16542
16543 \end_inset
16544
16545
16546 \end_layout
16547
16548 \end_inset
16549
16550  test 
16551 \begin_inset ERT
16552 status collapsed
16553
16554 \begin_layout Plain Layout
16555
16556
16557 \backslash
16558 raisebox{-0.32
16559 \backslash
16560 baselineskip}{
16561 \end_layout
16562
16563 \end_inset
16564
16565
16566 \begin_inset Box Frameless
16567 position "b"
16568 hor_pos "c"
16569 has_inner_box 1
16570 inner_pos "c"
16571 use_parbox 0
16572 use_makebox 0
16573 width "15col%"
16574 special "none"
16575 height "1in"
16576 height_special "totalheight"
16577 thickness "0.4pt"
16578 separation "3pt"
16579 shadowsize "4pt"
16580 framecolor "black"
16581 backgroundcolor "none"
16582 status collapsed
16583
16584 \begin_layout Plain Layout
16585 \begin_inset Tabular
16586 <lyxtabular version="3" rows="3" columns="3">
16587 <features tabularvalignment="middle">
16588 <column alignment="center" valignment="top">
16589 <column alignment="center" valignment="top">
16590 <column alignment="center" valignment="top">
16591 <row>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 a
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 d
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 g
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 <row>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 b
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 e
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 h
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 </row>
16649 <row>
16650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 c
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 f
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 i
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 </lyxtabular>
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686
16687
16688 \begin_inset ERT
16689 status collapsed
16690
16691 \begin_layout Plain Layout
16692
16693 }
16694 \end_layout
16695
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \begin_layout Standard
16702 As you will see, the content of the first and last table row is not correctly
16703  aligned.
16704  To get this alignment, the minipage box must be set into a raisebox.
16705 \begin_inset Foot
16706 status collapsed
16707
16708 \begin_layout Plain Layout
16709 Raiseboxes are described in section
16710 \begin_inset space ~
16711 \end_inset
16712
16713
16714 \begin_inset CommandInset ref
16715 LatexCommand ref
16716 reference "subsec:Vertical-Alignment"
16717
16718 \end_inset
16719
16720 .
16721 \end_layout
16722
16723 \end_inset
16724
16725  In the example above the second table in the first item is aligned using
16726  the \SpecialChar TeX
16727  Code command
16728 \end_layout
16729
16730 \begin_layout Standard
16731
16732 \series bold
16733
16734 \backslash
16735 raisebox{0.85
16736 \backslash
16737 baselineskip}{
16738 \end_layout
16739
16740 \begin_layout Standard
16741 before the box.
16742  After the box the closing brace 
16743 \series bold
16744 }
16745 \series default
16746  is inserted as \SpecialChar TeX
16747  Code.
16748  For the second table in the last item the command
16749 \end_layout
16750
16751 \begin_layout Standard
16752
16753 \series bold
16754
16755 \backslash
16756 raisebox{-0.32
16757 \backslash
16758 baselineskip}{
16759 \end_layout
16760
16761 \begin_layout Standard
16762 is used.
16763 \end_layout
16764
16765 \begin_layout Standard
16766 \begin_inset Note Greyedout
16767 status open
16768
16769 \begin_layout Plain Layout
16770
16771 \series bold
16772 Note:
16773 \series default
16774  The alignment of the table row content to the surrounding text line is
16775  not exact.
16776  The required value for the 
16777 \series bold
16778
16779 \backslash
16780 raisebox
16781 \series default
16782  command for this alignment depends on the document font, the font size,
16783  and the table line thickness.
16784 \end_layout
16785
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \begin_layout Section
16792 Colored Tables
16793 \begin_inset CommandInset label
16794 LatexCommand label
16795 name "sec:Colored-Tables"
16796
16797 \end_inset
16798
16799
16800 \begin_inset Index idx
16801 status collapsed
16802
16803 \begin_layout Plain Layout
16804 Table ! Color
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \begin_layout Subsection
16813 Colored Cells
16814 \begin_inset Index idx
16815 status collapsed
16816
16817 \begin_layout Plain Layout
16818 Table Color ! for Cells
16819 \end_layout
16820
16821 \end_inset
16822
16823
16824 \begin_inset Index idx
16825 status collapsed
16826
16827 \begin_layout Plain Layout
16828 Color ! for Table Cells
16829 \end_layout
16830
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \begin_layout Standard
16837 \begin_inset Float table
16838 placement h
16839 wide false
16840 sideways false
16841 status open
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Caption Standard
16845
16846 \begin_layout Plain Layout
16847 \begin_inset CommandInset label
16848 LatexCommand label
16849 name "tab:Table-colored-without"
16850
16851 \end_inset
16852
16853 Table colored without using the package 
16854 \series bold
16855 colortbl
16856 \series default
16857
16858 \begin_inset Argument 1
16859 status collapsed
16860
16861 \begin_layout Plain Layout
16862 Table without colortbl
16863 \end_layout
16864
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \begin_layout Plain Layout
16876 \align center
16877 \begin_inset Tabular
16878 <lyxtabular version="3" rows="3" columns="3">
16879 <features tabularvalignment="middle">
16880 <column alignment="center" valignment="top">
16881 <column alignment="center" valignment="top">
16882 <column alignment="center" valignment="top">
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \color green
16890 a
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \color red
16901 b
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910
16911 \color red
16912 c
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 </row>
16918 <row>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923
16924 \color green
16925 d
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934
16935 \color blue
16936 e
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945
16946 \color blue
16947 f
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 </row>
16953 <row>
16954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958
16959 \color green
16960 g
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \color blue
16971 h
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \color blue
16982 i
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 </lyxtabular>
16989
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \begin_layout Standard
17001 If you only need colored text, mark the cells and choose a color in the
17002  
17003 \family sans
17004 Text
17005 \begin_inset space ~
17006 \end_inset
17007
17008 Style
17009 \family default
17010  dialog (toolbar button 
17011 \begin_inset Info
17012 type  "icon"
17013 arg   "dialog-show character"
17014 \end_inset
17015
17016 ).
17017  This was used to create Table
17018 \begin_inset space ~
17019 \end_inset
17020
17021
17022 \begin_inset CommandInset ref
17023 LatexCommand ref
17024 reference "tab:Table-colored-without"
17025
17026 \end_inset
17027
17028 .
17029  In any other case you have to use the \SpecialChar LaTeX
17030 -package 
17031 \series bold
17032 colortbl
17033 \series default
17034 .
17035 \begin_inset Index idx
17036 status collapsed
17037
17038 \begin_layout Plain Layout
17039 \SpecialChar LaTeX
17040 -packages ! colortbl
17041 \end_layout
17042
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \begin_layout Standard
17049 \begin_inset ERT
17050 status collapsed
17051
17052 \begin_layout Plain Layout
17053
17054
17055 \backslash
17056 ifcolortbl
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \begin_inset Note Note
17063 status open
17064
17065 \begin_layout Plain Layout
17066 The following section part will only be displayed when the \SpecialChar LaTeX
17067 -package 
17068 \series bold
17069 colortbl
17070 \series default
17071  is installed.
17072 \end_layout
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \begin_layout Standard
17080 To create colored tables, 
17081 \series bold
17082 colortbl
17083 \series default
17084  must be loaded in the preamble with the line
17085 \end_layout
17086
17087 \begin_layout Standard
17088
17089 \series bold
17090
17091 \backslash
17092 usepackage{colortbl}
17093 \end_layout
17094
17095 \begin_layout Standard
17096 The color of a column is adjusted with the command
17097 \end_layout
17098
17099 \begin_layout Standard
17100
17101 \series bold
17102
17103 \backslash
17104 columncolor{name of color}
17105 \end_layout
17106
17107 \begin_layout Standard
17108 inside the command 
17109 \series bold
17110 >{ }
17111 \series default
17112 .
17113  More about the command 
17114 \series bold
17115 >{}
17116 \series default
17117  is contained in section
17118 \begin_inset space ~
17119 \end_inset
17120
17121
17122 \begin_inset CommandInset ref
17123 LatexCommand ref
17124 reference "subsec:Multicolumn-Calculations"
17125
17126 \end_inset
17127
17128 .
17129 \end_layout
17130
17131 \begin_layout Standard
17132 The following color names are predefined:
17133 \end_layout
17134
17135 \begin_layout Standard
17136
17137 \family sans
17138 red
17139 \family default
17140
17141 \family sans
17142 green
17143 \family default
17144
17145 \family sans
17146 yellow
17147 \family default
17148
17149 \family sans
17150 blue
17151 \family default
17152
17153 \family sans
17154 cyan
17155 \family default
17156
17157 \family sans
17158 magenta
17159 \family default
17160
17161 \family sans
17162 black
17163 \family default
17164  and 
17165 \family sans
17166 white
17167 \end_layout
17168
17169 \begin_layout Standard
17170 \begin_inset VSpace medskip
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \begin_layout Standard
17177 If you add the option
17178 \end_layout
17179
17180 \begin_layout Standard
17181
17182 \series bold
17183 dvipsnames
17184 \end_layout
17185
17186 \begin_layout Standard
17187 to the document class options in the document settings, you can additionally
17188  use further 61
17189 \begin_inset space ~
17190 \end_inset
17191
17192 colors.
17193  These colors are listed in appendix
17194 \begin_inset space ~
17195 \end_inset
17196
17197
17198 \begin_inset CommandInset ref
17199 LatexCommand ref
17200 reference "chap:List-of-dvips-colornames"
17201
17202 \end_inset
17203
17204 .
17205  One of these colors, 
17206 \family sans
17207 Maroon
17208 \family default
17209 , is used as example in Table
17210 \begin_inset space ~
17211 \end_inset
17212
17213
17214 \begin_inset CommandInset ref
17215 LatexCommand ref
17216 reference "tab:Table-colored-using"
17217
17218 \end_inset
17219
17220 .
17221 \end_layout
17222
17223 \begin_layout Standard
17224 \begin_inset VSpace medskip
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \begin_layout Standard
17231 You can also define your own color with the command
17232 \end_layout
17233
17234 \begin_layout Standard
17235
17236 \series bold
17237
17238 \backslash
17239 definecolor{color name}{color model}{color values}
17240 \end_layout
17241
17242 \begin_layout Standard
17243 The color model can be
17244 \end_layout
17245
17246 \begin_layout Labeling
17247 \labelwidthstring 00.00.0000
17248 cmyk: cyan, magenta, yellow, black
17249 \end_layout
17250
17251 \begin_layout Labeling
17252 \labelwidthstring 00.00.0000
17253 rgb: red, green blue
17254 \end_layout
17255
17256 \begin_layout Labeling
17257 \labelwidthstring 00.00.0000
17258 gray gray
17259 \end_layout
17260
17261 \begin_layout Standard
17262 and the color values are comma separated numbers between 0 and 1 describing
17263  the factor for the corresponding color of the color model.
17264 \end_layout
17265
17266 \begin_layout Standard
17267 You can e.
17268 \begin_inset space \thinspace{}
17269 \end_inset
17270
17271 g.
17272 \begin_inset space \space{}
17273 \end_inset
17274
17275 define the color "
17276 \emph on
17277 darkgreen
17278 \emph default
17279 " in the preamble with
17280 \end_layout
17281
17282 \begin_layout Standard
17283
17284 \series bold
17285
17286 \backslash
17287 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17288 \end_layout
17289
17290 \begin_layout Standard
17291 and the color "
17292 \emph on
17293 lightgray
17294 \emph default
17295 " with
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 definecolor{lightgray}{gray}{0.8}
17304 \end_layout
17305
17306 \begin_layout Standard
17307 \begin_inset VSpace medskip
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \begin_layout Standard
17314 Lines are colored with the command
17315 \end_layout
17316
17317 \begin_layout Standard
17318
17319 \series bold
17320
17321 \backslash
17322 rowcolor{name of color}
17323 \end_layout
17324
17325 \begin_layout Standard
17326 and cells are colored with the command
17327 \end_layout
17328
17329 \begin_layout Standard
17330
17331 \series bold
17332
17333 \backslash
17334 cellcolor{name of color}
17335 \end_layout
17336
17337 \begin_layout Standard
17338 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17339  Code.
17340 \end_layout
17341
17342 \begin_layout Standard
17343 To color characters in the table, mark the cells and use the 
17344 \family sans
17345 Text
17346 \begin_inset space ~
17347 \end_inset
17348
17349 Style
17350 \family default
17351  dialog.
17352  If a cell contains \SpecialChar TeX
17353  Code mark only the characters, otherwise the colored
17354  \SpecialChar TeX
17355  Code will cause \SpecialChar LaTeX
17356  errors.
17357 \end_layout
17358
17359 \begin_layout Standard
17360 \begin_inset Note Greyedout
17361 status open
17362
17363 \begin_layout Plain Layout
17364
17365 \series bold
17366 Note:
17367 \series default
17368  Not all DVI-viewers are able to display self-defined colors.
17369 \end_layout
17370
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \begin_layout Standard
17377 \begin_inset VSpace bigskip
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \begin_layout Standard
17384 To create Table
17385 \begin_inset space ~
17386 \end_inset
17387
17388
17389 \begin_inset CommandInset ref
17390 LatexCommand ref
17391 reference "tab:Table-colored-using"
17392
17393 \end_inset
17394
17395  do the following: The color of the first column should be 
17396 \emph on
17397 darkgreen
17398 \emph default
17399 .
17400  So insert
17401 \end_layout
17402
17403 \begin_layout Standard
17404
17405 \series bold
17406 >{
17407 \backslash
17408 columncolor{darkgreen}
17409 \backslash
17410 centering}c
17411 \end_layout
17412
17413 \begin_layout Standard
17414 as \SpecialChar LaTeX
17415 -argument for this column.
17416  The first row should be light blue, therefore the \SpecialChar TeX
17417  Code command
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 rowcolor{cyan}
17426 \end_layout
17427
17428 \begin_layout Standard
17429 is inserted to the first cell of this row.
17430  Note that this overwrites the column color for the first cell.
17431  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17432  Code
17433  command
17434 \end_layout
17435
17436 \begin_layout Standard
17437
17438 \series bold
17439
17440 \backslash
17441 cellcolor{Maroon}
17442 \end_layout
17443
17444 \begin_layout Standard
17445 The characters could now be colored using the menu 
17446 \family sans
17447 Edit\SpecialChar menuseparator
17448 Text
17449 \begin_inset space ~
17450 \end_inset
17451
17452 Style
17453 \family default
17454 .
17455 \end_layout
17456
17457 \begin_layout Standard
17458 \begin_inset Float table
17459 placement h
17460 wide false
17461 sideways false
17462 status open
17463
17464 \begin_layout Plain Layout
17465 \begin_inset Caption Standard
17466
17467 \begin_layout Plain Layout
17468 \begin_inset CommandInset label
17469 LatexCommand label
17470 name "tab:Table-colored-using"
17471
17472 \end_inset
17473
17474 Table colored using the package 
17475 \series bold
17476 colortbl
17477 \series default
17478
17479 \begin_inset Argument 1
17480 status collapsed
17481
17482 \begin_layout Plain Layout
17483 Table with colortbl
17484 \end_layout
17485
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Plain Layout
17497 \align center
17498 \begin_inset Tabular
17499 <lyxtabular version="3" rows="3" columns="3">
17500 <features tabularvalignment="middle">
17501 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17502 <column alignment="center" valignment="top">
17503 <column alignment="center" valignment="top">
17504 <row>
17505 <cell alignment="center" valignment="top" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 \begin_inset ERT
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513
17514
17515 \backslash
17516 rowcolor{cyan}
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \color magenta
17523 a
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \color red
17534 b
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543
17544 \color red
17545 c
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556
17557 \color yellow
17558 d
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567
17568 \color blue
17569 e
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578
17579 \color blue
17580 f
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 <row>
17587 <cell alignment="center" valignment="top" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591
17592 \color yellow
17593 g
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602
17603 \color blue
17604 h
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 \begin_inset ERT
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617
17618
17619 \backslash
17620 cellcolor{Maroon}
17621 \end_layout
17622
17623 \end_inset
17624
17625
17626 \color green
17627 i
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 </lyxtabular>
17634
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \begin_layout Standard
17646 \begin_inset ERT
17647 status collapsed
17648
17649 \begin_layout Plain Layout
17650
17651
17652 \backslash
17653 else
17654 \end_layout
17655
17656 \end_inset
17657
17658
17659 \begin_inset Note Note
17660 status open
17661
17662 \begin_layout Plain Layout
17663 The following will be displayed when the \SpecialChar LaTeX
17664 -package 
17665 \series bold
17666 colortbl
17667 \series default
17668  is not installed:
17669 \end_layout
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \begin_layout Standard
17677 You need to install the package 
17678 \series bold
17679 colortbl
17680 \series default
17681  to see the content of this section in the output.
17682 \end_layout
17683
17684 \begin_layout Standard
17685 \begin_inset ERT
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689
17690
17691 \backslash
17692 fi
17693 \end_layout
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \begin_layout Subsection
17701 Colored Rows
17702 \begin_inset Index idx
17703 status collapsed
17704
17705 \begin_layout Plain Layout
17706 Table Color ! for Rows
17707 \end_layout
17708
17709 \end_inset
17710
17711
17712 \begin_inset Index idx
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716 Color ! for Table Rows
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \begin_layout Standard
17725 In case every second table row needs to be colored there is an alternative
17726  to the method described in the previous section: One loads the package
17727  
17728 \series bold
17729 xcolor
17730 \series default
17731
17732 \begin_inset Index idx
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736 \SpecialChar LaTeX
17737 -packages ! xcolor
17738 \begin_inset ERT
17739 status collapsed
17740
17741 \begin_layout Plain Layout
17742
17743
17744 \backslash
17745 vspace{4mm}
17746 \end_layout
17747
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754
17755  in the document preamble with the command
17756 \end_layout
17757
17758 \begin_layout Standard
17759
17760 \series bold
17761
17762 \backslash
17763 usepackage[table]{xcolor}
17764 \end_layout
17765
17766 \begin_layout Standard
17767
17768 \series bold
17769 xcolor
17770 \series default
17771  automatically loads also the package 
17772 \series bold
17773 colortbl
17774 \series default
17775
17776 \begin_inset Index idx
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780 \SpecialChar LaTeX
17781 -packages ! colortbl
17782 \end_layout
17783
17784 \end_inset
17785
17786 , so 
17787 \series bold
17788 colortbl
17789 \series default
17790  must be installed in your \SpecialChar LaTeX
17791 -distribution, otherwise you get \SpecialChar LaTeX
17792 -errors.
17793 \end_layout
17794
17795 \begin_layout Standard
17796 \begin_inset ERT
17797 status collapsed
17798
17799 \begin_layout Plain Layout
17800
17801
17802 \backslash
17803 ifcolortbl
17804 \end_layout
17805
17806 \end_inset
17807
17808
17809 \begin_inset Note Note
17810 status open
17811
17812 \begin_layout Plain Layout
17813 The following section part will only be displayed when the \SpecialChar LaTeX
17814 -package 
17815 \series bold
17816 colortbl
17817 \series default
17818  is installed.
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \begin_layout Standard
17827 The table rows are colored with the command
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833
17834 \backslash
17835 rowcolors[commands]{row number}{odd row color}{even row color}
17836 \end_layout
17837
17838 \begin_layout Standard
17839 that is either inserted in the document preamble or as \SpecialChar TeX
17840  Code before the
17841  first table to be colored.
17842  row
17843 \begin_inset space ~
17844 \end_inset
17845
17846 number is the number of the first row which should be colored according
17847  to the odd row color.
17848  commands can be additional commands that are executed before every table
17849  row.
17850  So for example the command
17851 \end_layout
17852
17853 \begin_layout Standard
17854
17855 \series bold
17856
17857 \backslash
17858 rowcolors{1}{white}{lightgray}
17859 \end_layout
17860
17861 \begin_layout Standard
17862 leads to the coloring scheme of Table
17863 \begin_inset space ~
17864 \end_inset
17865
17866
17867 \begin_inset CommandInset ref
17868 LatexCommand ref
17869 reference "tab:Table-rowcolors"
17870
17871 \end_inset
17872
17873 .
17874  The command
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \series bold
17880
17881 \backslash
17882 rowcolors[
17883 \backslash
17884 hline]{1}{lightgray}{cyan}
17885 \end_layout
17886
17887 \begin_layout Standard
17888 leads to the coloring scheme of Table
17889 \begin_inset space ~
17890 \end_inset
17891
17892
17893 \begin_inset CommandInset ref
17894 LatexCommand ref
17895 reference "tab:Table-rowcolors-2"
17896
17897 \end_inset
17898
17899 .
17900  If odd
17901 \begin_inset space ~
17902 \end_inset
17903
17904 row
17905 \begin_inset space ~
17906 \end_inset
17907
17908 color and/or even
17909 \begin_inset space ~
17910 \end_inset
17911
17912 row
17913 \begin_inset space ~
17914 \end_inset
17915
17916 color are left empty, no color will be used so that the command
17917 \end_layout
17918
17919 \begin_layout Standard
17920
17921 \series bold
17922
17923 \backslash
17924 rowcolors{1}{}{}
17925 \end_layout
17926
17927 \begin_layout Standard
17928 deletes all colors.
17929  
17930 \series bold
17931
17932 \backslash
17933 rowcolors
17934 \series default
17935  affects all tables following that command.
17936 \end_layout
17937
17938 \begin_layout Standard
17939 \begin_inset ERT
17940 status open
17941
17942 \begin_layout Plain Layout
17943
17944
17945 \backslash
17946 rowcolors{1}{white}{lightgray}
17947 \end_layout
17948
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Standard
17955 \begin_inset Float table
17956 placement h
17957 wide false
17958 sideways false
17959 status open
17960
17961 \begin_layout Plain Layout
17962 \begin_inset Caption Standard
17963
17964 \begin_layout Plain Layout
17965 \begin_inset CommandInset label
17966 LatexCommand label
17967 name "tab:Table-rowcolors"
17968
17969 \end_inset
17970
17971 Table where every second row is colored light gray.
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \begin_layout Plain Layout
17980 \align center
17981 \begin_inset Tabular
17982 <lyxtabular version="3" rows="4" columns="3">
17983 <features tabularvalignment="middle">
17984 <column alignment="center" valignment="top">
17985 <column alignment="center" valignment="top" width="0pt">
17986 <column alignment="center" valignment="top" width="0pt">
17987 <row>
17988 <cell alignment="center" valignment="top" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 X
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Y
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 Z
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="center" valignment="top" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 1
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 2
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 3
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 <row>
18046 <cell alignment="center" valignment="top" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 4
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 5
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 6
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 <row>
18075 <cell alignment="center" valignment="top" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 7
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 8
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 9
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 </row>
18103 </lyxtabular>
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Standard
18116 \begin_inset ERT
18117 status open
18118
18119 \begin_layout Plain Layout
18120
18121
18122 \backslash
18123 rowcolors[
18124 \backslash
18125 hline]{1}{lightgray}{cyan}
18126 \end_layout
18127
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \begin_layout Standard
18134 \begin_inset Float table
18135 placement h
18136 wide false
18137 sideways false
18138 status open
18139
18140 \begin_layout Plain Layout
18141 \begin_inset Caption Standard
18142
18143 \begin_layout Plain Layout
18144 \begin_inset CommandInset label
18145 LatexCommand label
18146 name "tab:Table-rowcolors-2"
18147
18148 \end_inset
18149
18150 Table where every second row is colored cyan and at which there is a line
18151  between each row.
18152 \end_layout
18153
18154 \end_inset
18155
18156
18157 \end_layout
18158
18159 \begin_layout Plain Layout
18160 \align center
18161 \begin_inset Tabular
18162 <lyxtabular version="3" rows="4" columns="3">
18163 <features tabularvalignment="middle">
18164 <column alignment="center" valignment="top">
18165 <column alignment="center" valignment="top">
18166 <column alignment="center" valignment="top" width="0pt">
18167 <row>
18168 <cell alignment="center" valignment="top" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 X
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 Y
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 <cell alignment="center" valignment="top" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190 Z
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 </row>
18196 <row>
18197 <cell alignment="center" valignment="top" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 1
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 <cell alignment="center" valignment="top" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 2
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 3
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 </row>
18225 <row>
18226 <cell alignment="center" valignment="top" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 4
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 5
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 6
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 </row>
18254 <row>
18255 <cell alignment="center" valignment="top" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 7
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 8
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 9
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 </lyxtabular>
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Standard
18296 \begin_inset ERT
18297 status collapsed
18298
18299 \begin_layout Plain Layout
18300
18301
18302 \backslash
18303 rowcolors{1}{}{}
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \begin_inset Note Note
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313 turns off the row coloring
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Standard
18322 \begin_inset ERT
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326
18327
18328 \backslash
18329 else
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \begin_inset Note Note
18336 status open
18337
18338 \begin_layout Plain Layout
18339 The following will be displayed when the \SpecialChar LaTeX
18340 -package 
18341 \series bold
18342 colortbl
18343 \series default
18344  is not installed:
18345 \end_layout
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \begin_layout Standard
18353 You need to install the package 
18354 \series bold
18355 colortbl
18356 \series default
18357  to see the content of this section in the output.
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset ERT
18362 status collapsed
18363
18364 \begin_layout Plain Layout
18365
18366
18367 \backslash
18368 fi
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \begin_layout Subsection
18377 Colored Lines
18378 \begin_inset Index idx
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382 Table Color ! for Lines
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \begin_inset Index idx
18389 status collapsed
18390
18391 \begin_layout Plain Layout
18392 Color ! for Table Lines
18393 \end_layout
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \begin_layout Standard
18401 As described in section
18402 \begin_inset space ~
18403 \end_inset
18404
18405
18406 \begin_inset CommandInset ref
18407 LatexCommand ref
18408 reference "subsec:Line-Thickness"
18409
18410 \end_inset
18411
18412 , the line thickness for all lines in a table can be adjusted with the length
18413  
18414 \series bold
18415
18416 \backslash
18417 arrayrulewidth
18418 \series default
18419 .
18420  It is set to 1.5
18421 \begin_inset space \thinspace{}
18422 \end_inset
18423
18424 pt for all tables of this section.
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 setlength{
18433 \backslash
18434 arrayrulewidth}{1.5pt}
18435 \end_layout
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Standard
18443 To color vertical lines for example with green, create the following column
18444  format in the document preamble, according to the description in section
18445 \begin_inset space ~
18446 \end_inset
18447
18448
18449 \begin_inset CommandInset ref
18450 LatexCommand ref
18451 reference "subsec:Customized-Format"
18452
18453 \end_inset
18454
18455 :
18456 \end_layout
18457
18458 \begin_layout Standard
18459
18460 \series bold
18461
18462 \backslash
18463 newcolumntype{W}{!{
18464 \backslash
18465 color{green}
18466 \backslash
18467 vline}}
18468 \end_layout
18469
18470 \begin_layout Standard
18471 For Table
18472 \begin_inset space ~
18473 \end_inset
18474
18475
18476 \begin_inset CommandInset ref
18477 LatexCommand ref
18478 reference "tab:Table-with-vertical-colored"
18479
18480 \end_inset
18481
18482  the \SpecialChar LaTeX
18483 -argument
18484 \series bold
18485  WcW
18486 \series default
18487  was used for the last column and
18488 \series bold
18489  Wc
18490 \series default
18491  for the other columns.
18492 \end_layout
18493
18494 \begin_layout Standard
18495 If you want to have several colors, define more column formats.
18496 \end_layout
18497
18498 \begin_layout Standard
18499 \begin_inset Float table
18500 placement h
18501 wide false
18502 sideways false
18503 status open
18504
18505 \begin_layout Plain Layout
18506 \begin_inset Caption Standard
18507
18508 \begin_layout Plain Layout
18509 \begin_inset CommandInset label
18510 LatexCommand label
18511 name "tab:Table-with-vertical-colored"
18512
18513 \end_inset
18514
18515 Table with colored vertical lines
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \begin_layout Plain Layout
18524 \align center
18525 \begin_inset Tabular
18526 <lyxtabular version="3" rows="3" columns="3">
18527 <features tabularvalignment="middle">
18528 <column alignment="center" valignment="top" special="Wc">
18529 <column alignment="center" valignment="top" special="Wc">
18530 <column alignment="center" valignment="top" special="WcW">
18531 <row>
18532 <cell alignment="center" valignment="top" topline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 sd
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 <cell alignment="center" valignment="top" topline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 </row>
18560 <row>
18561 <cell alignment="center" valignment="top" topline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 sd
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 </row>
18589 <row>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 sd
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 </lyxtabular>
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \begin_layout Standard
18631 \begin_inset VSpace bigskip
18632 \end_inset
18633
18634 To color all horizontal lines for example with red, as in Table
18635 \begin_inset space ~
18636 \end_inset
18637
18638
18639 \begin_inset CommandInset ref
18640 LatexCommand ref
18641 reference "tab:Table-with-horizontal-colored"
18642
18643 \end_inset
18644
18645 , insert these commands in \SpecialChar TeX
18646  code before the table or table float:
18647 \end_layout
18648
18649 \begin_layout Standard
18650
18651 \series bold
18652
18653 \backslash
18654 let
18655 \backslash
18656 myHlineC
18657 \backslash
18658 hline
18659 \begin_inset Newline newline
18660 \end_inset
18661
18662
18663 \backslash
18664 renewcommand{
18665 \backslash
18666 hline}
18667 \begin_inset Newline newline
18668 \end_inset
18669
18670
18671 \begin_inset Phantom HPhantom
18672 status open
18673
18674 \begin_layout Plain Layout
18675
18676 \series bold
18677 \begin_inset space ~
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \end_inset
18684
18685 {
18686 \backslash
18687 arrayrulecolor{red}
18688 \backslash
18689 myHlineC
18690 \backslash
18691 arrayrulecolor{black}}
18692 \end_layout
18693
18694 \begin_layout Standard
18695 \begin_inset ERT
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699
18700
18701 \backslash
18702 let
18703 \backslash
18704 myHlineC
18705 \backslash
18706 hline
18707 \end_layout
18708
18709 \begin_layout Plain Layout
18710
18711
18712 \backslash
18713 renewcommand{
18714 \backslash
18715 hline}
18716 \end_layout
18717
18718 \begin_layout Plain Layout
18719
18720  {
18721 \backslash
18722 arrayrulecolor{red}
18723 \backslash
18724 myHlineC
18725 \backslash
18726 arrayrulecolor{black}}
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \begin_inset Float table
18733 placement h
18734 wide false
18735 sideways false
18736 status open
18737
18738 \begin_layout Plain Layout
18739 \begin_inset Caption Standard
18740
18741 \begin_layout Plain Layout
18742 \begin_inset CommandInset label
18743 LatexCommand label
18744 name "tab:Table-with-horizontal-colored"
18745
18746 \end_inset
18747
18748 Table with colored horizontal lines
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Plain Layout
18757 \align center
18758 \begin_inset Tabular
18759 <lyxtabular version="3" rows="3" columns="3">
18760 <features tabularvalignment="middle">
18761 <column alignment="center" valignment="top">
18762 <column alignment="center" valignment="top">
18763 <column alignment="center" valignment="top">
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 sd
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 </row>
18793 <row>
18794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 sd
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 </row>
18851 </lyxtabular>
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Standard
18864 To return to the default line color black, insert this command in \SpecialChar TeX
18865  code
18866  after the table or table float:
18867 \end_layout
18868
18869 \begin_layout Standard
18870
18871 \series bold
18872
18873 \backslash
18874 renewcommand{
18875 \backslash
18876 hline}{
18877 \backslash
18878 myHlineC}
18879 \end_layout
18880
18881 \begin_layout Standard
18882 Table
18883 \begin_inset space ~
18884 \end_inset
18885
18886
18887 \begin_inset CommandInset ref
18888 LatexCommand ref
18889 reference "tab:Table-with-colored"
18890
18891 \end_inset
18892
18893  is an example with colored vertical and horizontal lines.
18894 \end_layout
18895
18896 \begin_layout Standard
18897 \begin_inset Float table
18898 placement h
18899 wide false
18900 sideways false
18901 status open
18902
18903 \begin_layout Plain Layout
18904 \begin_inset Caption Standard
18905
18906 \begin_layout Plain Layout
18907 \begin_inset CommandInset label
18908 LatexCommand label
18909 name "tab:Table-with-colored"
18910
18911 \end_inset
18912
18913 Table with colored lines
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Plain Layout
18922 \align center
18923 \begin_inset Tabular
18924 <lyxtabular version="3" rows="3" columns="3">
18925 <features tabularvalignment="middle">
18926 <column alignment="center" valignment="top" special="Wc">
18927 <column alignment="center" valignment="top" special="Wc">
18928 <column alignment="center" valignment="top" special="WcW">
18929 <row>
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 <cell alignment="center" valignment="top" topline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 </row>
18958 <row>
18959 <cell alignment="center" valignment="top" topline="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" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 sd
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" topline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 </row>
18987 <row topspace="default">
18988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010 sd
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 </lyxtabular>
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 \begin_inset ERT
19030 status collapsed
19031
19032 \begin_layout Plain Layout
19033
19034
19035 \backslash
19036 renewcommand{
19037 \backslash
19038 hline}{
19039 \backslash
19040 myHlineC}
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset ERT
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053
19054
19055 \backslash
19056 setlength{
19057 \backslash
19058 arrayrulewidth}{1.2pt}
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Standard
19067 To color only some of the table lines another strategy is necessary.
19068  To color all following horizontal lines, insert this command as \SpecialChar TeX
19069  code as
19070  last thing in the row that should be above the first colored line:
19071 \end_layout
19072
19073 \begin_layout Standard
19074
19075 \series bold
19076
19077 \backslash
19078
19079 \backslash
19080
19081 \backslash
19082 arrayrulecolor{blue}%
19083 \end_layout
19084
19085 \begin_layout Standard
19086 To go back to black lines, add this command as first thing in the row that
19087  is above the black lines:
19088 \end_layout
19089
19090 \begin_layout Standard
19091
19092 \series bold
19093
19094 \backslash
19095 arrayrulecolor{black}
19096 \end_layout
19097
19098 \begin_layout Standard
19099 With this one can color table lines like in Table
19100 \begin_inset space ~
19101 \end_inset
19102
19103
19104 \begin_inset CommandInset ref
19105 LatexCommand ref
19106 reference "tab:Table-with-different-hor"
19107
19108 \end_inset
19109
19110 .
19111  However, with this method it is not possible to color the line above the
19112  first row of a table.
19113 \end_layout
19114
19115 \begin_layout Standard
19116 \begin_inset Float table
19117 wide false
19118 sideways false
19119 status open
19120
19121 \begin_layout Plain Layout
19122 \begin_inset Caption Standard
19123
19124 \begin_layout Plain Layout
19125 \begin_inset CommandInset label
19126 LatexCommand label
19127 name "tab:Table-with-different-hor"
19128
19129 \end_inset
19130
19131 Table with different horizontal line colors.
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Plain Layout
19140 \align center
19141 \begin_inset Tabular
19142 <lyxtabular version="3" rows="6" columns="7">
19143 <features tabularvalignment="middle">
19144 <column alignment="center" valignment="top">
19145 <column alignment="center" valignment="top">
19146 <column alignment="center" valignment="top">
19147 <column alignment="center" valignment="top">
19148 <column alignment="center" valignment="top">
19149 <column alignment="center" valignment="top">
19150 <column alignment="center" valignment="top">
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 \begin_inset ERT
19211 status open
19212
19213 \begin_layout Plain Layout
19214
19215
19216 \backslash
19217
19218 \backslash
19219
19220 \backslash
19221 arrayrulecolor{blue}%
19222 \end_layout
19223
19224 \end_inset
19225
19226
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 </row>
19232 <row>
19233 <cell alignment="center" valignment="top" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 Y
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 <cell alignment="center" valignment="top" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 Y
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 </row>
19297 <row>
19298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 \begin_inset ERT
19303 status open
19304
19305 \begin_layout Plain Layout
19306
19307
19308 \backslash
19309 arrayrulecolor{black}
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset ERT
19434 status collapsed
19435
19436 \begin_layout Plain Layout
19437
19438
19439 \backslash
19440
19441 \backslash
19442
19443 \backslash
19444 arrayrulecolor{green}%
19445 \end_layout
19446
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 </row>
19455 <row>
19456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 </row>
19520 <row>
19521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 \begin_inset ERT
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529
19530
19531 \backslash
19532 arrayrulecolor{black}
19533 \end_layout
19534
19535 \end_inset
19536
19537 B
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 \begin_inset ERT
19592 status collapsed
19593
19594 \begin_layout Plain Layout
19595
19596
19597 \backslash
19598
19599 \backslash
19600
19601 \backslash
19602 arrayrulecolor{blue}%
19603 \end_layout
19604
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 </lyxtabular>
19614
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \begin_layout Standard
19626 To change the color of vertical lines within a row, like in Table
19627 \begin_inset space ~
19628 \end_inset
19629
19630
19631 \begin_inset CommandInset ref
19632 LatexCommand ref
19633 reference "tab:Table-with-different-ver"
19634
19635 \end_inset
19636
19637 , one needs to use multicolumns.
19638  At first one needs to remove all vertical lines that don't run along the
19639  whole column.
19640  Now one colors all lines using the command
19641 \end_layout
19642
19643 \begin_layout Standard
19644
19645 \series bold
19646
19647 \backslash
19648
19649 \backslash
19650
19651 \backslash
19652 arrayrulecolor{blue}%
19653 \end_layout
19654
19655 \begin_layout Standard
19656 as above.
19657  Finally one inserts this command as \SpecialChar TeX
19658  code to every cell in the row where
19659  one needs a vertical line in a different color:
19660 \end_layout
19661
19662 \begin_layout Standard
19663
19664 \series bold
19665
19666 \backslash
19667 multicolumn{1}{!{
19668 \backslash
19669 color{green}
19670 \backslash
19671 vline}c!{
19672 \backslash
19673 color{red}
19674 \backslash
19675 vline}}{
19676 \end_layout
19677
19678 \begin_layout Standard
19679 This adds a vertical line to both sides of the cell.
19680  The left one will be green, the right one red.
19681  If no color change is necessary one can omit the 
19682 \series bold
19683
19684 \backslash
19685 color
19686 \series default
19687  command in the above command.
19688  To get for example a black left line and a blue right line you can write:
19689 \end_layout
19690
19691 \begin_layout Standard
19692
19693 \series bold
19694
19695 \backslash
19696 multicolumn{1}{!{
19697 \backslash
19698 color{black}
19699 \backslash
19700 vline}c|}{
19701 \end_layout
19702
19703 \begin_layout Standard
19704 because the color blue was already set for all lines.
19705  The 
19706 \series bold
19707 |
19708 \series default
19709  creates hereby the vertical line while 
19710 \series bold
19711
19712 \backslash
19713 vline
19714 \series default
19715  does this when 
19716 \series bold
19717
19718 \backslash
19719 color
19720 \series default
19721  is used.
19722  To set vertical lines without changing any color use
19723 \end_layout
19724
19725 \begin_layout Standard
19726
19727 \series bold
19728
19729 \backslash
19730 multicolumn{1}{|c|}{
19731 \end_layout
19732
19733 \begin_layout Standard
19734 After this command insert the cell content the normal way and end the cell
19735  with a closing brace 
19736 \series bold
19737 }
19738 \series default
19739  in \SpecialChar TeX
19740  code.
19741 \end_layout
19742
19743 \begin_layout Standard
19744 \begin_inset Float table
19745 wide false
19746 sideways false
19747 status open
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Caption Standard
19751
19752 \begin_layout Plain Layout
19753 \begin_inset CommandInset label
19754 LatexCommand label
19755 name "tab:Table-with-different-ver"
19756
19757 \end_inset
19758
19759 Table with different vertical line colors in one row.
19760 \end_layout
19761
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \begin_layout Plain Layout
19768 \align center
19769 \begin_inset Tabular
19770 <lyxtabular version="3" rows="5" columns="7">
19771 <features tabularvalignment="middle">
19772 <column alignment="center" valignment="top">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <column alignment="center" valignment="top">
19776 <column alignment="center" valignment="top">
19777 <column alignment="center" valignment="top">
19778 <column alignment="center" valignment="top">
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" topline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset ERT
19839 status open
19840
19841 \begin_layout Plain Layout
19842
19843
19844 \backslash
19845
19846 \backslash
19847
19848 \backslash
19849 arrayrulecolor{red}%
19850 \end_layout
19851
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 </row>
19860 <row>
19861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset ERT
19866 status open
19867
19868 \begin_layout Plain Layout
19869
19870
19871 \backslash
19872 multicolumn{1}{!{
19873 \backslash
19874 color{black}
19875 \backslash
19876 vline}c|}{
19877 \end_layout
19878
19879 \end_inset
19880
19881 Y
19882 \begin_inset ERT
19883 status collapsed
19884
19885 \begin_layout Plain Layout
19886
19887 }
19888 \end_layout
19889
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" 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" topline="true" 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" topline="true" 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" topline="true" bottomline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 \begin_inset ERT
19938 status open
19939
19940 \begin_layout Plain Layout
19941
19942
19943 \backslash
19944 multicolumn{1}{c|}{
19945 \end_layout
19946
19947 \end_inset
19948
19949
19950 \begin_inset ERT
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954
19955 }
19956 \end_layout
19957
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 \begin_inset ERT
19970 status open
19971
19972 \begin_layout Plain Layout
19973
19974
19975 \backslash
19976 multicolumn{1}{c!{
19977 \backslash
19978 color{black}
19979 \backslash
19980 vline}}{
19981 \end_layout
19982
19983 \end_inset
19984
19985 Y
19986 \begin_inset ERT
19987 status collapsed
19988
19989 \begin_layout Plain Layout
19990
19991 }
19992 \end_layout
19993
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 </row>
20002 <row>
20003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset ERT
20008 status collapsed
20009
20010 \begin_layout Plain Layout
20011
20012
20013 \backslash
20014 arrayrulecolor{black}
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset ERT
20074 status collapsed
20075
20076 \begin_layout Plain Layout
20077
20078
20079 \backslash
20080
20081 \backslash
20082
20083 \backslash
20084 arrayrulecolor{magenta}%
20085 \end_layout
20086
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 \begin_inset ERT
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104
20105
20106 \backslash
20107 multicolumn{1}{|c!{
20108 \backslash
20109 color{red}
20110 \backslash
20111 vline}}{
20112 \end_layout
20113
20114 \end_inset
20115
20116
20117 \begin_inset ERT
20118 status collapsed
20119
20120 \begin_layout Plain Layout
20121
20122 }
20123 \end_layout
20124
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset ERT
20137 status collapsed
20138
20139 \begin_layout Plain Layout
20140
20141
20142 \backslash
20143 multicolumn{1}{c!{
20144 \backslash
20145 color{green}
20146 \backslash
20147 vline}}{
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \begin_inset ERT
20154 status collapsed
20155
20156 \begin_layout Plain Layout
20157
20158 }
20159 \end_layout
20160
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset ERT
20173 status collapsed
20174
20175 \begin_layout Plain Layout
20176
20177
20178 \backslash
20179 multicolumn{1}{c!{
20180 \backslash
20181 color{yellow}
20182 \backslash
20183 vline}}{
20184 \end_layout
20185
20186 \end_inset
20187
20188
20189 \begin_inset ERT
20190 status collapsed
20191
20192 \begin_layout Plain Layout
20193
20194 }
20195 \end_layout
20196
20197 \end_inset
20198
20199
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208 \begin_inset ERT
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212
20213
20214 \backslash
20215 multicolumn{1}{c!{
20216 \backslash
20217 color{blue}
20218 \backslash
20219 vline}}{
20220 \end_layout
20221
20222 \end_inset
20223
20224
20225 \begin_inset ERT
20226 status collapsed
20227
20228 \begin_layout Plain Layout
20229
20230 }
20231 \end_layout
20232
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset ERT
20245 status collapsed
20246
20247 \begin_layout Plain Layout
20248
20249
20250 \backslash
20251 multicolumn{1}{c!{
20252 \backslash
20253 color{cyan}
20254 \backslash
20255 vline}}{
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \begin_inset ERT
20262 status collapsed
20263
20264 \begin_layout Plain Layout
20265
20266 }
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 \begin_inset ERT
20281 status collapsed
20282
20283 \begin_layout Plain Layout
20284
20285
20286 \backslash
20287 multicolumn{1}{c!{
20288 \backslash
20289 color{black}
20290 \backslash
20291 vline}}{
20292 \end_layout
20293
20294 \end_inset
20295
20296
20297 \begin_inset ERT
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301
20302 }
20303 \end_layout
20304
20305 \end_inset
20306
20307
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 \begin_inset ERT
20317 status collapsed
20318
20319 \begin_layout Plain Layout
20320
20321
20322 \backslash
20323 multicolumn{1}{c|}{
20324 \end_layout
20325
20326 \end_inset
20327
20328
20329 \begin_inset ERT
20330 status collapsed
20331
20332 \begin_layout Plain Layout
20333
20334 }
20335 \end_layout
20336
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350 \begin_inset ERT
20351 status collapsed
20352
20353 \begin_layout Plain Layout
20354
20355
20356 \backslash
20357 arrayrulecolor{black}
20358 \end_layout
20359
20360 \end_inset
20361
20362 B
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 </row>
20422 </lyxtabular>
20423
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \begin_layout Standard
20435 \begin_inset ERT
20436 status collapsed
20437
20438 \begin_layout Plain Layout
20439
20440
20441 \backslash
20442 setlength{
20443 \backslash
20444 arrayrulewidth}{0.4pt}
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \begin_layout Section
20453 Rotated Table Cells
20454 \begin_inset CommandInset label
20455 LatexCommand label
20456 name "sec:Rotated-Table-Cells"
20457
20458 \end_inset
20459
20460
20461 \begin_inset Index idx
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 Table ! Rotated Cells
20466 \end_layout
20467
20468 \end_inset
20469
20470
20471 \begin_inset Index idx
20472 status collapsed
20473
20474 \begin_layout Plain Layout
20475 Rotated Material
20476 \end_layout
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \begin_layout Standard
20484 \begin_inset Note Greyedout
20485 status open
20486
20487 \begin_layout Plain Layout
20488
20489 \series bold
20490 Note:
20491 \series default
20492  Not all DVI-viewers are able to display rotations.
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \begin_layout Standard
20501 Table
20502 \begin_inset space ~
20503 \end_inset
20504
20505
20506 \begin_inset CommandInset ref
20507 LatexCommand ref
20508 reference "tab:Table-with-rotated"
20509 plural "false"
20510 caps "false"
20511 noprefix "false"
20512
20513 \end_inset
20514
20515  is an example where 3
20516 \begin_inset space ~
20517 \end_inset
20518
20519 cells were rotated by 45
20520 \begin_inset space \thinspace{}
20521 \end_inset
20522
20523 °.
20524 \end_layout
20525
20526 \begin_layout Standard
20527 \begin_inset Float table
20528 placement h
20529 wide false
20530 sideways false
20531 status open
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Caption Standard
20535
20536 \begin_layout Plain Layout
20537 \begin_inset CommandInset label
20538 LatexCommand label
20539 name "tab:Table-with-rotated"
20540
20541 \end_inset
20542
20543 Table with rotated cells in the first row.
20544 \end_layout
20545
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \begin_layout Plain Layout
20552 \noindent
20553 \align center
20554 \begin_inset Tabular
20555 <lyxtabular version="3" rows="2" columns="3">
20556 <features tabularvalignment="middle">
20557 <column alignment="center" valignment="top" width="0pt">
20558 <column alignment="center" valignment="top" width="0pt">
20559 <column alignment="center" valignment="top" width="0pt">
20560 <row>
20561 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 cups
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 plates
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 saucers
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 </row>
20589 <row>
20590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594 45
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603 33
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612 21
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 </lyxtabular>
20619
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \begin_layout Standard
20631 \begin_inset Note Greyedout
20632 status open
20633
20634 \begin_layout Plain Layout
20635
20636 \series bold
20637 Note:
20638 \series default
20639  Line breaks (shortcut 
20640 \begin_inset Info
20641 type  "shortcut"
20642 arg   "newline-insert newline"
20643 \end_inset
20644
20645 ) are not allowed in rotated cells.
20646 \end_layout
20647
20648 \end_inset
20649
20650
20651 \end_layout
20652
20653 \begin_layout Standard
20654 If you want to rotate table cells containing line breaks, you have to put
20655  the cell content into a minipage or a parbox.
20656 \begin_inset Foot
20657 status collapsed
20658
20659 \begin_layout Plain Layout
20660 For more about these boxes see sec.
20661 \begin_inset space \thinspace{}
20662 \end_inset
20663
20664
20665 \begin_inset CommandInset ref
20666 LatexCommand ref
20667 reference "sec:Minipages"
20668
20669 \end_inset
20670
20671  and 
20672 \begin_inset CommandInset ref
20673 LatexCommand ref
20674 reference "sec:Parboxes"
20675
20676 \end_inset
20677
20678 .
20679 \end_layout
20680
20681 \end_inset
20682
20683  If you rotate this cell by 90
20684 \begin_inset space \thinspace{}
20685 \end_inset
20686
20687 ° the width of the box is the height of the cell.
20688  To avoid to estimate a suitable box width one can use a minipage with a
20689  variable width.
20690  Such a box is inserted by loading the module 
20691 \family sans
20692 Variable-width
20693 \begin_inset space ~
20694 \end_inset
20695
20696 Minipages
20697 \family default
20698  in the document settings.
20699  Then one can use the menu 
20700 \family sans
20701 Insert\SpecialChar menuseparator
20702 Custom
20703 \begin_inset space ~
20704 \end_inset
20705
20706 Insets\SpecialChar menuseparator
20707 Minipage
20708 \begin_inset space ~
20709 \end_inset
20710
20711
20712 \family default
20713 (Var.
20714 \begin_inset space ~
20715 \end_inset
20716
20717 Width).
20718  Table
20719 \begin_inset space ~
20720 \end_inset
20721
20722
20723 \begin_inset CommandInset ref
20724 LatexCommand ref
20725 reference "tab:Table-with-rotated-multi"
20726
20727 \end_inset
20728
20729  is an example for a rotated multiline cell where a variable width minipage
20730  is used.
20731 \end_layout
20732
20733 \begin_layout Standard
20734 \begin_inset Float table
20735 wide false
20736 sideways false
20737 status open
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Caption Standard
20741
20742 \begin_layout Plain Layout
20743 \begin_inset CommandInset label
20744 LatexCommand label
20745 name "tab:Table-with-rotated-multi"
20746
20747 \end_inset
20748
20749 Table with rotated multiline cell.
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Plain Layout
20758 \noindent
20759 \align center
20760 \begin_inset Tabular
20761 <lyxtabular version="3" rows="2" columns="3">
20762 <features tabularvalignment="middle">
20763 <column alignment="center" valignment="top">
20764 <column alignment="center" valignment="top" width="0pt">
20765 <column alignment="center" valignment="top">
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 a
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Flex Minipage (Var. Width)
20781 status open
20782
20783 \begin_layout Plain Layout
20784 rotated cell
20785 \begin_inset Newline newline
20786 \end_inset
20787
20788 with line break
20789 \begin_inset space ~
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 e
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 </row>
20812 <row>
20813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 b
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 c
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 d
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 </lyxtabular>
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Section
20854 Table Width Calculation
20855 \begin_inset CommandInset label
20856 LatexCommand label
20857 name "sec:Table-Width-Calculation"
20858
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \begin_layout Standard
20865 For wide tables it is sometimes difficult to assure that the table does
20866  not protrude over the page margin.
20867  Setting a fixed width for every column of the table is the solution, but
20868  what amount of space is needed for each column?
20869 \end_layout
20870
20871 \begin_layout Standard
20872 The table width 
20873 \begin_inset Formula $W_{\mathrm{table}}$
20874 \end_inset
20875
20876  can be calculated: Every column has the width of the specified column width
20877  
20878 \begin_inset Formula $W_{\mathrm{column}}$
20879 \end_inset
20880
20881  (that the content of the column can consume) plus two times the separation
20882  between the column content and the column border (\SpecialChar LaTeX
20883  length
20884 \series bold
20885  
20886 \backslash
20887 tabcolsep
20888 \series default
20889 , default 6
20890 \begin_inset space \thinspace{}
20891 \end_inset
20892
20893 pt) plus the width of a border line (\SpecialChar LaTeX
20894  length 
20895 \series bold
20896
20897 \backslash
20898 arrayrulewidth
20899 \series default
20900 , default 0.4
20901 \begin_inset space \thinspace{}
20902 \end_inset
20903
20904 pt): So if all 
20905 \begin_inset Formula $n$
20906 \end_inset
20907
20908
20909 \begin_inset space ~
20910 \end_inset
20911
20912 columns have the same width, the table width is
20913 \begin_inset Formula 
20914 \begin{equation}
20915 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20916 \end{equation}
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \begin_layout Standard
20924 The available width for a table is the space between the page margins or
20925  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20926  length 
20927 \series bold
20928
20929 \backslash
20930 columnwidth
20931 \series default
20932 ).
20933  If all table columns should have the same width and 
20934 \begin_inset Formula $W_{\mathrm{table}}$
20935 \end_inset
20936
20937  should be 1
20938 \begin_inset space \thinspace{}
20939 \end_inset
20940
20941
20942 \backslash
20943 columnwidth, 
20944 \begin_inset Formula $W_{\mathrm{column}}$
20945 \end_inset
20946
20947  can easily be calculated.
20948 \end_layout
20949
20950 \begin_layout Standard
20951 To be able to perform calculations you need to load the \SpecialChar LaTeX
20952 -package 
20953 \series bold
20954 calc
20955 \series default
20956
20957 \begin_inset Index idx
20958 status collapsed
20959
20960 \begin_layout Plain Layout
20961 \SpecialChar LaTeX
20962 -packages ! calc
20963 \end_layout
20964
20965 \end_inset
20966
20967  in the document preamble.
20968  To set the width in the table dialog you have to use the field 
20969 \family sans
20970 \SpecialChar LaTeX
20971  argument
20972 \family default
20973 .
20974  The command scheme for this field is the same that is explained in section
20975 \begin_inset space ~
20976 \end_inset
20977
20978
20979 \begin_inset CommandInset ref
20980 LatexCommand ref
20981 reference "subsec:Multicolumn-Calculations"
20982
20983 \end_inset
20984
20985 .
20986  For a table with 5
20987 \begin_inset space \thinspace{}
20988 \end_inset
20989
20990 columns with an uniform width and centered text, enter there for each column
20991  the command
20992 \end_layout
20993
20994 \begin_layout Standard
20995
20996 \series bold
20997 >{
20998 \backslash
20999 centering}p{(1
21000 \backslash
21001 columnwidth-62.4pt)/5}
21002 \end_layout
21003
21004 \begin_layout Standard
21005 For a table with 5
21006 \begin_inset space \thinspace{}
21007 \end_inset
21008
21009 columns where 2 should have 0.75
21010 \begin_inset space ~
21011 \end_inset
21012
21013 times the width than the 3 others, the calculation is
21014 \begin_inset Formula 
21015 \begin{align}
21016 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21017  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21018  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21019 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21020 \end{align}
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \begin_layout Standard
21028 In the table therefore the command
21029 \end_layout
21030
21031 \begin_layout Standard
21032
21033 \series bold
21034 >{
21035 \backslash
21036 centering}p{(1
21037 \backslash
21038 columnwidth-62.4pt)/
21039 \backslash
21040 real{4.5}}
21041 \end_layout
21042
21043 \begin_layout Standard
21044 is used for the wider columns and
21045 \end_layout
21046
21047 \begin_layout Standard
21048
21049 \series bold
21050 >{
21051 \backslash
21052 centering}p{(1
21053 \backslash
21054 columnwidth-62.4pt)/
21055 \backslash
21056 real{4.5}*
21057 \backslash
21058 real{0.75}}
21059 \end_layout
21060
21061 \begin_layout Standard
21062 for the smaller ones:
21063 \end_layout
21064
21065 \begin_layout Standard
21066 \begin_inset Tabular
21067 <lyxtabular version="3" rows="2" columns="5">
21068 <features tabularvalignment="middle">
21069 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21070 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21071 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21072 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21073 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 1
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 2
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 3
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 4
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 5
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 111111 1111111 111111 111111111 11111 11111 1111
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 2222 22222 222222 222222222 2222222 22 22222
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 333333 333333 333333 33333 3333333 333
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 </lyxtabular>
21169
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \begin_layout Section
21176 Table Customization
21177 \begin_inset Index idx
21178 status collapsed
21179
21180 \begin_layout Plain Layout
21181 Table Customization
21182 \end_layout
21183
21184 \end_inset
21185
21186
21187 \begin_inset Index idx
21188 status collapsed
21189
21190 \begin_layout Plain Layout
21191 Table ! Customization
21192 \end_layout
21193
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \begin_layout Subsection
21200 Row Spacing
21201 \begin_inset CommandInset label
21202 LatexCommand label
21203 name "subsec:Row-Spacing"
21204
21205 \end_inset
21206
21207
21208 \begin_inset Index idx
21209 status collapsed
21210
21211 \begin_layout Plain Layout
21212 Table Customization ! Row Spacing
21213 \end_layout
21214
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \begin_layout Standard
21221 You can add vertical space to table rows in the 
21222 \family sans
21223 Borders
21224 \family default
21225  tab of the table dialog.
21226  You find there three possibilities:
21227 \end_layout
21228
21229 \begin_layout Description
21230 Top
21231 \begin_inset space ~
21232 \end_inset
21233
21234 of
21235 \begin_inset space ~
21236 \end_inset
21237
21238 row will add space above the characters of the table row.
21239  If the table is a formal table
21240 \begin_inset Foot
21241 status collapsed
21242
21243 \begin_layout Plain Layout
21244 Formal tables are explained in section
21245 \begin_inset space ~
21246 \end_inset
21247
21248
21249 \begin_inset CommandInset ref
21250 LatexCommand ref
21251 reference "sec:Formal-Tables"
21252
21253 \end_inset
21254
21255 .
21256 \end_layout
21257
21258 \end_inset
21259
21260  \SpecialChar LyX
21261  will insert as default 0.5
21262 \begin_inset space \thinspace{}
21263 \end_inset
21264
21265 em space.
21266  For normal tables the inserted space will unfortunately destroy the vertical
21267  table lines as in the following table:
21268 \begin_inset VSpace medskip
21269 \end_inset
21270
21271
21272 \begin_inset Newline newline
21273 \end_inset
21274
21275
21276 \begin_inset space \hspace*{}
21277 \length 0pt
21278 \end_inset
21279
21280
21281 \begin_inset space \hfill{}
21282 \end_inset
21283
21284
21285 \begin_inset Tabular
21286 <lyxtabular version="3" rows="3" columns="1">
21287 <features tabularvalignment="middle">
21288 <column alignment="center" valignment="top">
21289 <row>
21290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 A
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 </row>
21300 <row topspace="3mm">
21301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 3
21306 \begin_inset space \thinspace{}
21307 \end_inset
21308
21309 mm space top of row
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 C
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 </lyxtabular>
21327
21328 \end_inset
21329
21330
21331 \begin_inset space \hfill{}
21332 \end_inset
21333
21334
21335 \begin_inset space \hspace*{}
21336 \length 0pt
21337 \end_inset
21338
21339
21340 \begin_inset VSpace medskip
21341 \end_inset
21342
21343
21344 \begin_inset Newline newline
21345 \end_inset
21346
21347 So inserting space in the top of row for normal tables is only useful when
21348  you don't have vertical lines.
21349 \end_layout
21350
21351 \begin_layout Description
21352 Bottom
21353 \begin_inset space ~
21354 \end_inset
21355
21356 of
21357 \begin_inset space ~
21358 \end_inset
21359
21360 row will add space below the characters of the table row.
21361  If the table is a formal table \SpecialChar LyX
21362  will insert as default 0.5
21363 \begin_inset space \thinspace{}
21364 \end_inset
21365
21366 em space, for normal tables the default size is 2
21367 \begin_inset space \thinspace{}
21368 \end_inset
21369
21370 pt.
21371 \end_layout
21372
21373 \begin_layout Description
21374 Between
21375 \begin_inset space ~
21376 \end_inset
21377
21378 rows adds space between the current and the following row.
21379  If the table is a formal table \SpecialChar LyX
21380  will insert as default 0.5
21381 \begin_inset space \thinspace{}
21382 \end_inset
21383
21384 em space.
21385  For normal tables the inserted space will unfortunately destroy the vertical
21386  table lines as in the following table:
21387 \begin_inset VSpace medskip
21388 \end_inset
21389
21390
21391 \begin_inset Newline newline
21392 \end_inset
21393
21394
21395 \begin_inset space \hspace*{}
21396 \length 0pt
21397 \end_inset
21398
21399
21400 \begin_inset space \hfill{}
21401 \end_inset
21402
21403
21404 \begin_inset Tabular
21405 <lyxtabular version="3" rows="3" columns="1">
21406 <features tabularvalignment="middle">
21407 <column alignment="center" valignment="top">
21408 <row>
21409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 A
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row interlinespace="3mm">
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\downarrow$
21425 \end_inset
21426
21427  3
21428 \begin_inset space \thinspace{}
21429 \end_inset
21430
21431 mm space between row 
21432 \begin_inset Formula $\downarrow$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446 \begin_inset Formula $\uparrow$
21447 \end_inset
21448
21449  3
21450 \begin_inset space \thinspace{}
21451 \end_inset
21452
21453 mm space between row 
21454 \begin_inset Formula $\uparrow$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 </lyxtabular>
21464
21465 \end_inset
21466
21467
21468 \begin_inset space \hfill{}
21469 \end_inset
21470
21471
21472 \begin_inset space \hspace*{}
21473 \length 0pt
21474 \end_inset
21475
21476
21477 \begin_inset VSpace medskip
21478 \end_inset
21479
21480
21481 \begin_inset Newline newline
21482 \end_inset
21483
21484 So inserting space between rows for normal tables is only useful when you
21485  don't have vertical lines.
21486 \end_layout
21487
21488 \begin_layout Standard
21489 \begin_inset VSpace bigskip
21490 \end_inset
21491
21492 When you want to add extra height to all cells of all tables, you can do
21493  this with the following preamble lines:
21494 \end_layout
21495
21496 \begin_layout Standard
21497
21498 \series bold
21499
21500 \backslash
21501 @ifundefined{extrarowheight}
21502 \begin_inset Newline newline
21503 \end_inset
21504
21505
21506 \begin_inset Phantom HPhantom
21507 status open
21508
21509 \begin_layout Plain Layout
21510
21511 \series bold
21512 \begin_inset space ~
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \end_inset
21519
21520 {
21521 \backslash
21522 usepackage{array}}{}
21523 \begin_inset Newline newline
21524 \end_inset
21525
21526
21527 \backslash
21528 setlength{
21529 \backslash
21530 extrarowheight}{height}
21531 \series default
21532
21533 \begin_inset Note Note
21534 status collapsed
21535
21536 \begin_layout Plain Layout
21537 The package 
21538 \series bold
21539 array
21540 \series default
21541  will be loaded automatically by \SpecialChar LyX
21542  when you use self defined table formats.
21543  To avoid that it is loaded twice the command 
21544 \series bold
21545
21546 \backslash
21547 @ifundefined
21548 \series default
21549  is used in the above command.
21550 \end_layout
21551
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \begin_layout Standard
21558 where the 
21559 \family sans
21560 height
21561 \family default
21562  can have one of the units listed in appendix
21563 \begin_inset space ~
21564 \end_inset
21565
21566
21567 \begin_inset CommandInset ref
21568 LatexCommand ref
21569 reference "cha:Units-available-in"
21570
21571 \end_inset
21572
21573 .
21574  But this has the disadvantage that the cell texts are no longer exactly
21575  vertically centered.
21576 \end_layout
21577
21578 \begin_layout Standard
21579 If you are using font sizes larger than the normal size, the table borders
21580  are often too close to the letters.
21581  This can be corrected by inserting the command 
21582 \series bold
21583
21584 \backslash
21585 strut
21586 \series default
21587  in \SpecialChar TeX
21588  Code at the beginning of a table row.
21589  Table
21590 \begin_inset space ~
21591 \end_inset
21592
21593
21594 \begin_inset CommandInset ref
21595 LatexCommand ref
21596 reference "tab:Vertical-alignment-of"
21597
21598 \end_inset
21599
21600  illustrates the effect.
21601 \end_layout
21602
21603 \begin_layout Standard
21604 \noindent
21605 \begin_inset Float table
21606 placement h
21607 wide false
21608 sideways false
21609 status open
21610
21611 \begin_layout Plain Layout
21612 \begin_inset Caption Standard
21613
21614 \begin_layout Plain Layout
21615 \begin_inset CommandInset label
21616 LatexCommand label
21617 name "tab:Vertical-alignment-of"
21618
21619 \end_inset
21620
21621 Vertical alignment of text with large font sizes.
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \begin_layout Plain Layout
21630 \begin_inset space \hfill{}
21631 \end_inset
21632
21633
21634 \begin_inset Float table
21635 wide false
21636 sideways false
21637 status collapsed
21638
21639 \begin_layout Plain Layout
21640 \begin_inset Caption Standard
21641
21642 \begin_layout Plain Layout
21643 Normal table.
21644 \end_layout
21645
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \begin_layout Plain Layout
21652 \noindent
21653 \align center
21654 \begin_inset Tabular
21655 <lyxtabular version="3" rows="6" columns="1">
21656 <features tabularvalignment="middle">
21657 <column alignment="left" valignment="top">
21658 <row>
21659 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 Normal, g
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row>
21670 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674
21675 \size large
21676 Large
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \size larger
21689 Larger
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \size largest
21702 Largest
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \size huge
21715 Huge
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \size huge
21728 Huger
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 </row>
21734 </lyxtabular>
21735
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742
21743
21744 \begin_inset space \hfill{}
21745 \end_inset
21746
21747
21748 \begin_inset Float table
21749 wide false
21750 sideways false
21751 status collapsed
21752
21753 \begin_layout Plain Layout
21754 \begin_inset Caption Standard
21755
21756 \begin_layout Plain Layout
21757 Table using the command 
21758 \series bold
21759
21760 \backslash
21761 strut
21762 \series default
21763 .
21764 \end_layout
21765
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \begin_layout Plain Layout
21772 \noindent
21773 \align center
21774 \begin_inset Tabular
21775 <lyxtabular version="3" rows="6" columns="1">
21776 <features tabularvalignment="middle">
21777 <column alignment="left" valignment="top">
21778 <row>
21779 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 Normal, g
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \size large
21796 \begin_inset ERT
21797 status collapsed
21798
21799 \begin_layout Plain Layout
21800
21801
21802 \backslash
21803 strut 
21804 \end_layout
21805
21806 \end_inset
21807
21808 Large
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \size larger
21821 \begin_inset ERT
21822 status collapsed
21823
21824 \begin_layout Plain Layout
21825
21826
21827 \backslash
21828 strut 
21829 \end_layout
21830
21831 \end_inset
21832
21833 Larger
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844
21845 \size largest
21846 \begin_inset ERT
21847 status collapsed
21848
21849 \begin_layout Plain Layout
21850
21851
21852 \backslash
21853 strut 
21854 \end_layout
21855
21856 \end_inset
21857
21858 Largest
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 <row>
21865 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \size huge
21871 \begin_inset ERT
21872 status collapsed
21873
21874 \begin_layout Plain Layout
21875
21876
21877 \backslash
21878 strut 
21879 \end_layout
21880
21881 \end_inset
21882
21883 Huge
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 </row>
21889 <row>
21890 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894
21895 \size giant
21896 \begin_inset ERT
21897 status collapsed
21898
21899 \begin_layout Plain Layout
21900
21901
21902 \backslash
21903 strut 
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \size huge
21910 Huger
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 </lyxtabular>
21917
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \begin_inset space \hfill{}
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Subsection
21938 Special Cell Alignment
21939 \begin_inset CommandInset label
21940 LatexCommand label
21941 name "subsec:Special-Cell-Alignment"
21942
21943 \end_inset
21944
21945
21946 \begin_inset Index idx
21947 status collapsed
21948
21949 \begin_layout Plain Layout
21950 Table Customization ! Special Cell Alignment
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \begin_layout Standard
21959 Sometimes it looks better when the cell entries of a column are aligned
21960  with a special character, e.
21961 \begin_inset space \thinspace{}
21962 \end_inset
21963
21964 g.
21965 \begin_inset space \space{}
21966 \end_inset
21967
21968 with the decimal separator as in Table
21969 \begin_inset space ~
21970 \end_inset
21971
21972
21973 \begin_inset CommandInset ref
21974 LatexCommand ref
21975 reference "tab:Table-cells-align"
21976
21977 \end_inset
21978
21979 .
21980  This alignment is achieved by setting the cursor into the column and then
21981  either pressing the toolbar button 
21982 \begin_inset Info
21983 type  "icon"
21984 arg   "tabular-feature align-decimal"
21985 \end_inset
21986
21987  or setting the alignment in the table settings to 
21988 \family sans
21989 At
21990 \begin_inset space ~
21991 \end_inset
21992
21993 Decimal
21994 \begin_inset space ~
21995 \end_inset
21996
21997 Separator
21998 \family default
21999 .
22000  The alignment character can be a character of your choice and is specified
22001  in the table settings.
22002 \end_layout
22003
22004 \begin_layout Standard
22005 \begin_inset Float table
22006 placement h
22007 wide false
22008 sideways false
22009 status open
22010
22011 \begin_layout Plain Layout
22012 \begin_inset Caption Standard
22013
22014 \begin_layout Plain Layout
22015 \begin_inset CommandInset label
22016 LatexCommand label
22017 name "tab:Table-cells-align"
22018
22019 \end_inset
22020
22021 Table cells of a column aligned with the decimal separator.
22022 \end_layout
22023
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \begin_layout Plain Layout
22030 \align center
22031 \begin_inset Tabular
22032 <lyxtabular version="3" rows="4" columns="1">
22033 <features booktabs="true" tabularvalignment="middle">
22034 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22035 <row>
22036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 heading
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 12.6
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 <row>
22058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 0.68
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 -123.0
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 </lyxtabular>
22080
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \begin_layout Standard
22092 \begin_inset Float table
22093 placement h
22094 wide false
22095 sideways false
22096 status open
22097
22098 \begin_layout Plain Layout
22099 \begin_inset Caption Standard
22100
22101 \begin_layout Plain Layout
22102 \begin_inset CommandInset label
22103 LatexCommand label
22104 name "tab:Table-align-operator"
22105
22106 \end_inset
22107
22108 Table cells of a column aligned with the operators.
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Plain Layout
22117 \align center
22118 \begin_inset Tabular
22119 <lyxtabular version="3" rows="4" columns="2">
22120 <features booktabs="true" tabularvalignment="middle">
22121 <column alignment="right" valignment="top" width="0pt">
22122 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22123 <row>
22124 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 heading
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $12\,+$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 \begin_inset Formula $\,6$
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 </row>
22169 <row>
22170 <cell alignment="center" valignment="top" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Formula $0\,-$
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 \begin_inset Formula $\,68$
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 <row>
22196 <cell alignment="center" valignment="top" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 \begin_inset Formula $-123\,/$
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\,0$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 </lyxtabular>
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \begin_layout Standard
22234 For alignments at characters in formulas this method does not work because
22235  the field to specify the alignment character does not allow formulas.
22236  In this case one need to use the method from Table
22237 \begin_inset space ~
22238 \end_inset
22239
22240
22241 \begin_inset CommandInset ref
22242 LatexCommand ref
22243 reference "tab:Table-align-operator"
22244
22245 \end_inset
22246
22247 .
22248  This table was created with a 4×2 table.
22249  The heading is a centered multicolumn.
22250  The first column is right-aligned and contains the first part including
22251  the operator.
22252  The second column is left aligned and contains the rest.
22253  A small space was added at the beginning of each cell of the second column
22254  to get the space that is usually around operators.
22255  To omit the space that is normally between two table columns, the following
22256  \SpecialChar LaTeX
22257 -argument was used for the second column:
22258 \end_layout
22259
22260 \begin_layout Standard
22261
22262 \series bold
22263 @{}l
22264 \end_layout
22265
22266 \begin_layout Standard
22267 Table
22268 \begin_inset space ~
22269 \end_inset
22270
22271
22272 \begin_inset CommandInset ref
22273 LatexCommand ref
22274 reference "tab:Several-table-cell"
22275
22276 \end_inset
22277
22278  shows some example alignments.
22279  For the alignment with the relation sign, a small space was added like
22280  for the second column of Table
22281 \begin_inset space ~
22282 \end_inset
22283
22284
22285 \begin_inset CommandInset ref
22286 LatexCommand ref
22287 reference "tab:Table-align-operator"
22288
22289 \end_inset
22290
22291 .
22292 \end_layout
22293
22294 \begin_layout Standard
22295 \begin_inset Float table
22296 placement h
22297 wide false
22298 sideways false
22299 status open
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Caption Standard
22303
22304 \begin_layout Plain Layout
22305 \begin_inset CommandInset label
22306 LatexCommand label
22307 name "tab:Several-table-cell"
22308
22309 \end_inset
22310
22311 Several table cell alignments.
22312 \end_layout
22313
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \begin_layout Plain Layout
22320 \align center
22321 \begin_inset Tabular
22322 <lyxtabular version="3" rows="4" columns="6">
22323 <features tabularvalignment="middle">
22324 <column alignment="right" valignment="top">
22325 <column alignment="left" valignment="top" special="@{}l">
22326 <column alignment="right" valignment="top">
22327 <column alignment="left" valignment="top" special="@{}l">
22328 <column alignment="right" valignment="top">
22329 <column alignment="left" valignment="top" special="@{}l">
22330 <row>
22331 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 units
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353 exponents
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 relations
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 <row>
22387 <cell alignment="center" valignment="top" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 12×
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400 24
22401 \begin_inset space \thinspace{}
22402 \end_inset
22403
22404 bottles
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $10\cdot$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Formula $10^{\mbox{-}17}$
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell alignment="center" valignment="top" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 \begin_inset Formula $\Gamma(t)\propto$
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Formula $\:\Upsilon(t)$
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 </row>
22458 <row>
22459 <cell alignment="center" valignment="top" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 1024×
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 768
22473 \begin_inset space \thinspace{}
22474 \end_inset
22475
22476 Pixels
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $5.78\cdot$
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $10^{7}$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Formula $A\ne$
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 \begin_inset Formula $\:B_{\mathrm{red}}$
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 <row>
22531 <cell alignment="center" valignment="top" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 32×
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 6
22545 \begin_inset space \thinspace{}
22546 \end_inset
22547
22548 cm
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 -
22558 \begin_inset Formula $33.5\cdot$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Formula $10^{4}$
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 \begin_inset Formula $\sin(\alpha)\ge$
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Formula $\:\sin(\beta)$
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 </row>
22603 </lyxtabular>
22604
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Subsection
22616 Customized Cell/Column Format
22617 \begin_inset CommandInset label
22618 LatexCommand label
22619 name "subsec:Customized-Format"
22620
22621 \end_inset
22622
22623
22624 \begin_inset Index idx
22625 status collapsed
22626
22627 \begin_layout Plain Layout
22628 Table Customization ! Cell/Column Format
22629 \end_layout
22630
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \begin_layout Standard
22637 Calculating the required width for normal columns as described in section
22638 \begin_inset space ~
22639 \end_inset
22640
22641
22642 \begin_inset CommandInset ref
22643 LatexCommand ref
22644 reference "sec:Table-Width-Calculation"
22645
22646 \end_inset
22647
22648  or for spanned columns as described in section
22649 \begin_inset space ~
22650 \end_inset
22651
22652
22653 \begin_inset CommandInset ref
22654 LatexCommand ref
22655 reference "subsec:Multicolumn-Calculations"
22656
22657 \end_inset
22658
22659  is very annoying if you have several tables where a calculation is necessary.
22660  To make life easier, you can define a cell/column format in the preamble,
22661  that can be used in all tables of the document.
22662  The format is defined with the command
22663 \end_layout
22664
22665 \begin_layout Standard
22666
22667 \series bold
22668
22669 \backslash
22670 newcolumntype{name of format}[number of arguments]{commands}
22671 \end_layout
22672
22673 \begin_layout Standard
22674 The format name may only consist of one letter.
22675  The letters 
22676 \emph on
22677 b
22678 \emph default
22679
22680 \emph on
22681 c
22682 \emph default
22683
22684 \emph on
22685 l
22686 \emph default
22687
22688 \emph on
22689 m
22690 \emph default
22691
22692 \emph on
22693 p
22694 \emph default
22695  and 
22696 \emph on
22697 r
22698 \emph default
22699  are predefined and cannot be used.
22700  But all letters are allowed as capitals.
22701 \end_layout
22702
22703 \begin_layout Standard
22704 \begin_inset VSpace medskip
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 For vertically and horizontally centered multicolumn cells with a fixed
22712  width you can define the cell format
22713 \end_layout
22714
22715 \begin_layout Standard
22716
22717 \series bold
22718
22719 \backslash
22720 newcolumntype{M}[1]{>{
22721 \backslash
22722 centering
22723 \backslash
22724 hspace{0pt}}m{#1}}
22725 \end_layout
22726
22727 \begin_layout Standard
22728 where 
22729 \series bold
22730
22731 \backslash
22732 hspace{0pt}
22733 \series default
22734  avoids the problem of hyphenating the first word, as described in section
22735 \begin_inset space ~
22736 \end_inset
22737
22738
22739 \begin_inset CommandInset ref
22740 LatexCommand ref
22741 reference "subsec:Multiple-Lines-in"
22742
22743 \end_inset
22744
22745 .
22746  Now you can simply enter
22747 \end_layout
22748
22749 \begin_layout Standard
22750
22751 \series bold
22752 M{width}
22753 \end_layout
22754
22755 \begin_layout Standard
22756 as 
22757 \family sans
22758 \SpecialChar LaTeX
22759 -argument
22760 \family default
22761  in the table dialog to create a multicolumn.
22762 \end_layout
22763
22764 \begin_layout Standard
22765 \begin_inset VSpace bigskip
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Standard
22772 For cells spanned by a multicolumn cell, you can define the format
22773 \end_layout
22774
22775 \begin_layout Standard
22776
22777 \series bold
22778
22779 \backslash
22780 newcolumntype{S}[2]{>{
22781 \backslash
22782 centering
22783 \backslash
22784 hspace{0pt}}
22785 \begin_inset Newline newline
22786 \end_inset
22787
22788
22789 \begin_inset Phantom HPhantom
22790 status open
22791
22792 \begin_layout Plain Layout
22793
22794 \series bold
22795
22796 \backslash
22797 newcolumntype
22798 \end_layout
22799
22800 \end_inset
22801
22802 m{(#1+(2
22803 \backslash
22804 tabcolsep+
22805 \backslash
22806 arrayrulewidth)*(1-#2))/#2}}
22807 \end_layout
22808
22809 \begin_layout Standard
22810 This format uses equation 
22811 \begin_inset CommandInset ref
22812 LatexCommand eqref
22813 reference "eq:Wgn"
22814
22815 \end_inset
22816
22817  to calculate the required width so that each spanned cell has the same
22818  width.
22819 \end_layout
22820
22821 \begin_layout Standard
22822 You can now enter
22823 \end_layout
22824
22825 \begin_layout Standard
22826
22827 \series bold
22828 S{width of multicolumn cell}{number of spanned columns}
22829 \end_layout
22830
22831 \begin_layout Standard
22832 as \SpecialChar LaTeX
22833 -argument of the column.
22834 \end_layout
22835
22836 \begin_layout Standard
22837 \begin_inset VSpace bigskip
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \begin_layout Standard
22844 For colored columns, you can define
22845 \end_layout
22846
22847 \begin_layout Standard
22848
22849 \series bold
22850
22851 \backslash
22852 newcolumntype{K}[1]{>{
22853 \backslash
22854 columncolor{#1}
22855 \backslash
22856 hspace{0pt}}c}
22857 \end_layout
22858
22859 \begin_layout Standard
22860 The 
22861 \begin_inset Quotes eld
22862 \end_inset
22863
22864 c
22865 \begin_inset Quotes erd
22866 \end_inset
22867
22868  at the end creates a column with a flexible width whose text is horizontally
22869  centered.
22870  You can now enter
22871 \end_layout
22872
22873 \begin_layout Standard
22874
22875 \series bold
22876 K{color name}
22877 \end_layout
22878
22879 \begin_layout Standard
22880 as \SpecialChar LaTeX
22881 -argument.
22882 \end_layout
22883
22884 \begin_layout Standard
22885 \begin_inset VSpace bigskip
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \begin_layout Standard
22892 To create Table
22893 \begin_inset space ~
22894 \end_inset
22895
22896
22897 \begin_inset CommandInset ref
22898 LatexCommand ref
22899 reference "tab:Table-using-user-defined"
22900
22901 \end_inset
22902
22903  use the \SpecialChar LaTeX
22904 -arguments
22905 \end_layout
22906
22907 \begin_layout Standard
22908
22909 \series bold
22910 M{2.5cm}
22911 \end_layout
22912
22913 \begin_layout Standard
22914 for the first column and the multicolumn,
22915 \end_layout
22916
22917 \begin_layout Standard
22918
22919 \series bold
22920 K{red}
22921 \end_layout
22922
22923 \begin_layout Standard
22924 for the last column, and
22925 \end_layout
22926
22927 \begin_layout Standard
22928
22929 \series bold
22930 S{2.5cm}{2}
22931 \end_layout
22932
22933 \begin_layout Standard
22934 for the cells in the second column.
22935 \end_layout
22936
22937 \begin_layout Standard
22938 \begin_inset Float table
22939 placement h
22940 wide false
22941 sideways false
22942 status open
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Caption Standard
22946
22947 \begin_layout Plain Layout
22948 \begin_inset CommandInset label
22949 LatexCommand label
22950 name "tab:Table-using-user-defined"
22951
22952 \end_inset
22953
22954 Table using user-defined table formats
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \begin_layout Plain Layout
22963 \align center
22964 \begin_inset Tabular
22965 <lyxtabular version="3" rows="3" columns="4">
22966 <features tabularvalignment="middle">
22967 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22968 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22969 <column alignment="center" valignment="middle">
22970 <column alignment="center" valignment="middle" special="K{red}">
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 verylongtablecellword
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 multiple lines multicolumn
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 c
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 d
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 e
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 f
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 g
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 </row>
23047 <row>
23048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 h
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 i
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 j
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 k
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 </row>
23085 </lyxtabular>
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \begin_layout Subsection
23098 Line Thickness
23099 \begin_inset CommandInset label
23100 LatexCommand label
23101 name "subsec:Line-Thickness"
23102
23103 \end_inset
23104
23105
23106 \begin_inset Index idx
23107 status collapsed
23108
23109 \begin_layout Plain Layout
23110 Table Customization ! Line Thickness
23111 \end_layout
23112
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \begin_layout Standard
23119 The line thickness for all lines in a table can be adjusted with the length
23120  
23121 \series bold
23122
23123 \backslash
23124 arrayrulewidth
23125 \series default
23126 .
23127  To set for example a line thickness of 1.5
23128 \begin_inset space \thinspace{}
23129 \end_inset
23130
23131 pt, as in Table
23132 \begin_inset space ~
23133 \end_inset
23134
23135
23136 \begin_inset CommandInset ref
23137 LatexCommand ref
23138 reference "tab:Table-with-1.5"
23139
23140 \end_inset
23141
23142 , insert the command
23143 \end_layout
23144
23145 \begin_layout Standard
23146
23147 \series bold
23148
23149 \backslash
23150 setlength{
23151 \backslash
23152 arrayrulewidth}{1.5pt}
23153 \end_layout
23154
23155 \begin_layout Standard
23156 in \SpecialChar TeX
23157  Code before the table or table float.
23158  The changed thickness is valid for all subsequent tables.
23159  To use the default value again, set 
23160 \series bold
23161
23162 \backslash
23163 arrayrulewidth
23164 \series default
23165  to 0.4
23166 \begin_inset space \thinspace{}
23167 \end_inset
23168
23169 pt in \SpecialChar TeX
23170  Code after the table or table float.
23171 \end_layout
23172
23173 \begin_layout Standard
23174 \begin_inset ERT
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178
23179
23180 \backslash
23181 setlength{
23182 \backslash
23183 arrayrulewidth}{1.5pt}
23184 \end_layout
23185
23186 \end_inset
23187
23188
23189 \begin_inset Float table
23190 wide false
23191 sideways false
23192 status open
23193
23194 \begin_layout Plain Layout
23195 \begin_inset Caption Standard
23196
23197 \begin_layout Plain Layout
23198 \begin_inset CommandInset label
23199 LatexCommand label
23200 name "tab:Table-with-1.5"
23201
23202 \end_inset
23203
23204 Table with 1.5
23205 \begin_inset space \thinspace{}
23206 \end_inset
23207
23208 pt thick lines
23209 \end_layout
23210
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \begin_layout Plain Layout
23217 \align center
23218 \begin_inset Tabular
23219 <lyxtabular version="3" rows="3" columns="3">
23220 <features tabularvalignment="middle">
23221 <column alignment="center" valignment="top">
23222 <column alignment="center" valignment="top">
23223 <column alignment="center" valignment="top">
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229 sd
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 </row>
23253 <row>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 sd
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 sd
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 </lyxtabular>
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \begin_inset ERT
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325
23326
23327 \backslash
23328 setlength{
23329 \backslash
23330 arrayrulewidth}{0.4pt}
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \begin_layout Standard
23339 \begin_inset VSpace bigskip
23340 \end_inset
23341
23342 To set the line thickness to 1.5
23343 \begin_inset space \thinspace{}
23344 \end_inset
23345
23346 pt only for horizontal lines, as in Table
23347 \begin_inset space ~
23348 \end_inset
23349
23350
23351 \begin_inset CommandInset ref
23352 LatexCommand ref
23353 reference "tab:Table-with-horizontal"
23354
23355 \end_inset
23356
23357 , insert these commands in \SpecialChar TeX
23358  Code before the table or table float:
23359 \end_layout
23360
23361 \begin_layout Standard
23362
23363 \series bold
23364
23365 \backslash
23366 let
23367 \backslash
23368 myHline
23369 \backslash
23370 hline
23371 \begin_inset Newline newline
23372 \end_inset
23373
23374
23375 \backslash
23376 renewcommand{
23377 \backslash
23378 hline}
23379 \begin_inset Newline newline
23380 \end_inset
23381
23382  {
23383 \backslash
23384 noalign{
23385 \backslash
23386 global
23387 \backslash
23388 arrayrulewidth 1.5pt}
23389 \begin_inset Newline newline
23390 \end_inset
23391
23392  
23393 \backslash
23394 myHline
23395 \backslash
23396 noalign{
23397 \backslash
23398 global
23399 \backslash
23400 arrayrulewidth 0.4pt}}
23401 \end_layout
23402
23403 \begin_layout Standard
23404 To return to the default line thickness, insert this command in \SpecialChar TeX
23405  Code after
23406  the table or table float:
23407 \end_layout
23408
23409 \begin_layout Standard
23410
23411 \series bold
23412
23413 \backslash
23414 renewcommand{
23415 \backslash
23416 hline}{
23417 \backslash
23418 myHline}
23419 \end_layout
23420
23421 \begin_layout Standard
23422 \begin_inset ERT
23423 status collapsed
23424
23425 \begin_layout Plain Layout
23426
23427
23428 \backslash
23429 let
23430 \backslash
23431 myHline
23432 \backslash
23433 hline
23434 \end_layout
23435
23436 \begin_layout Plain Layout
23437
23438
23439 \backslash
23440 renewcommand{
23441 \backslash
23442 hline}
23443 \end_layout
23444
23445 \begin_layout Plain Layout
23446
23447  {
23448 \backslash
23449 noalign{
23450 \backslash
23451 global
23452 \backslash
23453 arrayrulewidth 1.5pt}
23454 \end_layout
23455
23456 \begin_layout Plain Layout
23457
23458   
23459 \backslash
23460 myHline
23461 \backslash
23462 noalign{
23463 \backslash
23464 global
23465 \backslash
23466 arrayrulewidth 0.4pt}}
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \begin_inset Float table
23473 wide false
23474 sideways false
23475 status open
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Caption Standard
23479
23480 \begin_layout Plain Layout
23481 \begin_inset CommandInset label
23482 LatexCommand label
23483 name "tab:Table-with-horizontal"
23484
23485 \end_inset
23486
23487 Table with 1.5
23488 \begin_inset space \thinspace{}
23489 \end_inset
23490
23491 pt thick horizontal lines
23492 \end_layout
23493
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \begin_layout Plain Layout
23500 \align center
23501 \begin_inset Tabular
23502 <lyxtabular version="3" rows="3" columns="3">
23503 <features tabularvalignment="middle">
23504 <column alignment="center" valignment="top">
23505 <column alignment="center" valignment="top">
23506 <column alignment="center" valignment="top">
23507 <row>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 sd
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 sd
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 sd
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 </row>
23594 </lyxtabular>
23595
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \end_inset
23602
23603
23604 \begin_inset ERT
23605 status collapsed
23606
23607 \begin_layout Plain Layout
23608
23609
23610 \backslash
23611 renewcommand{
23612 \backslash
23613 hline}{
23614 \backslash
23615 myHline}
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \begin_layout Standard
23624 \begin_inset VSpace bigskip
23625 \end_inset
23626
23627 To set the line thickness to 1.5
23628 \begin_inset space \thinspace{}
23629 \end_inset
23630
23631 pt only for vertical lines, create the following column format in the document
23632  preamble, according to the description in section
23633 \begin_inset space ~
23634 \end_inset
23635
23636
23637 \begin_inset CommandInset ref
23638 LatexCommand ref
23639 reference "subsec:Customized-Format"
23640
23641 \end_inset
23642
23643 :
23644 \end_layout
23645
23646 \begin_layout Standard
23647
23648 \series bold
23649
23650 \backslash
23651 newcolumntype{V}{!{
23652 \backslash
23653 vrule width 1.5pt}}
23654 \end_layout
23655
23656 \begin_layout Standard
23657 For Table
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \begin_inset CommandInset ref
23663 LatexCommand ref
23664 reference "tab:Table-with-vertical"
23665
23666 \end_inset
23667
23668  the \SpecialChar LaTeX
23669 -argument
23670 \end_layout
23671
23672 \begin_layout Standard
23673
23674 \series bold
23675 VcV
23676 \end_layout
23677
23678 \begin_layout Standard
23679 was used for the last column and
23680 \end_layout
23681
23682 \begin_layout Standard
23683
23684 \series bold
23685 Vc
23686 \end_layout
23687
23688 \begin_layout Standard
23689 for the other columns.
23690 \end_layout
23691
23692 \begin_layout Standard
23693 \begin_inset Float table
23694 wide false
23695 sideways false
23696 status open
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Caption Standard
23700
23701 \begin_layout Plain Layout
23702 \begin_inset CommandInset label
23703 LatexCommand label
23704 name "tab:Table-with-vertical"
23705
23706 \end_inset
23707
23708 Table with 1.5
23709 \begin_inset space \thinspace{}
23710 \end_inset
23711
23712 pt thick vertical lines
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Plain Layout
23721 \align center
23722 \begin_inset Tabular
23723 <lyxtabular version="3" rows="3" columns="3">
23724 <features tabularvalignment="middle">
23725 <column alignment="center" valignment="top" special="Vc">
23726 <column alignment="center" valignment="top" special="Vc">
23727 <column alignment="center" valignment="top" special="VcV">
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 sd
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 sd
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 sd
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 </lyxtabular>
23816
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \begin_layout Subsection
23828 Dashed Lines
23829 \begin_inset Index idx
23830 status collapsed
23831
23832 \begin_layout Plain Layout
23833 Table Customization ! Dashed Lines
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \begin_layout Standard
23842 \begin_inset ERT
23843 status collapsed
23844
23845 \begin_layout Plain Layout
23846
23847
23848 \backslash
23849 ifarydshln
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \begin_inset Note Note
23856 status open
23857
23858 \begin_layout Plain Layout
23859 The following section will only be displayed when the \SpecialChar LaTeX
23860 -package 
23861 \series bold
23862 arydshln
23863 \series default
23864  is installed.
23865 \end_layout
23866
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \begin_layout Standard
23873 \begin_inset Float table
23874 placement H
23875 wide false
23876 sideways false
23877 status open
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Caption Standard
23881
23882 \begin_layout Plain Layout
23883 \begin_inset CommandInset label
23884 LatexCommand label
23885 name "tab:Table-with-dashed"
23886
23887 \end_inset
23888
23889 Table with dashed lines
23890 \end_layout
23891
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \begin_layout Plain Layout
23898 \align center
23899 \begin_inset Tabular
23900 <lyxtabular version="3" rows="5" columns="5">
23901 <features tabularvalignment="middle">
23902 <column alignment="center" valignment="top">
23903 <column alignment="center" valignment="top">
23904 <column alignment="center" valignment="top" special=":c">
23905 <column alignment="center" valignment="top">
23906 <column alignment="center" valignment="top">
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912 a
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 b
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 c
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 d
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 e
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 </row>
23954 <row>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 f
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968 g
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 h
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 i
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995 j
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 </row>
24001 <row>
24002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006 \begin_inset ERT
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010
24011
24012 \backslash
24013 hdashline 
24014 \end_layout
24015
24016 \end_inset
24017
24018 k
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 l
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 m
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045 n
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 o
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 </row>
24060 <row>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065 \begin_inset ERT
24066 status collapsed
24067
24068 \begin_layout Plain Layout
24069
24070
24071 \backslash
24072 cdashline{4-5}
24073 \end_layout
24074
24075 \end_inset
24076
24077 p
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086 q
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095 r
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 s
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 </row>
24119 <row>
24120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124 t
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 u
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 v
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 w
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 x
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 </lyxtabular>
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \begin_layout Standard
24179 \SpecialChar LyX
24180  does not natively support dashed lines, so you have to use \SpecialChar TeX
24181  Code.
24182  As a prerequisite the \SpecialChar LaTeX
24183  package 
24184 \series bold
24185 arydshln
24186 \series default
24187
24188 \begin_inset Index idx
24189 status collapsed
24190
24191 \begin_layout Plain Layout
24192 \SpecialChar LaTeX
24193 -packages ! arydshln
24194 \end_layout
24195
24196 \end_inset
24197
24198  must be loaded in the document preamble with the command
24199 \end_layout
24200
24201 \begin_layout Standard
24202
24203 \series bold
24204
24205 \backslash
24206 usepackage{arydshln}
24207 \end_layout
24208
24209 \begin_layout Standard
24210 To make a vertical line dashed, enter the colon 
24211 \begin_inset Quotes eld
24212 \end_inset
24213
24214 :
24215 \begin_inset Quotes erd
24216 \end_inset
24217
24218  together with the character for the horizontal alignment as \SpecialChar LaTeX
24219  argument in
24220  the table cell dialog.
24221 \end_layout
24222
24223 \begin_layout Standard
24224 For a horizontal dashed line add the command
24225 \end_layout
24226
24227 \begin_layout Standard
24228
24229 \series bold
24230
24231 \backslash
24232 hdashline
24233 \end_layout
24234
24235 \begin_layout Standard
24236 in \SpecialChar TeX
24237  Code as first element of the first cell in the table row.
24238 \end_layout
24239
24240 \begin_layout Standard
24241 For dashed multicolumn lines use the command
24242 \end_layout
24243
24244 \begin_layout Standard
24245
24246 \series bold
24247
24248 \backslash
24249 cdashline{line number
24250 \series default
24251 }
24252 \end_layout
24253
24254 \begin_layout Standard
24255 in \SpecialChar TeX
24256  Code as the first element of the first cell in the table row.
24257  If you have for example a multicolumn spanning columns 2 to 4 and you want
24258  to have a dashed line above, add the command
24259 \end_layout
24260
24261 \begin_layout Standard
24262
24263 \series bold
24264
24265 \backslash
24266 cdashline{2-4}
24267 \end_layout
24268
24269 \begin_layout Standard
24270 as the first element of the first cell in the row of the multicolumn.
24271 \end_layout
24272
24273 \begin_layout Standard
24274 \begin_inset VSpace bigskip
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Standard
24281 Table
24282 \begin_inset space ~
24283 \end_inset
24284
24285
24286 \begin_inset CommandInset ref
24287 LatexCommand ref
24288 reference "tab:Table-with-dashed"
24289
24290 \end_inset
24291
24292  was created using 
24293 \begin_inset Quotes eld
24294 \end_inset
24295
24296
24297 \series bold
24298 :c
24299 \series default
24300
24301 \begin_inset Quotes erd
24302 \end_inset
24303
24304  as \SpecialChar LaTeX
24305  argument of the third column.
24306  The \SpecialChar TeX
24307  Code command 
24308 \series bold
24309
24310 \backslash
24311 hdashline
24312 \series default
24313  was inserted in the first cell of the third row and the \SpecialChar TeX
24314  Code command
24315 \begin_inset Newline newline
24316 \end_inset
24317
24318  
24319 \series bold
24320
24321 \backslash
24322 cdashline{4-5}
24323 \series default
24324  was inserted in the first cell of the fourth row.
24325 \end_layout
24326
24327 \begin_layout Standard
24328 \begin_inset VSpace bigskip
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \begin_layout Standard
24335 Tables with dashed lines can also be colored as shown by Table
24336 \begin_inset space ~
24337 \end_inset
24338
24339
24340 \begin_inset CommandInset ref
24341 LatexCommand ref
24342 reference "tab:Colored-table-with"
24343
24344 \end_inset
24345
24346 .
24347 \end_layout
24348
24349 \begin_layout Standard
24350 \begin_inset ERT
24351 status collapsed
24352
24353 \begin_layout Plain Layout
24354
24355
24356 \backslash
24357 setlength{
24358 \backslash
24359 arrayrulewidth}{1pt}
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \begin_inset Note Note
24366 status collapsed
24367
24368 \begin_layout Plain Layout
24369 thicker lines for better visualization of the line color
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \begin_inset ERT
24379 status collapsed
24380
24381 \begin_layout Plain Layout
24382
24383
24384 \backslash
24385 dashgapcolor{green}
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \begin_inset Note Note
24392 status collapsed
24393
24394 \begin_layout Plain Layout
24395 color gaps between dashes green
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \end_layout
24402
24403 \begin_layout Standard
24404 \begin_inset ERT
24405 status collapsed
24406
24407 \begin_layout Plain Layout
24408
24409
24410 \backslash
24411 let
24412 \backslash
24413 myHdashline
24414 \backslash
24415 hdashline
24416 \end_layout
24417
24418 \begin_layout Plain Layout
24419
24420
24421 \backslash
24422 renewcommand{
24423 \backslash
24424 hdashline}
24425 \end_layout
24426
24427 \begin_layout Plain Layout
24428
24429  {
24430 \backslash
24431 arrayrulecolor{red}
24432 \backslash
24433 myHdashline
24434 \backslash
24435 arrayrulecolor{black}}
24436 \end_layout
24437
24438 \end_inset
24439
24440
24441 \begin_inset Note Note
24442 status collapsed
24443
24444 \begin_layout Plain Layout
24445 color horizontal, dashed lines red
24446 \end_layout
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 \begin_inset ERT
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458
24459
24460 \backslash
24461 let
24462 \backslash
24463 myCdashline
24464 \backslash
24465 cdashline
24466 \end_layout
24467
24468 \begin_layout Plain Layout
24469
24470
24471 \backslash
24472 renewcommand{
24473 \backslash
24474 cdashline}[1]
24475 \end_layout
24476
24477 \begin_layout Plain Layout
24478
24479  {
24480 \backslash
24481 arrayrulecolor{yellow}
24482 \backslash
24483 myCdashline{#1}
24484 \backslash
24485 arrayrulecolor{black}}
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \begin_inset Note Note
24492 status collapsed
24493
24494 \begin_layout Plain Layout
24495 color partial horizontal, dashed lines yellow
24496 \end_layout
24497
24498 \end_inset
24499
24500
24501 \end_layout
24502
24503 \begin_layout Standard
24504 \begin_inset Float table
24505 placement h
24506 wide false
24507 sideways false
24508 status open
24509
24510 \begin_layout Plain Layout
24511 \begin_inset Caption Standard
24512
24513 \begin_layout Plain Layout
24514 \begin_inset CommandInset label
24515 LatexCommand label
24516 name "tab:Colored-table-with"
24517
24518 \end_inset
24519
24520 Colored table with dashed lines
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \begin_layout Plain Layout
24529 \align center
24530 \begin_inset Tabular
24531 <lyxtabular version="3" rows="5" columns="5">
24532 <features tabularvalignment="middle">
24533 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24534 <column alignment="center" valignment="top" width="0pt">
24535 <column alignment="center" valignment="top" width="0pt" special=":c">
24536 <column alignment="center" valignment="top">
24537 <column alignment="center" valignment="top">
24538 <row>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 a
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552 b
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 c
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 d
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 e
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 </row>
24585 <row>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590 f
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599 g
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" topline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608 h
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617 i
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 j
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 </row>
24632 <row>
24633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 \begin_inset ERT
24638 status collapsed
24639
24640 \begin_layout Plain Layout
24641
24642
24643 \backslash
24644 hdashline 
24645 \end_layout
24646
24647 \end_inset
24648
24649
24650 \begin_inset ERT
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654
24655
24656 \backslash
24657 rowcolor{Gray}
24658 \end_layout
24659
24660 \end_inset
24661
24662 k
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 l
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680 m
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 n
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 o
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 </row>
24704 <row>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709 \begin_inset ERT
24710 status collapsed
24711
24712 \begin_layout Plain Layout
24713
24714
24715 \backslash
24716 cdashline{4-5}
24717 \end_layout
24718
24719 \end_inset
24720
24721 p
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730 q
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739 r
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748 s
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 </row>
24763 <row>
24764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 t
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777 u
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 v
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 w
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804 \begin_inset ERT
24805 status collapsed
24806
24807 \begin_layout Plain Layout
24808
24809
24810 \backslash
24811 cellcolor{Maroon}
24812 \end_layout
24813
24814 \end_inset
24815
24816 i
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 </row>
24822 </lyxtabular>
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Standard
24835 \begin_inset ERT
24836 status collapsed
24837
24838 \begin_layout Plain Layout
24839
24840
24841 \backslash
24842 renewcommand{
24843 \backslash
24844 hdashline}{
24845 \backslash
24846 myHdashline}
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \begin_inset Note Note
24853 status collapsed
24854
24855 \begin_layout Plain Layout
24856 reset to default
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \end_layout
24863
24864 \begin_layout Standard
24865 \begin_inset ERT
24866 status collapsed
24867
24868 \begin_layout Plain Layout
24869
24870
24871 \backslash
24872 renewcommand{
24873 \backslash
24874 cdashline}{
24875 \backslash
24876 myCdashline}
24877 \end_layout
24878
24879 \end_inset
24880
24881
24882 \begin_inset Note Note
24883 status collapsed
24884
24885 \begin_layout Plain Layout
24886 reset to default
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \begin_inset ERT
24896 status collapsed
24897
24898 \begin_layout Plain Layout
24899
24900
24901 \backslash
24902 nodashgapcolor
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \begin_inset Note Note
24909 status collapsed
24910
24911 \begin_layout Plain Layout
24912 reset to default
24913 \end_layout
24914
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \begin_layout Standard
24921 \begin_inset ERT
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925
24926
24927 \backslash
24928 setlength{
24929 \backslash
24930 arrayrulewidth}{0.4pt}
24931 \end_layout
24932
24933 \end_inset
24934
24935
24936 \begin_inset Note Note
24937 status collapsed
24938
24939 \begin_layout Plain Layout
24940 reset to default
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Standard
24949 The coloring of lines, columns and lines works as decribed in section
24950 \begin_inset space ~
24951 \end_inset
24952
24953
24954 \begin_inset CommandInset ref
24955 LatexCommand ref
24956 reference "sec:Colored-Tables"
24957
24958 \end_inset
24959
24960 .
24961  Coloring horizontal lines works analogically as described there as well,
24962  one only needs to replace in the commands 
24963 \series bold
24964
24965 \backslash
24966 myHlineC
24967 \series default
24968  by 
24969 \series bold
24970
24971 \backslash
24972 myHdashline
24973 \series default
24974  and 
24975 \backslash
24976
24977 \series bold
24978 hline
24979 \series default
24980  by 
24981 \series bold
24982
24983 \backslash
24984 hdashline
24985 \series default
24986 ; so one uses the command
24987 \end_layout
24988
24989 \begin_layout Standard
24990
24991 \series bold
24992
24993 \backslash
24994 let
24995 \backslash
24996 myHdashline
24997 \backslash
24998 hdashline
24999 \begin_inset Newline newline
25000 \end_inset
25001
25002
25003 \backslash
25004 renewcommand{
25005 \backslash
25006 hdashline}
25007 \begin_inset Newline newline
25008 \end_inset
25009
25010
25011 \begin_inset Phantom HPhantom
25012 status open
25013
25014 \begin_layout Plain Layout
25015 \begin_inset space ~
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \end_inset
25022
25023 {
25024 \backslash
25025 arrayrulecolor{red}
25026 \backslash
25027 myHdashline
25028 \backslash
25029 arrayrulecolor{black}}
25030 \end_layout
25031
25032 \begin_layout Standard
25033 To color 
25034 \series bold
25035
25036 \backslash
25037 cdashline
25038 \series default
25039 , the command is
25040 \end_layout
25041
25042 \begin_layout Standard
25043
25044 \series bold
25045
25046 \backslash
25047 let
25048 \backslash
25049 myCdashline
25050 \backslash
25051 cdashline
25052 \begin_inset Newline newline
25053 \end_inset
25054
25055
25056 \backslash
25057 renewcommand{
25058 \backslash
25059 cdashline}[1]
25060 \begin_inset Newline newline
25061 \end_inset
25062
25063
25064 \begin_inset Phantom HPhantom
25065 status open
25066
25067 \begin_layout Plain Layout
25068 \begin_inset space ~
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \end_inset
25075
25076 {
25077 \backslash
25078 arrayrulecolor{red}
25079 \backslash
25080 myCdashline{#1}
25081 \backslash
25082 arrayrulecolor{black}}
25083 \end_layout
25084
25085 \begin_layout Standard
25086 To get back the black line color, one needs to insert the following commands
25087  as \SpecialChar TeX
25088  Code behind the table:
25089 \end_layout
25090
25091 \begin_layout Standard
25092 For 
25093 \series bold
25094
25095 \backslash
25096 hdashline
25097 \end_layout
25098
25099 \begin_layout Standard
25100
25101 \series bold
25102
25103 \backslash
25104 renewcommand{
25105 \backslash
25106 hdashline}{
25107 \backslash
25108 myHdashline}
25109 \end_layout
25110
25111 \begin_layout Standard
25112 and for 
25113 \series bold
25114
25115 \backslash
25116 cdashline
25117 \end_layout
25118
25119 \begin_layout Standard
25120
25121 \series bold
25122
25123 \backslash
25124 renewcommand{
25125 \backslash
25126 cdashline}{
25127 \backslash
25128 myCdashline}
25129 \end_layout
25130
25131 \begin_layout Standard
25132 To color the gaps between the dashes the command
25133 \end_layout
25134
25135 \begin_layout Standard
25136
25137 \series bold
25138
25139 \backslash
25140 dashgapcolor{color}
25141 \end_layout
25142
25143 \begin_layout Standard
25144 can be used in front of a table as \SpecialChar TeX
25145  Code.
25146  color is hereby the name of a defined color.
25147  The command
25148 \end_layout
25149
25150 \begin_layout Standard
25151
25152 \series bold
25153
25154 \backslash
25155 nodashgapcolor
25156 \end_layout
25157
25158 \begin_layout Standard
25159 unsets the changes made by 
25160 \series bold
25161
25162 \backslash
25163 dashgapcolor
25164 \series default
25165 .
25166 \end_layout
25167
25168 \begin_layout Standard
25169 \begin_inset Note Greyedout
25170 status open
25171
25172 \begin_layout Plain Layout
25173
25174 \series bold
25175 \color none
25176 Note
25177 \series default
25178 : If there are multiple commands in a cell, the command of 
25179 \series bold
25180 arydshln
25181 \series default
25182  needs to be the first one in the cell.
25183  Therefore in cell 
25184 \emph on
25185 k
25186 \emph default
25187  of Table
25188 \begin_inset space ~
25189 \end_inset
25190
25191
25192 \begin_inset CommandInset ref
25193 LatexCommand ref
25194 reference "tab:Colored-table-with"
25195
25196 \end_inset
25197
25198  the command 
25199 \series bold
25200
25201 \backslash
25202 hdashline
25203 \series default
25204  is before 
25205 \series bold
25206
25207 \backslash
25208 rowcolor
25209 \series default
25210 .
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Standard
25219 \begin_inset Note Greyedout
25220 status open
25221
25222 \begin_layout Plain Layout
25223
25224 \series bold
25225 \color none
25226 Note:
25227 \series default
25228  The \SpecialChar LaTeX
25229 -package 
25230 \series bold
25231 arydshln
25232 \series default
25233  must be loaded in the document preamble before the \SpecialChar LaTeX
25234 -package 
25235 \series bold
25236 colortbl
25237 \series default
25238
25239 \begin_inset Index idx
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243 \SpecialChar LaTeX
25244 -packages ! colortbl
25245 \end_layout
25246
25247 \end_inset
25248
25249 .
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \begin_layout Standard
25258 \begin_inset ERT
25259 status collapsed
25260
25261 \begin_layout Plain Layout
25262
25263
25264 \backslash
25265 else
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \begin_inset Note Note
25272 status open
25273
25274 \begin_layout Plain Layout
25275 The following will be displayed when the \SpecialChar LaTeX
25276 -package 
25277 \series bold
25278 arydshln
25279 \series default
25280  is not installed:
25281 \end_layout
25282
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \begin_layout Standard
25289 You need to install the package 
25290 \series bold
25291 arydshln
25292 \series default
25293  to see the content of this section in the output.
25294 \end_layout
25295
25296 \begin_layout Standard
25297 \begin_inset ERT
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301
25302
25303 \backslash
25304 fi
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Standard
25313 For more information about dashed lines see the documentation of 
25314 \series bold
25315 arydshln
25316 \series default
25317
25318 \begin_inset CommandInset citation
25319 LatexCommand cite
25320 key "arydshln"
25321 literal "true"
25322
25323 \end_inset
25324
25325 .
25326 \end_layout
25327
25328 \begin_layout Chapter
25329 Floats
25330 \begin_inset CommandInset label
25331 LatexCommand label
25332 name "chap:Floats"
25333
25334 \end_inset
25335
25336
25337 \begin_inset Index idx
25338 status collapsed
25339
25340 \begin_layout Plain Layout
25341 Floats
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Section
25350 Introduction
25351 \begin_inset CommandInset label
25352 LatexCommand label
25353 name "sec:FloatIntroduction"
25354
25355 \end_inset
25356
25357
25358 \begin_inset Index idx
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 Floats ! Introduction
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 A float is a block of text associated with some sort of label, which doesn't
25372  have a fixed location.
25373  It can 
25374 \begin_inset Quotes eld
25375 \end_inset
25376
25377 float
25378 \begin_inset Quotes erd
25379 \end_inset
25380
25381  forward or backward a page or two, to wherever it fits best.
25382  
25383 \family sans
25384 Footnotes
25385 \family default
25386  and 
25387 \family sans
25388 Margin
25389 \begin_inset space ~
25390 \end_inset
25391
25392 Notes
25393 \family default
25394  are also floats because they can float to the next page when there are
25395  too many notes on the page.
25396 \end_layout
25397
25398 \begin_layout Standard
25399 Floats allow a high quality layout.
25400  Images and tables can be spread evenly among the pages to avoid white space
25401  and pages without text.
25402  As the floating often destroys the context between the text and the image/table
25403 , every float can be referenced in the text.
25404  Floats are therefore numbered.
25405  Referencing is described in section
25406 \begin_inset space ~
25407 \end_inset
25408
25409
25410 \begin_inset CommandInset ref
25411 LatexCommand ref
25412 reference "sec:Referencing-Floats"
25413
25414 \end_inset
25415
25416 .
25417 \end_layout
25418
25419 \begin_layout Standard
25420 To insert a float, use the menu 
25421 \family sans
25422 Insert\SpecialChar menuseparator
25423 Float
25424 \family default
25425  (toolbar button 
25426 \begin_inset Info
25427 type  "icon"
25428 arg   "float-insert figure"
25429 \end_inset
25430
25431  or 
25432 \begin_inset Info
25433 type  "icon"
25434 arg   "float-insert table"
25435 \end_inset
25436
25437 ).
25438  This inserts the 
25439 \family sans
25440 Caption
25441 \family default
25442  inset, a box with a label.
25443  The label will automatically be translated to the document language in
25444  the output.
25445  After the label you can insert the caption text.
25446  The image or table is inserted above or below the caption in a separate
25447  paragraph within the float.
25448  More about the caption placement is contained in section
25449 \begin_inset space ~
25450 \end_inset
25451
25452
25453 \begin_inset CommandInset ref
25454 LatexCommand ref
25455 reference "sec:Caption-Placement"
25456
25457 \end_inset
25458
25459 .
25460  To keep your \SpecialChar LyX
25461  document readable, you can open and close the float box by
25462  left-clicking on the box label.
25463  A closed float box looks like this: 
25464 \begin_inset Graphics
25465         filename clipart/float.png
25466         scale 95
25467         scaleBeforeRotation
25468
25469 \end_inset
25470
25471  – a gray button with a red label.
25472 \end_layout
25473
25474 \begin_layout Standard
25475 It is recommended that you insert floats as separate standard paragraphs
25476  to avoid possible \SpecialChar LaTeX
25477 -errors that can occur when the surrounding text is specially
25478  formatted.
25479 \end_layout
25480
25481 \begin_layout Standard
25482 Existing figures or tables can be put into a float by highlighting them
25483  and then pressing the corresponding toolbar button for a new float.
25484 \end_layout
25485
25486 \begin_layout Section
25487 Float Types
25488 \end_layout
25489
25490 \begin_layout Standard
25491 Besides figure and table floats that are described in sections
25492 \begin_inset space ~
25493 \end_inset
25494
25495
25496 \begin_inset CommandInset ref
25497 LatexCommand ref
25498 reference "sec:Figure-Floats"
25499
25500 \end_inset
25501
25502  and 
25503 \begin_inset CommandInset ref
25504 LatexCommand ref
25505 reference "sec:Table-Floats"
25506
25507 \end_inset
25508
25509  respectively, \SpecialChar LyX
25510  offers the float types 
25511 \family sans
25512 Algorithm
25513 \family default
25514  and 
25515 \family sans
25516 Wrap
25517 \family default
25518 .
25519  The latter are explained in sec.
25520 \begin_inset space \thinspace{}
25521 \end_inset
25522
25523
25524 \begin_inset CommandInset ref
25525 LatexCommand ref
25526 reference "sec:Wrap-Floats"
25527
25528 \end_inset
25529
25530 .
25531 \end_layout
25532
25533 \begin_layout Subsection
25534 Algorithm Floats
25535 \begin_inset Index idx
25536 status collapsed
25537
25538 \begin_layout Plain Layout
25539 Floats ! Algorithms
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Standard
25548 \begin_inset Float algorithm
25549 placement h
25550 wide false
25551 sideways false
25552 status open
25553
25554 \begin_layout Plain Layout
25555 \begin_inset Caption Standard
25556
25557 \begin_layout Plain Layout
25558 \begin_inset CommandInset label
25559 LatexCommand label
25560 name "alg:Example-Algorithm-float"
25561
25562 \end_inset
25563
25564 Example Algorithm float
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \begin_layout LyX-Code
25573 for I in 1..N loop
25574 \begin_inset Newline newline
25575 \end_inset
25576
25577  Sum:= Sum + A(I); /*comment*/
25578 \begin_inset Newline newline
25579 \end_inset
25580
25581 end loop
25582 \begin_inset VSpace -4mm
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \end_layout
25592
25593 \begin_layout Standard
25594 This float type is inserted with the menu 
25595 \family sans
25596 Insert\SpecialChar menuseparator
25597 Float\SpecialChar menuseparator
25598 Algorithm
25599 \family default
25600 .
25601  It is used for program codes and descriptions of algorithms and can be
25602  seen as an alternative to program code listings that are explained in chapter
25603 \begin_inset space ~
25604 \end_inset
25605
25606
25607 \begin_inset CommandInset ref
25608 LatexCommand ref
25609 reference "cha:Program-Code-Listings"
25610
25611 \end_inset
25612
25613 .
25614  A possible environment for algorithms is the 
25615 \family sans
25616 \SpecialChar LyX
25617  Code
25618 \family default
25619 , described in \SpecialChar LyX
25620 's 
25621 \emph on
25622 Userguide
25623 \emph default
25624 .
25625  Algorithm
25626 \begin_inset space ~
25627 \end_inset
25628
25629
25630 \begin_inset CommandInset ref
25631 LatexCommand ref
25632 reference "alg:Example-Algorithm-float"
25633
25634 \end_inset
25635
25636  is an example of an algorithm float where -4
25637 \begin_inset space \thinspace{}
25638 \end_inset
25639
25640 mm vertical space was added at the end of the float to have the bottom rule
25641  exactly below the last text line.
25642 \end_layout
25643
25644 \begin_layout Standard
25645 The float label is not automatically translated into the document language.
25646  If your document is not in English, you have to do this manually by adding
25647  the following line to the document preamble
25648 \series bold
25649 :
25650 \end_layout
25651
25652 \begin_layout Standard
25653
25654 \series bold
25655
25656 \backslash
25657 floatname{algorithm}{your
25658 \begin_inset space ~
25659 \end_inset
25660
25661 name}
25662 \end_layout
25663
25664 \begin_layout Standard
25665 where 
25666 \family sans
25667 your
25668 \begin_inset space ~
25669 \end_inset
25670
25671 name
25672 \family default
25673  is the word 
25674 \begin_inset Quotes eld
25675 \end_inset
25676
25677
25678 \emph on
25679 algorithm
25680 \emph default
25681
25682 \begin_inset Quotes erd
25683 \end_inset
25684
25685  in your language.
25686 \end_layout
25687
25688 \begin_layout Standard
25689 To insert the list of algorithms you can use the menu 
25690 \family sans
25691 Insert\SpecialChar menuseparator
25692 List
25693 \begin_inset space \thinspace{}
25694 \end_inset
25695
25696 /
25697 \begin_inset space \thinspace{}
25698 \end_inset
25699
25700 TOC\SpecialChar menuseparator
25701 List of Algorithms
25702 \family default
25703  when your document has the same language as \SpecialChar LyX
25704 's menu names.
25705  In other cases use this command in \SpecialChar TeX
25706  Code instead:
25707 \end_layout
25708
25709 \begin_layout Standard
25710
25711 \series bold
25712
25713 \backslash
25714 listof{algorithm}{your
25715 \begin_inset space ~
25716 \end_inset
25717
25718 name}
25719 \end_layout
25720
25721 \begin_layout Standard
25722 where 
25723 \family sans
25724 your
25725 \begin_inset space ~
25726 \end_inset
25727
25728 name
25729 \family default
25730  is the word 
25731 \begin_inset Quotes eld
25732 \end_inset
25733
25734
25735 \emph on
25736 List of Algorithm
25737 \emph default
25738 s
25739 \begin_inset Quotes erd
25740 \end_inset
25741
25742  in your language.
25743 \end_layout
25744
25745 \begin_layout Standard
25746 Algorithm floats are not by default numbered in the scheme 
25747 \begin_inset Quotes eld
25748 \end_inset
25749
25750 chapter.algorithm
25751 \begin_inset Quotes erd
25752 \end_inset
25753
25754  as is the case for table and figure floats in many document-classes.
25755  To number algorithm floats in the same scheme, add this command to your
25756  document preamble:
25757 \end_layout
25758
25759 \begin_layout Standard
25760
25761 \series bold
25762
25763 \backslash
25764 numberwithin{algorithm}{chapter}
25765 \end_layout
25766
25767 \begin_layout Standard
25768 To be able to use the command 
25769 \series bold
25770
25771 \backslash
25772 numberwithin
25773 \series default
25774 , set in the tab 
25775 \family sans
25776 Math
25777 \begin_inset space ~
25778 \end_inset
25779
25780 Options
25781 \family default
25782  in the document settings the option 
25783 \family sans
25784 Use
25785 \begin_inset space ~
25786 \end_inset
25787
25788 AMS
25789 \begin_inset space ~
25790 \end_inset
25791
25792 math
25793 \begin_inset space ~
25794 \end_inset
25795
25796 package
25797 \family default
25798 .
25799 \end_layout
25800
25801 \begin_layout Section
25802 Float Numbering
25803 \begin_inset Index idx
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807 Floats ! Numbering
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \begin_layout Standard
25816 Floats are usually numbered either independently from the sections the floats
25817  are in, or in the scheme 
25818 \begin_inset Quotes eld
25819 \end_inset
25820
25821 chapter.number
25822 \begin_inset Quotes erd
25823 \end_inset
25824
25825  or 
25826 \begin_inset Quotes eld
25827 \end_inset
25828
25829 section.number
25830 \begin_inset Quotes erd
25831 \end_inset
25832
25833 .
25834  This depends on the document class used.
25835 \end_layout
25836
25837 \begin_layout Standard
25838 To change section-independent numbering, you can use this command in the
25839  document preamble:
25840 \end_layout
25841
25842 \begin_layout Standard
25843
25844 \series bold
25845
25846 \backslash
25847 renewcommand{
25848 \backslash
25849 thetable}{
25850 \backslash
25851 roman{table}}
25852 \end_layout
25853
25854 \begin_layout Standard
25855
25856 \series bold
25857
25858 \backslash
25859 thetable
25860 \series default
25861  is the command that prints the table number.
25862  For figure floats, the command would be 
25863 \series bold
25864
25865 \backslash
25866 thefigure
25867 \series default
25868 .
25869  
25870 \series bold
25871
25872 \backslash
25873 roman
25874 \series default
25875  in the command above prints the table number as a small roman number.
25876 \end_layout
25877
25878 \begin_layout Standard
25879 To change the numbering scheme for example to 
25880 \begin_inset Quotes eld
25881 \end_inset
25882
25883 subsection.number
25884 \begin_inset Quotes erd
25885 \end_inset
25886
25887 , use this command in the preamble:
25888 \end_layout
25889
25890 \begin_layout Standard
25891
25892 \series bold
25893
25894 \backslash
25895 numberwithin{table}{subsection}
25896 \end_layout
25897
25898 \begin_layout Standard
25899 To be able to use the command 
25900 \series bold
25901
25902 \backslash
25903 numberwithin
25904 \series default
25905 , set in the tab 
25906 \family sans
25907 Math
25908 \begin_inset space ~
25909 \end_inset
25910
25911 Options
25912 \family default
25913  in the document settings the option 
25914 \family sans
25915 Use
25916 \begin_inset space ~
25917 \end_inset
25918
25919 AMS
25920 \begin_inset space ~
25921 \end_inset
25922
25923 math
25924 \begin_inset space ~
25925 \end_inset
25926
25927 package
25928 \family default
25929 .
25930 \end_layout
25931
25932 \begin_layout Standard
25933 Please also have a look at section
25934 \begin_inset space ~
25935 \end_inset
25936
25937
25938 \begin_inset CommandInset ref
25939 LatexCommand ref
25940 reference "subsec:Footnote-Numbering"
25941
25942 \end_inset
25943
25944  for the details and important notes about the numbering commands.
25945 \end_layout
25946
25947 \begin_layout Section
25948 Referencing Floats
25949 \begin_inset CommandInset label
25950 LatexCommand label
25951 name "sec:Referencing-Floats"
25952
25953 \end_inset
25954
25955
25956 \begin_inset Index idx
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960 Floats ! References
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \begin_inset Index idx
25967 status collapsed
25968
25969 \begin_layout Plain Layout
25970 References ! to Floats
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 To reference a float, insert a label into its caption using the menu 
25980 \family sans
25981 Insert\SpecialChar menuseparator
25982 Label
25983 \family default
25984  or the toolbar button 
25985 \begin_inset Info
25986 type  "icon"
25987 arg   "label-insert"
25988 \end_inset
25989
25990 .
25991  A grey label box like this one: 
25992 \begin_inset Graphics
25993         filename clipart/label.png
25994         scaleBeforeRotation
25995
25996 \end_inset
25997
25998  will be inserted and the label window pops up asking for the label text.
25999  \SpecialChar LyX
26000  offers as text the first words of the caption with a prefix.
26001  The prefix depends on the float type, e.
26002 \begin_inset space \thinspace{}
26003 \end_inset
26004
26005 g.
26006 \begin_inset space \space{}
26007 \end_inset
26008
26009 for figure floats the prefix will be "
26010 \family sans
26011 fig:
26012 \family default
26013 ".
26014 \end_layout
26015
26016 \begin_layout Standard
26017 The label is used as anchor and name for the reference.
26018  You can refer to the label using the menu 
26019 \family sans
26020 Insert\SpecialChar menuseparator
26021 Cross-reference
26022 \family default
26023  or the toolbar button 
26024 \begin_inset Info
26025 type  "icon"
26026 arg   "dialog-show-new-inset ref"
26027 \end_inset
26028
26029 .
26030  The cross-reference window appears showing all labels of the document.
26031  If you have multiple \SpecialChar LyX
26032  documents opened, choose the one you are working
26033  on from the drop-list at the top of the dialog.
26034  You can now sort the labels alphabetically and then choose one.
26035  A grey cross-reference box like this one: 
26036 \begin_inset Graphics
26037         filename clipart/reference.png
26038         scaleBeforeRotation
26039
26040 \end_inset
26041
26042  will be inserted.
26043  At the position of the cross-reference box the float number will appear
26044  in the output.
26045 \end_layout
26046
26047 \begin_layout Standard
26048 It is recommended that you use a protected space between the cross-reference
26049  name and its number to avoid line breaks between them.
26050  If a cross-reference refers to a non-existing label, you will see two question
26051  marks in the output instead of the reference.
26052 \end_layout
26053
26054 \begin_layout Standard
26055 You can change labels at any time by clicking on the label box.
26056  References to the changed label will automatically update their links to
26057  the new label text.
26058 \end_layout
26059
26060 \begin_layout Standard
26061 The button 
26062 \family sans
26063 Go
26064 \begin_inset space ~
26065 \end_inset
26066
26067 to
26068 \begin_inset space ~
26069 \end_inset
26070
26071 Label
26072 \family default
26073  in the cross-reference window sets the cursor before the referred label.
26074  The button text changes then to Go
26075 \begin_inset space ~
26076 \end_inset
26077
26078 Back and you can use it to set the cursor back to the cross-reference.
26079 \end_layout
26080
26081 \begin_layout Subsection
26082 Cross-Reference Formats
26083 \begin_inset CommandInset label
26084 LatexCommand label
26085 name "subsec:Cross-Reference-Formats"
26086
26087 \end_inset
26088
26089
26090 \begin_inset Index idx
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094 References ! Formats
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \begin_layout Standard
26103 There are six varieties of cross-references:
26104 \end_layout
26105
26106 \begin_layout Description
26107 <reference>: prints the float number, this is the default: 
26108 \begin_inset CommandInset ref
26109 LatexCommand ref
26110 reference "fig:Two-distorted-images"
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \begin_layout Description
26118 (<reference>): prints the float number within two parentheses, this is the
26119  style normally used to reference formulas, especially when the reference
26120  name 
26121 \begin_inset Quotes eld
26122 \end_inset
26123
26124 Equation
26125 \begin_inset Quotes erd
26126 \end_inset
26127
26128  is omitted: 
26129 \begin_inset CommandInset ref
26130 LatexCommand eqref
26131 reference "eq:Wgn"
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Description
26139 <page>: prints the page number: Page
26140 \begin_inset space ~
26141 \end_inset
26142
26143
26144 \begin_inset CommandInset ref
26145 LatexCommand pageref
26146 reference "fig:Two-distorted-images"
26147
26148 \end_inset
26149
26150
26151 \end_layout
26152
26153 \begin_layout Description
26154 on
26155 \begin_inset space ~
26156 \end_inset
26157
26158 page
26159 \begin_inset space ~
26160 \end_inset
26161
26162 <page>: prints the text "on page" and the page number: 
26163 \begin_inset CommandInset ref
26164 LatexCommand vpageref
26165 reference "fig:Two-distorted-images"
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Description
26173 <reference>
26174 \begin_inset space ~
26175 \end_inset
26176
26177 on
26178 \begin_inset space ~
26179 \end_inset
26180
26181 page
26182 \begin_inset space ~
26183 \end_inset
26184
26185 <page>: prints the float number, the text "on page", and the page number:
26186  
26187 \begin_inset CommandInset ref
26188 LatexCommand vref
26189 reference "fig:Two-distorted-images"
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Description
26197 Formatted
26198 \begin_inset space ~
26199 \end_inset
26200
26201 reference: prints a self-defined cross-reference format.
26202 \begin_inset Newline newline
26203 \end_inset
26204
26205
26206 \begin_inset Note Greyedout
26207 status open
26208
26209 \begin_layout Plain Layout
26210
26211 \series bold
26212 Note:
26213 \series default
26214  This feature is only available when you have the \SpecialChar LaTeX
26215 -package 
26216 \series bold
26217 prettyref
26218 \series default
26219  or 
26220 \series bold
26221 refstyle
26222 \series default
26223
26224 \begin_inset Index idx
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228 \SpecialChar LaTeX
26229 -packages ! prettyref
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \begin_inset Index idx
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239 \SpecialChar LaTeX
26240 -packages ! refstyle
26241 \end_layout
26242
26243 \end_inset
26244
26245  installed.
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \begin_inset Newline newline
26252 \end_inset
26253
26254 You can select which \SpecialChar LaTeX
26255 -package should be used for this feature by setting
26256  the option 
26257 \family sans
26258 Use refstyle (not prettyref) for cross-references
26259 \family default
26260  in the menu 
26261 \family sans
26262 Document\SpecialChar menuseparator
26263 Settings\SpecialChar menuseparator
26264 Document Class
26265 \family default
26266 .
26267  The format is specified by adding the command 
26268 \series bold
26269
26270 \backslash
26271 newrefformat
26272 \series default
26273  (prettyref) or 
26274 \series bold
26275
26276 \backslash
26277 newref
26278 \series default
26279  (refstyle) to the preamble of the document.
26280  For example redefining all references to figures (which have the label
26281  prefix 
26282 \begin_inset Quotes eld
26283 \end_inset
26284
26285
26286 \family sans
26287 fig
26288 \family default
26289
26290 \begin_inset Quotes erd
26291 \end_inset
26292
26293 ) can be done with this command
26294 \begin_inset Newline newline
26295 \end_inset
26296
26297
26298 \series bold
26299
26300 \backslash
26301 newref{fig}{refcmd={Image on page 
26302 \backslash
26303 pageref{#1}}}
26304 \series default
26305
26306 \begin_inset Newline newline
26307 \end_inset
26308
26309 For more information about the format, have a look at the package documentations
26310
26311 \begin_inset CommandInset citation
26312 LatexCommand cite
26313 key "prettyref,refstyle"
26314 literal "true"
26315
26316 \end_inset
26317
26318 .
26319 \begin_inset Newline newline
26320 \end_inset
26321
26322 The options 
26323 \family sans
26324 Plural
26325 \family default
26326  and 
26327 \family sans
26328 Capitalized
26329 \family default
26330  are only available if you use the \SpecialChar LaTeX
26331 -package 
26332 \series bold
26333 refstyle
26334 \series default
26335 .
26336  
26337 \family sans
26338 Plural
26339 \family default
26340  adds an 
26341 \emph on
26342 s
26343 \emph default
26344  to the name, e.
26345 \begin_inset space \thinspace{}
26346 \end_inset
26347
26348 g.
26349 \begin_inset space \space{}
26350 \end_inset
26351
26352
26353 \begin_inset Quotes eld
26354 \end_inset
26355
26356 figures
26357 \begin_inset Quotes erd
26358 \end_inset
26359
26360
26361 \family sans
26362 Capitalized
26363 \family default
26364  outputs the name capitalized, e.
26365 \begin_inset space \thinspace{}
26366 \end_inset
26367
26368 g.
26369 \begin_inset space \space{}
26370 \end_inset
26371
26372
26373 \begin_inset Quotes eld
26374 \end_inset
26375
26376 Figure
26377 \begin_inset Quotes erd
26378 \end_inset
26379
26380 .
26381  Both options can be combined to get e.
26382 \begin_inset space \thinspace{}
26383 \end_inset
26384
26385 g.
26386 \begin_inset space \space{}
26387 \end_inset
26388
26389
26390 \begin_inset Quotes eld
26391 \end_inset
26392
26393 Figures
26394 \begin_inset Quotes erd
26395 \end_inset
26396
26397 .
26398 \end_layout
26399
26400 \begin_layout Description
26401 Textual
26402 \begin_inset space ~
26403 \end_inset
26404
26405 reference: prints the caption of the reference: 
26406 \begin_inset CommandInset ref
26407 LatexCommand nameref
26408 reference "fig:Two-distorted-images"
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Description
26416 Label
26417 \begin_inset space ~
26418 \end_inset
26419
26420 only: prints only the \SpecialChar LaTeX
26421  label for the reference: 
26422 \begin_inset CommandInset ref
26423 LatexCommand labelonly
26424 reference "fig:Two-distorted-images"
26425 plural "false"
26426 caps "false"
26427 noprefix "false"
26428
26429 \end_inset
26430
26431
26432 \begin_inset Newline newline
26433 \end_inset
26434
26435 This allows to use the label for commands in \SpecialChar TeX
26436  code.
26437  With the option 
26438 \family sans
26439 No Prefix
26440 \family default
26441  one can omit the prefix of the label name: 
26442 \begin_inset CommandInset ref
26443 LatexCommand labelonly
26444 reference "fig:Two-distorted-images"
26445 plural "false"
26446 caps "false"
26447 noprefix "true"
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455
26456 \family sans
26457 <page>
26458 \family default
26459  will not print the page number if the label is on the previous, the same,
26460  or the next page.
26461  You will e.
26462 \begin_inset space \thinspace{}
26463 \end_inset
26464
26465 g.
26466 \begin_inset space \space{}
26467 \end_inset
26468
26469 see the text 
26470 \begin_inset Quotes eld
26471 \end_inset
26472
26473
26474 \family sans
26475 on this page
26476 \family default
26477
26478 \begin_inset Quotes erd
26479 \end_inset
26480
26481  instead.
26482  The style 
26483 \family sans
26484 <reference> on page <page>
26485 \family default
26486  will not print anything about the page if the label is on the same page.
26487 \end_layout
26488
26489 \begin_layout Standard
26490 The number and current page of the part of the document referred to in the
26491  output is automatically calculated by \SpecialChar LaTeX
26492 .
26493  The varieties are adjusted in the field 
26494 \family sans
26495 Format
26496 \family default
26497  of the cross-reference window that appears when you click on the cross-referenc
26498 e box.
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset Note Greyedout
26503 status open
26504
26505 \begin_layout Plain Layout
26506
26507 \series bold
26508 Note:
26509 \series default
26510  It is recommended to use the \SpecialChar LaTeX
26511 -package 
26512 \series bold
26513 refstyle
26514 \series default
26515
26516 \begin_inset Index idx
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520 \SpecialChar LaTeX
26521 -packages ! refstyle
26522 \end_layout
26523
26524 \end_inset
26525
26526  because 
26527 \series bold
26528 prettyref
26529 \series default
26530
26531 \begin_inset Index idx
26532 status collapsed
26533
26534 \begin_layout Plain Layout
26535 \SpecialChar LaTeX
26536 -packages ! prettyref
26537 \end_layout
26538
26539 \end_inset
26540
26541  does not know all of \SpecialChar LyX
26542 's possible label shortcuts
26543 \begin_inset Foot
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547 \begin_inset Quotes eld
26548 \end_inset
26549
26550 fig:
26551 \begin_inset Quotes erd
26552 \end_inset
26553
26554  is for example \SpecialChar LyX
26555 's shortcut for labels in figure captions.
26556 \end_layout
26557
26558 \end_inset
26559
26560  and is not internationalized.
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Subsection
26569 Automatic Reference Naming
26570 \begin_inset Index idx
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574 References ! Automatic Reference Naming
26575 \end_layout
26576
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 The \SpecialChar LaTeX
26584 -package 
26585 \series bold
26586 hyperref
26587 \series default
26588
26589 \begin_inset Index idx
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593 \SpecialChar LaTeX
26594 -packages ! hyperref
26595 \end_layout
26596
26597 \end_inset
26598
26599 , that is enabled in the 
26600 \family sans
26601 PDF Properties
26602 \family default
26603  of the 
26604 \family sans
26605 Document Settings
26606 \family default
26607  dialog, provides a very useful feature that cross-references automatically
26608  include the name of the referenced floats (or text parts like 
26609 \emph on
26610 section
26611 \emph default
26612 ).
26613  So you will save having to write e.
26614 \begin_inset space \thinspace{}
26615 \end_inset
26616
26617 g.
26618 \begin_inset space \space{}
26619 \end_inset
26620
26621 the name 
26622 \begin_inset Quotes eld
26623 \end_inset
26624
26625 Figure
26626 \begin_inset Quotes erd
26627 \end_inset
26628
26629  before every reference to a figure.
26630  To use this feature, enable 
26631 \series bold
26632 hyperref
26633 \series default
26634  and insert this line to the \SpecialChar LaTeX
26635  preamble:
26636 \end_layout
26637
26638 \begin_layout Standard
26639
26640 \series bold
26641
26642 \backslash
26643 AtBeginDocument{
26644 \backslash
26645 renewcommand{
26646 \backslash
26647 ref}[1]{
26648 \backslash
26649 mbox{
26650 \backslash
26651 autoref{#1}}}}
26652 \end_layout
26653
26654 \begin_layout Standard
26655 When you prefer other reference names than the default ones, for example
26656  you want instead of 
26657 \begin_inset Quotes eld
26658 \end_inset
26659
26660 section
26661 \begin_inset Quotes erd
26662 \end_inset
26663
26664  the name 
26665 \begin_inset Quotes eld
26666 \end_inset
26667
26668 sec.
26669 \begin_inset space \thinspace{}
26670 \end_inset
26671
26672
26673 \begin_inset Quotes eld
26674 \end_inset
26675
26676 , you can redefine the name by inserting this in the preamble:
26677 \end_layout
26678
26679 \begin_layout Standard
26680
26681 \series bold
26682
26683 \backslash
26684 addto
26685 \backslash
26686 extrasenglish{
26687 \backslash
26688 renewcommand{
26689 \backslash
26690 sectionautorefname}
26691 \begin_inset Newline newline
26692 \end_inset
26693
26694
26695 \begin_inset Phantom HPhantom
26696 status open
26697
26698 \begin_layout Plain Layout
26699
26700 \series bold
26701 \begin_inset space ~
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708
26709 {sec.
26710 \backslash
26711 negthinspace}}
26712 \end_layout
26713
26714 \begin_layout Standard
26715 When you are using another document language than English, replace
26716 \begin_inset Newline newline
26717 \end_inset
26718
26719
26720 \series bold
26721
26722 \backslash
26723 extrasenglish
26724 \series default
26725  by 
26726 \series bold
26727
26728 \backslash
26729 extras***
26730 \series default
26731 , where *** is the name of the language used.
26732 \end_layout
26733
26734 \begin_layout Standard
26735 To get automatic names, but not for certain reference types, for example
26736  not for equations, use this preamble code:
26737 \end_layout
26738
26739 \begin_layout Standard
26740
26741 \series bold
26742
26743 \backslash
26744 addto
26745 \backslash
26746 extrasenglish{
26747 \backslash
26748 renewcommand*{
26749 \backslash
26750 equationautorefname}[1]{}}
26751 \end_layout
26752
26753 \begin_layout Standard
26754 More about this topic can be found in 
26755 \series bold
26756 hyperref
26757 \series default
26758 's documentation 
26759 \begin_inset CommandInset citation
26760 LatexCommand cite
26761 key "hyperref"
26762 literal "true"
26763
26764 \end_inset
26765
26766 .
26767 \end_layout
26768
26769 \begin_layout Standard
26770 \begin_inset Note Greyedout
26771 status open
26772
26773 \begin_layout Plain Layout
26774
26775 \series bold
26776 Note:
26777 \series default
26778  Automatic reference naming cannot be used when you use cross-references
26779  in the 
26780 \family sans
26781 Formatted
26782 \begin_inset space ~
26783 \end_inset
26784
26785 reference
26786 \family default
26787  style, as described in section
26788 \begin_inset space ~
26789 \end_inset
26790
26791
26792 \begin_inset CommandInset ref
26793 LatexCommand ref
26794 reference "subsec:Cross-Reference-Formats"
26795
26796 \end_inset
26797
26798 .
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Standard
26807 The 
26808 \emph on
26809 Math
26810 \emph default
26811  manual is an example where automatic reference naming is used.
26812 \end_layout
26813
26814 \begin_layout Subsection
26815 Reference Position
26816 \begin_inset CommandInset label
26817 LatexCommand label
26818 name "subsec:Reference-Position"
26819
26820 \end_inset
26821
26822
26823 \begin_inset Index idx
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827 References ! Reference Position
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \begin_layout Standard
26836 If you use 
26837 \series bold
26838 hyperref
26839 \series default
26840
26841 \begin_inset Index idx
26842 status collapsed
26843
26844 \begin_layout Plain Layout
26845 \SpecialChar LaTeX
26846 -packages ! hyperref
26847 \end_layout
26848
26849 \end_inset
26850
26851  in the 
26852 \family sans
26853 PDF Properties
26854 \family default
26855  of the 
26856 \family sans
26857 Document Settings
26858 \family default
26859  dialog to link cross-references in the output, you will see that clicking
26860  on an image float reference jumps to the image label.
26861  The caption will be the first text part on the screen, so that you cannot
26862  see the image without scrolling.
26863  This is because the reference link anchor is placed at the position of
26864  the label.
26865  With the use of the package 
26866 \series bold
26867 hypcap
26868 \series default
26869
26870 \begin_inset Index idx
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 \SpecialChar LaTeX
26875 -packages ! hypcap
26876 \end_layout
26877
26878 \end_inset
26879
26880 , which is part of the \SpecialChar LaTeX
26881 -package 
26882 \series bold
26883 oberdiek
26884 \series default
26885
26886 \begin_inset Index idx
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890 \SpecialChar LaTeX
26891 -packages ! oberdiek
26892 \end_layout
26893
26894 \end_inset
26895
26896 , the link anchor is placed at the beginning of a float.
26897  To use this feature for figure floats, load 
26898 \series bold
26899 hypcap
26900 \series default
26901  in the document preamble with the line
26902 \end_layout
26903
26904 \begin_layout Standard
26905
26906 \series bold
26907
26908 \backslash
26909 usepackage[figure]{hypcap}
26910 \end_layout
26911
26912 \begin_layout Standard
26913 You can also use 
26914 \series bold
26915 hypcap
26916 \series default
26917  for all float types but this is not recommended for stability reasons.
26918  For more information, have a look at 
26919 \series bold
26920 hypcap
26921 \series default
26922 's manual 
26923 \begin_inset CommandInset citation
26924 LatexCommand cite
26925 key "hypcap"
26926 literal "true"
26927
26928 \end_inset
26929
26930 .
26931 \end_layout
26932
26933 \begin_layout Standard
26934 \begin_inset Note Greyedout
26935 status open
26936
26937 \begin_layout Plain Layout
26938
26939 \series bold
26940 Note:
26941 \series default
26942  
26943 \series bold
26944 hypcap
26945 \series default
26946  has no effect on references to subfigures.
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Section
26955 Float Placement
26956 \begin_inset CommandInset label
26957 LatexCommand label
26958 name "sec:Float-Placement"
26959
26960 \end_inset
26961
26962
26963 \begin_inset Index idx
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 Floats ! Placement
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \begin_layout Standard
26976 Right-clicking on a float-box and clicking on 
26977 \family sans
26978 Settings
26979 \family default
26980  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26981  uses for
26982  positioning the float.
26983 \begin_inset Newline newline
26984 \end_inset
26985
26986 The option 
26987 \family sans
26988 Span
26989 \begin_inset space ~
26990 \end_inset
26991
26992 columns
26993 \family default
26994  is only useful for two-column documents: If you select it, the float will
26995  span both columns on the page instead of being confined to just one.
26996 \begin_inset Newline newline
26997 \end_inset
26998
26999 The option 
27000 \family sans
27001 Rotate
27002 \begin_inset space ~
27003 \end_inset
27004
27005 sideways
27006 \family default
27007  is used to rotate floats, see section 
27008 \begin_inset CommandInset ref
27009 LatexCommand ref
27010 reference "sec:Rotated-Floats"
27011
27012 \end_inset
27013
27014 .
27015 \end_layout
27016
27017 \begin_layout Standard
27018 You can use one or more of the following options in the float dialog to
27019  set the placement for a particular float when you uncheck the option 
27020 \family sans
27021 Use
27022 \begin_inset space ~
27023 \end_inset
27024
27025 default
27026 \begin_inset space ~
27027 \end_inset
27028
27029 placement
27030 \family default
27031 :
27032 \end_layout
27033
27034 \begin_layout Description
27035 Here
27036 \begin_inset space ~
27037 \end_inset
27038
27039 if
27040 \begin_inset space ~
27041 \end_inset
27042
27043 possible try to place the float on the position where it has been inserted
27044 \end_layout
27045
27046 \begin_layout Description
27047 Top
27048 \begin_inset space ~
27049 \end_inset
27050
27051 of
27052 \begin_inset space ~
27053 \end_inset
27054
27055 page try to place the float at the top of the current page
27056 \end_layout
27057
27058 \begin_layout Description
27059 Bottom
27060 \begin_inset space ~
27061 \end_inset
27062
27063 of
27064 \begin_inset space ~
27065 \end_inset
27066
27067 page try to place the float at the bottom of the current page
27068 \end_layout
27069
27070 \begin_layout Description
27071 Page
27072 \begin_inset space ~
27073 \end_inset
27074
27075 of
27076 \begin_inset space ~
27077 \end_inset
27078
27079 floats try to place the float on its own page
27080 \end_layout
27081
27082 \begin_layout Standard
27083 The order of the above option is 
27084 \emph on
27085 always
27086 \emph default
27087  used by \SpecialChar LaTeX
27088 .
27089  That means, if you use the default placement, \SpecialChar LaTeX
27090  will first try out 
27091 \family sans
27092 Here
27093 \begin_inset space ~
27094 \end_inset
27095
27096 if
27097 \begin_inset space ~
27098 \end_inset
27099
27100 possible
27101 \family default
27102 , then 
27103 \family sans
27104 Top
27105 \begin_inset space ~
27106 \end_inset
27107
27108 of
27109 \begin_inset space ~
27110 \end_inset
27111
27112 page
27113 \family default
27114 , and then the others.
27115  If you do not use the default, \SpecialChar LaTeX
27116  will try only the checked options but in
27117  the same order.
27118  If none of the 4
27119 \begin_inset space ~
27120 \end_inset
27121
27122 placements is possible the procedure is internally repeated trying to put
27123  the float on the following page.
27124 \end_layout
27125
27126 \begin_layout Standard
27127 By default, each option has its own rules:
27128 \end_layout
27129
27130 \begin_layout Labeling
27131 \labelwidthstring 00.00.0000
27132
27133 \family sans
27134 Top
27135 \begin_inset space ~
27136 \end_inset
27137
27138 of
27139 \begin_inset space ~
27140 \end_inset
27141
27142 page
27143 \family default
27144  only floats occupying less than 70
27145 \begin_inset space \thinspace{}
27146 \end_inset
27147
27148 % of the page can be placed at the top of a page (
27149 \series bold
27150
27151 \backslash
27152 topfraction
27153 \series default
27154 )
27155 \end_layout
27156
27157 \begin_layout Labeling
27158 \labelwidthstring 00.00.0000
27159
27160 \family sans
27161 Bottom
27162 \begin_inset space ~
27163 \end_inset
27164
27165 of
27166 \begin_inset space ~
27167 \end_inset
27168
27169 page
27170 \family default
27171 : only floats occupying less than 30
27172 \begin_inset space \thinspace{}
27173 \end_inset
27174
27175 % of the page can be placed at the bottom of a page.
27176  (
27177 \series bold
27178
27179 \backslash
27180 bottomfraction
27181 \series default
27182 )
27183 \end_layout
27184
27185 \begin_layout Labeling
27186 \labelwidthstring 00.00.0000
27187
27188 \family sans
27189 Page
27190 \begin_inset space ~
27191 \end_inset
27192
27193 of
27194 \begin_inset space ~
27195 \end_inset
27196
27197 floats
27198 \family default
27199 : only if more than 50
27200 \begin_inset space \thinspace{}
27201 \end_inset
27202
27203 % of the page is occupied by floats, several floats can be set together
27204  on a page.
27205  (
27206 \series bold
27207
27208 \backslash
27209 floatpagefraction
27210 \series default
27211 )
27212 \end_layout
27213
27214 \begin_layout Standard
27215 If you don't like these rules, you can ignore them by using the additional
27216  option 
27217 \family sans
27218 Ignore
27219 \begin_inset space ~
27220 \end_inset
27221
27222 \SpecialChar LaTeX
27223
27224 \begin_inset space ~
27225 \end_inset
27226
27227 rules
27228 \family default
27229 .
27230 \begin_inset Newline newline
27231 \end_inset
27232
27233 You can also redefine the rules with \SpecialChar LaTeX
27234 -commands that are given in parentheses
27235  after the rules description above.
27236  To increase for example the often too small default of the bottom-rule
27237  to 50
27238 \begin_inset space \thinspace{}
27239 \end_inset
27240
27241 % of the page, add this line to your document preamble:
27242 \end_layout
27243
27244 \begin_layout Standard
27245
27246 \series bold
27247
27248 \backslash
27249 renewcommand{
27250 \backslash
27251 bottomfraction}{0.5}
27252 \end_layout
27253
27254 \begin_layout Standard
27255 Sometimes you might need, under all circumstances, a float to be placed
27256  exactly at the position where it is inserted.
27257  For this case you can use the option 
27258 \family sans
27259 Here
27260 \begin_inset space ~
27261 \end_inset
27262
27263 definitely
27264 \family default
27265 .
27266  Use this option very rarely and only if the document is almost ready to
27267  be printed, because the float is then no longer able to 
27268 \begin_inset Quotes eld
27269 \end_inset
27270
27271 float
27272 \begin_inset Quotes erd
27273 \end_inset
27274
27275  when you change your document and this will often destroy the page layout.
27276 \end_layout
27277
27278 \begin_layout Standard
27279 There are no placement options for text wrap floats, because they are always
27280  surrounded by the text of a certain paragraph.
27281 \begin_inset VSpace bigskip
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \begin_layout Standard
27288 Sometimes you have the problem that a float is placed at the top of a page
27289  while its corresponding section starts at the middle of the page, so that
27290  the reader could think the float is part of the previous section.
27291  To avoid this the \SpecialChar LaTeX
27292 -command 
27293 \series bold
27294
27295 \backslash
27296 suppressfloats
27297 \series default
27298  can be used.
27299  It suppresses a given float placement for the page where it is inserted
27300  and can therefore be used to avoid floats being set before a section starts.
27301  To get this, add these commands to your document preamble:
27302 \end_layout
27303
27304 \begin_layout Standard
27305
27306 \series bold
27307
27308 \backslash
27309 let
27310 \backslash
27311 mySection
27312 \backslash
27313 section
27314 \begin_inset Newline newline
27315 \end_inset
27316
27317
27318 \backslash
27319 renewcommand{
27320 \backslash
27321 section}{
27322 \backslash
27323 suppressfloats[t]
27324 \backslash
27325 mySection}
27326 \end_layout
27327
27328 \begin_layout Standard
27329 You can define the same for all section headings, like chapters and subsections.
27330  This definition is not recommended to be used for small text parts like
27331  subsubsections because \SpecialChar LaTeX
27332  may then have problems finding a suitable placement.
27333 \end_layout
27334
27335 \begin_layout Standard
27336 \begin_inset VSpace bigskip
27337 \end_inset
27338
27339 In some cases it is required to have all figures/tables at the end of the
27340  document.
27341  For this purpose the \SpecialChar LaTeX
27342 -package 
27343 \series bold
27344 endfloat
27345 \series default
27346
27347 \begin_inset Index idx
27348 status collapsed
27349
27350 \begin_layout Plain Layout
27351 \SpecialChar LaTeX
27352 -packages ! endfloat
27353 \end_layout
27354
27355 \end_inset
27356
27357  was developed.
27358  It puts all figure and table floats at the end of the document into their
27359  own sections.
27360  At the original float position a text hint like 
27361 \begin_inset Quotes eld
27362 \end_inset
27363
27364
27365 \family sans
27366 [Figure
27367 \begin_inset space ~
27368 \end_inset
27369
27370 3.2 about here.]
27371 \family default
27372
27373 \begin_inset Quotes erd
27374 \end_inset
27375
27376  is inserted.
27377  The endfloat-package is loaded in the preamble with the line
27378 \end_layout
27379
27380 \begin_layout Standard
27381
27382 \series bold
27383
27384 \backslash
27385 usepackage[options]{endfloat}
27386 \end_layout
27387
27388 \begin_layout Standard
27389 There are various package options to format the created figure/table sections.
27390  For more information we refer you to the 
27391 \series bold
27392 endfloat
27393 \series default
27394  documentation 
27395 \begin_inset CommandInset citation
27396 LatexCommand cite
27397 key "endfloat"
27398 literal "true"
27399
27400 \end_inset
27401
27402 .
27403 \begin_inset Newline newline
27404 \end_inset
27405
27406
27407 \begin_inset Note Greyedout
27408 status open
27409
27410 \begin_layout Plain Layout
27411
27412 \series bold
27413 Note: endfloat
27414 \series default
27415  doesn't provide an automatic translation for the text hint, you have to
27416  do this manually, see section
27417 \begin_inset space ~
27418 \end_inset
27419
27420 4 in 
27421 \begin_inset CommandInset citation
27422 LatexCommand cite
27423 key "endfloat"
27424 literal "true"
27425
27426 \end_inset
27427
27428 .
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \begin_inset Newline newline
27435 \end_inset
27436
27437
27438 \begin_inset Note Greyedout
27439 status open
27440
27441 \begin_layout Plain Layout
27442
27443 \series bold
27444 Note:
27445 \series default
27446  There is currently a bug in 
27447 \series bold
27448 endfloat
27449 \series default
27450  when the caption contains a German 
27451 \begin_inset Quotes eld
27452 \end_inset
27453
27454 ß
27455 \begin_inset Quotes erd
27456 \end_inset
27457
27458 .
27459  Use in this case the command 
27460 \begin_inset Quotes eld
27461 \end_inset
27462
27463
27464 \series bold
27465
27466 \backslash
27467 ss
27468 \series default
27469
27470 \begin_inset Quotes erd
27471 \end_inset
27472
27473  in \SpecialChar TeX
27474  Code instead of 
27475 \begin_inset Quotes eld
27476 \end_inset
27477
27478 ß
27479 \begin_inset Quotes erd
27480 \end_inset
27481
27482 .
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \begin_layout Standard
27491 \begin_inset VSpace bigskip
27492 \end_inset
27493
27494 For more details about float placements, have a look at \SpecialChar LaTeX
27495  books, 
27496 \begin_inset CommandInset citation
27497 LatexCommand cite
27498 key "latexcompanion,latexguide,latexbook"
27499 literal "true"
27500
27501 \end_inset
27502
27503 .
27504 \end_layout
27505
27506 \begin_layout Section
27507 Rotated Floats
27508 \begin_inset CommandInset label
27509 LatexCommand label
27510 name "sec:Rotated-Floats"
27511
27512 \end_inset
27513
27514
27515 \begin_inset Index idx
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519 Floats ! Rotating
27520 \end_layout
27521
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \begin_layout Standard
27528 Especially for wide tables you might have floats rotated.
27529  To rotate a whole float including the caption, right-click on the float-box
27530  and use the option 
27531 \family sans
27532 Rotate
27533 \begin_inset space ~
27534 \end_inset
27535
27536 sideways
27537 \family default
27538 .
27539 \end_layout
27540
27541 \begin_layout Standard
27542 Rotated floats are always placed on a page of their own (or column of their
27543  own; in case you have a multi-column document).
27544  You can let them span several columns using the float settings option 
27545 \family sans
27546 Span
27547 \begin_inset space ~
27548 \end_inset
27549
27550 columns
27551 \family default
27552 .
27553  Floats are rotated so that you can read them from the outside margin.
27554  To force a certain rotation direction for all pages, you can add either
27555  the option 
27556 \series bold
27557 figuresleft
27558 \series default
27559  or 
27560 \series bold
27561 figuresright
27562 \series default
27563  to the document class options.
27564 \end_layout
27565
27566 \begin_layout Standard
27567 Referencing rotated floats is the same as for normal floats, the caption
27568  format is also the same: Table
27569 \begin_inset space ~
27570 \end_inset
27571
27572
27573 \begin_inset CommandInset ref
27574 LatexCommand ref
27575 reference "tab:Rotated-table"
27576
27577 \end_inset
27578
27579  is an example of a rotated table float.
27580 \end_layout
27581
27582 \begin_layout Standard
27583 \begin_inset Note Greyedout
27584 status open
27585
27586 \begin_layout Plain Layout
27587
27588 \series bold
27589 Note:
27590 \series default
27591  Not all DVI-viewers are able to display rotated floats.
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Standard
27600 \begin_inset Float table
27601 wide false
27602 sideways true
27603 status open
27604
27605 \begin_layout Plain Layout
27606 \begin_inset Caption Standard
27607
27608 \begin_layout Plain Layout
27609 \begin_inset CommandInset label
27610 LatexCommand label
27611 name "tab:Rotated-table"
27612
27613 \end_inset
27614
27615  Rotated table
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \end_layout
27622
27623 \begin_layout Plain Layout
27624 \align center
27625 \begin_inset Tabular
27626 <lyxtabular version="3" rows="1" columns="5">
27627 <features tabularvalignment="middle">
27628 <column alignment="center" valignment="top">
27629 <column alignment="center" valignment="top">
27630 <column alignment="center" valignment="top">
27631 <column alignment="center" valignment="top">
27632 <column alignment="center" valignment="top">
27633 <row>
27634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27635 \begin_inset Text
27636
27637 \begin_layout Plain Layout
27638 test
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647 b
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656 c
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Plain Layout
27665 d
27666 \end_layout
27667
27668 \end_inset
27669 </cell>
27670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674 e
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 </row>
27680 </lyxtabular>
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Section
27693 Subfloats
27694 \begin_inset Index idx
27695 status collapsed
27696
27697 \begin_layout Plain Layout
27698 Floats ! Subfloats
27699 \end_layout
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Standard
27707 Subfloats are for example used when a figure consists of several images.
27708  They are created by inserting a float into an existing float.
27709  The placement of the subfloats can be controlled in the same way as for
27710  paragraphs as shown in table
27711 \begin_inset space ~
27712 \end_inset
27713
27714
27715 \begin_inset CommandInset ref
27716 LatexCommand ref
27717 reference "tab:Two-subtables-side"
27718
27719 \end_inset
27720
27721  and 
27722 \begin_inset CommandInset ref
27723 LatexCommand ref
27724 reference "tab:Two-subtables-upon"
27725
27726 \end_inset
27727
27728 .
27729 \end_layout
27730
27731 \begin_layout Standard
27732 Referencing subfloats works as for normal floats: Table
27733 \begin_inset space ~
27734 \end_inset
27735
27736
27737 \begin_inset CommandInset ref
27738 LatexCommand ref
27739 reference "tab:This-is-subtable-a"
27740
27741 \end_inset
27742
27743  and 
27744 \begin_inset CommandInset ref
27745 LatexCommand ref
27746 reference "tab:This-is-subtable-b"
27747
27748 \end_inset
27749
27750  are subtables of table
27751 \begin_inset space ~
27752 \end_inset
27753
27754
27755 \begin_inset CommandInset ref
27756 LatexCommand ref
27757 reference "tab:Two-subtables-side"
27758
27759 \end_inset
27760
27761 .
27762 \end_layout
27763
27764 \begin_layout Standard
27765 \begin_inset Float table
27766 wide false
27767 sideways false
27768 status open
27769
27770 \begin_layout Plain Layout
27771 \begin_inset Caption Standard
27772
27773 \begin_layout Plain Layout
27774 \begin_inset CommandInset label
27775 LatexCommand label
27776 name "tab:Two-subtables-side"
27777
27778 \end_inset
27779
27780 Two subtables placed side by side.
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \begin_layout Plain Layout
27789 \align center
27790 \begin_inset space \hfill{}
27791 \end_inset
27792
27793
27794 \begin_inset Float table
27795 wide false
27796 sideways false
27797 status collapsed
27798
27799 \begin_layout Plain Layout
27800 \begin_inset Caption Standard
27801
27802 \begin_layout Plain Layout
27803 \begin_inset CommandInset label
27804 LatexCommand label
27805 name "tab:This-is-subtable-a"
27806
27807 \end_inset
27808
27809 This is subtable a.
27810 \end_layout
27811
27812 \end_inset
27813
27814
27815 \end_layout
27816
27817 \begin_layout Plain Layout
27818 \align center
27819 \begin_inset Tabular
27820 <lyxtabular version="3" rows="1" columns="5">
27821 <features tabularvalignment="middle">
27822 <column alignment="center" valignment="top">
27823 <column alignment="center" valignment="top">
27824 <column alignment="center" valignment="top">
27825 <column alignment="center" valignment="top">
27826 <column alignment="center" valignment="top">
27827 <row>
27828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27829 \begin_inset Text
27830
27831 \begin_layout Plain Layout
27832 test
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 b
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Plain Layout
27850 c
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 d
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868 e
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 </row>
27874 </lyxtabular>
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset space \hfill{}
27885 \end_inset
27886
27887
27888 \begin_inset Float table
27889 wide false
27890 sideways false
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894 \begin_inset Caption Standard
27895
27896 \begin_layout Plain Layout
27897 \begin_inset CommandInset label
27898 LatexCommand label
27899 name "tab:This-is-subtable-b"
27900
27901 \end_inset
27902
27903 This is subtable b.
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \begin_layout Plain Layout
27912 \align center
27913 \begin_inset Tabular
27914 <lyxtabular version="3" rows="1" columns="5">
27915 <features tabularvalignment="middle">
27916 <column alignment="center" valignment="top">
27917 <column alignment="center" valignment="top">
27918 <column alignment="center" valignment="top">
27919 <column alignment="center" valignment="top">
27920 <column alignment="center" valignment="top">
27921 <row>
27922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27923 \begin_inset Text
27924
27925 \begin_layout Plain Layout
27926 e
27927 \end_layout
27928
27929 \end_inset
27930 </cell>
27931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Plain Layout
27935 d
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944 c
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Plain Layout
27953 b
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 test
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 </row>
27968 </lyxtabular>
27969
27970 \end_inset
27971
27972
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \begin_inset space \hfill{}
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \end_layout
27988
27989 \begin_layout Standard
27990 \begin_inset Float table
27991 wide false
27992 sideways false
27993 status open
27994
27995 \begin_layout Plain Layout
27996 \begin_inset Caption Standard
27997
27998 \begin_layout Plain Layout
27999 \begin_inset CommandInset label
28000 LatexCommand label
28001 name "tab:Two-subtables-upon"
28002
28003 \end_inset
28004
28005 Two subtables placed one above the other.
28006  (a) table with 4 cells, (b) table with 5 cells.
28007 \end_layout
28008
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \begin_layout Plain Layout
28015 \align center
28016 \begin_inset Float table
28017 wide false
28018 sideways false
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 \begin_inset Caption Standard
28023
28024 \begin_layout Plain Layout
28025
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Plain Layout
28034 \align center
28035 \begin_inset Tabular
28036 <lyxtabular version="3" rows="1" columns="4">
28037 <features tabularvalignment="middle">
28038 <column alignment="center" valignment="top">
28039 <column alignment="center" valignment="top">
28040 <column alignment="center" valignment="top">
28041 <column alignment="center" valignment="top">
28042 <row>
28043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28044 \begin_inset Text
28045
28046 \begin_layout Plain Layout
28047 test
28048 \end_layout
28049
28050 \end_inset
28051 </cell>
28052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28053 \begin_inset Text
28054
28055 \begin_layout Plain Layout
28056 test
28057 \end_layout
28058
28059 \end_inset
28060 </cell>
28061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28062 \begin_inset Text
28063
28064 \begin_layout Plain Layout
28065 test
28066 \end_layout
28067
28068 \end_inset
28069 </cell>
28070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Plain Layout
28074 test
28075 \end_layout
28076
28077 \end_inset
28078 </cell>
28079 </row>
28080 </lyxtabular>
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \end_layout
28091
28092 \begin_layout Plain Layout
28093 \align center
28094 \begin_inset Float table
28095 wide false
28096 sideways false
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 \begin_inset Caption Standard
28101
28102 \begin_layout Plain Layout
28103
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \begin_layout Plain Layout
28112 \align center
28113 \begin_inset Tabular
28114 <lyxtabular version="3" rows="1" columns="5">
28115 <features tabularvalignment="middle">
28116 <column alignment="center" valignment="top">
28117 <column alignment="center" valignment="top">
28118 <column alignment="center" valignment="top">
28119 <column alignment="center" valignment="top">
28120 <column alignment="center" valignment="top">
28121 <row>
28122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28123 \begin_inset Text
28124
28125 \begin_layout Plain Layout
28126 a
28127 \end_layout
28128
28129 \end_inset
28130 </cell>
28131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28132 \begin_inset Text
28133
28134 \begin_layout Plain Layout
28135 b
28136 \end_layout
28137
28138 \end_inset
28139 </cell>
28140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28141 \begin_inset Text
28142
28143 \begin_layout Plain Layout
28144 c
28145 \end_layout
28146
28147 \end_inset
28148 </cell>
28149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Plain Layout
28153 d
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28159 \begin_inset Text
28160
28161 \begin_layout Plain Layout
28162 e
28163 \end_layout
28164
28165 \end_inset
28166 </cell>
28167 </row>
28168 </lyxtabular>
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Section
28186 Floats Side by Side
28187 \begin_inset Index idx
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191 Floats ! Side by side
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Standard
28200 To place floats side by side, as in Figures
28201 \begin_inset space ~
28202 \end_inset
28203
28204
28205 \begin_inset CommandInset ref
28206 LatexCommand ref
28207 reference "fig:Float-left"
28208
28209 \end_inset
28210
28211  and 
28212 \begin_inset CommandInset ref
28213 LatexCommand ref
28214 reference "fig:Float-right"
28215
28216 \end_inset
28217
28218 , only 
28219 \emph on
28220 one
28221 \emph default
28222  float is used.
28223  In it two minipage boxes are inserted.
28224 \begin_inset Foot
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228 Minipages are explained in section
28229 \begin_inset space ~
28230 \end_inset
28231
28232
28233 \begin_inset CommandInset ref
28234 LatexCommand ref
28235 reference "sec:Minipages"
28236
28237 \end_inset
28238
28239 .
28240 \end_layout
28241
28242 \end_inset
28243
28244  The width is set to 45
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 -50
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 column% and the box alignment to 
28253 \family sans
28254 Bottom
28255 \family default
28256  for each minipage.
28257  The minipage boxes contain the image and the caption in the same way as
28258  they are in a float.
28259  The only difference is that the image unit 
28260 \family sans
28261 Column
28262 \begin_inset space ~
28263 \end_inset
28264
28265 Width
28266 \begin_inset space ~
28267 \end_inset
28268
28269 %
28270 \family default
28271  is now calculated according to the width of the minipage boxes.
28272 \end_layout
28273
28274 \begin_layout Standard
28275 \begin_inset Float figure
28276 wide false
28277 sideways false
28278 status open
28279
28280 \begin_layout Plain Layout
28281 \begin_inset Box Frameless
28282 position "b"
28283 hor_pos "c"
28284 has_inner_box 1
28285 inner_pos "t"
28286 use_parbox 0
28287 use_makebox 0
28288 width "45col%"
28289 special "none"
28290 height "1in"
28291 height_special "totalheight"
28292 thickness "0.4pt"
28293 separation "3pt"
28294 shadowsize "4pt"
28295 framecolor "black"
28296 backgroundcolor "none"
28297 status open
28298
28299 \begin_layout Plain Layout
28300 \align center
28301 \begin_inset Graphics
28302         filename clipart/2D-intensity-plot.pdf
28303         width 100col%
28304         scaleBeforeRotation
28305
28306 \end_inset
28307
28308
28309 \end_layout
28310
28311 \begin_layout Plain Layout
28312 \begin_inset Caption Standard
28313
28314 \begin_layout Plain Layout
28315 \begin_inset CommandInset label
28316 LatexCommand label
28317 name "fig:Float-left"
28318
28319 \end_inset
28320
28321 Float on the left side.
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \begin_inset space \hfill{}
28333 \end_inset
28334
28335
28336 \begin_inset Box Frameless
28337 position "b"
28338 hor_pos "c"
28339 has_inner_box 1
28340 inner_pos "t"
28341 use_parbox 0
28342 use_makebox 0
28343 width "45col%"
28344 special "none"
28345 height "1in"
28346 height_special "totalheight"
28347 thickness "0.4pt"
28348 separation "3pt"
28349 shadowsize "4pt"
28350 framecolor "black"
28351 backgroundcolor "none"
28352 status open
28353
28354 \begin_layout Plain Layout
28355 \align center
28356 \begin_inset Graphics
28357         filename clipart/Star-structure.pdf
28358         width 100col%
28359         scaleBeforeRotation
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Plain Layout
28367 \begin_inset Caption Standard
28368
28369 \begin_layout Plain Layout
28370 \begin_inset CommandInset label
28371 LatexCommand label
28372 name "fig:Float-right"
28373
28374 \end_inset
28375
28376 Float on the right side.
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \begin_layout Standard
28395 An alternative and simpler solution is to use the module 
28396 \family sans
28397 Variable-width Minipages
28398 \family default
28399 , see sec.
28400 \begin_inset space \thinspace{}
28401 \end_inset
28402
28403
28404 \begin_inset CommandInset ref
28405 LatexCommand ref
28406 reference "sec:Minipages"
28407
28408 \end_inset
28409
28410 .
28411  Variable-width minipages adapt automatically to the width of the figures
28412  and tables.
28413  They do not require an explicit width to be given, and they improve the
28414  horizontal alignment of the figures.
28415  The LyX example file 
28416 \emph on
28417 varwidth-floats-side-by-side
28418 \emph default
28419  gives examples of how to do this.
28420 \end_layout
28421
28422 \begin_layout Section
28423 Caption Formatting
28424 \begin_inset Index idx
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428 Caption ! Formatting
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \begin_inset Index idx
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438 Floats ! Caption Formatting
28439 \end_layout
28440
28441 \end_inset
28442
28443
28444 \begin_inset CommandInset label
28445 LatexCommand label
28446 name "sec:Caption-Formatting"
28447
28448 \end_inset
28449
28450
28451 \end_layout
28452
28453 \begin_layout Standard
28454 The 
28455 \family sans
28456 Caption
28457 \family default
28458  environment is the default paragraph environment for 
28459 \family sans
28460 Floats
28461 \family default
28462 .
28463  On the \SpecialChar LyX
28464  screen captions appear as a label, e.
28465 \begin_inset space \thinspace{}
28466 \end_inset
28467
28468 g.
28469 \begin_inset space \space{}
28470 \end_inset
28471
28472
28473 \begin_inset Quotes eld
28474 \end_inset
28475
28476
28477 \family sans
28478 Figure #:
28479 \family default
28480
28481 \begin_inset Quotes erd
28482 \end_inset
28483
28484  followed by the caption text.
28485  
28486 \begin_inset Quotes eld
28487 \end_inset
28488
28489 #
28490 \begin_inset Quotes erd
28491 \end_inset
28492
28493  is the actual reference number.
28494  By default the label and the number are in the same font as the caption
28495  text and a colon follows the number to divide the label from the text.
28496  This caption format is suitable for many but not all documents.
28497  
28498 \end_layout
28499
28500 \begin_layout Standard
28501 To change the default caption format, load the \SpecialChar LaTeX
28502 -package 
28503 \series bold
28504 caption
28505 \series default
28506
28507 \begin_inset Index idx
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 \SpecialChar LaTeX
28512 -packages ! caption
28513 \end_layout
28514
28515 \end_inset
28516
28517  in the document preamble with this line:
28518 \end_layout
28519
28520 \begin_layout Standard
28521
28522 \series bold
28523
28524 \backslash
28525 usepackage[format definition]{caption}
28526 \end_layout
28527
28528 \begin_layout Standard
28529 To have for example the label and the number in sans-serif, bold font and
28530  the table captions always above the table as in this document, use the
28531  following command:
28532 \end_layout
28533
28534 \begin_layout Standard
28535
28536 \series bold
28537
28538 \backslash
28539 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28540 \end_layout
28541
28542 \begin_layout Standard
28543 You can also define different caption formats for the different float types.
28544  In this case load the 
28545 \series bold
28546 caption
28547 \series default
28548  package without format specific options and define the different formats
28549  with the help of the command
28550 \end_layout
28551
28552 \begin_layout Standard
28553
28554 \series bold
28555
28556 \backslash
28557 captionsetup[float type]{format definition}
28558 \end_layout
28559
28560 \begin_layout Standard
28561 in the document preamble.
28562  For example the caption formats of Figure
28563 \begin_inset space ~
28564 \end_inset
28565
28566
28567 \begin_inset CommandInset ref
28568 LatexCommand ref
28569 reference "fig:This-is-an-fig"
28570
28571 \end_inset
28572
28573  and Table
28574 \begin_inset space ~
28575 \end_inset
28576
28577
28578 \begin_inset CommandInset ref
28579 LatexCommand ref
28580 reference "tab:This-is-an-tab"
28581
28582 \end_inset
28583
28584  can be created using these commands in the document preamble:
28585 \end_layout
28586
28587 \begin_layout Standard
28588
28589 \series bold
28590
28591 \backslash
28592 usepackage[tableposition=top]{caption}
28593 \series default
28594
28595 \begin_inset Newline newline
28596 \end_inset
28597
28598
28599 \series bold
28600
28601 \backslash
28602 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28603 \begin_inset Newline newline
28604 \end_inset
28605
28606
28607 \begin_inset Phantom HPhantom
28608 status open
28609
28610 \begin_layout Plain Layout
28611
28612 \series bold
28613
28614 \backslash
28615 captionsetup[figure]{
28616 \end_layout
28617
28618 \end_inset
28619
28620 labelsep=period}
28621 \begin_inset Newline newline
28622 \end_inset
28623
28624
28625 \backslash
28626 captionsetup[table]{labelfont={bf,sf}}
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset Note Greyedout
28631 status open
28632
28633 \begin_layout Plain Layout
28634
28635 \series bold
28636 Note:
28637 \series default
28638  The option 
28639 \series bold
28640 tableposition=top
28641 \series default
28642  has no effect when a 
28643 \series bold
28644 KOMA-Script
28645 \series default
28646
28647 \begin_inset Index idx
28648 status collapsed
28649
28650 \begin_layout Plain Layout
28651 \SpecialChar LaTeX
28652 -packages ! KOMA-Script
28653 \end_layout
28654
28655 \end_inset
28656
28657  document class is used.
28658  In this case the document class option 
28659 \series bold
28660 captions=tableheading
28661 \series default
28662  must be used.
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Standard
28671 For more information about the package 
28672 \series bold
28673 caption
28674 \series default
28675  we refer to its documentation 
28676 \begin_inset CommandInset citation
28677 LatexCommand cite
28678 key "caption"
28679 literal "true"
28680
28681 \end_inset
28682
28683 .
28684 \end_layout
28685
28686 \begin_layout Standard
28687 To change the label name from e.
28688 \begin_inset space \thinspace{}
28689 \end_inset
28690
28691 g.
28692 \begin_inset space \space{}
28693 \end_inset
28694
28695
28696 \begin_inset Quotes eld
28697 \end_inset
28698
28699 Figure
28700 \begin_inset Quotes erd
28701 \end_inset
28702
28703  to 
28704 \begin_inset Quotes eld
28705 \end_inset
28706
28707 Image
28708 \begin_inset Quotes erd
28709 \end_inset
28710
28711  use this preamble command:
28712 \end_layout
28713
28714 \begin_layout Standard
28715
28716 \series bold
28717
28718 \backslash
28719 renewcommand{
28720 \backslash
28721 fnum@figure}{Image~
28722 \backslash
28723 thefigure}
28724 \end_layout
28725
28726 \begin_layout Standard
28727 where 
28728 \series bold
28729
28730 \backslash
28731 thefigure
28732 \series default
28733  inserts the figure number and
28734 \series bold
28735  
28736 \begin_inset Quotes eld
28737 \end_inset
28738
28739 ~
28740 \series default
28741
28742 \begin_inset Quotes erd
28743 \end_inset
28744
28745  creates a protected space.
28746 \end_layout
28747
28748 \begin_layout Standard
28749 \begin_inset VSpace bigskip
28750 \end_inset
28751
28752 If you are using a 
28753 \series bold
28754 KOMA-Script
28755 \series default
28756
28757 \begin_inset Index idx
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 \SpecialChar LaTeX
28762 -packages ! KOMA-Script
28763 \end_layout
28764
28765 \end_inset
28766
28767  document class (
28768 \family sans
28769 article (KOMA-Script)
28770 \family default
28771
28772 \family sans
28773 book (KOMA-Script)
28774 \family default
28775
28776 \family sans
28777 letter (KOMA-Script)
28778 \family default
28779 , or 
28780 \family sans
28781 report (KOMA-Script)
28782 \family default
28783
28784 \begin_inset space \thinspace{}
28785 \end_inset
28786
28787 ), you can alternatively to the 
28788 \series bold
28789 caption
28790 \series default
28791  package use 
28792 \series bold
28793 KOMA-Script
28794 \series default
28795 's built-in command 
28796 \series bold
28797
28798 \backslash
28799 setkomafont
28800 \series default
28801 .
28802  For example, to have the caption label in bold, add this command to your
28803  document preamble:
28804 \end_layout
28805
28806 \begin_layout Standard
28807
28808 \series bold
28809
28810 \backslash
28811 setkomafont{captionlabel}{
28812 \backslash
28813 bfseries}
28814 \end_layout
28815
28816 \begin_layout Standard
28817 For more information about 
28818 \series bold
28819
28820 \backslash
28821 setkomafont
28822 \series default
28823  we refer to the 
28824 \series bold
28825 KOMA-Script
28826 \series default
28827  documentation 
28828 \begin_inset CommandInset citation
28829 LatexCommand cite
28830 key "KOMA-Script"
28831 literal "true"
28832
28833 \end_inset
28834
28835 .
28836 \end_layout
28837
28838 \begin_layout Standard
28839 \begin_inset ERT
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843
28844
28845 \backslash
28846 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28847 }
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \begin_inset Note Note
28854 status open
28855
28856 \begin_layout Plain Layout
28857 The caption format is changed only for this example.
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866 \begin_inset Float figure
28867 placement !p
28868 wide false
28869 sideways false
28870 status open
28871
28872 \begin_layout Plain Layout
28873 \align center
28874 \begin_inset Graphics
28875         filename clipart/2D-intensity-plot.pdf
28876         scaleBeforeRotation
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \begin_layout Plain Layout
28884 \begin_inset Caption Standard
28885
28886 \begin_layout Plain Layout
28887 \begin_inset CommandInset label
28888 LatexCommand label
28889 name "fig:This-is-an-fig"
28890
28891 \end_inset
28892
28893 This is an example figure caption that is longer than one line to show the
28894  different caption format.
28895  Here a self-defined caption format is used.
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \begin_layout Standard
28909 \begin_inset ERT
28910 status collapsed
28911
28912 \begin_layout Plain Layout
28913
28914
28915 \backslash
28916 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28917 on}
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \begin_layout Standard
28926 \begin_inset Float table
28927 placement !p
28928 wide false
28929 sideways false
28930 status open
28931
28932 \begin_layout Plain Layout
28933 \begin_inset Caption Standard
28934
28935 \begin_layout Plain Layout
28936 \begin_inset CommandInset label
28937 LatexCommand label
28938 name "tab:This-is-an-tab"
28939
28940 \end_inset
28941
28942 This is an example table caption that is longer than one line to show the
28943  different caption format.
28944  Here the standard caption format for tables in this document is used.
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \begin_layout Plain Layout
28953 \align center
28954 \begin_inset Tabular
28955 <lyxtabular version="3" rows="1" columns="5">
28956 <features tabularvalignment="middle">
28957 <column alignment="center" valignment="top">
28958 <column alignment="center" valignment="top">
28959 <column alignment="center" valignment="top">
28960 <column alignment="center" valignment="top">
28961 <column alignment="center" valignment="top">
28962 <row>
28963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28964 \begin_inset Text
28965
28966 \begin_layout Plain Layout
28967 a
28968 \end_layout
28969
28970 \end_inset
28971 </cell>
28972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28973 \begin_inset Text
28974
28975 \begin_layout Plain Layout
28976 b
28977 \end_layout
28978
28979 \end_inset
28980 </cell>
28981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28982 \begin_inset Text
28983
28984 \begin_layout Plain Layout
28985 c
28986 \end_layout
28987
28988 \end_inset
28989 </cell>
28990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28991 \begin_inset Text
28992
28993 \begin_layout Plain Layout
28994 d
28995 \end_layout
28996
28997 \end_inset
28998 </cell>
28999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29000 \begin_inset Text
29001
29002 \begin_layout Plain Layout
29003 e
29004 \end_layout
29005
29006 \end_inset
29007 </cell>
29008 </row>
29009 </lyxtabular>
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \end_inset
29017
29018
29019 \end_layout
29020
29021 \begin_layout Section
29022 Caption Placement
29023 \begin_inset Index idx
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 Caption ! Placement
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \begin_inset Index idx
29034 status collapsed
29035
29036 \begin_layout Plain Layout
29037 Floats ! Caption Placement
29038 \end_layout
29039
29040 \end_inset
29041
29042
29043 \begin_inset CommandInset label
29044 LatexCommand label
29045 name "sec:Caption-Placement"
29046
29047 \end_inset
29048
29049
29050 \end_layout
29051
29052 \begin_layout Standard
29053 The common caption placement rule is:
29054 \end_layout
29055
29056 \begin_layout Description
29057 Figure: Caption is set below the figure
29058 \end_layout
29059
29060 \begin_layout Description
29061 Table: Caption is set above the table
29062 \end_layout
29063
29064 \begin_layout Standard
29065 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29066 's
29067  standard classes.
29068  That means if you are using the document classes 
29069 \family sans
29070 article
29071 \family default
29072
29073 \family sans
29074 book
29075 \family default
29076
29077 \family sans
29078 letter
29079 \family default
29080 , or 
29081 \family sans
29082 report
29083 \family default
29084  there will be no space between the caption and the table.
29085  To insert the necessary space, load the \SpecialChar LaTeX
29086 -package 
29087 \series bold
29088 caption
29089 \series default
29090
29091 \begin_inset Index idx
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 \SpecialChar LaTeX
29096 -packages ! caption
29097 \end_layout
29098
29099 \end_inset
29100
29101  in your document preamble with the option
29102 \begin_inset Foot
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 See section
29107 \begin_inset space ~
29108 \end_inset
29109
29110
29111 \begin_inset CommandInset ref
29112 LatexCommand ref
29113 reference "sec:Caption-Formatting"
29114
29115 \end_inset
29116
29117  for more information of the package 
29118 \series bold
29119 caption
29120 \series default
29121 .
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130
29131 \series bold
29132 tableposition=top
29133 \end_layout
29134
29135 \begin_layout Standard
29136 If you are using a 
29137 \series bold
29138 KOMA-Script
29139 \series default
29140
29141 \begin_inset Index idx
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145 \SpecialChar LaTeX
29146 -packages ! KOMA-Script
29147 \end_layout
29148
29149 \end_inset
29150
29151  document class (
29152 \family sans
29153 article (KOMA-Script)
29154 \family default
29155
29156 \family sans
29157 book (KOMA-Script)
29158 \family default
29159
29160 \family sans
29161 letter (KOMA-Script)
29162 \family default
29163 , or 
29164 \family sans
29165 report (KOMA-Script)
29166 \family default
29167
29168 \begin_inset space \thinspace{}
29169 \end_inset
29170
29171 ), you can alternatively to the 
29172 \series bold
29173 caption
29174 \series default
29175  package set the document class option
29176 \begin_inset Foot
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180 That option is used in this document.
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Standard
29189
29190 \series bold
29191 captions=tableheading
29192 \end_layout
29193
29194 \begin_layout Standard
29195 In documents with a KOMA-Script document class you can also right-click
29196  on a caption and mark in the context menu if this should be a caption above
29197  or below the table/figure.
29198  This way you can override the document-wide caption placement for certain
29199  captions.
29200  Table
29201 \begin_inset space ~
29202 \end_inset
29203
29204
29205 \begin_inset CommandInset ref
29206 LatexCommand ref
29207 reference "tab:A-caption-marked"
29208
29209 \end_inset
29210
29211  is an example where the caption is marked a being below the table while
29212  it is above.
29213  For comparison the caption in Table
29214 \begin_inset space ~
29215 \end_inset
29216
29217
29218 \begin_inset CommandInset ref
29219 LatexCommand ref
29220 reference "tab:A-standard-table"
29221
29222 \end_inset
29223
29224  is not marked.
29225 \end_layout
29226
29227 \begin_layout Standard
29228 \begin_inset Float table
29229 wide false
29230 sideways false
29231 status open
29232
29233 \begin_layout Plain Layout
29234 \begin_inset Caption Below
29235
29236 \begin_layout Plain Layout
29237 \begin_inset CommandInset label
29238 LatexCommand label
29239 name "tab:A-caption-marked"
29240
29241 \end_inset
29242
29243 A caption marked as being below the table.
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \begin_layout Plain Layout
29252 \align center
29253 \begin_inset Tabular
29254 <lyxtabular version="3" rows="3" columns="3">
29255 <features tabularvalignment="middle">
29256 <column alignment="center" valignment="top" width="0pt">
29257 <column alignment="center" valignment="top" width="0pt">
29258 <column alignment="center" valignment="top" width="0pt">
29259 <row>
29260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264 1
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273 2
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29279 \begin_inset Text
29280
29281 \begin_layout Plain Layout
29282 3
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 </row>
29288 <row>
29289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293 Joe
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29299 \begin_inset Text
29300
29301 \begin_layout Plain Layout
29302 Mary
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311 Ted
29312 \end_layout
29313
29314 \end_inset
29315 </cell>
29316 </row>
29317 <row>
29318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29319 \begin_inset Text
29320
29321 \begin_layout Plain Layout
29322 \begin_inset Formula $\int x^{2}dx$
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \end_inset
29329 </cell>
29330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29331 \begin_inset Text
29332
29333 \begin_layout Plain Layout
29334 \begin_inset Formula $\left[\begin{array}{cc}
29335 a & b\\
29336 c & d
29337 \end{array}\right]$
29338 \end_inset
29339
29340
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 \begin_inset Formula $1+1=2$
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 </row>
29358 </lyxtabular>
29359
29360 \end_inset
29361
29362
29363 \end_layout
29364
29365 \end_inset
29366
29367
29368 \end_layout
29369
29370 \begin_layout Standard
29371 \begin_inset Float table
29372 wide false
29373 sideways false
29374 status open
29375
29376 \begin_layout Plain Layout
29377 \begin_inset Caption Standard
29378
29379 \begin_layout Plain Layout
29380 \begin_inset CommandInset label
29381 LatexCommand label
29382 name "tab:A-standard-table"
29383
29384 \end_inset
29385
29386 A standard table caption.
29387 \end_layout
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \begin_layout Plain Layout
29395 \align center
29396 \begin_inset Tabular
29397 <lyxtabular version="3" rows="3" columns="3">
29398 <features tabularvalignment="middle">
29399 <column alignment="center" valignment="top" width="0pt">
29400 <column alignment="center" valignment="top" width="0pt">
29401 <column alignment="center" valignment="top" width="0pt">
29402 <row>
29403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 1
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416 2
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 3
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 </row>
29431 <row>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436 Joe
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 Mary
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454 Ted
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 </row>
29460 <row>
29461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29462 \begin_inset Text
29463
29464 \begin_layout Plain Layout
29465 \begin_inset Formula $\int x^{2}dx$
29466 \end_inset
29467
29468
29469 \end_layout
29470
29471 \end_inset
29472 </cell>
29473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29474 \begin_inset Text
29475
29476 \begin_layout Plain Layout
29477 \begin_inset Formula $\left[\begin{array}{cc}
29478 a & b\\
29479 c & d
29480 \end{array}\right]$
29481 \end_inset
29482
29483
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29489 \begin_inset Text
29490
29491 \begin_layout Plain Layout
29492 \begin_inset Formula $1+1=2$
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 </row>
29501 </lyxtabular>
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Standard
29514 \begin_inset VSpace bigskip
29515 \end_inset
29516
29517 It is also possible to set the caption beside a figure or table.
29518  To get this the \SpecialChar LaTeX
29519 -package 
29520 \series bold
29521 sidecap
29522 \series default
29523
29524 \begin_inset Index idx
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528 \SpecialChar LaTeX
29529 -packages ! sidecap
29530 \end_layout
29531
29532 \end_inset
29533
29534  has to be loaded in the document preamble with the line
29535 \end_layout
29536
29537 \begin_layout Standard
29538
29539 \series bold
29540
29541 \backslash
29542 usepackage[option]{sidecap}
29543 \end_layout
29544
29545 \begin_layout Standard
29546 If you set no option, the caption is placed on the side of the outer page
29547  margin – to the right on odd pages, to the left on even pages.
29548  You can change the placement to inner margin with the option 
29549 \series bold
29550 innercaption
29551 \series default
29552 .
29553  To force the placement always to the right or left, use the option 
29554 \series bold
29555 rightcaption
29556 \series default
29557  or 
29558 \series bold
29559 leftcaption
29560 \series default
29561 , respectively.
29562 \end_layout
29563
29564 \begin_layout Standard
29565 \begin_inset ERT
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569
29570
29571 \backslash
29572 ifsidecap
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \begin_inset Note Note
29579 status open
29580
29581 \begin_layout Plain Layout
29582 The following section will only be displayed when the \SpecialChar LaTeX
29583 -package 
29584 \series bold
29585 sidecap
29586 \series default
29587  is installed.
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Standard
29596 To place in \SpecialChar LyX
29597  the caption of a float on the side, it is necessary to add
29598  these commands to the document preamble:
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \noindent
29603 \begin_inset CommandInset line
29604 LatexCommand rule
29605 offset "0.5ex"
29606 width "100line%"
29607 height "1pt"
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Standard
29615
29616 \series bold
29617
29618 \backslash
29619 newcommand{
29620 \backslash
29621 TabBesBeg}[1][1.0]{%
29622 \begin_inset Newline newline
29623 \end_inset
29624
29625
29626 \begin_inset Phantom HPhantom
29627 status open
29628
29629 \begin_layout Plain Layout
29630 \begin_inset space ~
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \end_inset
29637
29638
29639 \backslash
29640 let
29641 \backslash
29642 MyTable
29643 \backslash
29644 table
29645 \begin_inset Newline newline
29646 \end_inset
29647
29648
29649 \begin_inset Phantom HPhantom
29650 status open
29651
29652 \begin_layout Plain Layout
29653
29654 \series medium
29655 \begin_inset space ~
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \backslash
29665 let
29666 \backslash
29667 MyEndtable
29668 \backslash
29669 endtable
29670 \begin_inset Newline newline
29671 \end_inset
29672
29673
29674 \begin_inset Phantom HPhantom
29675 status open
29676
29677 \begin_layout Plain Layout
29678
29679 \series medium
29680 \begin_inset space ~
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \end_inset
29687
29688
29689 \backslash
29690 renewenvironment{table}[1]{
29691 \backslash
29692 begin{SCtable}[#1]##1}{
29693 \backslash
29694 end{SCtable}}}
29695 \end_layout
29696
29697 \begin_layout Standard
29698
29699 \series bold
29700
29701 \backslash
29702 newcommand{
29703 \backslash
29704 TabBesEnd}{%
29705 \begin_inset Newline newline
29706 \end_inset
29707
29708
29709 \begin_inset Phantom HPhantom
29710 status open
29711
29712 \begin_layout Plain Layout
29713 \begin_inset space ~
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \backslash
29723 let
29724 \backslash
29725 table
29726 \backslash
29727 MyTable
29728 \begin_inset Newline newline
29729 \end_inset
29730
29731
29732 \begin_inset Phantom HPhantom
29733 status open
29734
29735 \begin_layout Plain Layout
29736 \begin_inset space ~
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \backslash
29746 let
29747 \backslash
29748 endtable
29749 \backslash
29750 MyEndtable
29751 \end_layout
29752
29753 \begin_layout Standard
29754
29755 \series bold
29756
29757 \backslash
29758 newcommand{
29759 \backslash
29760 FigBesBeg}[1][1.0]{%
29761 \begin_inset Newline newline
29762 \end_inset
29763
29764
29765 \begin_inset Phantom HPhantom
29766 status open
29767
29768 \begin_layout Plain Layout
29769 \begin_inset space ~
29770 \end_inset
29771
29772
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \backslash
29779 let
29780 \backslash
29781 MyFigure
29782 \backslash
29783 figure
29784 \begin_inset Newline newline
29785 \end_inset
29786
29787
29788 \begin_inset Phantom HPhantom
29789 status open
29790
29791 \begin_layout Plain Layout
29792 \begin_inset space ~
29793 \end_inset
29794
29795
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \backslash
29802 let
29803 \backslash
29804 MyEndfigure
29805 \backslash
29806 endfigure
29807 \begin_inset Newline newline
29808 \end_inset
29809
29810
29811 \begin_inset Phantom HPhantom
29812 status open
29813
29814 \begin_layout Plain Layout
29815 \begin_inset space ~
29816 \end_inset
29817
29818
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \backslash
29825 renewenvironment{figure}[1]{
29826 \backslash
29827 begin{SCfigure}[#1]##1}{
29828 \backslash
29829 end{SCfigure}}}
29830 \end_layout
29831
29832 \begin_layout Standard
29833
29834 \series bold
29835
29836 \backslash
29837 newcommand{
29838 \backslash
29839 FigBesEnd}{%
29840 \begin_inset Newline newline
29841 \end_inset
29842
29843
29844 \begin_inset Phantom HPhantom
29845 status open
29846
29847 \begin_layout Plain Layout
29848 \begin_inset space ~
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \backslash
29858 let
29859 \backslash
29860 figure
29861 \backslash
29862 MyFigure
29863 \begin_inset Newline newline
29864 \end_inset
29865
29866
29867 \begin_inset Phantom HPhantom
29868 status open
29869
29870 \begin_layout Plain Layout
29871 \begin_inset space ~
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \backslash
29881 let
29882 \backslash
29883 endfigure
29884 \backslash
29885 MyEndfigure}
29886 \end_layout
29887
29888 \begin_layout Standard
29889 \noindent
29890 \begin_inset CommandInset line
29891 LatexCommand rule
29892 offset "0.5ex"
29893 width "100line%"
29894 height "1pt"
29895
29896 \end_inset
29897
29898
29899 \end_layout
29900
29901 \begin_layout Standard
29902 The commands allow you to redefine the floats so that the caption is set
29903  on the side.
29904  For figure floats use the command
29905 \end_layout
29906
29907 \begin_layout Standard
29908
29909 \series bold
29910
29911 \backslash
29912 FigBesBeg
29913 \end_layout
29914
29915 \begin_layout Standard
29916 in \SpecialChar TeX
29917  Code before the float.
29918  And insert the command
29919 \end_layout
29920
29921 \begin_layout Standard
29922
29923 \series bold
29924
29925 \backslash
29926 FigBesEnd
29927 \end_layout
29928
29929 \begin_layout Standard
29930 in \SpecialChar TeX
29931  Code at the point where you want to get back to the original float definitio
29932 n.
29933 \end_layout
29934
29935 \begin_layout Standard
29936 For table floats use the corresponding commands
29937 \end_layout
29938
29939 \begin_layout Standard
29940
29941 \series bold
29942
29943 \backslash
29944 TabBesBeg
29945 \series default
29946  and 
29947 \series bold
29948
29949 \backslash
29950 TabBesEnd
29951 \end_layout
29952
29953 \begin_layout Standard
29954 Figure
29955 \begin_inset space ~
29956 \end_inset
29957
29958
29959 \begin_inset CommandInset ref
29960 LatexCommand ref
29961 reference "fig:cap-beside-fig"
29962
29963 \end_inset
29964
29965  and Table
29966 \begin_inset space ~
29967 \end_inset
29968
29969
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "tab:cap-beside-tab"
29973
29974 \end_inset
29975
29976  are examples where the caption is set beside.
29977 \end_layout
29978
29979 \begin_layout Standard
29980 You can see in the examples that the caption text appears at the top of
29981  the floats for table floats and at the bottom for figure floats.
29982  To change this, you can use the command
29983 \end_layout
29984
29985 \begin_layout Standard
29986
29987 \series bold
29988
29989 \backslash
29990 sidecaptionvpos{float type}{placement}
29991 \end_layout
29992
29993 \begin_layout Standard
29994 in the document preamble or in \SpecialChar TeX
29995  Code before the float.
29996  The float type is either 
29997 \family sans
29998 figure
29999 \family default
30000  or 
30001 \family sans
30002 table
30003 \family default
30004 , the placement can be 
30005 \begin_inset Quotes eld
30006 \end_inset
30007
30008
30009 \family sans
30010 t
30011 \family default
30012
30013 \begin_inset Quotes erd
30014 \end_inset
30015
30016  for top, 
30017 \begin_inset Quotes eld
30018 \end_inset
30019
30020
30021 \family sans
30022 c
30023 \family default
30024
30025 \begin_inset Quotes erd
30026 \end_inset
30027
30028  for center, or 
30029 \begin_inset Quotes eld
30030 \end_inset
30031
30032
30033 \family sans
30034 b
30035 \family default
30036
30037 \begin_inset Quotes erd
30038 \end_inset
30039
30040  for bottom.
30041  To have for example the caption of figure floats vertically centered, use
30042  the command
30043 \end_layout
30044
30045 \begin_layout Standard
30046
30047 \series bold
30048
30049 \backslash
30050 sidecaptionvpos{figure}{c}
30051 \end_layout
30052
30053 \begin_layout Standard
30054 This was used for Figure
30055 \begin_inset space ~
30056 \end_inset
30057
30058
30059 \begin_inset CommandInset ref
30060 LatexCommand ref
30061 reference "fig:cap-beside-fig-2"
30062
30063 \end_inset
30064
30065 .
30066 \end_layout
30067
30068 \begin_layout Standard
30069 \begin_inset VSpace medskip
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \begin_layout Standard
30076 The default caption width is the width of the image/table.
30077  For thin image/tables, like in Table
30078 \begin_inset space ~
30079 \end_inset
30080
30081
30082 \begin_inset CommandInset ref
30083 LatexCommand ref
30084 reference "tab:cap-beside-tab"
30085
30086 \end_inset
30087
30088 , this leads to captions that are too thin.
30089  You can increase the width by specifying a factor that will be multiplied
30090  with the image/table width to get the caption width.
30091  The caption width will automatically be recalculated in case it would protrude
30092  over the page or column margin due to the specified width.
30093  The 
30094 \emph on
30095 factor
30096 \emph default
30097  can either be given as optional argument for 
30098 \series bold
30099
30100 \backslash
30101 FigBesBeg
30102 \series default
30103 :
30104 \end_layout
30105
30106 \begin_layout Standard
30107
30108 \series bold
30109
30110 \backslash
30111 FigBesBeg[factor]
30112 \end_layout
30113
30114 \begin_layout Standard
30115 or in the definition of 
30116 \series bold
30117
30118 \backslash
30119 FigBesBeg
30120 \series default
30121  by replacing the 
30122 \series bold
30123 1.0
30124 \series default
30125  with another value.
30126  If you do the latter, your factor will be the default if 
30127 \series bold
30128
30129 \backslash
30130 FigBesBeg
30131 \series default
30132  is used without an argument.
30133  For Table
30134 \begin_inset space ~
30135 \end_inset
30136
30137
30138 \begin_inset CommandInset ref
30139 LatexCommand ref
30140 reference "tab:cap-beside-tab-wider"
30141
30142 \end_inset
30143
30144  the factor 5 was used.
30145 \end_layout
30146
30147 \begin_layout Standard
30148 \begin_inset Note Greyedout
30149 status open
30150
30151 \begin_layout Plain Layout
30152
30153 \series bold
30154 Note:
30155 \series default
30156  For floats with captions set beside, you cannot use the float placement
30157  option 
30158 \family sans
30159 Here
30160 \begin_inset space ~
30161 \end_inset
30162
30163 definitely
30164 \family default
30165  because it is not supported by 
30166 \series bold
30167 sidecap
30168 \series default
30169 .
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 \begin_inset VSpace medskip
30179 \end_inset
30180
30181 For more information about the package 
30182 \series bold
30183 sidecap
30184 \series default
30185  we refer to its documentation 
30186 \begin_inset CommandInset citation
30187 LatexCommand cite
30188 key "sidecap"
30189 literal "true"
30190
30191 \end_inset
30192
30193 .
30194 \end_layout
30195
30196 \begin_layout Standard
30197 \begin_inset Note Greyedout
30198 status open
30199
30200 \begin_layout Plain Layout
30201
30202 \series bold
30203 Note:
30204 \series default
30205  The \SpecialChar LaTeX
30206 -package 
30207 \series bold
30208 hypcap
30209 \series default
30210
30211 \begin_inset Index idx
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215 \SpecialChar LaTeX
30216 -packages ! hypcap
30217 \end_layout
30218
30219 \end_inset
30220
30221 , described in section
30222 \begin_inset space ~
30223 \end_inset
30224
30225
30226 \begin_inset CommandInset ref
30227 LatexCommand ref
30228 reference "subsec:Reference-Position"
30229
30230 \end_inset
30231
30232 , has no effect on floats with the caption set beside.
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 \begin_inset ERT
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245
30246
30247 \backslash
30248 FigBesBeg
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \end_layout
30255
30256 \begin_layout Standard
30257 \begin_inset Float figure
30258 wide false
30259 sideways false
30260 status open
30261
30262 \begin_layout Plain Layout
30263 \begin_inset Graphics
30264         filename clipart/3D-structure-distort.pdf
30265         scale 50
30266         scaleBeforeRotation
30267
30268 \end_inset
30269
30270
30271 \end_layout
30272
30273 \begin_layout Plain Layout
30274 \begin_inset Caption Standard
30275
30276 \begin_layout Plain Layout
30277 \begin_inset CommandInset label
30278 LatexCommand label
30279 name "fig:cap-beside-fig"
30280
30281 \end_inset
30282
30283 This is a caption beside a figure.
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 FigBesEnd
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset ERT
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318
30319 \backslash
30320 TabBesBeg
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 \begin_inset Float table
30330 wide false
30331 sideways false
30332 status open
30333
30334 \begin_layout Plain Layout
30335 \begin_inset Caption Standard
30336
30337 \begin_layout Plain Layout
30338 \begin_inset CommandInset label
30339 LatexCommand label
30340 name "tab:cap-beside-tab"
30341
30342 \end_inset
30343
30344 This is a caption beside a table.
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Plain Layout
30353 \begin_inset Tabular
30354 <lyxtabular version="3" rows="4" columns="5">
30355 <features tabularvalignment="middle">
30356 <column alignment="center" valignment="top">
30357 <column alignment="center" valignment="top">
30358 <column alignment="center" valignment="top">
30359 <column alignment="center" valignment="top">
30360 <column alignment="center" valignment="top">
30361 <row>
30362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30363 \begin_inset Text
30364
30365 \begin_layout Plain Layout
30366 a
30367 \end_layout
30368
30369 \end_inset
30370 </cell>
30371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Plain Layout
30375
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30381 \begin_inset Text
30382
30383 \begin_layout Plain Layout
30384 b
30385 \end_layout
30386
30387 \end_inset
30388 </cell>
30389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30390 \begin_inset Text
30391
30392 \begin_layout Plain Layout
30393
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30399 \begin_inset Text
30400
30401 \begin_layout Plain Layout
30402 c
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 </row>
30408 <row>
30409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30419 \begin_inset Text
30420
30421 \begin_layout Plain Layout
30422 d
30423 \end_layout
30424
30425 \end_inset
30426 </cell>
30427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30428 \begin_inset Text
30429
30430 \begin_layout Plain Layout
30431
30432 \end_layout
30433
30434 \end_inset
30435 </cell>
30436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30437 \begin_inset Text
30438
30439 \begin_layout Plain Layout
30440 e
30441 \end_layout
30442
30443 \end_inset
30444 </cell>
30445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30446 \begin_inset Text
30447
30448 \begin_layout Plain Layout
30449
30450 \end_layout
30451
30452 \end_inset
30453 </cell>
30454 </row>
30455 <row>
30456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30457 \begin_inset Text
30458
30459 \begin_layout Plain Layout
30460 f
30461 \end_layout
30462
30463 \end_inset
30464 </cell>
30465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30466 \begin_inset Text
30467
30468 \begin_layout Plain Layout
30469
30470 \end_layout
30471
30472 \end_inset
30473 </cell>
30474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30475 \begin_inset Text
30476
30477 \begin_layout Plain Layout
30478 g
30479 \end_layout
30480
30481 \end_inset
30482 </cell>
30483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30484 \begin_inset Text
30485
30486 \begin_layout Plain Layout
30487
30488 \end_layout
30489
30490 \end_inset
30491 </cell>
30492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30493 \begin_inset Text
30494
30495 \begin_layout Plain Layout
30496 h
30497 \end_layout
30498
30499 \end_inset
30500 </cell>
30501 </row>
30502 <row>
30503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30513 \begin_inset Text
30514
30515 \begin_layout Plain Layout
30516 i
30517 \end_layout
30518
30519 \end_inset
30520 </cell>
30521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30522 \begin_inset Text
30523
30524 \begin_layout Plain Layout
30525
30526 \end_layout
30527
30528 \end_inset
30529 </cell>
30530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30531 \begin_inset Text
30532
30533 \begin_layout Plain Layout
30534 j
30535 \end_layout
30536
30537 \end_inset
30538 </cell>
30539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30540 \begin_inset Text
30541
30542 \begin_layout Plain Layout
30543
30544 \end_layout
30545
30546 \end_inset
30547 </cell>
30548 </row>
30549 </lyxtabular>
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 TabBesEnd
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Standard
30578 \begin_inset ERT
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582
30583
30584 \backslash
30585 FigBesBeg
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 sidecaptionvpos{figure}{c}
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \begin_inset Float figure
30605 wide false
30606 sideways false
30607 status open
30608
30609 \begin_layout Plain Layout
30610 \begin_inset Graphics
30611         filename clipart/3D-structure-distort.pdf
30612         scale 50
30613         scaleBeforeRotation
30614
30615 \end_inset
30616
30617
30618 \end_layout
30619
30620 \begin_layout Plain Layout
30621 \begin_inset Caption Standard
30622
30623 \begin_layout Plain Layout
30624 \begin_inset CommandInset label
30625 LatexCommand label
30626 name "fig:cap-beside-fig-2"
30627
30628 \end_inset
30629
30630 This is a vertically centered caption beside a figure.
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649
30650 \backslash
30651 FigBesEnd
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Standard
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665
30666 \backslash
30667 TabBesBeg[5]
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \end_layout
30674
30675 \begin_layout Standard
30676 \begin_inset Float table
30677 wide false
30678 sideways false
30679 status open
30680
30681 \begin_layout Plain Layout
30682 \begin_inset Caption Standard
30683
30684 \begin_layout Plain Layout
30685 \begin_inset CommandInset label
30686 LatexCommand label
30687 name "tab:cap-beside-tab-wider"
30688
30689 \end_inset
30690
30691 This caption is wider than the one in Table
30692 \begin_inset space ~
30693 \end_inset
30694
30695
30696 \begin_inset CommandInset ref
30697 LatexCommand ref
30698 reference "tab:cap-beside-tab"
30699
30700 \end_inset
30701
30702 .
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Plain Layout
30711 \begin_inset Tabular
30712 <lyxtabular version="3" rows="4" columns="5">
30713 <features tabularvalignment="middle">
30714 <column alignment="center" valignment="top">
30715 <column alignment="center" valignment="top">
30716 <column alignment="center" valignment="top">
30717 <column alignment="center" valignment="top">
30718 <column alignment="center" valignment="top">
30719 <row>
30720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30721 \begin_inset Text
30722
30723 \begin_layout Plain Layout
30724 a
30725 \end_layout
30726
30727 \end_inset
30728 </cell>
30729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30730 \begin_inset Text
30731
30732 \begin_layout Plain Layout
30733
30734 \end_layout
30735
30736 \end_inset
30737 </cell>
30738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30739 \begin_inset Text
30740
30741 \begin_layout Plain Layout
30742 b
30743 \end_layout
30744
30745 \end_inset
30746 </cell>
30747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30748 \begin_inset Text
30749
30750 \begin_layout Plain Layout
30751
30752 \end_layout
30753
30754 \end_inset
30755 </cell>
30756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30757 \begin_inset Text
30758
30759 \begin_layout Plain Layout
30760 c
30761 \end_layout
30762
30763 \end_inset
30764 </cell>
30765 </row>
30766 <row>
30767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30768 \begin_inset Text
30769
30770 \begin_layout Plain Layout
30771
30772 \end_layout
30773
30774 \end_inset
30775 </cell>
30776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30777 \begin_inset Text
30778
30779 \begin_layout Plain Layout
30780 d
30781 \end_layout
30782
30783 \end_inset
30784 </cell>
30785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30786 \begin_inset Text
30787
30788 \begin_layout Plain Layout
30789
30790 \end_layout
30791
30792 \end_inset
30793 </cell>
30794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30795 \begin_inset Text
30796
30797 \begin_layout Plain Layout
30798 e
30799 \end_layout
30800
30801 \end_inset
30802 </cell>
30803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30804 \begin_inset Text
30805
30806 \begin_layout Plain Layout
30807
30808 \end_layout
30809
30810 \end_inset
30811 </cell>
30812 </row>
30813 <row>
30814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30815 \begin_inset Text
30816
30817 \begin_layout Plain Layout
30818 f
30819 \end_layout
30820
30821 \end_inset
30822 </cell>
30823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30824 \begin_inset Text
30825
30826 \begin_layout Plain Layout
30827
30828 \end_layout
30829
30830 \end_inset
30831 </cell>
30832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30833 \begin_inset Text
30834
30835 \begin_layout Plain Layout
30836 g
30837 \end_layout
30838
30839 \end_inset
30840 </cell>
30841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30842 \begin_inset Text
30843
30844 \begin_layout Plain Layout
30845
30846 \end_layout
30847
30848 \end_inset
30849 </cell>
30850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30851 \begin_inset Text
30852
30853 \begin_layout Plain Layout
30854 h
30855 \end_layout
30856
30857 \end_inset
30858 </cell>
30859 </row>
30860 <row>
30861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30862 \begin_inset Text
30863
30864 \begin_layout Plain Layout
30865
30866 \end_layout
30867
30868 \end_inset
30869 </cell>
30870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Plain Layout
30874 i
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30889 \begin_inset Text
30890
30891 \begin_layout Plain Layout
30892 j
30893 \end_layout
30894
30895 \end_inset
30896 </cell>
30897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Plain Layout
30901
30902 \end_layout
30903
30904 \end_inset
30905 </cell>
30906 </row>
30907 </lyxtabular>
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \end_inset
30915
30916
30917 \end_layout
30918
30919 \begin_layout Standard
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 TabBesEnd
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 else
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \begin_inset Note Note
30950 status open
30951
30952 \begin_layout Plain Layout
30953 The following will be displayed when the \SpecialChar LaTeX
30954 -package 
30955 \series bold
30956 sidecap
30957 \series default
30958  is not installed:
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \end_layout
30965
30966 \begin_layout Standard
30967 You need to install the \SpecialChar LaTeX
30968 -package 
30969 \series bold
30970 sidecap
30971 \series default
30972  to see the following part of this section in the output.
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981
30982 \backslash
30983 fi
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \end_layout
30990
30991 \begin_layout Section
30992 Listings of Floats
30993 \begin_inset Index idx
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997 Floats ! Float Lists
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Standard
31006 Similar to the table of contents where the sections of the document are
31007  listed, there are listings for all float types, like the figures of the
31008  documents.
31009  You can insert them via the 
31010 \family sans
31011 Insert\SpecialChar menuseparator
31012 List
31013 \begin_inset space ~
31014 \end_inset
31015
31016 /
31017 \begin_inset space ~
31018 \end_inset
31019
31020 TOC
31021 \family default
31022  sub menus.
31023 \end_layout
31024
31025 \begin_layout Standard
31026 The list entries are the float captions or its short title, the float number,
31027  and the page number where they appear in the document.
31028 \end_layout
31029
31030 \begin_layout Standard
31031 You can find the list of figures and tables at the end of this document.
31032 \end_layout
31033
31034 \begin_layout Chapter
31035 Notes
31036 \end_layout
31037
31038 \begin_layout Section
31039 \SpecialChar LyX
31040  Notes
31041 \begin_inset Index idx
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045 Notes ! \SpecialChar LyX
31046  Notes
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Standard
31055 Notes are inserted with the toolbar button 
31056 \begin_inset Info
31057 type  "icon"
31058 arg   "note-insert"
31059 \end_inset
31060
31061  or the menu 
31062 \family sans
31063 Insert\SpecialChar menuseparator
31064 Note
31065 \family default
31066 .
31067  There are three types of notes:
31068 \end_layout
31069
31070 \begin_layout Description
31071 \SpecialChar LyX
31072
31073 \begin_inset space ~
31074 \end_inset
31075
31076 Note This note type is for internal notes that won't appear in the output.
31077  Its note-box looks like this:
31078 \begin_inset Newline newline
31079 \end_inset
31080
31081
31082 \begin_inset Newline newline
31083 \end_inset
31084
31085
31086 \begin_inset Graphics
31087         filename clipart/LyXNoteImage.png
31088         display false
31089         scaleBeforeRotation
31090
31091 \end_inset
31092
31093  
31094 \begin_inset Note Note
31095 status open
31096
31097 \begin_layout Plain Layout
31098 This is text in a note box that doesn't appear in the output.
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Description
31107 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31108 -comment,
31109  when you export the document to \SpecialChar LaTeX
31110  via the menu 
31111 \family sans
31112 File\SpecialChar menuseparator
31113 Export\SpecialChar menuseparator
31114 LaTeX
31115 \begin_inset space ~
31116 \end_inset
31117
31118 (pdflatex) / (plain)
31119 \family default
31120 .
31121  Its note-box looks like this:
31122 \begin_inset Newline newline
31123 \end_inset
31124
31125
31126 \begin_inset Newline newline
31127 \end_inset
31128
31129
31130 \begin_inset Graphics
31131         filename clipart/CommentNoteImage.png
31132         display false
31133         scaleBeforeRotation
31134
31135 \end_inset
31136
31137  
31138 \begin_inset Note Comment
31139 status open
31140
31141 \begin_layout Plain Layout
31142 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31143 -files.
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Description
31152 Greyed
31153 \begin_inset space ~
31154 \end_inset
31155
31156 Out This note will appear in the output as grey text.
31157  Its note-box looks like this:
31158 \begin_inset Newline newline
31159 \end_inset
31160
31161
31162 \begin_inset Newline newline
31163 \end_inset
31164
31165
31166 \begin_inset Graphics
31167         filename clipart/GreyedOutNoteImage.png
31168         display false
31169         scaleBeforeRotation
31170
31171 \end_inset
31172
31173
31174 \begin_inset Newline newline
31175 \end_inset
31176
31177
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183
31184 \backslash
31185 renewenvironment{lyxgreyedout}
31186 \end_layout
31187
31188 \begin_layout Plain Layout
31189
31190 {
31191 \backslash
31192 textcolor[gray]{0.8}
31193 \backslash
31194 bgroup}{
31195 \backslash
31196 egroup}
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \begin_inset Note Greyedout
31203 status open
31204
31205 \begin_layout Plain Layout
31206 This is text of a comment that appears grey in the output.
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 renewenvironment{lyxgreyedout}
31220 \end_layout
31221
31222 \begin_layout Plain Layout
31223
31224 {
31225 \backslash
31226 textcolor{blue}
31227 \backslash
31228 bgroup}{
31229 \backslash
31230 egroup}
31231 \end_layout
31232
31233 \end_inset
31234
31235
31236 \begin_inset Note Note
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31241  definition
31242  because greyed out notes are redefined in the preamble of this document,
31243  as described below, to have blue text.
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \begin_inset Newline newline
31250 \end_inset
31251
31252
31253 \begin_inset Newline newline
31254 \end_inset
31255
31256 As you can see in the example, the first line of greyed out notes is a bit
31257  indented and greyed out notes can have footnotes.
31258 \end_layout
31259
31260 \begin_layout Standard
31261 \begin_inset VSpace bigskip
31262 \end_inset
31263
31264 When you use the toolbar button 
31265 \begin_inset Info
31266 type  "icon"
31267 arg   "note-insert"
31268 \end_inset
31269
31270  to insert notes, a 
31271 \family sans
31272 \SpecialChar LyX
31273
31274 \begin_inset space ~
31275 \end_inset
31276
31277 Note
31278 \family default
31279  is inserted.
31280  You can switch between the three note types by right-clicking on the note-box.
31281  
31282 \family roman
31283 \series medium
31284 \bar no
31285 If you want to turn existing text into a note, mark it and click on the
31286  note
31287 \family default
31288 \series default
31289 \bar default
31290  toolbar 
31291 \family roman
31292 \series medium
31293 \bar no
31294 button
31295 \family default
31296 \series default
31297 \bar default
31298 .
31299  To change a note to text, press the backspace key when the cursor is in
31300  the first position of a note, or press the delete key when the cursor is
31301  in the very last position of the note, respectively.
31302 \end_layout
31303
31304 \begin_layout Standard
31305 \begin_inset VSpace bigskip
31306 \end_inset
31307
31308 You can change the text color of the greyed out notes in the menu 
31309 \family sans
31310 Document\SpecialChar menuseparator
31311 Settings\SpecialChar menuseparator
31312 Colors
31313 \family default
31314 .
31315 \end_layout
31316
31317 \begin_layout Section
31318 Footnotes
31319 \begin_inset CommandInset label
31320 LatexCommand label
31321 name "sec:Footnotes"
31322
31323 \end_inset
31324
31325
31326 \begin_inset Index idx
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330 Notes ! Footnotes
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \begin_inset Index idx
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340 Footnotes
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \end_layout
31347
31348 \begin_layout Standard
31349 Footnotes can be inserted using the toolbar button 
31350 \begin_inset Info
31351 type  "icon"
31352 arg   "footnote-insert"
31353 \end_inset
31354
31355  or the menu 
31356 \family sans
31357 Insert\SpecialChar menuseparator
31358 Footnote
31359 \family default
31360 .
31361  You will then see the following footnote-box: 
31362 \begin_inset Graphics
31363         filename clipart/footnote.png
31364         scale 95
31365         scaleBeforeRotation
31366
31367 \end_inset
31368
31369  
31370 \family roman
31371 \series medium
31372 \bar no
31373 where you can enter the footnote text.
31374  If you want to turn existing text into a footnote, mark it and click on
31375  the footnote
31376 \family default
31377 \series default
31378 \bar default
31379  toolbar 
31380 \family roman
31381 \series medium
31382 \bar no
31383 button
31384 \family default
31385 \series default
31386 \bar default
31387 .
31388  To change a 
31389 \family roman
31390 \series medium
31391 \bar no
31392 footnote
31393 \family default
31394 \series default
31395 \bar default
31396  to text, press the 
31397 \family sans
31398 Backspace
31399 \family default
31400  key when the cursor is in the first position of a 
31401 \family roman
31402 \series medium
31403 \bar no
31404 footnote
31405 \family default
31406 \series default
31407 \bar default
31408 , or press the 
31409 \family sans
31410 Delete
31411 \family default
31412  key when the cursor is in the very last position of the 
31413 \family roman
31414 \series medium
31415 \bar no
31416 footnote
31417 \family default
31418 \series default
31419 \bar default
31420 , respectively.
31421 \end_layout
31422
31423 \begin_layout Standard
31424 Here is an example footnote:
31425 \family roman
31426 \series medium
31427 \bar no
31428
31429 \begin_inset Foot
31430 status open
31431
31432 \begin_layout Plain Layout
31433 \begin_inset CommandInset label
31434 LatexCommand label
31435 name "foot:This-is-an"
31436
31437 \end_inset
31438
31439 This is an example footnote.
31440 \end_layout
31441
31442 \end_inset
31443
31444
31445 \family default
31446 \series default
31447 \bar default
31448
31449 \begin_inset ERT
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453
31454
31455 \backslash
31456 newcounter{MyRepeatFoot}
31457 \end_layout
31458
31459 \begin_layout Plain Layout
31460
31461
31462 \backslash
31463 setcounter{MyRepeatFoot}{
31464 \backslash
31465 thefootnote}
31466 \end_layout
31467
31468 \end_inset
31469
31470
31471 \end_layout
31472
31473 \begin_layout Standard
31474 The footnote will appear in the output as a superscript number at the text
31475  position where the footnote box is placed.
31476  The footnote text is placed at the bottom of the current page.
31477  The footnote number is calculated by \SpecialChar LaTeX
31478 ; the numbers are consecutive.
31479  Whether the footnote number is reset for every chapter depends on your
31480  document class.
31481 \end_layout
31482
31483 \begin_layout Standard
31484 Footnotes can be referenced like floats: Insert a label into the footnote
31485  and cross-reference this label in the text as described in section
31486 \begin_inset space ~
31487 \end_inset
31488
31489
31490 \begin_inset CommandInset ref
31491 LatexCommand ref
31492 reference "sec:Referencing-Floats"
31493
31494 \end_inset
31495
31496 .
31497 \begin_inset Newline newline
31498 \end_inset
31499
31500 This is a cross-reference of Footnote
31501 \begin_inset space ~
31502 \end_inset
31503
31504
31505 \begin_inset CommandInset ref
31506 LatexCommand ref
31507 reference "foot:This-is-an"
31508
31509 \end_inset
31510
31511 .
31512 \end_layout
31513
31514 \begin_layout Standard
31515 \begin_inset VSpace defskip
31516 \end_inset
31517
31518 Footnotes in title environments are usually not numbered with symbols and
31519  they cannot contain several paragraphs.
31520  See for example the footnote in the titling of this document.
31521 \end_layout
31522
31523 \begin_layout Standard
31524 Footnotes in multi-page tables are described in section
31525 \begin_inset space ~
31526 \end_inset
31527
31528
31529 \begin_inset CommandInset ref
31530 LatexCommand ref
31531 reference "subsec:Footnotes-in-Multi-page"
31532
31533 \end_inset
31534
31535 .
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset VSpace defskip
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Standard
31546 Footnotes in minipage boxes are printed, but inside the box and with a different
31547  numbering because a minipage box is like a page inside a page.
31548  (For more about minipages, see section
31549 \begin_inset space ~
31550 \end_inset
31551
31552
31553 \begin_inset CommandInset ref
31554 LatexCommand ref
31555 reference "sec:Minipages"
31556
31557 \end_inset
31558
31559 .) To get a footnote in the minipage that is output at the bottom of the
31560  page like normal footnotes use this method: Instead of the footnote the
31561  command 
31562 \series bold
31563
31564 \backslash
31565 footnotemark{}
31566 \series default
31567  is inserted as \SpecialChar TeX
31568  code.
31569  The text of the footnote is entered as an argument of the \SpecialChar TeX
31570  code command
31571  
31572 \series bold
31573
31574 \backslash
31575 footnotetext
31576 \series default
31577  after the minipage.
31578 \begin_inset Newline newline
31579 \end_inset
31580
31581 This was done for the following minipage with the command
31582 \end_layout
31583
31584 \begin_layout Standard
31585
31586 \series bold
31587
31588 \backslash
31589 footnotetext{
31590 \series default
31591 Footnote outside the minipage.
31592 \series bold
31593 }
31594 \end_layout
31595
31596 \begin_layout Standard
31597 \begin_inset Box Frameless
31598 position "t"
31599 hor_pos "c"
31600 has_inner_box 1
31601 inner_pos "t"
31602 use_parbox 0
31603 use_makebox 0
31604 width "100col%"
31605 special "none"
31606 height "1in"
31607 height_special "totalheight"
31608 thickness "0.4pt"
31609 separation "3pt"
31610 shadowsize "4pt"
31611 framecolor "black"
31612 backgroundcolor "none"
31613 status open
31614
31615 \begin_layout Plain Layout
31616 This an example text in a minipage.
31617 \begin_inset Foot
31618 status open
31619
31620 \begin_layout Plain Layout
31621 Footnote in the minipage.
31622 \end_layout
31623
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \begin_layout Plain Layout
31630 This an example text in a minipage.
31631 \begin_inset ERT
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635
31636
31637 \backslash
31638 footnotemark{}
31639 \end_layout
31640
31641 \end_inset
31642
31643
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657
31658 \backslash
31659 footnotetext{
31660 \end_layout
31661
31662 \end_inset
31663
31664 Footnote outside the minipage.
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670 }
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \end_layout
31677
31678 \begin_layout Standard
31679 \begin_inset VSpace defskip
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \begin_layout Standard
31686 To refer to the same footnote several times without printing the footnote
31687  text every time, use the command 
31688 \series bold
31689
31690 \backslash
31691 footnotemark[number]
31692 \series default
31693  in \SpecialChar TeX
31694  code.
31695 \begin_inset Newline newline
31696 \end_inset
31697
31698 As you do not know the number of the repeating footnote while you are writing
31699  the text, you have to store its number.
31700  For the following footnote mark example, these commands were inserted in
31701  \SpecialChar TeX
31702  code after Footnote
31703 \begin_inset space ~
31704 \end_inset
31705
31706
31707 \begin_inset CommandInset ref
31708 LatexCommand ref
31709 reference "foot:This-is-an"
31710
31711 \end_inset
31712
31713  to store the footnote number:
31714 \end_layout
31715
31716 \begin_layout Standard
31717
31718 \series bold
31719
31720 \backslash
31721 newcounter{MyRepeatFoot}
31722 \begin_inset Newline newline
31723 \end_inset
31724
31725
31726 \backslash
31727 setcounter{MyRepeatFoot}{
31728 \backslash
31729 thefootnote}
31730 \end_layout
31731
31732 \begin_layout Standard
31733 The footnote mark was then created with this command:
31734 \end_layout
31735
31736 \begin_layout Standard
31737
31738 \series bold
31739
31740 \backslash
31741 footnotemark[
31742 \backslash
31743 theMyRepeatFoot]
31744 \end_layout
31745
31746 \begin_layout Standard
31747 Here is a repeated footnote:
31748 \family roman
31749 \series medium
31750 \bar no
31751
31752 \begin_inset ERT
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756
31757
31758 \backslash
31759 footnotemark[
31760 \backslash
31761 theMyRepeatFoot]
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \begin_layout Standard
31770 If you want to repeat the previous footnote, you can omit the storage of
31771  the footnote number and just use this command instead:
31772 \end_layout
31773
31774 \begin_layout Standard
31775
31776 \series bold
31777
31778 \backslash
31779 footnotemark[
31780 \backslash
31781 thefootnote]
31782 \end_layout
31783
31784 \begin_layout Standard
31785 Here is another repeated footnote:
31786 \family roman
31787 \series medium
31788 \bar no
31789
31790 \begin_inset ERT
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794
31795
31796 \backslash
31797 footnotemark[
31798 \backslash
31799 thefootnote]
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Subsection
31808 Footnote Numbering
31809 \begin_inset CommandInset label
31810 LatexCommand label
31811 name "subsec:Footnote-Numbering"
31812
31813 \end_inset
31814
31815
31816 \begin_inset Index idx
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820 Footnotes ! Numbering
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \begin_layout Standard
31829 To reset the footnote number back to 1 after each section
31830 \family roman
31831 , add this command to your document preamble:
31832 \end_layout
31833
31834 \begin_layout Standard
31835
31836 \series bold
31837
31838 \backslash
31839 @addtoreset{footnote}{section}
31840 \end_layout
31841
31842 \begin_layout Standard
31843 \begin_inset VSpace bigskip
31844 \end_inset
31845
31846 The following preamble command changes the footnote numbering style to small
31847  roman numerals:
31848 \end_layout
31849
31850 \begin_layout Standard
31851
31852 \series bold
31853
31854 \backslash
31855 renewcommand{
31856 \backslash
31857 thefootnote}{
31858 \backslash
31859 roman{footnote}}
31860 \end_layout
31861
31862 \begin_layout Standard
31863 \begin_inset ERT
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867
31868
31869 \backslash
31870 renewcommand{
31871 \backslash
31872 thefootnote}{
31873 \backslash
31874 roman{footnote}}
31875 \end_layout
31876
31877 \end_inset
31878
31879  This is a footnote with roman numbering:
31880 \begin_inset Foot
31881 status open
31882
31883 \begin_layout Plain Layout
31884 This is an example footnote with roman numbering.
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \begin_layout Standard
31893 To change the numbering style to capital roman numerals replace in the command
31894  above 
31895 \series bold
31896
31897 \backslash
31898 roman
31899 \series default
31900  by 
31901 \series bold
31902
31903 \backslash
31904 Roman
31905 \series default
31906 .
31907  To 
31908 \begin_inset Quotes eld
31909 \end_inset
31910
31911 number
31912 \begin_inset Quotes erd
31913 \end_inset
31914
31915  footnotes with capital or small Latin letters use 
31916 \series bold
31917
31918 \backslash
31919 Alph
31920 \series default
31921  or 
31922 \series bold
31923
31924 \backslash
31925 alph
31926 \series default
31927 , respectively.
31928  To 
31929 \begin_inset Quotes eld
31930 \end_inset
31931
31932 number
31933 \begin_inset Quotes erd
31934 \end_inset
31935
31936  footnotes with symbols use 
31937 \series bold
31938
31939 \backslash
31940 fnsymbol
31941 \series default
31942 .
31943 \end_layout
31944
31945 \begin_layout Standard
31946 \begin_inset Note Greyedout
31947 status open
31948
31949 \begin_layout Plain Layout
31950
31951 \series bold
31952 Note:
31953 \series default
31954  You can only number 26 footnotes with Latin letters, because this numbering
31955  is limited to single letters.
31956 \end_layout
31957
31958 \end_inset
31959
31960
31961 \begin_inset Newline newline
31962 \end_inset
31963
31964
31965 \begin_inset Note Greyedout
31966 status open
31967
31968 \begin_layout Plain Layout
31969
31970 \series bold
31971 Note:
31972 \series default
31973  You can only number 9 footnotes with symbols.
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \begin_layout Standard
31982 To return to the default numbering style after you have changed to another
31983  one, use 
31984 \series bold
31985
31986 \backslash
31987 arabic
31988 \series default
31989  instead of 
31990 \series bold
31991
31992 \backslash
31993 roman
31994 \series default
31995  in the command above.
31996 \begin_inset ERT
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000
32001
32002 \backslash
32003 renewcommand{
32004 \backslash
32005 thefootnote}{
32006 \backslash
32007 arabic{footnote}}
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \end_layout
32014
32015 \begin_layout Standard
32016 \begin_inset VSpace bigskip
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 If you want to have footnotes numbered in the scheme 
32024 \begin_inset Quotes eld
32025 \end_inset
32026
32027 chapter.footnote
32028 \begin_inset Quotes erd
32029 \end_inset
32030
32031 , add the following command to your document preamble:
32032 \end_layout
32033
32034 \begin_layout Standard
32035
32036 \series bold
32037
32038 \backslash
32039 numberwithin{footnote}{chapter}
32040 \end_layout
32041
32042 \begin_layout Standard
32043 To be able to use the command 
32044 \series bold
32045
32046 \backslash
32047 numberwithin
32048 \series default
32049 , set in the tab 
32050 \family sans
32051 Math
32052 \begin_inset space ~
32053 \end_inset
32054
32055 Options
32056 \family default
32057  in the document settings the option 
32058 \family sans
32059 Use
32060 \begin_inset space ~
32061 \end_inset
32062
32063 AMS
32064 \begin_inset space ~
32065 \end_inset
32066
32067 math
32068 \begin_inset space ~
32069 \end_inset
32070
32071 package
32072 \family default
32073 .
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset ERT
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081
32082
32083 \backslash
32084 numberwithin{footnote}{chapter}
32085 \end_layout
32086
32087 \end_inset
32088
32089 This is another example footnote:
32090 \series bold
32091
32092 \begin_inset Foot
32093 status open
32094
32095 \begin_layout Plain Layout
32096 This is a footnote numbered in the scheme 
32097 \begin_inset Quotes eld
32098 \end_inset
32099
32100 chapter.footnote
32101 \begin_inset Quotes erd
32102 \end_inset
32103
32104 .
32105 \end_layout
32106
32107 \end_inset
32108
32109
32110 \series default
32111
32112 \begin_inset ERT
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116
32117
32118 \backslash
32119 renewcommand{
32120 \backslash
32121 thefootnote}{
32122 \backslash
32123 arabic{footnote}}
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset Note Greyedout
32133 status open
32134
32135 \begin_layout Plain Layout
32136
32137 \series bold
32138 Note:
32139 \series default
32140  
32141 \series bold
32142
32143 \backslash
32144 numberwithin
32145 \series default
32146  always prints out the footnote number as arabic number; previous redefinitions
32147  to get non-arabic numbers are overwritten.
32148 \end_layout
32149
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \begin_layout Standard
32156 So to get for example the scheme 
32157 \begin_inset Quotes eld
32158 \end_inset
32159
32160 chapter.
32161 \backslash
32162 Roman{footnote}
32163 \begin_inset Quotes erd
32164 \end_inset
32165
32166 , use this command instead of 
32167 \series bold
32168
32169 \backslash
32170 numberwithin
32171 \series default
32172 :
32173 \end_layout
32174
32175 \begin_layout Standard
32176
32177 \series bold
32178
32179 \backslash
32180 renewcommand{
32181 \backslash
32182 thefootnote}{
32183 \backslash
32184 thechapter.
32185 \backslash
32186 Roman{footnote}}
32187 \end_layout
32188
32189 \begin_layout Subsection
32190 Footnote Placement
32191 \begin_inset Index idx
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 Footnotes ! Placement
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Standard
32204 If you have several footnotes in one page, they appear without vertical
32205  space between them at the bottom of the page.
32206  To make them more readable you can e.
32207 \begin_inset space \thinspace{}
32208 \end_inset
32209
32210 g.
32211 \begin_inset space \space{}
32212 \end_inset
32213
32214 add 1.5
32215 \begin_inset space \thinspace{}
32216 \end_inset
32217
32218 mm space with the following preamble command:
32219 \end_layout
32220
32221 \begin_layout Standard
32222
32223 \series bold
32224
32225 \backslash
32226 let
32227 \backslash
32228 myFoot
32229 \backslash
32230 footnote
32231 \begin_inset Newline newline
32232 \end_inset
32233
32234
32235 \backslash
32236 renewcommand{
32237 \backslash
32238 footnote}[1]{
32239 \backslash
32240 myFoot{#1
32241 \backslash
32242 vspace{1.5mm}}}
32243 \end_layout
32244
32245 \begin_layout Standard
32246 \begin_inset VSpace bigskip
32247 \end_inset
32248
32249 In a two-column document the footnotes appear at the bottom of every column,
32250  see Figure
32251 \begin_inset space ~
32252 \end_inset
32253
32254
32255 \begin_inset CommandInset ref
32256 LatexCommand ref
32257 reference "fig:Standard-footnote-placement"
32258
32259 \end_inset
32260
32261 .
32262  If the footnotes should only appear at the bottom of the right column,
32263  as in Figure
32264 \begin_inset space ~
32265 \end_inset
32266
32267
32268 \begin_inset CommandInset ref
32269 LatexCommand ref
32270 reference "fig:Footnote-placement-in"
32271
32272 \end_inset
32273
32274 , use the \SpecialChar LaTeX
32275 -package 
32276 \series bold
32277 ftnright
32278 \series default
32279
32280 \begin_inset Index idx
32281 status collapsed
32282
32283 \begin_layout Plain Layout
32284 \SpecialChar LaTeX
32285 -packages ! ftnright
32286 \end_layout
32287
32288 \end_inset
32289
32290  with this command in the document preamble:
32291 \end_layout
32292
32293 \begin_layout Standard
32294
32295 \series bold
32296
32297 \backslash
32298 usepackage{ftnright}
32299 \end_layout
32300
32301 \begin_layout Standard
32302 \begin_inset Float figure
32303 placement !h
32304 wide false
32305 sideways false
32306 status open
32307
32308 \begin_layout Plain Layout
32309 \noindent
32310 \align center
32311 \begin_inset Box Boxed
32312 position "t"
32313 hor_pos "c"
32314 has_inner_box 0
32315 inner_pos "t"
32316 use_parbox 0
32317 use_makebox 0
32318 width ""
32319 special "none"
32320 height "1in"
32321 height_special "totalheight"
32322 thickness "0.4pt"
32323 separation "3pt"
32324 shadowsize "4pt"
32325 framecolor "black"
32326 backgroundcolor "none"
32327 status open
32328
32329 \begin_layout Plain Layout
32330 \begin_inset Graphics
32331         filename clipart/without_fntright.pdf
32332         width 100col%
32333         scaleBeforeRotation
32334
32335 \end_inset
32336
32337
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \begin_layout Plain Layout
32346 \begin_inset Caption Standard
32347
32348 \begin_layout Plain Layout
32349 \begin_inset CommandInset label
32350 LatexCommand label
32351 name "fig:Standard-footnote-placement"
32352
32353 \end_inset
32354
32355 Standard footnote placement in two-column documents.
32356 \end_layout
32357
32358 \end_inset
32359
32360
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \end_layout
32367
32368 \begin_layout Standard
32369 \begin_inset Float figure
32370 placement !h
32371 wide false
32372 sideways false
32373 status open
32374
32375 \begin_layout Plain Layout
32376 \noindent
32377 \align center
32378 \begin_inset Box Boxed
32379 position "t"
32380 hor_pos "c"
32381 has_inner_box 0
32382 inner_pos "t"
32383 use_parbox 0
32384 use_makebox 0
32385 width ""
32386 special "none"
32387 height "1in"
32388 height_special "totalheight"
32389 thickness "0.4pt"
32390 separation "3pt"
32391 shadowsize "4pt"
32392 framecolor "black"
32393 backgroundcolor "none"
32394 status open
32395
32396 \begin_layout Plain Layout
32397 \begin_inset Graphics
32398         filename clipart/with_fntright.pdf
32399         width 100col%
32400         scaleBeforeRotation
32401
32402 \end_inset
32403
32404
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \end_layout
32411
32412 \begin_layout Plain Layout
32413 \begin_inset Caption Standard
32414
32415 \begin_layout Plain Layout
32416 \begin_inset CommandInset label
32417 LatexCommand label
32418 name "fig:Footnote-placement-in"
32419
32420 \end_inset
32421
32422 Footnote placement in two-column documents when the \SpecialChar LaTeX
32423 -package 
32424 \series bold
32425 ftnright
32426 \series default
32427  is used.
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \begin_layout Standard
32441 \begin_inset VSpace bigskip
32442 \end_inset
32443
32444 In some scientific literature it is usual to collect the footnotes and print
32445  them in a separate paragraph at the end of a section, as in Figure
32446 \begin_inset space ~
32447 \end_inset
32448
32449
32450 \begin_inset CommandInset ref
32451 LatexCommand ref
32452 reference "fig:Endnotes"
32453
32454 \end_inset
32455
32456 .
32457  They are then called 
32458 \begin_inset Quotes eld
32459 \end_inset
32460
32461 endnotes
32462 \begin_inset Quotes erd
32463 \end_inset
32464
32465 .
32466 \begin_inset Index idx
32467 status collapsed
32468
32469 \begin_layout Plain Layout
32470 Endnotes
32471 \end_layout
32472
32473 \end_inset
32474
32475  To use endnotes instead of footnotes in your document, load in the menu
32476  
32477 \family sans
32478 Document\SpecialChar menuseparator
32479 Settings\SpecialChar menuseparator
32480 Modules 
32481 \family default
32482 the module 
32483 \family sans
32484 Foot
32485 \begin_inset space ~
32486 \end_inset
32487
32488 to
32489 \begin_inset space ~
32490 \end_inset
32491
32492 End
32493 \family default
32494 .
32495  To insert the collected footnotes, insert the command
32496 \end_layout
32497
32498 \begin_layout Standard
32499
32500 \series bold
32501
32502 \backslash
32503 theendnotes
32504 \end_layout
32505
32506 \begin_layout Standard
32507 in \SpecialChar TeX
32508  Code at the end of a section or chapter.
32509 \end_layout
32510
32511 \begin_layout Standard
32512 \begin_inset Float figure
32513 wide false
32514 sideways false
32515 status open
32516
32517 \begin_layout Plain Layout
32518 \noindent
32519 \align center
32520 \begin_inset Box Boxed
32521 position "t"
32522 hor_pos "c"
32523 has_inner_box 0
32524 inner_pos "t"
32525 use_parbox 0
32526 use_makebox 0
32527 width ""
32528 special "none"
32529 height "1in"
32530 height_special "totalheight"
32531 thickness "0.4pt"
32532 separation "3pt"
32533 shadowsize "4pt"
32534 framecolor "black"
32535 backgroundcolor "none"
32536 status open
32537
32538 \begin_layout Plain Layout
32539 \begin_inset Graphics
32540         filename clipart/endnotes.pdf
32541         width 100col%
32542         scaleBeforeRotation
32543
32544 \end_inset
32545
32546
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Plain Layout
32555 \begin_inset Caption Standard
32556
32557 \begin_layout Plain Layout
32558 \begin_inset CommandInset label
32559 LatexCommand label
32560 name "fig:Endnotes"
32561
32562 \end_inset
32563
32564 Endnotes – footnotes are printed in a separate paragraph at the end of sections
32565  or chapters.
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \begin_layout Standard
32579 \begin_inset VSpace medskip
32580 \end_inset
32581
32582 The paragraph heading for the endnotes isn't automatically translated into
32583  the document language, this must be done manually.
32584  The following preamble command translates the default English 
32585 \begin_inset Quotes eld
32586 \end_inset
32587
32588 Notes
32589 \begin_inset Quotes erd
32590 \end_inset
32591
32592  into the German 
32593 \begin_inset Quotes eld
32594 \end_inset
32595
32596 Anmerkungen
32597 \begin_inset Quotes erd
32598 \end_inset
32599
32600 :
32601 \end_layout
32602
32603 \begin_layout Standard
32604
32605 \series bold
32606
32607 \backslash
32608 renewcommand{
32609 \backslash
32610 notesname}{Anmerkungen}
32611 \end_layout
32612
32613 \begin_layout Standard
32614 \begin_inset VSpace medskip
32615 \end_inset
32616
32617 The numbering of endnotes can be changed like the footnote numbering as
32618  described in section
32619 \begin_inset space ~
32620 \end_inset
32621
32622
32623 \begin_inset CommandInset ref
32624 LatexCommand ref
32625 reference "subsec:Footnote-Numbering"
32626
32627 \end_inset
32628
32629 ; just replace the command 
32630 \series bold
32631
32632 \backslash
32633 thefootnote
32634 \series default
32635  by 
32636 \series bold
32637
32638 \backslash
32639 theendnote
32640 \series default
32641 .
32642  To reset the endnote number use the command 
32643 \series bold
32644
32645 \backslash
32646 @addtoreset
32647 \series default
32648  as described in section
32649 \begin_inset space ~
32650 \end_inset
32651
32652
32653 \begin_inset CommandInset ref
32654 LatexCommand ref
32655 reference "subsec:Footnote-Numbering"
32656
32657 \end_inset
32658
32659  and replace the command parameter 
32660 \series bold
32661 footnote
32662 \series default
32663  by 
32664 \series bold
32665 endnote
32666 \series default
32667 .
32668 \end_layout
32669
32670 \begin_layout Standard
32671 For endnotes there is the command 
32672 \series bold
32673
32674 \backslash
32675 endnotemark[number]
32676 \series default
32677  similar to the command 
32678 \series bold
32679
32680 \backslash
32681 footnotemark
32682 \series default
32683 , that is described in section
32684 \begin_inset space ~
32685 \end_inset
32686
32687
32688 \begin_inset CommandInset ref
32689 LatexCommand ref
32690 reference "sec:Footnotes"
32691
32692 \end_inset
32693
32694 .
32695 \end_layout
32696
32697 \begin_layout Standard
32698 \begin_inset VSpace bigskip
32699 \end_inset
32700
32701 Footnotes can also be placed in the page margin and the footnote text alignment
32702  can be changed, see the \SpecialChar LaTeX
32703 -package 
32704 \series bold
32705 footmisc
32706 \series default
32707
32708 \begin_inset Index idx
32709 status collapsed
32710
32711 \begin_layout Plain Layout
32712 \SpecialChar LaTeX
32713 -packages ! footmisc
32714 \end_layout
32715
32716 \end_inset
32717
32718
32719 \begin_inset CommandInset citation
32720 LatexCommand cite
32721 key "footmisc"
32722 literal "true"
32723
32724 \end_inset
32725
32726  for more information about this.
32727 \end_layout
32728
32729 \begin_layout Standard
32730 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32731 -books, 
32732 \begin_inset CommandInset citation
32733 LatexCommand cite
32734 key "latexcompanion,latexguide,latexbook"
32735 literal "true"
32736
32737 \end_inset
32738
32739 .
32740  If you are using a 
32741 \series bold
32742 KOMA-Script
32743 \series default
32744
32745 \begin_inset Index idx
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749 \SpecialChar LaTeX
32750 -packages ! KOMA-Script
32751 \end_layout
32752
32753 \end_inset
32754
32755  document class, you can adjust all footnote settings using class-specific
32756  commands, see 
32757 \begin_inset CommandInset citation
32758 LatexCommand cite
32759 key "KOMA-Script"
32760 literal "true"
32761
32762 \end_inset
32763
32764 .
32765 \end_layout
32766
32767 \begin_layout Section
32768 Margin Notes
32769 \begin_inset Index idx
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773 Notes ! Margin Notes
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 Margin notes look and behave in \SpecialChar LyX
32783  like footnotes.
32784  They are inserted via the menu 
32785 \family sans
32786 Insert\SpecialChar menuseparator
32787 Marginal
32788 \begin_inset space ~
32789 \end_inset
32790
32791 Note
32792 \family default
32793  or the toolbar button 
32794 \begin_inset Info
32795 type  "icon"
32796 arg   "marginalnote-insert"
32797 \end_inset
32798
32799 .
32800  A grey 
32801 \family roman
32802 \series medium
32803 box with the
32804 \family default
32805 \series default
32806  red 
32807 \family roman
32808 \series medium
32809 label 
32810 \begin_inset Quotes eld
32811 \end_inset
32812
32813 margin
32814 \begin_inset Quotes erd
32815 \end_inset
32816
32817  appears where you can enter the text of the margin note.
32818 \end_layout
32819
32820 \begin_layout Standard
32821 At the side is an example margin note.
32822
32823 \family roman
32824 \series medium
32825  
32826 \begin_inset Marginal
32827 status open
32828
32829 \begin_layout Plain Layout
32830 This is a margin note.
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 Margin notes appear at the right side in single-sided documents.
32840  In double-sided documents they appear in the outer margin – left on even
32841  pages, right on odd pages.
32842  The text of margin notes is aligned opposite to the outer margin – right-aligne
32843 d when the note appears in the left margin.
32844  The first line of the margin note is placed at the position of the text
32845  line where it is inserted in the document.
32846 \end_layout
32847
32848 \begin_layout Standard
32849 \begin_inset VSpace bigskip
32850 \end_inset
32851
32852 To place the margin note in the inner margin, add the command
32853 \end_layout
32854
32855 \begin_layout Standard
32856
32857 \series bold
32858
32859 \backslash
32860 reversemarginpar
32861 \end_layout
32862
32863 \begin_layout Standard
32864 in \SpecialChar TeX
32865  Code before a margin note.
32866  The new placement is valid for all subsequent margin notes.
32867  
32868 \begin_inset ERT
32869 status collapsed
32870
32871 \begin_layout Plain Layout
32872
32873
32874 \backslash
32875 reversemarginpar 
32876 \end_layout
32877
32878 \end_inset
32879
32880
32881 \begin_inset Marginal
32882 status open
32883
32884 \begin_layout Plain Layout
32885 This is a margin note in the inner margin.
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \series bold
32892
32893 \begin_inset Newline newline
32894 \end_inset
32895
32896
32897 \series default
32898
32899 \begin_inset Note Greyedout
32900 status open
32901
32902 \begin_layout Plain Layout
32903
32904 \series bold
32905 Note:
32906 \series default
32907  There is often not enough space in the inner margin so that the notes are
32908  not correctly displayed in the output.
32909 \end_layout
32910
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Standard
32917 To return to the default placement insert the command
32918 \end_layout
32919
32920 \begin_layout Standard
32921
32922 \series bold
32923
32924 \backslash
32925 normalmarginpar
32926 \end_layout
32927
32928 \begin_layout Standard
32929 in \SpecialChar TeX
32930  Code.
32931 \begin_inset ERT
32932 status collapsed
32933
32934 \begin_layout Plain Layout
32935
32936
32937 \backslash
32938 normalmarginpar 
32939 \end_layout
32940
32941 \end_inset
32942
32943  
32944 \begin_inset Note Greyedout
32945 status open
32946
32947 \begin_layout Plain Layout
32948
32949 \series bold
32950 Note:
32951 \series default
32952  The command is ignored when it is within a paragraph where also the command
32953  
32954 \series bold
32955
32956 \backslash
32957 reversemarginpar
32958 \series default
32959  is inserted.
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 \begin_inset VSpace bigskip
32969 \end_inset
32970
32971
32972 \family roman
32973 \series medium
32974
32975 \begin_inset Marginal
32976 status open
32977
32978 \begin_layout Plain Layout
32979 AVeryLongMarginParWord that isn't hyphenated.
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \family default
32986 \series default
32987  Similar to the case described in section
32988 \begin_inset space ~
32989 \end_inset
32990
32991
32992 \begin_inset CommandInset ref
32993 LatexCommand ref
32994 reference "subsec:Multiple-Lines-in"
32995
32996 \end_inset
32997
32998 , long words cannot be hyphenated when they are the first word in a margin
32999  note.
33000  To avoid this, insert 0
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 pt horizontal space before the word
33005 \family roman
33006 \series medium
33007 .
33008  
33009 \begin_inset Marginal
33010 status open
33011
33012 \begin_layout Plain Layout
33013 \begin_inset space \hspace*{}
33014 \length 0pt
33015 \end_inset
33016
33017 AVeryLongMarginParWord that is hyphenated.
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Standard
33026 \begin_inset VSpace bigskip
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Standard
33033 \begin_inset Note Greyedout
33034 status open
33035
33036 \begin_layout Plain Layout
33037
33038 \series bold
33039 Note:
33040 \series default
33041  Margin notes can normally not be used inside tables, floats, and footnotes.
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset VSpace bigskip
33051 \end_inset
33052
33053
33054 \end_layout
33055
33056 \begin_layout Standard
33057 \begin_inset ERT
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061
33062
33063 \backslash
33064 ifmarginnote
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \begin_inset Note Note
33071 status open
33072
33073 \begin_layout Plain Layout
33074 The following section will only be displayed when the \SpecialChar LaTeX
33075 -package 
33076 \series bold
33077 marginnote
33078 \series default
33079  is installed.
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Standard
33088 This restriction can be evaded by using the \SpecialChar LaTeX
33089 -package 
33090 \series bold
33091 marginnote
33092 \series default
33093
33094 \begin_inset Index idx
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098 \SpecialChar LaTeX
33099 -packages ! marginnote
33100 \end_layout
33101
33102 \end_inset
33103
33104 .
33105  By adding these two lines to your document preamble, the command used by
33106  \SpecialChar LyX
33107  for margin notes is redefined to use the command provided by the 
33108 \series bold
33109 marginnote
33110 \series default
33111 -package:
33112 \end_layout
33113
33114 \begin_layout Standard
33115
33116 \series bold
33117
33118 \backslash
33119 usepackage{marginnote}
33120 \begin_inset Newline newline
33121 \end_inset
33122
33123
33124 \backslash
33125 let
33126 \backslash
33127 marginpar
33128 \backslash
33129 marginnote
33130 \end_layout
33131
33132 \begin_layout Standard
33133 This is also used in this document because 
33134 \series bold
33135 marginnote
33136 \series default
33137  has another useful feature: You can set a vertical offset for the note.
33138  This is often needed when too many margin notes are too close together
33139  or for a better page layout.
33140  The offset is set in \SpecialChar LyX
33141  as \SpecialChar TeX
33142  Code directly after the margin note in the scheme
33143 \end_layout
33144
33145 \begin_layout Standard
33146
33147 \series bold
33148 [offset]
33149 \end_layout
33150
33151 \begin_layout Standard
33152 where the offset is a length with one of the units listed in Table
33153 \begin_inset space ~
33154 \end_inset
33155
33156
33157 \begin_inset CommandInset ref
33158 LatexCommand ref
33159 reference "tab:Units"
33160
33161 \end_inset
33162
33163 .
33164  A negative value shifts the note up, a positive value shifts it down.
33165  
33166 \family roman
33167 \series medium
33168 For example the margin note beside this text line is shifted up 1.5
33169 \begin_inset space \thinspace{}
33170 \end_inset
33171
33172 cm with the \SpecialChar TeX
33173  Code command 
33174 \begin_inset Quotes eld
33175 \end_inset
33176
33177
33178 \family default
33179 \series bold
33180 [-1.5cm]
33181 \family roman
33182 \series medium
33183
33184 \begin_inset Quotes erd
33185 \end_inset
33186
33187
33188 \begin_inset Marginal
33189 status open
33190
33191 \begin_layout Plain Layout
33192 This margin note is shifted up 1.5
33193 \begin_inset space \thinspace{}
33194 \end_inset
33195
33196 cm from its original position.
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \family default
33203 \series default
33204
33205 \begin_inset ERT
33206 status collapsed
33207
33208 \begin_layout Plain Layout
33209
33210 [-1.5cm]
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \end_layout
33217
33218 \begin_layout Standard
33219 \begin_inset VSpace medskip
33220 \end_inset
33221
33222 With 
33223 \series bold
33224 marginnote
33225 \series default
33226  you can also change the alignment of the text in the margin note.
33227  For example the commands
33228 \end_layout
33229
33230 \begin_layout Standard
33231
33232 \series bold
33233
33234 \backslash
33235 renewcommand*{
33236 \backslash
33237 raggedleftmarginnote}{
33238 \backslash
33239 centering}
33240 \begin_inset Newline newline
33241 \end_inset
33242
33243
33244 \backslash
33245 renewcommand*{
33246 \backslash
33247 raggedrightmarginnote}{
33248 \backslash
33249 centering}
33250 \end_layout
33251
33252 \begin_layout Standard
33253 set the alignment to centered.
33254  
33255 \series bold
33256
33257 \backslash
33258 raggedleftmarginnote
33259 \series default
33260  denotes margin notes that appear at the left side.
33261 \family roman
33262 \series medium
33263
33264 \begin_inset ERT
33265 status collapsed
33266
33267 \begin_layout Plain Layout
33268
33269
33270 \backslash
33271 renewcommand*{
33272 \backslash
33273 raggedleftmarginnote}{
33274 \backslash
33275 centering}
33276 \end_layout
33277
33278 \begin_layout Plain Layout
33279
33280
33281 \backslash
33282 renewcommand*{
33283 \backslash
33284 raggedrightmarginnote}{
33285 \backslash
33286 centering}
33287 \end_layout
33288
33289 \end_inset
33290
33291
33292 \begin_inset Marginal
33293 status open
33294
33295 \begin_layout Plain Layout
33296 The text of this margin note is centered.
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \family default
33303 \series default
33304  The default is
33305 \end_layout
33306
33307 \begin_layout Standard
33308
33309 \series bold
33310
33311 \backslash
33312 renewcommand*{
33313 \backslash
33314 raggedleftmarginnote}{
33315 \backslash
33316 raggedleft}
33317 \begin_inset Newline newline
33318 \end_inset
33319
33320
33321 \backslash
33322 renewcommand*{
33323 \backslash
33324 raggedrightmarginnote}{
33325 \backslash
33326 raggedright}
33327 \family roman
33328 \series medium
33329
33330 \begin_inset ERT
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334
33335
33336 \backslash
33337 renewcommand*{
33338 \backslash
33339 raggedleftmarginnote}{
33340 \backslash
33341 raggedleft}
33342 \end_layout
33343
33344 \begin_layout Plain Layout
33345
33346
33347 \backslash
33348 renewcommand*{
33349 \backslash
33350 raggedrightmarginnote}{
33351 \backslash
33352 raggedright}
33353 \end_layout
33354
33355 \end_inset
33356
33357
33358 \end_layout
33359
33360 \begin_layout Standard
33361 \begin_inset VSpace medskip
33362 \end_inset
33363
33364 For the other features of 
33365 \series bold
33366 marginnote
33367 \series default
33368  refer to its documentation 
33369 \begin_inset CommandInset citation
33370 LatexCommand cite
33371 key "marginnote"
33372 literal "true"
33373
33374 \end_inset
33375
33376 .
33377 \end_layout
33378
33379 \begin_layout Standard
33380 \begin_inset VSpace bigskip
33381 \end_inset
33382
33383 You can adjust the layout of margin notes by changing its definition.
33384  To create for example a header for all margin notes with the underlined,
33385  sans-serif, and bold header text 
33386 \begin_inset Quotes eld
33387 \end_inset
33388
33389
33390 \family sans
33391 \series bold
33392 \bar under
33393 Attention!
33394 \family default
33395 \series default
33396 \bar default
33397
33398 \begin_inset Quotes erd
33399 \end_inset
33400
33401 , add this to your document preamble:
33402 \end_layout
33403
33404 \begin_layout Standard
33405
33406 \series bold
33407
33408 \backslash
33409 let
33410 \backslash
33411 myMarginpar
33412 \backslash
33413 marginpar
33414 \begin_inset Newline newline
33415 \end_inset
33416
33417
33418 \backslash
33419 renewcommand{
33420 \backslash
33421 marginpar}[1]{
33422 \backslash
33423 myMarginpar{%
33424 \begin_inset Newline newline
33425 \end_inset
33426
33427
33428 \begin_inset Phantom HPhantom
33429 status open
33430
33431 \begin_layout Plain Layout
33432
33433 \series bold
33434 \begin_inset space ~
33435 \end_inset
33436
33437
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \backslash
33444 hspace{0pt}
33445 \backslash
33446 textsf{
33447 \backslash
33448 textbf{
33449 \backslash
33450 underbar{Attention!}}}%
33451 \begin_inset Newline newline
33452 \end_inset
33453
33454
33455 \begin_inset Phantom HPhantom
33456 status open
33457
33458 \begin_layout Plain Layout
33459
33460 \series bold
33461 \begin_inset space ~
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \end_inset
33468
33469
33470 \backslash
33471 vspace{1.5mm}
33472 \backslash
33473
33474 \backslash
33475 #1}}
33476 \end_layout
33477
33478 \begin_layout Standard
33479
33480 \family roman
33481 \series medium
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487
33488 \backslash
33489 let
33490 \backslash
33491 myMarginpar
33492 \backslash
33493 marginpar
33494 \end_layout
33495
33496 \begin_layout Plain Layout
33497
33498
33499 \backslash
33500 renewcommand{
33501 \backslash
33502 marginpar}[1]{
33503 \backslash
33504 myMarginpar{%
33505 \end_layout
33506
33507 \begin_layout Plain Layout
33508
33509    
33510 \backslash
33511 textsf{
33512 \backslash
33513 textbf{
33514 \backslash
33515 underbar{Attention!}}}%
33516 \end_layout
33517
33518 \begin_layout Plain Layout
33519
33520    
33521 \backslash
33522 vspace{1.5mm}
33523 \backslash
33524
33525 \backslash
33526 #1}}
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \begin_inset Marginal
33533 status open
33534
33535 \begin_layout Plain Layout
33536 This is a margin note with a defined heading.
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \family default
33543 \series default
33544
33545 \begin_inset ERT
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549
33550 [-1.5cm]
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \family roman
33557 \series medium
33558
33559 \begin_inset ERT
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563
33564
33565 \backslash
33566 renewcommand{
33567 \backslash
33568 marginpar}[1]{
33569 \backslash
33570 myMarginpar{#1}}
33571 \end_layout
33572
33573 \end_inset
33574
33575
33576 \family default
33577 \series default
33578
33579 \begin_inset Note Note
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583 The margin note format is changed only for this example.
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Standard
33592 \begin_inset ERT
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596
33597
33598 \backslash
33599 else
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \begin_inset Note Note
33606 status open
33607
33608 \begin_layout Plain Layout
33609 The following will be displayed when the \SpecialChar LaTeX
33610 -package 
33611 \series bold
33612 marginnote
33613 \series default
33614  is not installed:
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Standard
33623 You need to install the \SpecialChar LaTeX
33624 -package 
33625 \series bold
33626 marginnote
33627 \series default
33628  to see the following part of this section in the output.
33629 \end_layout
33630
33631 \begin_layout Standard
33632 \begin_inset ERT
33633 status collapsed
33634
33635 \begin_layout Plain Layout
33636
33637
33638 \backslash
33639 fi
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Chapter
33648 Boxes
33649 \end_layout
33650
33651 \begin_layout Section
33652 Introduction
33653 \begin_inset Index idx
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657 Boxes ! Introduction
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666 Boxes are used to format a block of text.
33667  Boxes can be used to write documents with multiple languages, see section
33668 \begin_inset space ~
33669 \end_inset
33670
33671
33672 \begin_inset CommandInset ref
33673 LatexCommand ref
33674 reference "sec:Minipages"
33675
33676 \end_inset
33677
33678 , to frame texts, see section
33679 \begin_inset space ~
33680 \end_inset
33681
33682
33683 \begin_inset CommandInset ref
33684 LatexCommand ref
33685 reference "sec:Decoration"
33686
33687 \end_inset
33688
33689 , to prevent words from being hyphenated, see section
33690 \begin_inset space ~
33691 \end_inset
33692
33693
33694 \begin_inset CommandInset ref
33695 LatexCommand ref
33696 reference "sec:Prevent-Hyphenation"
33697
33698 \end_inset
33699
33700 , to align text, see section
33701 \begin_inset space ~
33702 \end_inset
33703
33704
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "subsec:Vertical-Alignment"
33708
33709 \end_inset
33710
33711 , or to set the background color of texts, see section
33712 \begin_inset space ~
33713 \end_inset
33714
33715
33716 \begin_inset CommandInset ref
33717 LatexCommand ref
33718 reference "sec:Colored-Boxes"
33719
33720 \end_inset
33721
33722 .
33723 \end_layout
33724
33725 \begin_layout Standard
33726 Boxes can be inserted with the menu 
33727 \family sans
33728 Insert\SpecialChar menuseparator
33729 Box
33730 \family default
33731  or the toolbar button 
33732 \begin_inset Info
33733 type  "icon"
33734 arg   "box-insert Frameless"
33735 \end_inset
33736
33737 .
33738  A grey box with the label 
33739 \family sans
33740 Box (Minipage)
33741 \family default
33742
33743 \begin_inset Graphics
33744         filename clipart/BoxInsetDefault.png
33745         scale 95
33746         scaleBeforeRotation
33747
33748 \end_inset
33749
33750  will be inserted.
33751  The box type can be specified by right-clicking on the box and selecting
33752  
33753 \family sans
33754 Settings
33755 \family default
33756 .
33757  The box dialog offers the 
33758 \family sans
33759 Inner
33760 \begin_inset space ~
33761 \end_inset
33762
33763 Box
33764 \family default
33765  types 
33766 \family sans
33767 Makebox
33768 \family default
33769
33770 \family sans
33771 Parbox
33772 \family default
33773  and 
33774 \family sans
33775 Minipage
33776 \family default
33777 .
33778  The type 
33779 \family sans
33780 Minipage
33781 \family default
33782  is the default for new boxes and is explained in section
33783 \begin_inset space ~
33784 \end_inset
33785
33786
33787 \begin_inset CommandInset ref
33788 LatexCommand ref
33789 reference "sec:Minipages"
33790
33791 \end_inset
33792
33793 ; the type 
33794 \family sans
33795 Parbox
33796 \family default
33797  is described in section
33798 \begin_inset space ~
33799 \end_inset
33800
33801
33802 \begin_inset CommandInset ref
33803 LatexCommand ref
33804 reference "sec:Parboxes"
33805
33806 \end_inset
33807
33808  and the type 
33809 \family sans
33810 Makebox
33811 \family default
33812  in 
33813 \begin_inset CommandInset ref
33814 LatexCommand ref
33815 reference "sec:Prevent-Hyphenation"
33816
33817 \end_inset
33818
33819 .
33820 \end_layout
33821
33822 \begin_layout Standard
33823 Boxes are not numbered and can therefore not be referenced like floats or
33824  footnotes.
33825 \end_layout
33826
33827 \begin_layout Standard
33828 \begin_inset Note Greyedout
33829 status open
33830
33831 \begin_layout Plain Layout
33832
33833 \series bold
33834 Note:
33835 \series default
33836  Boxes must not be the item in an 
33837 \family sans
33838 Itemize
33839 \family default
33840  or 
33841 \family sans
33842 Description
33843 \family default
33844  environment.
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Standard
33853 \begin_inset Note Greyedout
33854 status open
33855
33856 \begin_layout Plain Layout
33857
33858 \series bold
33859 Note:
33860 \series default
33861  For an unknown reason you can only set the 
33862 \family sans
33863 Inner
33864 \begin_inset space ~
33865 \end_inset
33866
33867 Box
33868 \family default
33869  type to 
33870 \family sans
33871 None
33872 \family default
33873  when you use a framed box.
33874  Boxes without an 
33875 \family sans
33876 Inner
33877 \begin_inset space ~
33878 \end_inset
33879
33880 Box
33881 \family default
33882  type and without frames are explained in section
33883 \begin_inset space ~
33884 \end_inset
33885
33886
33887 \begin_inset CommandInset ref
33888 LatexCommand ref
33889 reference "sec:Prevent-Hyphenation"
33890
33891 \end_inset
33892
33893 .
33894 \end_layout
33895
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \begin_layout Section
33902 Box Dialog
33903 \begin_inset CommandInset label
33904 LatexCommand label
33905 name "sec:Box-Dialog"
33906
33907 \end_inset
33908
33909
33910 \begin_inset Index idx
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914 Boxes ! Box Dialog
33915 \end_layout
33916
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \begin_layout Subsection
33923 Size
33924 \begin_inset Index idx
33925 status collapsed
33926
33927 \begin_layout Plain Layout
33928 Boxes ! Size
33929 \end_layout
33930
33931 \end_inset
33932
33933
33934 \end_layout
33935
33936 \begin_layout Standard
33937 In the box dialog you can adjust the box geometry in the fields 
33938 \family sans
33939 Width
33940 \family default
33941  and 
33942 \family sans
33943 Height
33944 \family default
33945 .
33946  The available units for the geometry are explained in Table
33947 \begin_inset space ~
33948 \end_inset
33949
33950
33951 \begin_inset CommandInset ref
33952 LatexCommand ref
33953 reference "tab:Units"
33954
33955 \end_inset
33956
33957 .
33958  The field 
33959 \family sans
33960 Height
33961 \family default
33962  offers the following additional sizes:
33963 \end_layout
33964
33965 \begin_layout Description
33966 Depth This is the plain text 
33967 \begin_inset Quotes eld
33968 \end_inset
33969
33970 height
33971 \begin_inset Quotes erd
33972 \end_inset
33973
33974 .
33975  It ignores the total depth when there are multiple text lines in the box:
33976 \begin_inset Newline newline
33977 \end_inset
33978
33979
33980 \begin_inset Newline newline
33981 \end_inset
33982
33983
33984 \begin_inset Newline newline
33985 \end_inset
33986
33987
33988 \begin_inset Box Boxed
33989 position "c"
33990 hor_pos "c"
33991 has_inner_box 1
33992 inner_pos "c"
33993 use_parbox 0
33994 use_makebox 0
33995 width "12col%"
33996 special "none"
33997 height "1in"
33998 height_special "depth"
33999 thickness "0.4pt"
34000 separation "3pt"
34001 shadowsize "4pt"
34002 framecolor "black"
34003 backgroundcolor "none"
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007 \align center
34008 Box height set to 1
34009 \begin_inset space \thinspace{}
34010 \end_inset
34011
34012 Depth
34013 \end_layout
34014
34015 \end_inset
34016
34017
34018 \begin_inset Newline newline
34019 \end_inset
34020
34021
34022 \begin_inset Newline newline
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \begin_layout Description
34029 Height This is the height of the text that is inside the box.
34030  A value of e.
34031 \begin_inset space \thinspace{}
34032 \end_inset
34033
34034 g.
34035 \begin_inset space \space{}
34036 \end_inset
34037
34038 2 for this size will set the box height to 2
34039 \begin_inset space ~
34040 \end_inset
34041
34042 times the text height: 
34043 \begin_inset Box Boxed
34044 position "c"
34045 hor_pos "c"
34046 has_inner_box 1
34047 inner_pos "c"
34048 use_parbox 0
34049 use_makebox 0
34050 width "20col%"
34051 special "none"
34052 height "2in"
34053 height_special "height"
34054 thickness "0.4pt"
34055 separation "3pt"
34056 shadowsize "4pt"
34057 framecolor "black"
34058 backgroundcolor "none"
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062 \align center
34063 Box height set to 2
34064 \begin_inset space \thinspace{}
34065 \end_inset
34066
34067 Height
34068 \end_layout
34069
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Description
34076 Total
34077 \begin_inset space ~
34078 \end_inset
34079
34080 Height This is the Height
34081 \begin_inset space \thinspace{}
34082 \end_inset
34083
34084 +
34085 \begin_inset space \thinspace{}
34086 \end_inset
34087
34088 Depth: 
34089 \begin_inset Box Boxed
34090 position "c"
34091 hor_pos "c"
34092 has_inner_box 1
34093 inner_pos "c"
34094 use_parbox 0
34095 use_makebox 0
34096 width "20col%"
34097 special "none"
34098 height "1in"
34099 height_special "totalheight"
34100 thickness "0.4pt"
34101 separation "3pt"
34102 shadowsize "4pt"
34103 framecolor "black"
34104 backgroundcolor "none"
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 \align center
34109 Box height set to 1
34110 \begin_inset space \thinspace{}
34111 \end_inset
34112
34113 Total
34114 \begin_inset space ~
34115 \end_inset
34116
34117 Height
34118 \end_layout
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Description
34126 Width This sets the width of the box as height: 
34127 \begin_inset Box Boxed
34128 position "c"
34129 hor_pos "c"
34130 has_inner_box 1
34131 inner_pos "c"
34132 use_parbox 0
34133 use_makebox 0
34134 width "12col%"
34135 special "none"
34136 height "1in"
34137 height_special "width"
34138 thickness "0.4pt"
34139 separation "3pt"
34140 shadowsize "4pt"
34141 framecolor "black"
34142 backgroundcolor "none"
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146 \align center
34147 Box height set to 1
34148 \begin_inset space \thinspace{}
34149 \end_inset
34150
34151 Width
34152 \end_layout
34153
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \begin_layout Subsection
34160 Alignment
34161 \begin_inset Index idx
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165 Boxes ! Alignment
34166 \end_layout
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Standard
34174 When you have chosen an 
34175 \family sans
34176 Inner
34177 \begin_inset space ~
34178 \end_inset
34179
34180 Box
34181 \family default
34182 , the vertical box alignment can be:
34183 \end_layout
34184
34185 \begin_layout Description
34186 Top This is an example text line.
34187  
34188 \begin_inset Box Boxed
34189 position "t"
34190 hor_pos "c"
34191 has_inner_box 1
34192 inner_pos "c"
34193 use_parbox 0
34194 use_makebox 0
34195 width "12col%"
34196 special "none"
34197 height "1in"
34198 height_special "totalheight"
34199 thickness "0.4pt"
34200 separation "3pt"
34201 shadowsize "4pt"
34202 framecolor "black"
34203 backgroundcolor "none"
34204 status collapsed
34205
34206 \begin_layout Plain Layout
34207 \align center
34208 This box is top-aligned.
34209 \end_layout
34210
34211 \end_inset
34212
34213  This is an example text line.
34214 \end_layout
34215
34216 \begin_layout Description
34217 Middle This is an example text line.
34218  
34219 \begin_inset Box Boxed
34220 position "c"
34221 hor_pos "c"
34222 has_inner_box 1
34223 inner_pos "c"
34224 use_parbox 0
34225 use_makebox 0
34226 width "12col%"
34227 special "none"
34228 height "1in"
34229 height_special "totalheight"
34230 thickness "0.4pt"
34231 separation "3pt"
34232 shadowsize "4pt"
34233 framecolor "black"
34234 backgroundcolor "none"
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238 \align center
34239 This box is middle-aligned.
34240 \end_layout
34241
34242 \end_inset
34243
34244  This is an example text line.
34245 \end_layout
34246
34247 \begin_layout Description
34248 Bottom This is an example text line.
34249  
34250 \begin_inset Box Boxed
34251 position "b"
34252 hor_pos "c"
34253 has_inner_box 1
34254 inner_pos "c"
34255 use_parbox 0
34256 use_makebox 0
34257 width "12col%"
34258 special "none"
34259 height "1in"
34260 height_special "totalheight"
34261 thickness "0.4pt"
34262 separation "3pt"
34263 shadowsize "4pt"
34264 framecolor "black"
34265 backgroundcolor "none"
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269 \align center
34270 This box is bottom-aligned.
34271 \end_layout
34272
34273 \end_inset
34274
34275  This is an example text line.
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \begin_inset Note Greyedout
34280 status open
34281
34282 \begin_layout Plain Layout
34283
34284 \series bold
34285 Note:
34286 \series default
34287  The vertical box alignment can be lost in the output when you have two
34288  boxes in a line and one has e.
34289 \begin_inset space \thinspace{}
34290 \end_inset
34291
34292 g.
34293 \begin_inset space \space{}
34294 \end_inset
34295
34296 a shadow and the other one not.
34297 \end_layout
34298
34299 \end_inset
34300
34301
34302 \end_layout
34303
34304 \begin_layout Standard
34305 The horizontal box alignment can be set via \SpecialChar LyX
34306 's paragraph dialog when you
34307  set the box into its own paragraph.
34308 \end_layout
34309
34310 \begin_layout Standard
34311 \begin_inset VSpace bigskip
34312 \end_inset
34313
34314 When you have chosen an 
34315 \family sans
34316 Inner
34317 \begin_inset space ~
34318 \end_inset
34319
34320 Box
34321 \family default
34322 , the box content can be aligned vertically to:
34323 \end_layout
34324
34325 \begin_layout Description
34326 top This is an example text line.
34327  
34328 \begin_inset Box Boxed
34329 position "c"
34330 hor_pos "c"
34331 has_inner_box 1
34332 inner_pos "t"
34333 use_parbox 0
34334 use_makebox 0
34335 width "12col%"
34336 special "none"
34337 height "1.5in"
34338 height_special "totalheight"
34339 thickness "0.4pt"
34340 separation "3pt"
34341 shadowsize "4pt"
34342 framecolor "black"
34343 backgroundcolor "none"
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347 \align center
34348 This box text is top-aligned.
34349 \end_layout
34350
34351 \end_inset
34352
34353  This is an example text line.
34354 \end_layout
34355
34356 \begin_layout Description
34357 middle This is an example text line.
34358  
34359 \begin_inset Box Boxed
34360 position "c"
34361 hor_pos "c"
34362 has_inner_box 1
34363 inner_pos "c"
34364 use_parbox 0
34365 use_makebox 0
34366 width "12col%"
34367 special "none"
34368 height "1.5in"
34369 height_special "totalheight"
34370 thickness "0.4pt"
34371 separation "3pt"
34372 shadowsize "4pt"
34373 framecolor "black"
34374 backgroundcolor "none"
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 \align center
34379 This box text is middle-aligned.
34380 \end_layout
34381
34382 \end_inset
34383
34384  This is an example text line.
34385 \end_layout
34386
34387 \begin_layout Description
34388 bottom This is an example text line.
34389  
34390 \begin_inset Box Boxed
34391 position "c"
34392 hor_pos "c"
34393 has_inner_box 1
34394 inner_pos "b"
34395 use_parbox 0
34396 use_makebox 0
34397 width "12col%"
34398 special "none"
34399 height "1.5in"
34400 height_special "totalheight"
34401 thickness "0.4pt"
34402 separation "3pt"
34403 shadowsize "4pt"
34404 framecolor "black"
34405 backgroundcolor "none"
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409 \align center
34410 This box text is bottom-aligned.
34411 \end_layout
34412
34413 \end_inset
34414
34415  This is an example text line.
34416 \end_layout
34417
34418 \begin_layout Description
34419 stretch This is an example text line.
34420  
34421 \begin_inset Box Boxed
34422 position "c"
34423 hor_pos "c"
34424 has_inner_box 1
34425 inner_pos "s"
34426 use_parbox 0
34427 use_makebox 0
34428 width "12col%"
34429 special "none"
34430 height "1.5in"
34431 height_special "totalheight"
34432 thickness "0.4pt"
34433 separation "3pt"
34434 shadowsize "4pt"
34435 framecolor "black"
34436 backgroundcolor "none"
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440 \align center
34441 This box
34442 \end_layout
34443
34444 \begin_layout Plain Layout
34445 \align center
34446 text is
34447 \end_layout
34448
34449 \begin_layout Plain Layout
34450 \align center
34451 stretched.
34452 \end_layout
34453
34454 \end_inset
34455
34456  This is an example text line.
34457 \end_layout
34458
34459 \begin_layout Standard
34460 To stretch the box content, it must consist of more than one paragraph.
34461  In the example above every text line is in an own paragraph.
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset VSpace bigskip
34466 \end_inset
34467
34468 To align the box content horizontally you can use \SpecialChar LyX
34469 's paragraph dialog when
34470  you have chosen an 
34471 \family sans
34472 Inner
34473 \begin_inset space ~
34474 \end_inset
34475
34476 Box
34477 \family default
34478 .
34479 \end_layout
34480
34481 \begin_layout Standard
34482 \align center
34483 \begin_inset Box Boxed
34484 position "c"
34485 hor_pos "c"
34486 has_inner_box 1
34487 inner_pos "s"
34488 use_parbox 0
34489 use_makebox 0
34490 width "15col%"
34491 special "none"
34492 height "1.25in"
34493 height_special "totalheight"
34494 thickness "0.4pt"
34495 separation "3pt"
34496 shadowsize "4pt"
34497 framecolor "black"
34498 backgroundcolor "none"
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502 \align left
34503 This box
34504 \end_layout
34505
34506 \begin_layout Plain Layout
34507 \align center
34508 text is
34509 \end_layout
34510
34511 \begin_layout Plain Layout
34512 \align right
34513 stretched.
34514 \end_layout
34515
34516 \end_inset
34517
34518
34519 \end_layout
34520
34521 \begin_layout Standard
34522 If you have not set an 
34523 \family sans
34524 Inner
34525 \begin_inset space ~
34526 \end_inset
34527
34528 Box
34529 \family default
34530 , you can align the box content horizontally in the box dialog.
34531 \end_layout
34532
34533 \begin_layout Standard
34534 \align center
34535 \begin_inset Box Boxed
34536 position "c"
34537 hor_pos "s"
34538 has_inner_box 0
34539 inner_pos "s"
34540 use_parbox 0
34541 use_makebox 0
34542 width "90col%"
34543 special "none"
34544 height "1.25in"
34545 height_special "totalheight"
34546 thickness "0.4pt"
34547 separation "3pt"
34548 shadowsize "4pt"
34549 framecolor "black"
34550 backgroundcolor "none"
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554 This box text is horizontally stretched.
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Subsection
34563 Decoration
34564 \begin_inset CommandInset label
34565 LatexCommand label
34566 name "sec:Decoration"
34567
34568 \end_inset
34569
34570
34571 \begin_inset Index idx
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575 Boxes ! Decoration
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Standard
34584 The type of the box can be specified in the box dialog in the drop-down
34585  list 
34586 \family sans
34587 Decoration
34588 \family default
34589 .
34590  The following types are possible:
34591 \end_layout
34592
34593 \begin_layout Description
34594 No
34595 \begin_inset space ~
34596 \end_inset
34597
34598 frame Nothing is drawn.
34599 \end_layout
34600
34601 \begin_layout Description
34602 Simple
34603 \begin_inset space ~
34604 \end_inset
34605
34606 rectangular
34607 \begin_inset space ~
34608 \end_inset
34609
34610 frame This draws a rectangular frame around the box.
34611  The frame line thickness can be specified.
34612  
34613 \begin_inset Box Boxed
34614 position "c"
34615 hor_pos "c"
34616 has_inner_box 1
34617 inner_pos "c"
34618 use_parbox 0
34619 use_makebox 0
34620 width "20col%"
34621 special "none"
34622 height "1in"
34623 height_special "totalheight"
34624 thickness "0.4pt"
34625 separation "3pt"
34626 shadowsize "4pt"
34627 framecolor "black"
34628 backgroundcolor "none"
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632 \align center
34633 Rectangular box
34634 \end_layout
34635
34636 \end_inset
34637
34638
34639 \end_layout
34640
34641 \begin_layout Description
34642 Oval
34643 \begin_inset space ~
34644 \end_inset
34645
34646 box,
34647 \begin_inset space ~
34648 \end_inset
34649
34650 thin This draws an oval frame around the box.
34651  The frame line thickness has the size 0.4
34652 \begin_inset space \thinspace{}
34653 \end_inset
34654
34655 pt.
34656  
34657 \begin_inset Box ovalbox
34658 position "c"
34659 hor_pos "c"
34660 has_inner_box 1
34661 inner_pos "c"
34662 use_parbox 0
34663 use_makebox 0
34664 width "20col%"
34665 special "none"
34666 height "1in"
34667 height_special "totalheight"
34668 thickness "0.4pt"
34669 separation "3pt"
34670 shadowsize "4pt"
34671 framecolor "black"
34672 backgroundcolor "none"
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676 \align center
34677 Oval box, thin
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \begin_layout Description
34686 Oval
34687 \begin_inset space ~
34688 \end_inset
34689
34690 box,
34691 \begin_inset space ~
34692 \end_inset
34693
34694 thick This draws an oval frame around the box.
34695  The frame line thickness has the size 0.8
34696 \begin_inset space \thinspace{}
34697 \end_inset
34698
34699 pt.
34700  
34701 \begin_inset Box Ovalbox
34702 position "c"
34703 hor_pos "c"
34704 has_inner_box 1
34705 inner_pos "c"
34706 use_parbox 0
34707 use_makebox 0
34708 width "20col%"
34709 special "none"
34710 height "1in"
34711 height_special "totalheight"
34712 thickness "0.4pt"
34713 separation "3pt"
34714 shadowsize "4pt"
34715 framecolor "black"
34716 backgroundcolor "none"
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720 \align center
34721 Oval box, thick
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \begin_layout Description
34730 Drop
34731 \begin_inset space ~
34732 \end_inset
34733
34734 shadow This draws a rectangular frame with a shadow around the box.
34735  The frame line thickness and the shadow can be specified.
34736  
34737 \begin_inset Box Shadowbox
34738 position "c"
34739 hor_pos "c"
34740 has_inner_box 1
34741 inner_pos "c"
34742 use_parbox 0
34743 use_makebox 0
34744 width "20col%"
34745 special "none"
34746 height "1in"
34747 height_special "totalheight"
34748 thickness "0.4pt"
34749 separation "3pt"
34750 shadowsize "4pt"
34751 framecolor "black"
34752 backgroundcolor "none"
34753 status collapsed
34754
34755 \begin_layout Plain Layout
34756 \align center
34757 Shadow box
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Description
34766 Shaded
34767 \begin_inset space ~
34768 \end_inset
34769
34770 background This draws a box with a red background.
34771  Unlike colored boxes
34772 \begin_inset Foot
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776 see sec.
34777 \begin_inset space \thinspace{}
34778 \end_inset
34779
34780
34781 \begin_inset CommandInset ref
34782 LatexCommand ref
34783 reference "sec:Colored-Boxes"
34784
34785 \end_inset
34786
34787
34788 \end_layout
34789
34790 \end_inset
34791
34792 , it always uses the whole column width and the box is set as its own paragraph.
34793  
34794 \begin_inset Box Shaded
34795 position "t"
34796 hor_pos "c"
34797 has_inner_box 0
34798 inner_pos "t"
34799 use_parbox 0
34800 use_makebox 0
34801 width "50col%"
34802 special "none"
34803 height "1in"
34804 height_special "totalheight"
34805 thickness "0.4pt"
34806 separation "3pt"
34807 shadowsize "4pt"
34808 framecolor "black"
34809 backgroundcolor "none"
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813 Shaded background box
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Description
34822 Double
34823 \begin_inset space ~
34824 \end_inset
34825
34826 rectangular
34827 \begin_inset space ~
34828 \end_inset
34829
34830 frame This draws a double-line rectangular frame around the box.
34831  The line thickness of the inner frame is 0.75
34832 \begin_inset space \thinspace{}
34833 \end_inset
34834
34835 line
34836 \begin_inset space ~
34837 \end_inset
34838
34839 thickness, the thickness of the outer frame is 1.5
34840 \begin_inset space \thinspace{}
34841 \end_inset
34842
34843 line
34844 \begin_inset space ~
34845 \end_inset
34846
34847 thickness.
34848  The distance between the lines is 1.5
34849 \begin_inset space \thinspace{}
34850 \end_inset
34851
34852 line
34853 \begin_inset space ~
34854 \end_inset
34855
34856 thickness
34857 \begin_inset space \thinspace{}
34858 \end_inset
34859
34860 +
34861 \begin_inset space \thinspace{}
34862 \end_inset
34863
34864 0.5
34865 \begin_inset space \thinspace{}
34866 \end_inset
34867
34868 pt.
34869  
34870 \begin_inset Box Doublebox
34871 position "c"
34872 hor_pos "c"
34873 has_inner_box 1
34874 inner_pos "c"
34875 use_parbox 0
34876 use_makebox 0
34877 width "20col%"
34878 special "none"
34879 height "1in"
34880 height_special "totalheight"
34881 thickness "0.4pt"
34882 separation "3pt"
34883 shadowsize "4pt"
34884 framecolor "black"
34885 backgroundcolor "none"
34886 status collapsed
34887
34888 \begin_layout Plain Layout
34889 \align center
34890 Double rectangular box
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Standard
34899 \begin_inset VSpace bigskip
34900 \end_inset
34901
34902 \SpecialChar LyX
34903 's box label will reflect the different frame types.
34904  To be able to use all types, the \SpecialChar LaTeX
34905 -package 
34906 \series bold
34907 fancybox
34908 \series default
34909
34910 \begin_inset Index idx
34911 status collapsed
34912
34913 \begin_layout Plain Layout
34914 \SpecialChar LaTeX
34915 -packages ! fancybox
34916 \end_layout
34917
34918 \end_inset
34919
34920  must be installed.
34921 \end_layout
34922
34923 \begin_layout Standard
34924 \begin_inset VSpace bigskip
34925 \end_inset
34926
34927 When you use the decoration 
34928 \family sans
34929 simple rectangular frame
34930 \family default
34931  and no inner box, you can allow page breaks within a box.
34932  Note that then, unlike other framed boxes, the frame always uses the whole
34933  column width and the box is set as its own paragraph: 
34934 \begin_inset Box Framed
34935 position "t"
34936 hor_pos "c"
34937 has_inner_box 0
34938 inner_pos "t"
34939 use_parbox 0
34940 use_makebox 0
34941 width "100col%"
34942 special "none"
34943 height "1in"
34944 height_special "totalheight"
34945 thickness "0.4pt"
34946 separation "3pt"
34947 shadowsize "4pt"
34948 framecolor "black"
34949 backgroundcolor "none"
34950 status collapsed
34951
34952 \begin_layout Plain Layout
34953 Allow page break box
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Section
34962 Box Customization
34963 \begin_inset Index idx
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967 Boxes ! Customization
34968 \end_layout
34969
34970 \end_inset
34971
34972
34973 \end_layout
34974
34975 \begin_layout Standard
34976 The diameter of the round corners of the oval boxes can be set with the
34977  command 
34978 \series bold
34979
34980 \backslash
34981 cornersize
34982 \series default
34983 .
34984  The command
34985 \end_layout
34986
34987 \begin_layout Standard
34988
34989 \series bold
34990
34991 \backslash
34992 cornersize*{1cm}
34993 \end_layout
34994
34995 \begin_layout Standard
34996 sets the diameter to 1
34997 \begin_inset space \thinspace{}
34998 \end_inset
34999
35000 cm.
35001  The command
35002 \end_layout
35003
35004 \begin_layout Standard
35005
35006 \series bold
35007
35008 \backslash
35009 cornersize{num}
35010 \end_layout
35011
35012 \begin_layout Standard
35013 sets the diameter to 
35014 \family sans
35015 num
35016 \begin_inset space \thinspace{}
35017 \end_inset
35018
35019 ×
35020 \begin_inset space \thinspace{}
35021 \end_inset
35022
35023 minimum(width and height of box)
35024 \family default
35025 .
35026  The default is 
35027 \series bold
35028
35029 \backslash
35030 cornersize{0.5}
35031 \series default
35032 .
35033 \end_layout
35034
35035 \begin_layout Standard
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041
35042 \backslash
35043 cornersize*{1.5cm}
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \begin_inset Box Ovalbox
35050 position "c"
35051 hor_pos "c"
35052 has_inner_box 1
35053 inner_pos "c"
35054 use_parbox 0
35055 use_makebox 0
35056 width "25col%"
35057 special "none"
35058 height "1in"
35059 height_special "totalheight"
35060 thickness "0.4pt"
35061 separation "3pt"
35062 shadowsize "4pt"
35063 framecolor "black"
35064 backgroundcolor "none"
35065 status open
35066
35067 \begin_layout Plain Layout
35068 \align center
35069 Oval box with 
35070 \series bold
35071
35072 \backslash
35073 cornersize
35074 \series default
35075
35076 \begin_inset space \thinspace{}
35077 \end_inset
35078
35079 =
35080 \begin_inset space \thinspace{}
35081 \end_inset
35082
35083 1.5
35084 \begin_inset space \thinspace{}
35085 \end_inset
35086
35087 cm
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \begin_inset ERT
35094 status collapsed
35095
35096 \begin_layout Plain Layout
35097
35098
35099 \backslash
35100 cornersize{0.5}
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset VSpace bigskip
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Standard
35116 The default background color red of 
35117 \family sans
35118 shaded background
35119 \family default
35120  boxes can either be changed locally with the command 
35121 \series bold
35122
35123 \backslash
35124 definecolor{shadecolor}
35125 \series default
35126  or globally with the menu 
35127 \family sans
35128 Tools\SpecialChar menuseparator
35129 Preferences\SpecialChar menuseparator
35130 Colors\SpecialChar menuseparator
35131 shaded
35132 \begin_inset space ~
35133 \end_inset
35134
35135 box
35136 \family default
35137 .
35138  The scheme of the 
35139 \series bold
35140
35141 \backslash
35142 definecolor
35143 \series default
35144  command is explained in section
35145 \begin_inset space ~
35146 \end_inset
35147
35148
35149 \begin_inset CommandInset ref
35150 LatexCommand ref
35151 reference "sec:Colored-Tables"
35152
35153 \end_inset
35154
35155 .
35156 \begin_inset Foot
35157 status collapsed
35158
35159 \begin_layout Plain Layout
35160 Note that 
35161 \series bold
35162
35163 \backslash
35164 definecolor
35165 \series default
35166  requires the \SpecialChar LaTeX
35167 -package 
35168 \series bold
35169 color
35170 \series default
35171  in the preamble, see section
35172 \begin_inset space ~
35173 \end_inset
35174
35175
35176 \begin_inset CommandInset ref
35177 LatexCommand ref
35178 reference "sec:Colored-Boxes"
35179
35180 \end_inset
35181
35182 .
35183 \end_layout
35184
35185 \end_inset
35186
35187  For example the appearance of the following shaded background box is set
35188  with the \SpecialChar TeX
35189  Code command
35190 \end_layout
35191
35192 \begin_layout Standard
35193
35194 \series bold
35195
35196 \backslash
35197 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35198 \end_layout
35199
35200 \begin_layout Standard
35201 \begin_inset ERT
35202 status collapsed
35203
35204 \begin_layout Plain Layout
35205
35206
35207 \backslash
35208 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35209 \end_layout
35210
35211 \end_inset
35212
35213
35214 \begin_inset Box Shaded
35215 position "t"
35216 hor_pos "c"
35217 has_inner_box 0
35218 inner_pos "t"
35219 use_parbox 0
35220 use_makebox 0
35221 width "100col%"
35222 special "none"
35223 height "1in"
35224 height_special "totalheight"
35225 thickness "0.4pt"
35226 separation "3pt"
35227 shadowsize "4pt"
35228 framecolor "black"
35229 backgroundcolor "none"
35230 status open
35231
35232 \begin_layout Plain Layout
35233
35234 \color yellow
35235 This is yellow text in a
35236 \color none
35237  
35238 \family sans
35239 \color yellow
35240 shaded background
35241 \family default
35242 \color none
35243  
35244 \color yellow
35245 box with dark green background.
35246 \end_layout
35247
35248 \end_inset
35249
35250
35251 \begin_inset ERT
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255
35256
35257 \backslash
35258 definecolor{shadecolor}{rgb}{1,0,0}
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \end_layout
35265
35266 \begin_layout Standard
35267 \begin_inset VSpace bigskip
35268 \end_inset
35269
35270 Manually changed sizes and colors are valid for all boxes following the
35271  commands that change them.
35272 \end_layout
35273
35274 \begin_layout Section
35275 Minipages
35276 \begin_inset CommandInset label
35277 LatexCommand label
35278 name "sec:Minipages"
35279
35280 \end_inset
35281
35282
35283 \begin_inset Index idx
35284 status collapsed
35285
35286 \begin_layout Plain Layout
35287 Boxes ! Minipages
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \end_layout
35294
35295 \begin_layout Standard
35296 Minipages are treated by \SpecialChar LaTeX
35297  as pages within pages and can therefore for example
35298  have their own footnotes.
35299 \end_layout
35300
35301 \begin_layout Standard
35302 Minipages are useful when you write documents with different languages.
35303 \end_layout
35304
35305 \begin_layout Standard
35306 Below are two example minipages side by side.
35307  Their width is set to 45
35308 \begin_inset space \thinspace{}
35309 \end_inset
35310
35311 col% and they are separated by a horizontal fill, that was inserted via
35312  the menu 
35313 \family sans
35314 Insert\SpecialChar menuseparator
35315 Special
35316 \begin_inset space ~
35317 \end_inset
35318
35319 Formatting\SpecialChar menuseparator
35320 Horizontal
35321 \begin_inset space ~
35322 \end_inset
35323
35324 Fill
35325 \family default
35326 .
35327 \begin_inset Newpage newpage
35328 \end_inset
35329
35330
35331 \end_layout
35332
35333 \begin_layout Standard
35334 \begin_inset Box Frameless
35335 position "t"
35336 hor_pos "c"
35337 has_inner_box 1
35338 inner_pos "c"
35339 use_parbox 0
35340 use_makebox 0
35341 width "45col%"
35342 special "none"
35343 height "1in"
35344 height_special "totalheight"
35345 thickness "0.4pt"
35346 separation "3pt"
35347 shadowsize "4pt"
35348 framecolor "black"
35349 backgroundcolor "none"
35350 status open
35351
35352 \begin_layout Plain Layout
35353
35354 \lang ngerman
35355 Dies ist ein deutscher Text.
35356  Dies ist ein deutscher Text.
35357  Dies ist ein deutscher Text.
35358  Dies ist ein deutscher Text.
35359  Dies ist ein deutscher Text.
35360  Dies ist ein deutscher Text.
35361  Dies ist ein deutscher Text.
35362  Dies ist ein deutscher Text.
35363  Dies ist ein deutscher Text.
35364  Dies ist ein deutscher Text.
35365  Dies ist ein deutscher Text.
35366  Dies ist ein deutscher Text.
35367  Dies ist ein deutscher Text
35368 \begin_inset Foot
35369 status collapsed
35370
35371 \begin_layout Plain Layout
35372
35373 \lang ngerman
35374 Dies ist eine deutsche Fußnote.
35375 \end_layout
35376
35377 \end_inset
35378
35379 .
35380  Dies ist ein deutscher Text.
35381  Dies ist ein deutscher Text.
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \begin_inset space \hfill{}
35388 \end_inset
35389
35390
35391 \begin_inset Box Frameless
35392 position "t"
35393 hor_pos "c"
35394 has_inner_box 1
35395 inner_pos "c"
35396 use_parbox 0
35397 use_makebox 0
35398 width "45col%"
35399 special "none"
35400 height "1in"
35401 height_special "totalheight"
35402 thickness "0.4pt"
35403 separation "3pt"
35404 shadowsize "4pt"
35405 framecolor "black"
35406 backgroundcolor "none"
35407 status open
35408
35409 \begin_layout Plain Layout
35410 This is an English Text.
35411  This is an English Text.
35412  This is an English Text.
35413  This is an English Text.
35414  This is an English Text.
35415  This is an English Text.
35416  This is an English Text.
35417  This is an English Text.
35418  This is an English Text.
35419  This is an English Text.
35420  This is an English Text.
35421  This is an English Text.
35422  This is an English Text.
35423  This is an English Text.
35424  This is an English Text.
35425  This is an English Text.
35426 \begin_inset Foot
35427 status collapsed
35428
35429 \begin_layout Plain Layout
35430 This is an English footnote.
35431 \end_layout
35432
35433 \end_inset
35434
35435  This is an English Text.
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \end_layout
35442
35443 \begin_layout Standard
35444 \begin_inset VSpace bigskip
35445 \end_inset
35446
35447 The document-wide paragraph settings are ignored within minipages.
35448  That means that there will be no space between paragraphs in minipages
35449  although you set it to e.
35450 \begin_inset space \thinspace{}
35451 \end_inset
35452
35453 g.
35454 \begin_inset space \space{}
35455 \end_inset
35456
35457
35458 \family sans
35459 MedSkip
35460 \family default
35461  in the document settings.
35462 \end_layout
35463
35464 \begin_layout Standard
35465 Minipages can also be used to set a background color for text parts, see
35466  section
35467 \begin_inset space ~
35468 \end_inset
35469
35470
35471 \begin_inset CommandInset ref
35472 LatexCommand ref
35473 reference "sec:Colored-Boxes"
35474
35475 \end_inset
35476
35477 .
35478 \end_layout
35479
35480 \begin_layout Standard
35481 \begin_inset Note Greyedout
35482 status open
35483
35484 \begin_layout Plain Layout
35485
35486 \series bold
35487 Note:
35488 \series default
35489  You cannot have floats or margin notes inside minipages but minipages can
35490  be used inside tables, floats, and other boxes.
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Standard
35499 \begin_inset VSpace bigskip
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Standard
35506 \SpecialChar LyX
35507  has also basic support for minipages whose size is automatically determined
35508  by the width of their contents, via the module 
35509 \family sans
35510 Variable-width Minipages
35511 \family default
35512 .
35513  The \SpecialChar LyX
35514  example file 
35515 \emph on
35516 varwidth-floats-side-by-side
35517 \emph default
35518  gives examples of variable-width minipages used for placing two floats
35519  side-by-side.
35520 \end_layout
35521
35522 \begin_layout Section
35523 Parboxes
35524 \begin_inset CommandInset label
35525 LatexCommand label
35526 name "sec:Parboxes"
35527
35528 \end_inset
35529
35530
35531 \begin_inset Index idx
35532 status collapsed
35533
35534 \begin_layout Plain Layout
35535 Boxes ! Parboxes
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \begin_layout Standard
35544 Parboxes are very similar to minipages with the difference that they cannot
35545  have footnotes.
35546 \end_layout
35547
35548 \begin_layout Standard
35549 \align center
35550 \begin_inset Box Frameless
35551 position "t"
35552 hor_pos "c"
35553 has_inner_box 1
35554 inner_pos "t"
35555 use_parbox 1
35556 use_makebox 0
35557 width "33col%"
35558 special "none"
35559 height "1in"
35560 height_special "totalheight"
35561 thickness "0.4pt"
35562 separation "3pt"
35563 shadowsize "4pt"
35564 framecolor "black"
35565 backgroundcolor "none"
35566 status open
35567
35568 \begin_layout Plain Layout
35569 This a text within a parbox.
35570  This a text within a parbox.
35571 \end_layout
35572
35573 \begin_layout Plain Layout
35574 This footnote won't appear:
35575 \begin_inset Foot
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579 This footnote is inside a parbox and will therefore not appear.
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \end_inset
35588
35589
35590 \end_layout
35591
35592 \begin_layout Section
35593 Boxes for Words and Characters
35594 \begin_inset Index idx
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598 Boxes ! for Characters
35599 \end_layout
35600
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \begin_layout Subsection
35607 Prevent Hyphenation
35608 \begin_inset CommandInset label
35609 LatexCommand label
35610 name "sec:Prevent-Hyphenation"
35611
35612 \end_inset
35613
35614
35615 \begin_inset Index idx
35616 status collapsed
35617
35618 \begin_layout Plain Layout
35619 Boxes ! to Prevent Hyphenation
35620 \end_layout
35621
35622 \end_inset
35623
35624
35625 \end_layout
35626
35627 \begin_layout Standard
35628 You can use the box type 
35629 \family sans
35630 Makebox
35631 \family default
35632  to prevent words or text from being hyphenated.
35633 \begin_inset Newline newline
35634 \end_inset
35635
35636 Here is an example text:
35637 \end_layout
35638
35639 \begin_layout Standard
35640 This line is an example to show how you can prevent the hyphenation of 
35641 \begin_inset Quotes eld
35642 \end_inset
35643
35644 veryverylongword
35645 \begin_inset Quotes erd
35646 \end_inset
35647
35648 .
35649 \end_layout
35650
35651 \begin_layout Standard
35652 To prevent the hyphenation of the word 
35653 \begin_inset Quotes eld
35654 \end_inset
35655
35656 veryverylongword
35657 \begin_inset Quotes erd
35658 \end_inset
35659
35660 , put the word into a box, set the 
35661 \family sans
35662 Inner
35663 \begin_inset space ~
35664 \end_inset
35665
35666 box
35667 \family default
35668  to 
35669 \family sans
35670 Makebox
35671 \family default
35672  and use no explicit width.
35673 \end_layout
35674
35675 \begin_layout Standard
35676 This is the result:
35677 \end_layout
35678
35679 \begin_layout Standard
35680 This line is an example to show how you can prevent the hyphenation of 
35681 \begin_inset Box Frameless
35682 position "t"
35683 hor_pos "c"
35684 has_inner_box 1
35685 inner_pos "t"
35686 use_parbox 0
35687 use_makebox 1
35688 width ""
35689 special "none"
35690 height "1in"
35691 height_special "totalheight"
35692 thickness "0.4pt"
35693 separation "3pt"
35694 shadowsize "4pt"
35695 framecolor "black"
35696 backgroundcolor "none"
35697 status open
35698
35699 \begin_layout Plain Layout
35700 \begin_inset Quotes eld
35701 \end_inset
35702
35703 veryverylongword
35704 \begin_inset Quotes erd
35705 \end_inset
35706
35707
35708 \end_layout
35709
35710 \end_inset
35711
35712 .
35713 \end_layout
35714
35715 \begin_layout Standard
35716 You can alternatively set the command 
35717 \begin_inset Quotes eld
35718 \end_inset
35719
35720
35721 \series bold
35722
35723 \backslash
35724 -
35725 \series default
35726
35727 \begin_inset Quotes grd
35728 \end_inset
35729
35730  as \SpecialChar TeX
35731  Code directly before the word:
35732 \end_layout
35733
35734 \begin_layout Standard
35735 This line is an example to show how you can prevent the hyphenation of 
35736 \begin_inset Quotes eld
35737 \end_inset
35738
35739
35740 \begin_inset ERT
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744
35745
35746 \backslash
35747 -
35748 \end_layout
35749
35750 \end_inset
35751
35752 veryverylongword
35753 \begin_inset Quotes erd
35754 \end_inset
35755
35756 .
35757 \end_layout
35758
35759 \begin_layout Standard
35760 Of course the word now protrudes over the side margin.
35761  To avoid this, add via the menu 
35762 \family sans
35763 Insert\SpecialChar menuseparator
35764 Formatting\SpecialChar menuseparator
35765 Ragged
35766 \begin_inset space ~
35767 \end_inset
35768
35769 Line
35770 \begin_inset space ~
35771 \end_inset
35772
35773 Break
35774 \family default
35775  (shortcut 
35776 \begin_inset Info
35777 type  "shortcut"
35778 arg   "newline-insert newline"
35779 \end_inset
35780
35781 ) a line break before the word:
35782 \end_layout
35783
35784 \begin_layout Standard
35785 This line is an example to show how you can prevent the hyphenation of 
35786 \begin_inset Newline newline
35787 \end_inset
35788
35789
35790 \begin_inset Box Frameless
35791 position "t"
35792 hor_pos "c"
35793 has_inner_box 1
35794 inner_pos "t"
35795 use_parbox 0
35796 use_makebox 1
35797 width ""
35798 special "none"
35799 height "1in"
35800 height_special "totalheight"
35801 thickness "0.4pt"
35802 separation "3pt"
35803 shadowsize "4pt"
35804 framecolor "black"
35805 backgroundcolor "none"
35806 status open
35807
35808 \begin_layout Plain Layout
35809 \begin_inset Quotes eld
35810 \end_inset
35811
35812 veryverylongword
35813 \begin_inset Quotes erd
35814 \end_inset
35815
35816
35817 \end_layout
35818
35819 \end_inset
35820
35821 .
35822 \end_layout
35823
35824 \begin_layout Subsection
35825 Vertical Alignment
35826 \begin_inset CommandInset label
35827 LatexCommand label
35828 name "subsec:Vertical-Alignment"
35829
35830 \end_inset
35831
35832
35833 \begin_inset Index idx
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837 Boxes ! for Vertical Alignment
35838 \end_layout
35839
35840 \end_inset
35841
35842
35843 \begin_inset Index idx
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847 Boxes ! Raiseboxes
35848 \end_layout
35849
35850 \end_inset
35851
35852
35853 \end_layout
35854
35855 \begin_layout Standard
35856 With the help of the command 
35857 \series bold
35858
35859 \backslash
35860 raisebox
35861 \series default
35862  you can align words, characters or other boxes vertically relative to the
35863  surrounding text.
35864  
35865 \series bold
35866
35867 \backslash
35868 raisebox
35869 \series default
35870  is used with the following scheme:
35871 \end_layout
35872
35873 \begin_layout Standard
35874
35875 \series bold
35876
35877 \backslash
35878 raisebox{lift}[height][depth]{box content}
35879 \end_layout
35880
35881 \begin_layout Standard
35882 The lift can be a positive value to raise the box or a negative value to
35883  lower the box.
35884 \end_layout
35885
35886 \begin_layout Standard
35887 To align for example the word 
35888 \begin_inset Quotes eld
35889 \end_inset
35890
35891 preventing
35892 \begin_inset Quotes erd
35893 \end_inset
35894
35895  so that the bottom of the 
35896 \begin_inset Quotes eld
35897 \end_inset
35898
35899 deepest
35900 \begin_inset Quotes erd
35901 \end_inset
35902
35903  character 
35904 \begin_inset Quotes eld
35905 \end_inset
35906
35907 p
35908 \begin_inset Quotes erd
35909 \end_inset
35910
35911  is at the baseline, insert the command
35912 \end_layout
35913
35914 \begin_layout Standard
35915
35916 \series bold
35917
35918 \backslash
35919 raisebox{
35920 \backslash
35921 depth}{
35922 \end_layout
35923
35924 \begin_layout Standard
35925 in \SpecialChar TeX
35926  Code before the word.
35927  After the word insert a closing brace 
35928 \begin_inset Quotes eld
35929 \end_inset
35930
35931
35932 \series bold
35933 }
35934 \series default
35935
35936 \begin_inset Quotes erd
35937 \end_inset
35938
35939  in \SpecialChar TeX
35940  Code.
35941 \begin_inset Newline newline
35942 \end_inset
35943
35944 This is the result:
35945 \end_layout
35946
35947 \begin_layout Standard
35948 This is a text line with the word 
35949 \begin_inset ERT
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953
35954
35955 \backslash
35956 raisebox{
35957 \backslash
35958 depth}{
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \begin_inset Quotes eld
35965 \end_inset
35966
35967 preventing
35968 \begin_inset Quotes erd
35969 \end_inset
35970
35971
35972 \begin_inset ERT
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976
35977 }
35978 \end_layout
35979
35980 \end_inset
35981
35982  as a raised word.
35983 \end_layout
35984
35985 \begin_layout Standard
35986 \begin_inset VSpace bigskip
35987 \end_inset
35988
35989 When you raise or lower characters in a line, the line distance will be
35990  spread:
35991 \end_layout
35992
35993 \begin_layout Standard
35994 This is a text line with the word 
35995 \begin_inset ERT
35996 status collapsed
35997
35998 \begin_layout Plain Layout
35999
36000
36001 \backslash
36002 raisebox{-
36003 \backslash
36004 depth}{
36005 \end_layout
36006
36007 \end_inset
36008
36009
36010 \begin_inset Quotes eld
36011 \end_inset
36012
36013 preventing
36014 \begin_inset Quotes erd
36015 \end_inset
36016
36017
36018 \begin_inset ERT
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022
36023 }
36024 \end_layout
36025
36026 \end_inset
36027
36028  as a lowered word.
36029 \begin_inset Newline newline
36030 \end_inset
36031
36032 This is a text line with the word 
36033 \begin_inset ERT
36034 status collapsed
36035
36036 \begin_layout Plain Layout
36037
36038
36039 \backslash
36040 raisebox{0.5cm}{
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \begin_inset Quotes eld
36047 \end_inset
36048
36049 testing
36050 \begin_inset Quotes erd
36051 \end_inset
36052
36053
36054 \begin_inset ERT
36055 status collapsed
36056
36057 \begin_layout Plain Layout
36058
36059 }
36060 \end_layout
36061
36062 \end_inset
36063
36064  as a raised word.
36065 \end_layout
36066
36067 \begin_layout Standard
36068 If you want to prevent this for a certain reason, set the box height to
36069  a zero value.
36070  For example use
36071 \end_layout
36072
36073 \begin_layout Standard
36074
36075 \series bold
36076
36077 \backslash
36078 raisebox{-
36079 \backslash
36080 depth}[0pt]{
36081 \end_layout
36082
36083 \begin_layout Standard
36084 This is a text line with the word 
36085 \begin_inset ERT
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089
36090
36091 \backslash
36092 raisebox{-
36093 \backslash
36094 depth}[0pt]{
36095 \end_layout
36096
36097 \end_inset
36098
36099
36100 \begin_inset Quotes eld
36101 \end_inset
36102
36103 preventing
36104 \begin_inset Quotes erd
36105 \end_inset
36106
36107
36108 \begin_inset ERT
36109 status collapsed
36110
36111 \begin_layout Plain Layout
36112
36113 }
36114 \end_layout
36115
36116 \end_inset
36117
36118  as a lowered word.
36119 \begin_inset Newline newline
36120 \end_inset
36121
36122
36123 \begin_inset Newline newline
36124 \end_inset
36125
36126 This is a text line with the word 
36127 \begin_inset ERT
36128 status collapsed
36129
36130 \begin_layout Plain Layout
36131
36132
36133 \backslash
36134 raisebox{0.5cm}[0pt]{
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \begin_inset Quotes eld
36141 \end_inset
36142
36143 testing
36144 \begin_inset Quotes erd
36145 \end_inset
36146
36147
36148 \begin_inset ERT
36149 status collapsed
36150
36151 \begin_layout Plain Layout
36152
36153 }
36154 \end_layout
36155
36156 \end_inset
36157
36158  as a raised word.
36159 \end_layout
36160
36161 \begin_layout Section
36162 Colored Boxes
36163 \begin_inset CommandInset label
36164 LatexCommand label
36165 name "sec:Colored-Boxes"
36166
36167 \end_inset
36168
36169
36170 \begin_inset Index idx
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174 Boxes ! Color
36175 \end_layout
36176
36177 \end_inset
36178
36179
36180 \end_layout
36181
36182 \begin_layout Standard
36183 To color the background of a box just select the color you like in the box
36184  dialog.
36185  This is for example a box with orange background: 
36186 \begin_inset Box Frameless
36187 position "t"
36188 hor_pos "c"
36189 has_inner_box 1
36190 inner_pos "t"
36191 use_parbox 0
36192 use_makebox 1
36193 width ""
36194 special "none"
36195 height "1in"
36196 height_special "totalheight"
36197 thickness "0.4pt"
36198 separation "3pt"
36199 shadowsize "4pt"
36200 framecolor "black"
36201 backgroundcolor "orange"
36202 status open
36203
36204 \begin_layout Plain Layout
36205 Box with orange background
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \begin_layout Standard
36214 If you use the decoration 
36215 \family sans
36216 Simple
36217 \begin_inset space ~
36218 \end_inset
36219
36220 rectangular
36221 \begin_inset space ~
36222 \end_inset
36223
36224 frame
36225 \family default
36226  you can set a frame color.
36227  In this case you must also specify a background color (LyX sets white as
36228  default).
36229  Here is an example: 
36230 \begin_inset Box Boxed
36231 position "t"
36232 hor_pos "c"
36233 has_inner_box 0
36234 inner_pos "t"
36235 use_parbox 0
36236 use_makebox 0
36237 width ""
36238 special "none"
36239 height "1in"
36240 height_special "totalheight"
36241 thickness "0.4pt"
36242 separation "3pt"
36243 shadowsize "4pt"
36244 framecolor "teal"
36245 backgroundcolor "yellow"
36246 status open
36247
36248 \begin_layout Plain Layout
36249 Box with teal frame color and yellow background color
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Standard
36258 \begin_inset VSpace bigskip
36259 \end_inset
36260
36261 Of course you can also have colored text inside a colored box:
36262 \begin_inset Newline newline
36263 \end_inset
36264
36265
36266 \begin_inset Box Boxed
36267 position "t"
36268 hor_pos "c"
36269 has_inner_box 0
36270 inner_pos "t"
36271 use_parbox 0
36272 use_makebox 0
36273 width ""
36274 special "none"
36275 height "1in"
36276 height_special "totalheight"
36277 thickness "0.4pt"
36278 separation "3pt"
36279 shadowsize "4pt"
36280 framecolor "cyan"
36281 backgroundcolor "magenta"
36282 status open
36283
36284 \begin_layout Plain Layout
36285
36286 \color yellow
36287 This is colored text within a colored, framed box
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Standard
36296 \begin_inset VSpace bigskip
36297 \end_inset
36298
36299
36300 \end_layout
36301
36302 \begin_layout Standard
36303 If you need another color than the predefined ones, you can define your
36304  own color as described in section
36305 \begin_inset space ~
36306 \end_inset
36307
36308
36309 \begin_inset CommandInset ref
36310 LatexCommand ref
36311 reference "sec:Colored-Tables"
36312
36313 \end_inset
36314
36315 .
36316  To use your own color you must typeset the box by using TeX code:
36317 \end_layout
36318
36319 \begin_layout Standard
36320 Colored boxes without frame are created with the command 
36321 \series bold
36322
36323 \backslash
36324 colorbox
36325 \series default
36326 .
36327  It has the following scheme:
36328 \end_layout
36329
36330 \begin_layout Standard
36331
36332 \series bold
36333
36334 \backslash
36335 colorbox{color}{box content}
36336 \end_layout
36337
36338 \begin_layout Standard
36339 The box content can also be a box and colored boxes can also be within other
36340  boxes.
36341  To have e.
36342 \begin_inset space \thinspace{}
36343 \end_inset
36344
36345 g.
36346 \begin_inset space \space{}
36347 \end_inset
36348
36349 a darkgreen background for a word, insert the command
36350 \end_layout
36351
36352 \begin_layout Standard
36353
36354 \series bold
36355
36356 \backslash
36357 colorbox{darkgreen}{
36358 \end_layout
36359
36360 \begin_layout Standard
36361 before the word in \SpecialChar TeX
36362  Code.
36363  After the word insert a closing brace 
36364 \begin_inset Quotes eld
36365 \end_inset
36366
36367
36368 \series bold
36369 }
36370 \series default
36371
36372 \begin_inset Quotes erd
36373 \end_inset
36374
36375  in \SpecialChar TeX
36376  Code.
36377 \begin_inset Newline newline
36378 \end_inset
36379
36380 This is the result:
36381 \end_layout
36382
36383 \begin_layout Standard
36384 This is a line where the word 
36385 \begin_inset ERT
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389
36390
36391 \backslash
36392 colorbox{darkgreen}{
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \begin_inset Quotes eld
36399 \end_inset
36400
36401 Attention!
36402 \begin_inset Quotes erd
36403 \end_inset
36404
36405
36406 \begin_inset ERT
36407 status collapsed
36408
36409 \begin_layout Plain Layout
36410
36411 }
36412 \end_layout
36413
36414 \end_inset
36415
36416  has a darkgreen background.
36417 \end_layout
36418
36419 \begin_layout Standard
36420 Framed, colored boxes are created with the command 
36421 \series bold
36422
36423 \backslash
36424 fcolorbox
36425 \series default
36426 .
36427  It has the following scheme:
36428 \end_layout
36429
36430 \begin_layout Standard
36431
36432 \series bold
36433
36434 \backslash
36435 fcolorbox{frame color}{box color}{box content}
36436 \end_layout
36437
36438 \begin_layout Section
36439 Rotated and Scaled Boxes
36440 \end_layout
36441
36442 \begin_layout Standard
36443 To use the boxes described in this section, the module 
36444 \family sans
36445 GraphicBoxes
36446 \family default
36447  must be loaded in the document settings.
36448 \end_layout
36449
36450 \begin_layout Standard
36451 \begin_inset Note Greyedout
36452 status open
36453
36454 \begin_layout Plain Layout
36455
36456 \series bold
36457 Note:
36458 \series default
36459  Not all DVI viewers are able to display rotated or scaled material.
36460 \end_layout
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \begin_layout Standard
36468 \begin_inset Note Greyedout
36469 status open
36470
36471 \begin_layout Plain Layout
36472
36473 \series bold
36474 Note:
36475 \series default
36476  Floats are not allowed inside a rotated or scaled box.
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \end_layout
36483
36484 \begin_layout Subsection
36485 Rotated Boxes
36486 \begin_inset Index idx
36487 status collapsed
36488
36489 \begin_layout Plain Layout
36490 Boxes ! rotated
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \begin_inset Index idx
36497 status collapsed
36498
36499 \begin_layout Plain Layout
36500 Rotated Material
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \end_layout
36507
36508 \begin_layout Standard
36509 To rotate material, you can put it into a 
36510 \family sans
36511 Rotatebox
36512 \family default
36513 .
36514  Such a box is inserted via the menu 
36515 \family sans
36516 Insert\SpecialChar menuseparator
36517 Custom Insets\SpecialChar menuseparator
36518 Rotatebox
36519 \family default
36520 .
36521 \end_layout
36522
36523 \begin_layout Standard
36524 The rotation origin can be specified via the inset 
36525 \family sans
36526 Origin
36527 \family default
36528  (menu 
36529 \family sans
36530 Insert\SpecialChar menuseparator
36531 Origin
36532 \family default
36533 ) in the form 
36534 \series bold
36535 origin=position
36536 \series default
36537 .
36538  The following positions are possible: 
36539 \emph on
36540 c
36541 \emph default
36542  (center), 
36543 \emph on
36544 l
36545 \emph default
36546  (left), 
36547 \emph on
36548 r
36549 \emph default
36550  (right), 
36551 \emph on
36552 b
36553 \emph default
36554  (bottom), 
36555 \emph on
36556 t
36557 \emph default
36558  (top), along with meaningful combinations of the four base positions.
36559  For example 
36560 \emph on
36561 lt
36562 \emph default
36563  means that the rotation origin is at the top left corner of the box.
36564  When no rotation origin is specified, the position 
36565 \emph on
36566 l
36567 \emph default
36568  will be used.
36569  The rotation angle is a number that can be negative that specifies the
36570  angle in degrees.
36571  The rotation direction is counterclockwise.
36572 \end_layout
36573
36574 \begin_layout Standard
36575 In the following example 
36576 \series bold
36577 origin=c
36578 \series default
36579  was inserted to the 
36580 \family sans
36581 Origin
36582 \family default
36583  inset and 
36584 \series bold
36585 60
36586 \series default
36587  was inserted to the 
36588 \family sans
36589 Angle
36590 \family default
36591  inset.
36592 \end_layout
36593
36594 \begin_layout Standard
36595 This is a line 
36596 \begin_inset Flex Rotatebox
36597 status open
36598
36599 \begin_layout Plain Layout
36600 \begin_inset Argument 1
36601 status open
36602
36603 \begin_layout Plain Layout
36604 origin=c
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \begin_inset Argument 2
36611 status open
36612
36613 \begin_layout Plain Layout
36614 60
36615 \end_layout
36616
36617 \end_inset
36618
36619 with rotated
36620 \end_layout
36621
36622 \end_inset
36623
36624  text.
36625 \end_layout
36626
36627 \begin_layout Standard
36628 The box content can also be another box or an inline formula:
36629 \end_layout
36630
36631 \begin_layout Standard
36632 This is a line 
36633 \begin_inset Flex Rotatebox
36634 status open
36635
36636 \begin_layout Plain Layout
36637 \begin_inset Argument 1
36638 status open
36639
36640 \begin_layout Plain Layout
36641 origin=r
36642 \end_layout
36643
36644 \end_inset
36645
36646
36647 \begin_inset Argument 2
36648 status open
36649
36650 \begin_layout Plain Layout
36651 -60
36652 \end_layout
36653
36654 \end_inset
36655
36656
36657 \begin_inset Box Doublebox
36658 position "c"
36659 hor_pos "c"
36660 has_inner_box 0
36661 inner_pos "c"
36662 use_parbox 0
36663 use_makebox 0
36664 width "1in"
36665 special "width"
36666 height "1in"
36667 height_special "totalheight"
36668 thickness "0.4pt"
36669 separation "3pt"
36670 shadowsize "4pt"
36671 framecolor "black"
36672 backgroundcolor "none"
36673 status collapsed
36674
36675 \begin_layout Plain Layout
36676 with rotated
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \end_inset
36685
36686  framed text 
36687 \begin_inset Flex Rotatebox
36688 status open
36689
36690 \begin_layout Plain Layout
36691 \begin_inset Argument 1
36692 status open
36693
36694 \begin_layout Plain Layout
36695 origin=lb
36696 \end_layout
36697
36698 \end_inset
36699
36700
36701 \begin_inset Argument 2
36702 status open
36703
36704 \begin_layout Plain Layout
36705 60
36706 \end_layout
36707
36708 \end_inset
36709
36710
36711 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \end_inset
36718
36719  and a formula.
36720 \end_layout
36721
36722 \begin_layout Standard
36723 or an image or table:
36724 \end_layout
36725
36726 \begin_layout Standard
36727 This is a line 
36728 \begin_inset Flex Rotatebox
36729 status open
36730
36731 \begin_layout Plain Layout
36732 \begin_inset Argument 1
36733 status open
36734
36735 \begin_layout Plain Layout
36736 origin=lb
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \begin_inset Argument 2
36743 status open
36744
36745 \begin_layout Plain Layout
36746 90
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \begin_inset Graphics
36753         filename clipart/Star-structure.pdf
36754         lyxscale 50
36755         width 25col%
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \end_inset
36763
36764  with a rotated image 
36765 \begin_inset Flex Rotatebox
36766 status open
36767
36768 \begin_layout Plain Layout
36769 \begin_inset Argument 2
36770 status open
36771
36772 \begin_layout Plain Layout
36773 -90
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \begin_inset Tabular
36780 <lyxtabular version="3" rows="2" columns="2">
36781 <features tabularvalignment="middle">
36782 <column alignment="center" valignment="top">
36783 <column alignment="center" valignment="top">
36784 <row>
36785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36786 \begin_inset Text
36787
36788 \begin_layout Plain Layout
36789 q
36790 \end_layout
36791
36792 \end_inset
36793 </cell>
36794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36795 \begin_inset Text
36796
36797 \begin_layout Plain Layout
36798 w
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 </row>
36804 <row>
36805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36806 \begin_inset Text
36807
36808 \begin_layout Plain Layout
36809 e
36810 \end_layout
36811
36812 \end_inset
36813 </cell>
36814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36815 \begin_inset Text
36816
36817 \begin_layout Plain Layout
36818 r
36819 \end_layout
36820
36821 \end_inset
36822 </cell>
36823 </row>
36824 </lyxtabular>
36825
36826 \end_inset
36827
36828
36829 \end_layout
36830
36831 \end_inset
36832
36833  and table.
36834 \begin_inset Index idx
36835 status collapsed
36836
36837 \begin_layout Plain Layout
36838 Figures ! rotated
36839 \end_layout
36840
36841 \end_inset
36842
36843
36844 \begin_inset Index idx
36845 status collapsed
36846
36847 \begin_layout Plain Layout
36848 Table Customization ! Rotating
36849 \end_layout
36850
36851 \end_inset
36852
36853
36854 \end_layout
36855
36856 \begin_layout Standard
36857 \begin_inset Note Greyedout
36858 status open
36859
36860 \begin_layout Plain Layout
36861
36862 \series bold
36863 Note:
36864 \series default
36865  If the 
36866 \family sans
36867 Angle
36868 \family default
36869  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36870
36871  errors when viewing/exporting the document.
36872 \end_layout
36873
36874 \end_inset
36875
36876
36877 \end_layout
36878
36879 \begin_layout Subsection
36880 Scaled Boxes
36881 \begin_inset Index idx
36882 status collapsed
36883
36884 \begin_layout Plain Layout
36885 Boxes ! scaled
36886 \end_layout
36887
36888 \end_inset
36889
36890
36891 \begin_inset Index idx
36892 status collapsed
36893
36894 \begin_layout Plain Layout
36895 Scaled Material
36896 \end_layout
36897
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \begin_layout Standard
36904 To scale material put it into a 
36905 \family sans
36906 Scalebox
36907 \family default
36908 .
36909  Such a box is inserted via the menu 
36910 \family sans
36911 Insert\SpecialChar menuseparator
36912 Custom Insets\SpecialChar menuseparator
36913 Scalebox
36914 \family default
36915 .
36916 \end_layout
36917
36918 \begin_layout Standard
36919 The 
36920 \family sans
36921 Scalebox
36922 \family default
36923  inset has the mandatory inset 
36924 \family sans
36925 H-Factor
36926 \family default
36927  and the optional inset 
36928 \family sans
36929 V-Factor
36930 \family default
36931  (inserted via the menu 
36932 \family sans
36933 Insert\SpecialChar menuseparator
36934 V-Factor)
36935 \family default
36936 .
36937  Input there the horizontal and vertical scale factor, respectively.
36938  If no 
36939 \family sans
36940 V-Factor
36941 \family default
36942  inset is used, the horizontal factor will also be used as the vertical
36943  one.
36944 \end_layout
36945
36946 \begin_layout Standard
36947 To get for example the double text size, compared to the document text size,
36948  insert 
36949 \series bold
36950 2
36951 \series default
36952  into the 
36953 \family sans
36954 H-Factor
36955 \family default
36956  inset.
36957  An example: 
36958 \begin_inset Flex Scalebox
36959 status open
36960
36961 \begin_layout Plain Layout
36962 \begin_inset Argument 1
36963 status open
36964
36965 \begin_layout Plain Layout
36966 2
36967 \end_layout
36968
36969 \end_inset
36970
36971 Hello
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Standard
36980
36981 \series bold
36982 2
36983 \series default
36984  as 
36985 \family sans
36986 H-Factor
36987 \family default
36988  and 
36989 \series bold
36990 1
36991 \series default
36992  as 
36993 \family sans
36994 V-Factor
36995 \family default
36996  distorts the 
36997 \begin_inset Flex Scalebox
36998 status open
36999
37000 \begin_layout Plain Layout
37001 \begin_inset Argument 1
37002 status open
37003
37004 \begin_layout Plain Layout
37005 2
37006 \end_layout
37007
37008 \end_inset
37009
37010
37011 \begin_inset Argument 2
37012 status open
37013
37014 \begin_layout Plain Layout
37015 1
37016 \end_layout
37017
37018 \end_inset
37019
37020 Hello
37021 \end_layout
37022
37023 \end_inset
37024
37025 .
37026 \end_layout
37027
37028 \begin_layout Standard
37029 If the scaling factor is negative, the box content will be mirrored.
37030  Therefore 
37031 \series bold
37032 -1
37033 \series default
37034  as 
37035 \family sans
37036 H-Factor
37037 \family default
37038  and 
37039 \series bold
37040 1
37041 \series default
37042  as 
37043 \family sans
37044 V-Factor
37045 \family default
37046  can be used to create mirror writing: 
37047 \begin_inset Flex Scalebox
37048 status open
37049
37050 \begin_layout Plain Layout
37051 \begin_inset Argument 1
37052 status open
37053
37054 \begin_layout Plain Layout
37055 -1
37056 \end_layout
37057
37058 \end_inset
37059
37060
37061 \begin_inset Argument 2
37062 status open
37063
37064 \begin_layout Plain Layout
37065 1
37066 \end_layout
37067
37068 \end_inset
37069
37070 Hello
37071 \end_layout
37072
37073 \end_inset
37074
37075
37076 \end_layout
37077
37078 \begin_layout Standard
37079
37080 \series bold
37081 1
37082 \series default
37083  as 
37084 \family sans
37085 H-Factor
37086 \family default
37087  and 
37088 \series bold
37089 -1
37090 \series default
37091  as 
37092 \family sans
37093 V-Factor
37094 \family default
37095  reflects the 
37096 \begin_inset Flex Scalebox
37097 status open
37098
37099 \begin_layout Plain Layout
37100 \begin_inset Argument 1
37101 status open
37102
37103 \begin_layout Plain Layout
37104 1
37105 \end_layout
37106
37107 \end_inset
37108
37109
37110 \begin_inset Argument 2
37111 status open
37112
37113 \begin_layout Plain Layout
37114 -1
37115 \end_layout
37116
37117 \end_inset
37118
37119 Hello
37120 \end_layout
37121
37122 \end_inset
37123
37124  at the base line.
37125 \end_layout
37126
37127 \begin_layout Standard
37128 The 
37129 \family sans
37130 Reflectbox
37131 \family default
37132  (menu 
37133 \family sans
37134 Insert\SpecialChar menuseparator
37135 Custom Insets\SpecialChar menuseparator
37136 Reflectbox
37137 \family default
37138 ) is equivalent to 
37139 \series bold
37140 -1
37141 \series default
37142  as 
37143 \family sans
37144 H-Factor
37145 \family default
37146  and 
37147 \series bold
37148 1
37149 \series default
37150  as 
37151 \family sans
37152 V-Factor 
37153 \family default
37154 for a 
37155 \family sans
37156 Scalebox
37157 \family default
37158 .
37159 \end_layout
37160
37161 \begin_layout Standard
37162 \begin_inset Note Greyedout
37163 status open
37164
37165 \begin_layout Plain Layout
37166
37167 \series bold
37168 Note:
37169 \series default
37170  If the 
37171 \family sans
37172 H-Factor
37173 \family default
37174  inset is empty or contains other characters than numbers you will get LaTeX
37175  errors when viewing/exporting the document.
37176 \end_layout
37177
37178 \end_inset
37179
37180
37181 \end_layout
37182
37183 \begin_layout Standard
37184 \begin_inset VSpace bigskip
37185 \end_inset
37186
37187 The 
37188 \family sans
37189 Resizebox
37190 \family default
37191  (menu 
37192 \family sans
37193 Insert\SpecialChar menuseparator
37194 Custom Insets\SpecialChar menuseparator
37195 Resizebox
37196 \family default
37197 ) is used to scale the content to a defined width and height.
37198  The 
37199 \family sans
37200 Resizebox
37201 \family default
37202  inset has the mandatory inset 
37203 \family sans
37204 Width
37205 \family default
37206  and the optional inset 
37207 \family sans
37208 Height
37209 \family default
37210  (inserted via the menu 
37211 \family sans
37212 Insert\SpecialChar menuseparator
37213 Height)
37214 \family default
37215 .
37216  Input there the width and height, respectively, as value with a unit.
37217  
37218 \begin_inset CommandInset ref
37219 LatexCommand ref
37220 reference "tab:Units"
37221
37222 \end_inset
37223
37224  lists the possible units.
37225  If there is an exclamation mark 
37226 \series bold
37227 !
37228 \series default
37229  in of of the two insets, the size is set so that the aspect ratio of the
37230  box content is kept.
37231  If no 
37232 \family sans
37233 Height
37234 \family default
37235  inset is used an exclamation mark will internally be used for the height.
37236 \end_layout
37237
37238 \begin_layout Standard
37239
37240 \series bold
37241 2cm
37242 \series default
37243  as 
37244 \family sans
37245 Width
37246 \family default
37247  and 
37248 \series bold
37249 1cm
37250 \series default
37251  as 
37252 \family sans
37253 Height
37254 \family default
37255  produces: 
37256 \begin_inset Flex Resizebox
37257 status open
37258
37259 \begin_layout Plain Layout
37260 \begin_inset Argument 1
37261 status open
37262
37263 \begin_layout Plain Layout
37264 2cm
37265 \end_layout
37266
37267 \end_inset
37268
37269
37270 \begin_inset Argument 2
37271 status open
37272
37273 \begin_layout Plain Layout
37274 1cm
37275 \end_layout
37276
37277 \end_inset
37278
37279 Hello
37280 \end_layout
37281
37282 \end_inset
37283
37284
37285 \begin_inset Newline newline
37286 \end_inset
37287
37288
37289 \series bold
37290 2cm
37291 \series default
37292  as 
37293 \family sans
37294 Width
37295 \family default
37296  and 
37297 \series bold
37298 !
37299 \series default
37300  as 
37301 \family sans
37302 Height
37303 \family default
37304  (or no 
37305 \family sans
37306 Height
37307 \family default
37308 ) produces: 
37309 \begin_inset Flex Resizebox
37310 status open
37311
37312 \begin_layout Plain Layout
37313 \begin_inset Argument 1
37314 status open
37315
37316 \begin_layout Plain Layout
37317 2cm
37318 \end_layout
37319
37320 \end_inset
37321
37322
37323 \begin_inset Argument 2
37324 status open
37325
37326 \begin_layout Plain Layout
37327 !
37328 \end_layout
37329
37330 \end_inset
37331
37332 Hello
37333 \end_layout
37334
37335 \end_inset
37336
37337
37338 \end_layout
37339
37340 \begin_layout Standard
37341 \begin_inset Note Greyedout
37342 status open
37343
37344 \begin_layout Plain Layout
37345
37346 \series bold
37347 Note:
37348 \series default
37349  If the 
37350 \family sans
37351 Width
37352 \family default
37353  inset is empty or contains an invalid unit you will get LaTeX errors when
37354  viewing/exporting the document.
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \end_layout
37361
37362 \begin_layout Standard
37363 \begin_inset VSpace bigskip
37364 \end_inset
37365
37366
37367 \end_layout
37368
37369 \begin_layout Standard
37370 The boxes can be combined in any order.
37371  As example a 
37372 \family sans
37373 Reflectbox
37374 \family default
37375  inside a 
37376 \family sans
37377 Resizebox
37378 \family default
37379  which is in turn inside a 
37380 \family sans
37381 Rotatebox
37382 \family default
37383 :
37384 \end_layout
37385
37386 \begin_layout Standard
37387 \noindent
37388 \align center
37389 \begin_inset Flex Rotatebox
37390 status open
37391
37392 \begin_layout Plain Layout
37393 \begin_inset Argument 1
37394 status open
37395
37396 \begin_layout Plain Layout
37397 origin=c
37398 \end_layout
37399
37400 \end_inset
37401
37402
37403 \begin_inset Argument 2
37404 status open
37405
37406 \begin_layout Plain Layout
37407 -45
37408 \end_layout
37409
37410 \end_inset
37411
37412
37413 \begin_inset Flex Resizebox
37414 status open
37415
37416 \begin_layout Plain Layout
37417 \begin_inset Argument 1
37418 status open
37419
37420 \begin_layout Plain Layout
37421 2cm
37422 \end_layout
37423
37424 \end_inset
37425
37426
37427 \begin_inset Flex Reflectbox
37428 status open
37429
37430 \begin_layout Plain Layout
37431 Hello
37432 \end_layout
37433
37434 \end_inset
37435
37436
37437 \end_layout
37438
37439 \end_inset
37440
37441
37442 \end_layout
37443
37444 \end_inset
37445
37446
37447 \end_layout
37448
37449 \begin_layout Standard
37450 \noindent
37451 Images, tables, and inline formulas are allowed as box content:
37452 \end_layout
37453
37454 \begin_layout Standard
37455 \noindent
37456 \align center
37457 \begin_inset Flex Resizebox
37458 status open
37459
37460 \begin_layout Plain Layout
37461 \begin_inset Argument 1
37462 status open
37463
37464 \begin_layout Plain Layout
37465 2cm
37466 \end_layout
37467
37468 \end_inset
37469
37470
37471 \begin_inset Flex Reflectbox
37472 status open
37473
37474 \begin_layout Plain Layout
37475 \begin_inset Graphics
37476         filename clipart/Star-structure.pdf
37477         lyxscale 50
37478         width 25col%
37479
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \end_inset
37486
37487
37488 \end_layout
37489
37490 \end_inset
37491
37492  
37493 \begin_inset Flex Resizebox
37494 status open
37495
37496 \begin_layout Plain Layout
37497 \begin_inset Argument 1
37498 status open
37499
37500 \begin_layout Plain Layout
37501 2cm
37502 \end_layout
37503
37504 \end_inset
37505
37506
37507 \begin_inset Flex Reflectbox
37508 status open
37509
37510 \begin_layout Plain Layout
37511 \begin_inset Tabular
37512 <lyxtabular version="3" rows="2" columns="2">
37513 <features tabularvalignment="middle">
37514 <column alignment="center" valignment="top">
37515 <column alignment="center" valignment="top">
37516 <row>
37517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521 q
37522 \end_layout
37523
37524 \end_inset
37525 </cell>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530 w
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 </row>
37536 <row>
37537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541 e
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550 r
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 </row>
37556 </lyxtabular>
37557
37558 \end_inset
37559
37560
37561 \end_layout
37562
37563 \end_inset
37564
37565
37566 \end_layout
37567
37568 \end_inset
37569
37570  
37571 \begin_inset Flex Resizebox
37572 status open
37573
37574 \begin_layout Plain Layout
37575 \begin_inset Argument 1
37576 status open
37577
37578 \begin_layout Plain Layout
37579 3cm
37580 \end_layout
37581
37582 \end_inset
37583
37584
37585 \begin_inset Flex Reflectbox
37586 status open
37587
37588 \begin_layout Plain Layout
37589 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37590 \end_inset
37591
37592
37593 \end_layout
37594
37595 \end_inset
37596
37597
37598 \end_layout
37599
37600 \end_inset
37601
37602
37603 \begin_inset Index idx
37604 status collapsed
37605
37606 \begin_layout Plain Layout
37607 Figures ! scaled
37608 \end_layout
37609
37610 \end_inset
37611
37612
37613 \begin_inset Index idx
37614 status collapsed
37615
37616 \begin_layout Plain Layout
37617 Table Customization ! Scaling
37618 \end_layout
37619
37620 \end_inset
37621
37622
37623 \end_layout
37624
37625 \begin_layout Standard
37626 When the global formula style 
37627 \series bold
37628 fleqn
37629 \series default
37630  is used in the document
37631 \begin_inset Foot
37632 status collapsed
37633
37634 \begin_layout Plain Layout
37635 When 
37636 \begin_inset Quotes eld
37637 \end_inset
37638
37639 fleqn
37640 \begin_inset Quotes erd
37641 \end_inset
37642
37643  is added to the document class options.
37644 \end_layout
37645
37646 \end_inset
37647
37648 , display style formulas can also be scaled.
37649 \end_layout
37650
37651 \begin_layout Chapter
37652 Objects Surrounded by Text
37653 \begin_inset Index idx
37654 status collapsed
37655
37656 \begin_layout Plain Layout
37657 Surrounded by text
37658 \end_layout
37659
37660 \end_inset
37661
37662
37663 \end_layout
37664
37665 \begin_layout Section
37666 Wrap Floats
37667 \begin_inset CommandInset label
37668 LatexCommand label
37669 name "sec:Wrap-Floats"
37670
37671 \end_inset
37672
37673
37674 \begin_inset Index idx
37675 status collapsed
37676
37677 \begin_layout Plain Layout
37678 Floats ! Wrap Floats
37679 \end_layout
37680
37681 \end_inset
37682
37683
37684 \begin_inset Index idx
37685 status collapsed
37686
37687 \begin_layout Plain Layout
37688 Surrounded by text ! Wrap Floats
37689 \end_layout
37690
37691 \end_inset
37692
37693
37694 \end_layout
37695
37696 \begin_layout Standard
37697 \begin_inset Wrap figure
37698 lines 0
37699 placement l
37700 overhang 1cm
37701 width "40col%"
37702 status open
37703
37704 \begin_layout Plain Layout
37705 \begin_inset Graphics
37706         filename clipart/2D-intensity-plot.pdf
37707         width 40col%
37708         scaleBeforeRotation
37709         rotateOrigin center
37710
37711 \end_inset
37712
37713
37714 \end_layout
37715
37716 \begin_layout Plain Layout
37717 \begin_inset Caption Standard
37718
37719 \begin_layout Plain Layout
37720 \begin_inset CommandInset label
37721 LatexCommand label
37722 name "fig:This-is-a"
37723
37724 \end_inset
37725
37726 This is a figure wrap float.
37727 \end_layout
37728
37729 \end_inset
37730
37731
37732 \end_layout
37733
37734 \end_inset
37735
37736  This float type is used if you want to wrap text around a figure or table
37737  so that it only occupies some fraction of the column width.
37738  It can be inserted using the menu 
37739 \family sans
37740 Insert\SpecialChar menuseparator
37741 Floats\SpecialChar menuseparator
37742 Figure
37743 \begin_inset space ~
37744 \end_inset
37745
37746 Wrap
37747 \begin_inset space ~
37748 \end_inset
37749
37750 Float
37751 \family default
37752  or 
37753 \family sans
37754 Table
37755 \begin_inset space ~
37756 \end_inset
37757
37758 Wrap
37759 \begin_inset space ~
37760 \end_inset
37761
37762 Float
37763 \family default
37764  if the \SpecialChar LaTeX
37765 -package 
37766 \series bold
37767 wrapfig
37768 \series default
37769
37770 \begin_inset Index idx
37771 status collapsed
37772
37773 \begin_layout Plain Layout
37774 \SpecialChar LaTeX
37775 -packages ! wrapfig
37776 \end_layout
37777
37778 \end_inset
37779
37780  is installed.
37781 \begin_inset Foot
37782 status collapsed
37783
37784 \begin_layout Plain Layout
37785 Installing a \SpecialChar LaTeX
37786 -package is explained it in the 
37787 \emph on
37788 \SpecialChar LaTeX
37789
37790 \begin_inset space ~
37791 \end_inset
37792
37793 Configuration
37794 \emph default
37795  manual.
37796 \end_layout
37797
37798 \end_inset
37799
37800  The settings of the float can be modified by right-clicking on the float
37801  box.
37802  The mandatory settings are the float 
37803 \family sans
37804 Placement
37805 \family default
37806  and its 
37807 \family sans
37808 Width
37809 \family default
37810 .
37811  Optional are the 
37812 \family sans
37813 Overhang
37814 \family default
37815  that specifies how much the float is set into the paragraph
37816 \begin_inset space \thinspace{}
37817 \end_inset
37818
37819 /
37820 \begin_inset space \thinspace{}
37821 \end_inset
37822
37823 page margin, and the 
37824 \family sans
37825 Line
37826 \begin_inset space ~
37827 \end_inset
37828
37829 span
37830 \family default
37831  that specifies how many text lines the float will approximately need.
37832  The line span is often hard to approximate; so it is better only to use
37833  it when you encounter float placement problems.
37834  You can furthermore decide if \SpecialChar LaTeX
37835  is allowed to let the float float within
37836  the paragraph or to surrounding paragraphs.
37837  Figure
37838 \begin_inset space ~
37839 \end_inset
37840
37841
37842 \begin_inset CommandInset ref
37843 LatexCommand ref
37844 reference "fig:This-is-a"
37845
37846 \end_inset
37847
37848  is an example text wrap float with a width of 40
37849 \begin_inset space \thinspace{}
37850 \end_inset
37851
37852 col%, 1
37853 \begin_inset space \thinspace{}
37854 \end_inset
37855
37856 cm overhang, set to the left.
37857 \end_layout
37858
37859 \begin_layout Standard
37860 \begin_inset Note Greyedout
37861 status open
37862
37863 \begin_layout Plain Layout
37864
37865 \series bold
37866 Note:
37867 \series default
37868  Text
37869 \begin_inset space ~
37870 \end_inset
37871
37872 wrap float floats are fragile! E.
37873 \begin_inset space \thinspace{}
37874 \end_inset
37875
37876 g.
37877 \begin_inset space \space{}
37878 \end_inset
37879
37880 having a figure too close to the bottom of the page can mess things up in
37881  such a way that the float does not appear in the output or that it is placed
37882  over some other text.
37883 \end_layout
37884
37885 \end_inset
37886
37887
37888 \end_layout
37889
37890 \begin_layout Standard
37891 In general, the following applies for wrap floats:
37892 \end_layout
37893
37894 \begin_layout Itemize
37895 They should not be placed in paragraphs that run over a page break.
37896  That means that wrap floats are better inserted in their exact place when
37897  the document is almost finished and you are able to estimate where page
37898  breaks will appear.
37899 \end_layout
37900
37901 \begin_layout Itemize
37902 They should either be placed in their own paragraph before the paragraph
37903  where they should wrap into or within a paragraph.
37904 \end_layout
37905
37906 \begin_layout Itemize
37907 In consecutive paragraphs they may cause troubles, so ensure that there
37908  is a text paragraph between them as separator.
37909 \end_layout
37910
37911 \begin_layout Itemize
37912 They are not allowed in section headings or tables.
37913 \end_layout
37914
37915 \begin_layout Itemize
37916 Their numbering and referencing works as described in chap.
37917 \begin_inset space \thinspace{}
37918 \end_inset
37919
37920
37921 \begin_inset CommandInset ref
37922 LatexCommand ref
37923 reference "chap:Floats"
37924
37925 \end_inset
37926
37927 .
37928 \end_layout
37929
37930 \begin_layout Section
37931 Surrounded Fixed Objects
37932 \begin_inset Index idx
37933 status collapsed
37934
37935 \begin_layout Plain Layout
37936 Surrounded by text ! Fixed objects
37937 \end_layout
37938
37939 \end_inset
37940
37941
37942 \end_layout
37943
37944 \begin_layout Standard
37945 The wrap floats described in sec.
37946 \begin_inset space \thinspace{}
37947 \end_inset
37948
37949
37950 \begin_inset CommandInset ref
37951 LatexCommand ref
37952 reference "sec:Wrap-Floats"
37953
37954 \end_inset
37955
37956  have these positions in the paragraph:
37957 \end_layout
37958
37959 \begin_layout Standard
37960 \noindent
37961 \align center
37962 \begin_inset Tabular
37963 <lyxtabular version="3" rows="2" columns="2">
37964 <features tabularvalignment="middle">
37965 <column alignment="center" valignment="top">
37966 <column alignment="center" valignment="top">
37967 <row>
37968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37969 \begin_inset Text
37970
37971 \begin_layout Plain Layout
37972 \begin_inset Info
37973 type  "icon"
37974 arg   "dialog-show-new-inset graphics"
37975 \end_inset
37976
37977
37978 \end_layout
37979
37980 \end_inset
37981 </cell>
37982 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37983 \begin_inset Text
37984
37985 \begin_layout Plain Layout
37986 text
37987 \end_layout
37988
37989 \end_inset
37990 </cell>
37991 </row>
37992 <row>
37993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37994 \begin_inset Text
37995
37996 \begin_layout Plain Layout
37997 text
37998 \end_layout
37999
38000 \end_inset
38001 </cell>
38002 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38003 \begin_inset Text
38004
38005 \begin_layout Plain Layout
38006 text
38007 \end_layout
38008
38009 \end_inset
38010 </cell>
38011 </row>
38012 </lyxtabular>
38013
38014 \end_inset
38015
38016  or 
38017 \begin_inset Tabular
38018 <lyxtabular version="3" rows="2" columns="2">
38019 <features tabularvalignment="middle">
38020 <column alignment="center" valignment="top">
38021 <column alignment="center" valignment="top">
38022 <row>
38023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38024 \begin_inset Text
38025
38026 \begin_layout Plain Layout
38027 text
38028 \end_layout
38029
38030 \end_inset
38031 </cell>
38032 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38033 \begin_inset Text
38034
38035 \begin_layout Plain Layout
38036 \begin_inset Info
38037 type  "icon"
38038 arg   "dialog-show-new-inset graphics"
38039 \end_inset
38040
38041
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 </row>
38047 <row>
38048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38049 \begin_inset Text
38050
38051 \begin_layout Plain Layout
38052 text
38053 \end_layout
38054
38055 \end_inset
38056 </cell>
38057 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38058 \begin_inset Text
38059
38060 \begin_layout Plain Layout
38061 text
38062 \end_layout
38063
38064 \end_inset
38065 </cell>
38066 </row>
38067 </lyxtabular>
38068
38069 \end_inset
38070
38071
38072 \end_layout
38073
38074 \begin_layout Standard
38075 To get an object exactly at the position where it is inserted, for example
38076  to get one of these positions:
38077 \begin_inset VSpace defskip
38078 \end_inset
38079
38080
38081 \end_layout
38082
38083 \begin_layout Standard
38084 \noindent
38085 \align center
38086 \begin_inset Tabular
38087 <lyxtabular version="3" rows="2" columns="2">
38088 <features tabularvalignment="middle">
38089 <column alignment="center" valignment="top">
38090 <column alignment="center" valignment="top">
38091 <row>
38092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38093 \begin_inset Text
38094
38095 \begin_layout Plain Layout
38096 text
38097 \end_layout
38098
38099 \end_inset
38100 </cell>
38101 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38102 \begin_inset Text
38103
38104 \begin_layout Plain Layout
38105 text
38106 \end_layout
38107
38108 \end_inset
38109 </cell>
38110 </row>
38111 <row>
38112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38113 \begin_inset Text
38114
38115 \begin_layout Plain Layout
38116 \begin_inset Info
38117 type  "icon"
38118 arg   "dialog-show-new-inset graphics"
38119 \end_inset
38120
38121
38122 \end_layout
38123
38124 \end_inset
38125 </cell>
38126 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38127 \begin_inset Text
38128
38129 \begin_layout Plain Layout
38130 text
38131 \end_layout
38132
38133 \end_inset
38134 </cell>
38135 </row>
38136 </lyxtabular>
38137
38138 \end_inset
38139
38140  
38141 \begin_inset Tabular
38142 <lyxtabular version="3" rows="2" columns="2">
38143 <features tabularvalignment="middle">
38144 <column alignment="center" valignment="top">
38145 <column alignment="center" valignment="top">
38146 <row>
38147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38148 \begin_inset Text
38149
38150 \begin_layout Plain Layout
38151 text
38152 \end_layout
38153
38154 \end_inset
38155 </cell>
38156 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38157 \begin_inset Text
38158
38159 \begin_layout Plain Layout
38160 text
38161 \end_layout
38162
38163 \end_inset
38164 </cell>
38165 </row>
38166 <row>
38167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38168 \begin_inset Text
38169
38170 \begin_layout Plain Layout
38171 text
38172 \end_layout
38173
38174 \end_inset
38175 </cell>
38176 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38177 \begin_inset Text
38178
38179 \begin_layout Plain Layout
38180 \begin_inset Info
38181 type  "icon"
38182 arg   "dialog-show-new-inset graphics"
38183 \end_inset
38184
38185
38186 \end_layout
38187
38188 \end_inset
38189 </cell>
38190 </row>
38191 </lyxtabular>
38192
38193 \end_inset
38194
38195  
38196 \begin_inset Tabular
38197 <lyxtabular version="3" rows="2" columns="3">
38198 <features tabularvalignment="middle">
38199 <column alignment="center" valignment="top">
38200 <column alignment="center" valignment="top">
38201 <column alignment="center" valignment="top">
38202 <row>
38203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38204 \begin_inset Text
38205
38206 \begin_layout Plain Layout
38207 text
38208 \end_layout
38209
38210 \end_inset
38211 </cell>
38212 <cell alignment="center" valignment="top" topline="true" usebox="none">
38213 \begin_inset Text
38214
38215 \begin_layout Plain Layout
38216 \begin_inset Info
38217 type  "icon"
38218 arg   "dialog-show-new-inset graphics"
38219 \end_inset
38220
38221
38222 \end_layout
38223
38224 \end_inset
38225 </cell>
38226 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38227 \begin_inset Text
38228
38229 \begin_layout Plain Layout
38230 text
38231 \end_layout
38232
38233 \end_inset
38234 </cell>
38235 </row>
38236 <row>
38237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38238 \begin_inset Text
38239
38240 \begin_layout Plain Layout
38241 text
38242 \end_layout
38243
38244 \end_inset
38245 </cell>
38246 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38247 \begin_inset Text
38248
38249 \begin_layout Plain Layout
38250 text
38251 \end_layout
38252
38253 \end_inset
38254 </cell>
38255 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38256 \begin_inset Text
38257
38258 \begin_layout Plain Layout
38259 text
38260 \end_layout
38261
38262 \end_inset
38263 </cell>
38264 </row>
38265 </lyxtabular>
38266
38267 \end_inset
38268
38269  
38270 \begin_inset Tabular
38271 <lyxtabular version="3" rows="2" columns="3">
38272 <features tabularvalignment="middle">
38273 <column alignment="center" valignment="top">
38274 <column alignment="center" valignment="top">
38275 <column alignment="center" valignment="top">
38276 <row>
38277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281 text
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 <cell alignment="center" valignment="top" topline="true" usebox="none">
38287 \begin_inset Text
38288
38289 \begin_layout Plain Layout
38290 text
38291 \end_layout
38292
38293 \end_inset
38294 </cell>
38295 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38296 \begin_inset Text
38297
38298 \begin_layout Plain Layout
38299 text
38300 \end_layout
38301
38302 \end_inset
38303 </cell>
38304 </row>
38305 <row>
38306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38307 \begin_inset Text
38308
38309 \begin_layout Plain Layout
38310 text
38311 \end_layout
38312
38313 \end_inset
38314 </cell>
38315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38316 \begin_inset Text
38317
38318 \begin_layout Plain Layout
38319 \begin_inset Info
38320 type  "icon"
38321 arg   "dialog-show-new-inset graphics"
38322 \end_inset
38323
38324
38325 \end_layout
38326
38327 \end_inset
38328 </cell>
38329 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38330 \begin_inset Text
38331
38332 \begin_layout Plain Layout
38333 text
38334 \end_layout
38335
38336 \end_inset
38337 </cell>
38338 </row>
38339 </lyxtabular>
38340
38341 \end_inset
38342
38343
38344 \end_layout
38345
38346 \begin_layout Standard
38347 \noindent
38348 \align center
38349 \begin_inset Tabular
38350 <lyxtabular version="3" rows="3" columns="2">
38351 <features tabularvalignment="middle">
38352 <column alignment="center" valignment="top">
38353 <column alignment="center" valignment="top">
38354 <row>
38355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38356 \begin_inset Text
38357
38358 \begin_layout Plain Layout
38359 text
38360 \end_layout
38361
38362 \end_inset
38363 </cell>
38364 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38365 \begin_inset Text
38366
38367 \begin_layout Plain Layout
38368 text
38369 \end_layout
38370
38371 \end_inset
38372 </cell>
38373 </row>
38374 <row>
38375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38376 \begin_inset Text
38377
38378 \begin_layout Plain Layout
38379 \begin_inset Info
38380 type  "icon"
38381 arg   "dialog-show-new-inset graphics"
38382 \end_inset
38383
38384
38385 \end_layout
38386
38387 \end_inset
38388 </cell>
38389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38390 \begin_inset Text
38391
38392 \begin_layout Plain Layout
38393 text
38394 \end_layout
38395
38396 \end_inset
38397 </cell>
38398 </row>
38399 <row>
38400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38401 \begin_inset Text
38402
38403 \begin_layout Plain Layout
38404 text
38405 \end_layout
38406
38407 \end_inset
38408 </cell>
38409 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38410 \begin_inset Text
38411
38412 \begin_layout Plain Layout
38413 text
38414 \end_layout
38415
38416 \end_inset
38417 </cell>
38418 </row>
38419 </lyxtabular>
38420
38421 \end_inset
38422
38423  
38424 \begin_inset Tabular
38425 <lyxtabular version="3" rows="3" columns="3">
38426 <features tabularvalignment="middle">
38427 <column alignment="center" valignment="top">
38428 <column alignment="center" valignment="top">
38429 <column alignment="center" valignment="top">
38430 <row>
38431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38432 \begin_inset Text
38433
38434 \begin_layout Plain Layout
38435 text
38436 \end_layout
38437
38438 \end_inset
38439 </cell>
38440 <cell alignment="center" valignment="top" topline="true" usebox="none">
38441 \begin_inset Text
38442
38443 \begin_layout Plain Layout
38444 text
38445 \end_layout
38446
38447 \end_inset
38448 </cell>
38449 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38450 \begin_inset Text
38451
38452 \begin_layout Plain Layout
38453 text
38454 \end_layout
38455
38456 \end_inset
38457 </cell>
38458 </row>
38459 <row>
38460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38461 \begin_inset Text
38462
38463 \begin_layout Plain Layout
38464 text
38465 \end_layout
38466
38467 \end_inset
38468 </cell>
38469 <cell alignment="center" valignment="top" usebox="none">
38470 \begin_inset Text
38471
38472 \begin_layout Plain Layout
38473 \begin_inset Info
38474 type  "icon"
38475 arg   "dialog-show-new-inset graphics"
38476 \end_inset
38477
38478
38479 \end_layout
38480
38481 \end_inset
38482 </cell>
38483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38484 \begin_inset Text
38485
38486 \begin_layout Plain Layout
38487 text
38488 \end_layout
38489
38490 \end_inset
38491 </cell>
38492 </row>
38493 <row>
38494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38495 \begin_inset Text
38496
38497 \begin_layout Plain Layout
38498 text
38499 \end_layout
38500
38501 \end_inset
38502 </cell>
38503 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38504 \begin_inset Text
38505
38506 \begin_layout Plain Layout
38507 text
38508 \end_layout
38509
38510 \end_inset
38511 </cell>
38512 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38513 \begin_inset Text
38514
38515 \begin_layout Plain Layout
38516 text
38517 \end_layout
38518
38519 \end_inset
38520 </cell>
38521 </row>
38522 </lyxtabular>
38523
38524 \end_inset
38525
38526  
38527 \begin_inset Tabular
38528 <lyxtabular version="3" rows="3" columns="2">
38529 <features tabularvalignment="middle">
38530 <column alignment="center" valignment="top">
38531 <column alignment="center" valignment="top">
38532 <row>
38533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38534 \begin_inset Text
38535
38536 \begin_layout Plain Layout
38537 text
38538 \end_layout
38539
38540 \end_inset
38541 </cell>
38542 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38543 \begin_inset Text
38544
38545 \begin_layout Plain Layout
38546 text
38547 \end_layout
38548
38549 \end_inset
38550 </cell>
38551 </row>
38552 <row>
38553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38554 \begin_inset Text
38555
38556 \begin_layout Plain Layout
38557 text
38558 \end_layout
38559
38560 \end_inset
38561 </cell>
38562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38563 \begin_inset Text
38564
38565 \begin_layout Plain Layout
38566 \begin_inset Info
38567 type  "icon"
38568 arg   "dialog-show-new-inset graphics"
38569 \end_inset
38570
38571
38572 \end_layout
38573
38574 \end_inset
38575 </cell>
38576 </row>
38577 <row>
38578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38579 \begin_inset Text
38580
38581 \begin_layout Plain Layout
38582 text
38583 \end_layout
38584
38585 \end_inset
38586 </cell>
38587 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38588 \begin_inset Text
38589
38590 \begin_layout Plain Layout
38591 text
38592 \end_layout
38593
38594 \end_inset
38595 </cell>
38596 </row>
38597 </lyxtabular>
38598
38599 \end_inset
38600
38601
38602 \end_layout
38603
38604 \begin_layout Standard
38605 \noindent
38606 you can use the \SpecialChar LaTeX
38607 -package 
38608 \series bold
38609 picinpar
38610 \series default
38611
38612 \begin_inset Index idx
38613 status collapsed
38614
38615 \begin_layout Plain Layout
38616 \SpecialChar LaTeX
38617 -packages ! picinpar
38618 \end_layout
38619
38620 \end_inset
38621
38622 .
38623  Here is an example:
38624 \end_layout
38625
38626 \begin_layout Standard
38627 \begin_inset ERT
38628 status collapsed
38629
38630 \begin_layout Plain Layout
38631
38632
38633 \backslash
38634 ifpicinpar
38635 \end_layout
38636
38637 \end_inset
38638
38639
38640 \begin_inset Note Note
38641 status open
38642
38643 \begin_layout Plain Layout
38644 The following section will only be displayed when the \SpecialChar LaTeX
38645 -package 
38646 \series bold
38647 picinpar
38648 \series default
38649  is installed.
38650 \end_layout
38651
38652 \end_inset
38653
38654
38655 \end_layout
38656
38657 \begin_layout Standard
38658 \begin_inset ERT
38659 status collapsed
38660
38661 \begin_layout Plain Layout
38662
38663
38664 \backslash
38665 begin{window}[2,c,{
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \begin_inset Graphics
38672         filename clipart/2D-intensity-plot.pdf
38673         lyxscale 60
38674         width 40col%
38675         scaleBeforeRotation
38676         rotateOrigin center
38677
38678 \end_inset
38679
38680
38681 \begin_inset ERT
38682 status collapsed
38683
38684 \begin_layout Plain Layout
38685
38686 },]
38687 \end_layout
38688
38689 \begin_layout Plain Layout
38690
38691 {}
38692 \end_layout
38693
38694 \end_inset
38695
38696
38697 \size small
38698 It was in the spring of the year 1894 that all London was interested, and
38699  the fashionable world dismayed, by the murder of the Honourable Ronald
38700  Adair under most unusual and inexplicable circumstances.
38701  The public has already learned those particulars of the crime which
38702 \size default
38703
38704 \begin_inset ERT
38705 status collapsed
38706
38707 \begin_layout Plain Layout
38708
38709
38710 \backslash
38711 footnotemark{}
38712 \end_layout
38713
38714 \end_inset
38715
38716
38717 \size small
38718  came out in the police investigation, but a good deal was suppressed upon
38719  that occasion, since the case for the prosecution was so overwhelmingly
38720  strong that it was not necessary to bring forward all the facts.
38721  Only now, at the end of nearly ten years, am I allowed to supply those
38722  missing links which make up the whole of that remarkable chain.
38723 \size default
38724
38725 \begin_inset ERT
38726 status collapsed
38727
38728 \begin_layout Plain Layout
38729
38730
38731 \backslash
38732 end{window}
38733 \end_layout
38734
38735 \end_inset
38736
38737
38738 \end_layout
38739
38740 \begin_layout Standard
38741 \begin_inset ERT
38742 status collapsed
38743
38744 \begin_layout Plain Layout
38745
38746
38747 \backslash
38748 footnotetext{
38749 \end_layout
38750
38751 \end_inset
38752
38753 Footnote of the paragraph with the fixed object.
38754 \begin_inset ERT
38755 status collapsed
38756
38757 \begin_layout Plain Layout
38758
38759 }
38760 \end_layout
38761
38762 \end_inset
38763
38764
38765 \end_layout
38766
38767 \begin_layout Standard
38768 Surrounded fixed objects are used to let text float around them, at which
38769  the object's position in the paragraph can be determined by the number
38770  of lines above it.
38771  In contrary to floats is it not possible to have a numbered caption.
38772 \end_layout
38773
38774 \begin_layout Standard
38775 A fixed object is inserted by adding the command
38776 \end_layout
38777
38778 \begin_layout Standard
38779
38780 \series bold
38781
38782 \backslash
38783 begin{window}[2,c,{
38784 \end_layout
38785
38786 \begin_layout Standard
38787 as \SpecialChar TeX
38788  Code at the beginning of the paragraph.
38789  The first parameter in the bracket, here '2', defines the number of lines
38790  above the object, the second, here 'c', the position of the object.
38791  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38792  Behind the command you insert the object.
38793  In this example an image with a width of 40
38794 \begin_inset space \thinspace{}
38795 \end_inset
38796
38797 % of the text column width was inserted.
38798  The object can also be a table, a box or an equation.
38799  Behind the object the command
38800 \end_layout
38801
38802 \begin_layout Standard
38803
38804 \series bold
38805 },description text]
38806 \begin_inset Newline newline
38807 \end_inset
38808
38809 {}
38810 \end_layout
38811
38812 \begin_layout Standard
38813 is inserted.
38814  Note that the 
38815 \begin_inset Quotes eld
38816 \end_inset
38817
38818
38819 \series bold
38820 {}
38821 \series default
38822
38823 \begin_inset Quotes erd
38824 \end_inset
38825
38826  is in the second line.
38827  The description text is optional.
38828  The text surrounding the object must be in the same paragraph as the object,
38829  so it must begin directly after the 
38830 \series bold
38831 {}
38832 \series default
38833 .
38834  At the end of the paragraph insert the command:
38835 \end_layout
38836
38837 \begin_layout Standard
38838
38839 \series bold
38840
38841 \backslash
38842 end{window}
38843 \end_layout
38844
38845 \begin_layout Standard
38846 Within a paragraph with a fixed object, you cannot insert footnotes in the
38847  normal way.
38848  You have to use instead the command 
38849 \series bold
38850
38851 \backslash
38852 footnotemark
38853 \series default
38854  inside the paragraph and outside the command 
38855 \series bold
38856
38857 \backslash
38858 footnotetext
38859 \series default
38860  as described in sec.
38861 \begin_inset space \thinspace{}
38862 \end_inset
38863
38864
38865 \begin_inset CommandInset ref
38866 LatexCommand ref
38867 reference "sec:Footnotes"
38868
38869 \end_inset
38870
38871 .
38872 \end_layout
38873
38874 \begin_layout Standard
38875 \begin_inset ERT
38876 status collapsed
38877
38878 \begin_layout Plain Layout
38879
38880
38881 \backslash
38882 else
38883 \end_layout
38884
38885 \end_inset
38886
38887
38888 \begin_inset Note Note
38889 status open
38890
38891 \begin_layout Plain Layout
38892 The following will be displayed when the \SpecialChar LaTeX
38893 -package 
38894 \series bold
38895 picinpar
38896 \series default
38897  is not installed:
38898 \end_layout
38899
38900 \end_inset
38901
38902
38903 \end_layout
38904
38905 \begin_layout Standard
38906 You need to install the \SpecialChar LaTeX
38907 -package 
38908 \series bold
38909 picinpar
38910 \series default
38911  to see the following part of this section in the output.
38912 \end_layout
38913
38914 \begin_layout Standard
38915 \begin_inset ERT
38916 status collapsed
38917
38918 \begin_layout Plain Layout
38919
38920
38921 \backslash
38922 fi
38923 \end_layout
38924
38925 \end_inset
38926
38927
38928 \end_layout
38929
38930 \begin_layout Section
38931 Initials
38932 \begin_inset Index idx
38933 status collapsed
38934
38935 \begin_layout Plain Layout
38936 Initials
38937 \end_layout
38938
38939 \end_inset
38940
38941
38942 \begin_inset Index idx
38943 status collapsed
38944
38945 \begin_layout Plain Layout
38946 Surrounded by text ! Initials
38947 \end_layout
38948
38949 \end_inset
38950
38951
38952 \end_layout
38953
38954 \begin_layout Standard
38955 To use initials, you must have the \SpecialChar LaTeX
38956 -package 
38957 \series bold
38958 lettrine
38959 \series default
38960
38961 \begin_inset Index idx
38962 status collapsed
38963
38964 \begin_layout Plain Layout
38965 \SpecialChar LaTeX
38966 -packages ! lettrine
38967 \end_layout
38968
38969 \end_inset
38970
38971  installed and use the module 
38972 \family sans
38973 Initials
38974 \family default
38975  in your document (menu 
38976 \family sans
38977 Document\SpecialChar menuseparator
38978 Settings\SpecialChar menuseparator
38979 Modules
38980 \family default
38981 ).
38982  To insert an initial, use the style 
38983 \family sans
38984 Initial
38985 \family default
38986 .
38987  This style has a mandatory and two optional arguments.
38988  The arguments are inserted via the 
38989 \family sans
38990 Insert
38991 \family default
38992  menu.
38993  The mandatory argument 
38994 \family sans
38995 Initial
38996 \family default
38997  contains the letter(s) that is the initial, the argument 
38998 \family sans
38999 Rest
39000 \begin_inset space ~
39001 \end_inset
39002
39003 of
39004 \begin_inset space ~
39005 \end_inset
39006
39007 Initial
39008 \family default
39009  contains the rest of the word or text of the initial letter(s).
39010  The argument 
39011 \family sans
39012 Options
39013 \family default
39014  contains parameters to modify the initial.
39015  For more information about the possible parameters see the documentation
39016  of 
39017 \series bold
39018 lettrine
39019 \series default
39020
39021 \begin_inset CommandInset citation
39022 LatexCommand cite
39023 key "lettrine"
39024 literal "true"
39025
39026 \end_inset
39027
39028 .
39029  The style itself contains the text that is surrounding the initial.
39030  The usual style is hereby that the word whose first letter is the initial,
39031  is printed with 
39032 \shape smallcaps
39033 small caps
39034 \shape default
39035 .
39036 \end_layout
39037
39038 \begin_layout Standard
39039 Here are some examples:
39040 \end_layout
39041
39042 \begin_layout Standard
39043 \begin_inset ERT
39044 status collapsed
39045
39046 \begin_layout Plain Layout
39047
39048
39049 \backslash
39050 iflettrine
39051 \end_layout
39052
39053 \end_inset
39054
39055
39056 \begin_inset Note Note
39057 status open
39058
39059 \begin_layout Plain Layout
39060 The following section will only be displayed when the \SpecialChar LaTeX
39061 -package 
39062 \series bold
39063 lettrine
39064 \series default
39065  is installed.
39066 \end_layout
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \begin_layout Enumerate
39074 No optional argument, the initial is the letter 'I' in the math font 
39075 \begin_inset Formula $\mathfrak{Fraktur}$
39076 \end_inset
39077
39078 :
39079 \end_layout
39080
39081 \begin_deeper
39082 \begin_layout Initial
39083 \begin_inset Argument 2
39084 status open
39085
39086 \begin_layout Plain Layout
39087 \begin_inset Formula $\mathfrak{I}$
39088 \end_inset
39089
39090
39091 \end_layout
39092
39093 \end_inset
39094
39095
39096 \begin_inset Argument 3
39097 status open
39098
39099 \begin_layout Plain Layout
39100 t
39101 \end_layout
39102
39103 \end_inset
39104
39105  was in the spring of the year 1894 that all London was interested, and
39106  the fashionable world dismayed, by the murder of the Honourable Ronald
39107  Adair under most unusual and inexplicable circumstances.
39108  The public has already learned those particulars of the crime which came
39109  out in the police investigation, but a good deal was suppressed upon that
39110  occasion, since the case for the prosecution was so overwhelmingly strong
39111  that it was not necessary to bring forward all the facts.
39112 \begin_inset Newpage newpage
39113 \end_inset
39114
39115
39116 \end_layout
39117
39118 \end_deeper
39119 \begin_layout Enumerate
39120 Only one line is surrounding the initial, which is formed by two letters
39121  in standard font and no text is printed in small caps:
39122 \end_layout
39123
39124 \begin_deeper
39125 \begin_layout Initial
39126 \begin_inset Argument 1
39127 status open
39128
39129 \begin_layout Plain Layout
39130 lines=1
39131 \end_layout
39132
39133 \end_inset
39134
39135
39136 \begin_inset Argument 2
39137 status open
39138
39139 \begin_layout Plain Layout
39140 It
39141 \end_layout
39142
39143 \end_inset
39144
39145  was in the spring of the year 1894 that all London was interested, and
39146  the fashionable world dismayed, by the murder of the Honourable Ronald
39147  Adair under most unusual and inexplicable circumstances.
39148  The public has already learned those particulars of the crime which came
39149  out in the police investigation, but a good deal was suppressed upon that
39150  occasion, since the case for the prosecution was so overwhelmingly strong
39151  that it was not necessary to bring forward all the facts.
39152 \end_layout
39153
39154 \end_deeper
39155 \begin_layout Enumerate
39156 Magenta, hanging initial over 3
39157 \begin_inset space ~
39158 \end_inset
39159
39160 lines in the math font 
39161 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39162 \end_inset
39163
39164 , the text 
39165 \begin_inset Quotes eld
39166 \end_inset
39167
39168 t was in the spring
39169 \begin_inset Quotes erd
39170 \end_inset
39171
39172  is in 
39173 \shape smallcaps
39174 small caps
39175 \shape default
39176 ; to color the initial, you must insert this command before the initial:
39177 \begin_inset Newline newline
39178 \end_inset
39179
39180
39181 \series bold
39182
39183 \backslash
39184 renewcommand{
39185 \backslash
39186 LettrineFontHook}{
39187 \backslash
39188 color{color}}
39189 \series default
39190
39191 \begin_inset Newline newline
39192 \end_inset
39193
39194 where the second 
39195 \emph on
39196 color
39197 \emph default
39198  can be 
39199 \begin_inset Quotes eld
39200 \end_inset
39201
39202 red
39203 \begin_inset Quotes erd
39204 \end_inset
39205
39206
39207 \begin_inset Quotes eld
39208 \end_inset
39209
39210 blue
39211 \begin_inset Quotes erd
39212 \end_inset
39213
39214
39215 \begin_inset Quotes eld
39216 \end_inset
39217
39218 green
39219 \begin_inset Quotes erd
39220 \end_inset
39221
39222
39223 \begin_inset Quotes eld
39224 \end_inset
39225
39226 yellow
39227 \begin_inset Quotes erd
39228 \end_inset
39229
39230
39231 \begin_inset Quotes eld
39232 \end_inset
39233
39234 cyan
39235 \begin_inset Quotes erd
39236 \end_inset
39237
39238
39239 \begin_inset Quotes eld
39240 \end_inset
39241
39242 magenta
39243 \begin_inset Quotes erd
39244 \end_inset
39245
39246
39247 \begin_inset Quotes eld
39248 \end_inset
39249
39250 black
39251 \begin_inset Quotes erd
39252 \end_inset
39253
39254  or 
39255 \begin_inset Quotes eld
39256 \end_inset
39257
39258 white
39259 \begin_inset Quotes erd
39260 \end_inset
39261
39262 , and add this command to the document preamble:
39263 \begin_inset Newline newline
39264 \end_inset
39265
39266
39267 \series bold
39268
39269 \backslash
39270 @ifundefined{textcolor}
39271 \begin_inset Newline newline
39272 \end_inset
39273
39274
39275 \begin_inset space ~
39276 \end_inset
39277
39278 {
39279 \backslash
39280 usepackage{color}}{}
39281 \end_layout
39282
39283 \begin_deeper
39284 \begin_layout Standard
39285 \begin_inset ERT
39286 status collapsed
39287
39288 \begin_layout Plain Layout
39289
39290
39291 \backslash
39292 renewcommand{
39293 \backslash
39294 LettrineFontHook}{
39295 \backslash
39296 color{magenta}}
39297 \end_layout
39298
39299 \end_inset
39300
39301
39302 \begin_inset Note Note
39303 status collapsed
39304
39305 \begin_layout Plain Layout
39306 makes the initial magenta
39307 \end_layout
39308
39309 \end_inset
39310
39311
39312 \end_layout
39313
39314 \begin_layout Initial
39315 \begin_inset Argument 1
39316 status open
39317
39318 \begin_layout Plain Layout
39319 lines=3, lhang=0.33, loversize=0.25
39320 \end_layout
39321
39322 \end_inset
39323
39324
39325 \begin_inset Argument 2
39326 status open
39327
39328 \begin_layout Plain Layout
39329 \begin_inset Formula $\mathcal{I}$
39330 \end_inset
39331
39332
39333 \end_layout
39334
39335 \end_inset
39336
39337
39338 \begin_inset Argument 3
39339 status open
39340
39341 \begin_layout Plain Layout
39342 t was in the spring
39343 \end_layout
39344
39345 \end_inset
39346
39347  of the year 1894 that all London was interested, and the fashionable world
39348  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39349  and inexplicable circumstances.
39350  The public has already learned those particulars of the crime which came
39351  out in the police investigation, but a good deal was suppressed upon that
39352  occasion, since the case for the prosecution was so overwhelmingly strong
39353  that it was not necessary to bring forward all the facts.
39354 \end_layout
39355
39356 \end_deeper
39357 \begin_layout Standard
39358 \begin_inset ERT
39359 status collapsed
39360
39361 \begin_layout Plain Layout
39362
39363
39364 \backslash
39365 else
39366 \end_layout
39367
39368 \end_inset
39369
39370
39371 \begin_inset Note Note
39372 status open
39373
39374 \begin_layout Plain Layout
39375 The following will be displayed when the \SpecialChar LaTeX
39376 -package 
39377 \series bold
39378 lettrine
39379 \series default
39380  is not installed:
39381 \end_layout
39382
39383 \end_inset
39384
39385
39386 \end_layout
39387
39388 \begin_layout Standard
39389 You need to install the \SpecialChar LaTeX
39390 -package 
39391 \series bold
39392 lettrine
39393 \series default
39394  to see the following part of this section in the output.
39395 \end_layout
39396
39397 \begin_layout Standard
39398 \begin_inset ERT
39399 status collapsed
39400
39401 \begin_layout Plain Layout
39402
39403
39404 \backslash
39405 fi
39406 \end_layout
39407
39408 \end_inset
39409
39410
39411 \end_layout
39412
39413 \begin_layout Chapter
39414 External Document Parts
39415 \begin_inset Index idx
39416 status collapsed
39417
39418 \begin_layout Plain Layout
39419 External Document Parts
39420 \end_layout
39421
39422 \end_inset
39423
39424
39425 \end_layout
39426
39427 \begin_layout Standard
39428 With the menu 
39429 \family sans
39430 Insert\SpecialChar menuseparator
39431 File
39432 \family default
39433  you can insert external material into your document.
39434  This can be:
39435 \end_layout
39436
39437 \begin_layout Description
39438 LyX
39439 \begin_inset space ~
39440 \end_inset
39441
39442 Document Another \SpecialChar LyX
39443  document; its content is directly inserted to your document.
39444 \end_layout
39445
39446 \begin_layout Description
39447 Plain
39448 \begin_inset space ~
39449 \end_inset
39450
39451 Text A text document; each line is inserted in your document as a separate
39452  paragraph.
39453 \end_layout
39454
39455 \begin_layout Description
39456 Plain
39457 \begin_inset space ~
39458 \end_inset
39459
39460 Text,
39461 \begin_inset space ~
39462 \end_inset
39463
39464 Join
39465 \begin_inset space ~
39466 \end_inset
39467
39468 Lines A text document; text lines are inserted in your document continuously
39469  but an empty text line creates a new paragraph.
39470 \end_layout
39471
39472 \begin_layout Description
39473 External
39474 \begin_inset space ~
39475 \end_inset
39476
39477 Material Files in various formats.
39478 \end_layout
39479
39480 \begin_layout Description
39481 Child
39482 \begin_inset space ~
39483 \end_inset
39484
39485 Document \SpecialChar LyX
39486  or \SpecialChar LaTeX
39487  documents.
39488 \end_layout
39489
39490 \begin_layout Section
39491 External Material
39492 \begin_inset Index idx
39493 status collapsed
39494
39495 \begin_layout Plain Layout
39496 External Document Parts ! External Material
39497 \end_layout
39498
39499 \end_inset
39500
39501
39502 \end_layout
39503
39504 \begin_layout Standard
39505 The external material feature allows you to insert files into your document
39506  without converting them to a format that can be read by the document output
39507  format.
39508  \SpecialChar LyX
39509  takes care of the necessary conversions.
39510  This is similar to images that can be inserted in various image formats
39511  in \SpecialChar LyX
39512  documents.
39513  When you have enabled Instant Preview in \SpecialChar LyX
39514 's preferences under 
39515 \family sans
39516 Look
39517 \begin_inset space ~
39518 \end_inset
39519
39520 and
39521 \begin_inset space ~
39522 \end_inset
39523
39524 feel\SpecialChar menuseparator
39525 Graphics
39526 \family default
39527 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39528 .
39529 \end_layout
39530
39531 \begin_layout Standard
39532 External material can be inserted via the 
39533 \family sans
39534 External Material
39535 \family default
39536  dialog that is accessible with the menu 
39537 \family sans
39538 Insert\SpecialChar menuseparator
39539 File\SpecialChar menuseparator
39540 External
39541 \begin_inset space ~
39542 \end_inset
39543
39544 Material
39545 \family default
39546 .
39547  Currently the following file types (
39548 \family sans
39549 Templates
39550 \family default
39551 ) are allowed:
39552 \end_layout
39553
39554 \begin_layout Description
39555 Chess
39556 \begin_inset space ~
39557 \end_inset
39558
39559 diagram This template supports chess position diagrams made with the program
39560  
39561 \series bold
39562
39563 \begin_inset CommandInset href
39564 LatexCommand href
39565 name "XBoard"
39566 target "http://en.wikipedia.org/wiki/XBoard"
39567 literal "false"
39568
39569 \end_inset
39570
39571
39572 \series default
39573 .
39574 \end_layout
39575
39576 \begin_layout Description
39577 Dia
39578 \begin_inset space ~
39579 \end_inset
39580
39581 diagram This template supports diagrams created with the program 
39582 \series bold
39583
39584 \begin_inset CommandInset href
39585 LatexCommand href
39586 name "Dia"
39587 target "http://en.wikipedia.org/wiki/Dia_(software)"
39588 literal "false"
39589
39590 \end_inset
39591
39592
39593 \series default
39594 .
39595 \end_layout
39596
39597 \begin_layout Description
39598 Inkscape
39599 \begin_inset space ~
39600 \end_inset
39601
39602 figure This template supports specific scalable images derived from scalable
39603  vector graphics (SVG), in which the contained text is replaced by a version
39604  typeset by \SpecialChar LaTeX
39605  (and hence in the current document font).
39606  It relies on a feature of the program 
39607 \series bold
39608
39609 \begin_inset CommandInset href
39610 LatexCommand href
39611 name "Inkscape"
39612 target "https://inkscape.org/"
39613 literal "false"
39614
39615 \end_inset
39616
39617
39618 \series default
39619  which creates a special PDF or EPS and \SpecialChar LaTeX
39620  file from a given SVG file (in
39621  
39622 \noun on
39623 Inkscape
39624 \noun default
39625  itself, the feature is available via the option 
39626 \family sans
39627 Omit text in PDF and create LaTeX file
39628 \family default
39629  when saving a drawing as PDF or EPS).
39630  The benefit of such files is a uniform text style throughout the whole
39631  document.
39632 \begin_inset Newline newline
39633 \end_inset
39634
39635 The external template reads SVG files and uses a converter program to generate
39636  the respective PDF\SpecialChar breakableslash
39637 EPS and \SpecialChar LaTeX
39638  files (via
39639 \noun on
39640  
39641 \noun default
39642 Inkscape
39643 \noun on
39644 )
39645 \noun default
39646  on the fly, so you don't have to export those files yourself.
39647  If you prefer the latter and want use given 
39648 \family typewriter
39649 *.pdf
39650 \family default
39651  and 
39652 \family typewriter
39653 *.pdf_tex
39654 \family default
39655  or 
39656 \family typewriter
39657 *.eps
39658 \family default
39659  and 
39660 \family typewriter
39661 *.eps_tex
39662 \family default
39663  files instead, simply input the respective 
39664 \family typewriter
39665 *.pdf_tex
39666 \family default
39667  or 
39668 \family typewriter
39669 *.eps_tex
39670 \family default
39671  file via the 
39672 \family sans
39673 Child Documents
39674 \family default
39675  dialog (see sec.
39676 \begin_inset space ~
39677 \end_inset
39678
39679
39680 \begin_inset CommandInset ref
39681 LatexCommand ref
39682 reference "sec:Child-Documents"
39683
39684 \end_inset
39685
39686 ) rather than using this template.
39687 \begin_inset Newline newline
39688 \end_inset
39689
39690 You can use \SpecialChar TeX
39691  code commands such as 
39692 \series bold
39693
39694 \backslash
39695 Large
39696 \series default
39697
39698 \series bold
39699
39700 \backslash
39701 small
39702 \series default
39703 , etc.
39704 \begin_inset space \space{}
39705 \end_inset
39706
39707 in the text of the SVG.
39708  The size of the font will be taken from the settings of the \SpecialChar LyX
39709  document.
39710  Please refer to 
39711 \begin_inset CommandInset citation
39712 LatexCommand cite
39713 key "Inkscape"
39714 literal "false"
39715
39716 \end_inset
39717
39718  for more information and examples.
39719 \end_layout
39720
39721 \begin_layout Description
39722 Lilypond
39723 \begin_inset space ~
39724 \end_inset
39725
39726 typeset
39727 \begin_inset space ~
39728 \end_inset
39729
39730 music This template is used for music notation typeset with the program
39731 \begin_inset Newline linebreak
39732 \end_inset
39733
39734
39735 \series bold
39736
39737 \begin_inset CommandInset href
39738 LatexCommand href
39739 name "LilyPond"
39740 target "http://en.wikipedia.org/wiki/LilyPond"
39741 literal "false"
39742
39743 \end_inset
39744
39745
39746 \series default
39747 .
39748  For \SpecialChar LyX
39749 's extended support for LilyPond have a look at \SpecialChar LyX
39750 's example file 
39751 \emph on
39752 lilypond.lyx
39753 \emph default
39754 .
39755 \end_layout
39756
39757 \begin_layout Description
39758 PDF
39759 \begin_inset space ~
39760 \end_inset
39761
39762 pages With this template you can insert PDF documents to your document.
39763  To specify the range of pages that should be included, use the option 
39764 \series bold
39765 pages
39766 \series default
39767  in the 
39768 \family sans
39769 Option
39770 \family default
39771  field in the 
39772 \family sans
39773 LaTeX and LyX options
39774 \family default
39775  tab.
39776  The argument of this option is a comma separated list, containing page
39777  numbers (insert as option 
39778 \series bold
39779 pages={3,5,6,8}
39780 \series default
39781 ), ranges of page numbers (
39782 \series bold
39783 pages={4-9}
39784 \series default
39785 ) or any combination.
39786  To insert empty pages use {}.
39787  E.
39788 \begin_inset space \thinspace{}
39789 \end_inset
39790
39791 g.
39792 \begin_inset space ~
39793 \end_inset
39794
39795
39796 \series bold
39797 pages={3,{},8-11,15}
39798 \series default
39799  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39800  Page ranges are specified in the syntax 
39801 \emph on
39802 start
39803 \emph default
39804 -
39805 \emph on
39806 stop
39807 \emph default
39808 .
39809  This selects all pages from 
39810 \emph on
39811 start
39812 \emph default
39813  to 
39814 \emph on
39815 stop
39816 \emph default
39817 .
39818  Omitting 
39819 \emph on
39820 start
39821 \emph default
39822  defaults to the first page; omitting 
39823 \emph on
39824 stop
39825 \emph default
39826  defaults to the last page of the document.
39827  The last page can also be selected with the keyword 
39828 \series bold
39829 last
39830 \series default
39831 .
39832  (This is only permitted in a page range.) So 
39833 \series bold
39834 pages=-
39835 \series default
39836  will insert all pages of the document and 
39837 \series bold
39838 pages=last-1
39839 \series default
39840  will insert all pages in reverse order.
39841  If the pages option is not specified, only the first page of the PDF is
39842  inserted.
39843 \begin_inset Newline newline
39844 \end_inset
39845
39846 The option 
39847 \series bold
39848 noautoscale
39849 \series default
39850  inserts the pages with their original size, if this option is not given,
39851  the pages will be resized to fith the width of the page of your document.
39852  In the tab 
39853 \family sans
39854 Size and Rotation
39855 \family default
39856  you can specify the width and height of the input pages and their rotation.
39857  If another width than 100
39858 \begin_inset space \thinspace{}
39859 \end_inset
39860
39861 Scale% is used, the option 
39862 \series bold
39863 noautoscale
39864 \series default
39865  will be overwritten.
39866  For more info and possible options, have a look into the documentation
39867  of the \SpecialChar LaTeX
39868 -package 
39869 \series bold
39870 pdfpages
39871 \series default
39872  
39873 \begin_inset CommandInset citation
39874 LatexCommand cite
39875 key "pdfpages"
39876 literal "true"
39877
39878 \end_inset
39879
39880 .
39881 \begin_inset Index idx
39882 status collapsed
39883
39884 \begin_layout Plain Layout
39885 \SpecialChar LaTeX
39886 -packages ! pdfpages
39887 \end_layout
39888
39889 \end_inset
39890
39891
39892 \begin_inset Newline newline
39893 \end_inset
39894
39895 To use this template in a 
39896 \family sans
39897 Beamer
39898 \family default
39899  presentation you need to first insert an 
39900 \family sans
39901 EndFrame
39902 \family default
39903  environment and in a subsequent paragraph a \SpecialChar TeX
39904  Code box containing the command
39905  
39906 \series bold
39907
39908 \backslash
39909 setbeamertemplate{background canvas}{}
39910 \series default
39911 .
39912  Then you can insert as many paragraphs containing the PDFPages template
39913  as you wish.
39914  Behind the included PDF pages you can resume the Beamer presentation by
39915  beginning a new frame or by starting a new section.
39916  To avoid stray blank pages prior to the PDF pages, make sure to use the
39917  
39918 \family sans
39919 Default
39920 \family default
39921  alignment for the paragraph containing the template.
39922 \begin_inset Newline newline
39923 \end_inset
39924
39925 Here is an included PDF which is rotated by -5°: 
39926 \begin_inset External
39927         template PDFPages
39928         filename clipart/Abstract.pdf
39929         extra LaTeX "noautoscale, pages=-"
39930         rotateAngle -5
39931         rotateOrigin bottomleft
39932
39933 \end_inset
39934
39935
39936 \end_layout
39937
39938 \begin_layout Description
39939 Raster
39940 \begin_inset space ~
39941 \end_inset
39942
39943 image This can be used for bitmap images.
39944  The image can be treated in the 
39945 \family sans
39946 External material
39947 \family default
39948  dialog like the images that are usually included via the 
39949 \family sans
39950 Graphics
39951 \family default
39952  dialog as described in section
39953 \begin_inset space ~
39954 \end_inset
39955
39956
39957 \begin_inset CommandInset ref
39958 LatexCommand ref
39959 reference "sec:Graphics-Dialog"
39960
39961 \end_inset
39962
39963 .
39964  Here is an inserted raster image: 
39965 \begin_inset External
39966         template RasterImage
39967         filename clipart/ToolbarEnvBox.png
39968
39969 \end_inset
39970
39971
39972 \end_layout
39973
39974 \begin_layout Description
39975 Spreadsheet With this template you can insert spreadsheets
39976 \begin_inset space \thinspace{}
39977 \end_inset
39978
39979 /
39980 \begin_inset space \thinspace{}
39981 \end_inset
39982
39983 tables in the format of 
39984 \series bold
39985
39986 \begin_inset CommandInset href
39987 LatexCommand href
39988 name "Gnumeric"
39989 target "http://en.wikipedia.org/wiki/Gnumeric"
39990 literal "false"
39991
39992 \end_inset
39993
39994
39995 \series default
39996
39997 \begin_inset CommandInset href
39998 LatexCommand href
39999 name "OpenDocument"
40000 target "http://en.wikipedia.org/wiki/OpenDocument"
40001 literal "false"
40002
40003 \end_inset
40004
40005
40006 \begin_inset CommandInset href
40007 LatexCommand href
40008 name "Microsoft Office XML"
40009 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40010 literal "false"
40011
40012 \end_inset
40013
40014  and 
40015 \begin_inset CommandInset href
40016 LatexCommand href
40017 name "Office Open XML"
40018 target "http://en.wikipedia.org/wiki/Office_Open_XML"
40019 literal "false"
40020
40021 \end_inset
40022
40023 .
40024  For this feature \SpecialChar LyX
40025  must have found the program 
40026 \family typewriter
40027 ssconvert
40028 \family default
40029  during its configuration.
40030  This program is part of Gnumeric, so that you must have Gnumeric installed,
40031  also if you don't have tables in the Gnumeric format.
40032  For examples and possible limitations have a look at \SpecialChar LyX
40033 's example file 
40034 \emph on
40035 spreadsheet.lyx
40036 \emph default
40037 .
40038 \end_layout
40039
40040 \begin_layout Description
40041 Vector
40042 \begin_inset space ~
40043 \end_inset
40044
40045 graphics This can be used for vector graphics.
40046  The image can be treated in the 
40047 \family sans
40048 External material
40049 \family default
40050  dialog like the images that are usually included via the 
40051 \family sans
40052 Graphics
40053 \family default
40054  dialog as described in section
40055 \begin_inset space ~
40056 \end_inset
40057
40058
40059 \begin_inset CommandInset ref
40060 LatexCommand ref
40061 reference "sec:Graphics-Dialog"
40062
40063 \end_inset
40064
40065 .
40066  Here is an inserted vector graphics: 
40067 \begin_inset External
40068         template VectorGraphics
40069         filename clipart/SVG-Drawing.svg
40070         lyxscale 50
40071         scale 33
40072
40073 \end_inset
40074
40075
40076 \end_layout
40077
40078 \begin_layout Description
40079 Xfig
40080 \begin_inset space ~
40081 \end_inset
40082
40083 figure This template supports images created with the program 
40084 \begin_inset CommandInset href
40085 LatexCommand href
40086 name "Xfig"
40087 target "http://en.wikipedia.org/wiki/Xfig"
40088 literal "false"
40089
40090 \end_inset
40091
40092 .
40093 \end_layout
40094
40095 \begin_layout Standard
40096 When you use the option 
40097 \family sans
40098 Draft
40099 \family default
40100  in the 
40101 \family sans
40102 File
40103 \family default
40104  tab of the 
40105 \family sans
40106 External Material
40107 \family default
40108  dialog, only the path to the inserted file is shown in the output.
40109 \begin_inset Newline newline
40110 \end_inset
40111
40112 External material is displayed in \SpecialChar LyX
40113  either as a box like this: 
40114 \begin_inset Graphics
40115         filename clipart/ExternalMaterial.png
40116         scale 95
40117         scaleBeforeRotation
40118
40119 \end_inset
40120
40121  or as image, depending on the option 
40122 \family sans
40123 Show in LyX
40124 \family default
40125  in the 
40126 \family sans
40127 LaTeX and LyX options
40128 \family default
40129  tab of the dialog.
40130 \end_layout
40131
40132 \begin_layout Standard
40133 The 
40134 \family sans
40135 \emph on
40136 Customization
40137 \family default
40138 \emph default
40139  manual explains how you can define your own templates.
40140 \end_layout
40141
40142 \begin_layout Section
40143 Child Documents
40144 \begin_inset CommandInset label
40145 LatexCommand label
40146 name "sec:Child-Documents"
40147
40148 \end_inset
40149
40150
40151 \begin_inset Index idx
40152 status collapsed
40153
40154 \begin_layout Plain Layout
40155 External Document Parts ! Child Documents
40156 \end_layout
40157
40158 \end_inset
40159
40160
40161 \begin_inset Index idx
40162 status collapsed
40163
40164 \begin_layout Plain Layout
40165 Files ! Include
40166 \end_layout
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174 Child documents are used if you have a long document consisting of several
40175  larger parts or sections.
40176  For maintenance it is often useful and sometimes even required to split
40177  the document into several files that can be revised separately.
40178  The different documents are then the so called 
40179 \begin_inset Quotes eld
40180 \end_inset
40181
40182 child documents
40183 \begin_inset Quotes erd
40184 \end_inset
40185
40186 , and a master document connects them to print the full document or parts
40187  of it.
40188  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40189  preamble,
40190  the bibliography, and labels for cross-references.
40191 \end_layout
40192
40193 \begin_layout Standard
40194 To be able to work on child documents without the need to open their master,
40195  specify in the child document the master in the menu
40196 \family sans
40197  Document\SpecialChar menuseparator
40198 Settings\SpecialChar menuseparator
40199 Document
40200 \begin_inset space ~
40201 \end_inset
40202
40203 Class
40204 \family default
40205 .
40206  This master document will then be used in the background by \SpecialChar LyX
40207  when you edit
40208  the child document.
40209 \end_layout
40210
40211 \begin_layout Standard
40212 Included documents are displayed in \SpecialChar LyX
40213  as a box like this: 
40214 \begin_inset Graphics
40215         filename clipart/ChildDocument.png
40216         scale 95
40217         scaleBeforeRotation
40218
40219 \end_inset
40220
40221  To include child documents in a master document use the menu 
40222 \family sans
40223 Insert\SpecialChar menuseparator
40224 File\SpecialChar menuseparator
40225 Child
40226 \begin_inset space ~
40227 \end_inset
40228
40229 Documents
40230 \family default
40231 .
40232  A dialog pops up where you can choose between four include methods:
40233 \end_layout
40234
40235 \begin_layout Description
40236 Include You can include \SpecialChar LyX
40237  and \SpecialChar LaTeX
40238  documents.
40239  When you press the 
40240 \family sans
40241 Edit
40242 \family default
40243  button in the 
40244 \family sans
40245 Child Document
40246 \family default
40247  dialog, the included document will be opened in \SpecialChar LyX
40248  in a new file tab so that
40249  you can modify it.
40250 \begin_inset Newline newline
40251 \end_inset
40252
40253
40254 \end_layout
40255
40256 \begin_layout Standard
40257 Here is a child document inserted using 
40258 \family sans
40259 Include
40260 \family default
40261
40262 \begin_inset CommandInset include
40263 LatexCommand include
40264 filename "DummyDocument1.lyx"
40265
40266 \end_inset
40267
40268
40269 \end_layout
40270
40271 \begin_layout Standard
40272 The section numbering includes the sections of the included files in the
40273  order they are inserted in the master document.
40274  The included example document has for example a subsection that is numbered
40275  as a subsection of this section.
40276  Labels of included documents can be referenced: Subsection
40277 \begin_inset space ~
40278 \end_inset
40279
40280
40281 \begin_inset CommandInset ref
40282 LatexCommand ref
40283 reference "subsec:External-Subsection-1"
40284
40285 \end_inset
40286
40287 .
40288 \end_layout
40289
40290 \begin_layout Standard
40291 The preamble of the child document is ignored; only the preamble of the
40292  master document is used.
40293  Branches in child documents will be ignored by the master document when
40294  the master document does not have a branch with the same name.
40295  Included documents are inserted starting on a new page and ending with
40296  a page break.
40297 \end_layout
40298
40299 \begin_layout Standard
40300 \begin_inset Note Greyedout
40301 status open
40302
40303 \begin_layout Plain Layout
40304
40305 \series bold
40306 Note:
40307 \series default
40308  If you have included a \SpecialChar LyX
40309  or \SpecialChar LaTeX
40310  file, you are warned when you export/view the
40311  document in case the child document uses another document class than the
40312  master document as this will lead to unexpected outputs.
40313 \end_layout
40314
40315 \end_inset
40316
40317
40318 \end_layout
40319
40320 \begin_layout Description
40321 Input This method is very similar to the Include method.
40322  The differences are:
40323 \end_layout
40324
40325 \begin_deeper
40326 \begin_layout Itemize
40327 Input files don't start with a new page and don't end with a page break.
40328 \end_layout
40329
40330 \begin_layout Itemize
40331 Input files can be previewed in \SpecialChar LyX
40332  when 
40333 \family sans
40334 Instant
40335 \begin_inset space ~
40336 \end_inset
40337
40338 Preview
40339 \family default
40340  is enabled in \SpecialChar LyX
40341 's preferences under 
40342 \family sans
40343 Look
40344 \begin_inset space ~
40345 \end_inset
40346
40347 and
40348 \begin_inset space ~
40349 \end_inset
40350
40351 feel\SpecialChar menuseparator
40352 Graphics
40353 \family default
40354 .
40355 \end_layout
40356
40357 \begin_layout Itemize
40358 You cannot exclude Input files via the menu 
40359 \family sans
40360 Document\SpecialChar menuseparator
40361 Settings\SpecialChar menuseparator
40362 Child Documents
40363 \family default
40364 .
40365 \end_layout
40366
40367 \end_deeper
40368 \begin_layout Standard
40369 Here is a child document inserted using 
40370 \family sans
40371 Input
40372 \family default
40373
40374 \begin_inset CommandInset include
40375 LatexCommand input
40376 filename "DummyDocument2.lyx"
40377
40378 \end_inset
40379
40380
40381 \end_layout
40382
40383 \begin_layout Description
40384 Verbatim With this method any text file can be included.
40385  The file is shown in the output with its source code; no command used in
40386  the text is invoked.
40387  You can use the option 
40388 \family sans
40389 Mark spaces in output
40390 \family default
40391  that displays the character 
40392 \begin_inset Quotes eld
40393 \end_inset
40394
40395
40396 \begin_inset ERT
40397 status collapsed
40398
40399 \begin_layout Plain Layout
40400
40401
40402 \backslash
40403 textvisiblespace 
40404 \end_layout
40405
40406 \end_inset
40407
40408
40409 \begin_inset Quotes erd
40410 \end_inset
40411
40412  for every space character in the source code.
40413  The difference from the method via the menu 
40414 \family sans
40415 Insert\SpecialChar menuseparator
40416 File\SpecialChar menuseparator
40417 Plain
40418 \begin_inset space ~
40419 \end_inset
40420
40421 Text
40422 \family default
40423  is that the document content is not shown in \SpecialChar LyX
40424 .
40425 \end_layout
40426
40427 \begin_layout Standard
40428 Here is a child document inserted as Verbatim: 
40429 \begin_inset CommandInset include
40430 LatexCommand verbatiminput
40431 filename "DummyTextDocument.txt"
40432
40433 \end_inset
40434
40435
40436 \begin_inset VSpace bigskip
40437 \end_inset
40438
40439  Here is a child document inserted as Verbatim using the 
40440 \family sans
40441 Mark spaces in output
40442 \family default
40443  option: 
40444 \begin_inset CommandInset include
40445 LatexCommand verbatiminput*
40446 filename "DummyTextDocument.txt"
40447
40448 \end_inset
40449
40450
40451 \end_layout
40452
40453 \begin_layout Standard
40454 \begin_inset VSpace bigskip
40455 \end_inset
40456
40457
40458 \end_layout
40459
40460 \begin_layout Standard
40461 \begin_inset Note Greyedout
40462 status open
40463
40464 \begin_layout Plain Layout
40465
40466 \series bold
40467 Note:
40468 \series default
40469  As you can see in the examples above, the text of the documents included
40470  as 
40471 \family sans
40472 verbatim
40473 \family default
40474  is not broken at the end of the document lines.
40475 \end_layout
40476
40477 \end_inset
40478
40479
40480 \end_layout
40481
40482 \begin_layout Description
40483 Listings This type is described in chapter
40484 \begin_inset space ~
40485 \end_inset
40486
40487
40488 \begin_inset CommandInset ref
40489 LatexCommand ref
40490 reference "cha:Program-Code-Listings"
40491
40492 \end_inset
40493
40494 .
40495 \end_layout
40496
40497 \begin_layout Standard
40498 \begin_inset Note Greyedout
40499 status open
40500
40501 \begin_layout Plain Layout
40502
40503 \series bold
40504 Note:
40505 \series default
40506  Including the same document twice in a document using different methods
40507  could cause \SpecialChar LaTeX
40508 -problems.
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \end_layout
40515
40516 \begin_layout Standard
40517 If you want to view/export only selected children of your master document,
40518  either because you want to save compiling time or because you want to distribut
40519 e single chapters of the book you are just writing, you can exclude children
40520  from the output.
40521  This is done via the menu 
40522 \family sans
40523 Document\SpecialChar menuseparator
40524 Settings\SpecialChar menuseparator
40525 Child Documents
40526 \family default
40527 .
40528  You can exclude\SpecialChar breakableslash
40529 include children by double-clicking on the 
40530 \family sans
40531 include to output
40532 \family default
40533  column of the respective child document in the list (note that this only
40534  works for documents embedded via 
40535 \begin_inset Quotes eld
40536 \end_inset
40537
40538 Include
40539 \begin_inset Quotes erd
40540 \end_inset
40541
40542 , not with 
40543 \begin_inset Quotes eld
40544 \end_inset
40545
40546 Input
40547 \begin_inset Quotes erd
40548 \end_inset
40549
40550 ).
40551  If the option 
40552 \family sans
40553 Maintain counters and references
40554 \family default
40555  is enabled, \SpecialChar LyX
40556  will assure that all page numbers, references etc.
40557 \begin_inset space ~
40558 \end_inset
40559
40560 are correct as if the whole document was processed.
40561  This is useful if you want the selected sub-documents to look exactly as
40562  in the context of the whole document.
40563  However, \SpecialChar LyX
40564  needs to process the whole document in the background for this
40565  feature.
40566  So if you want to save compile time and if counters and references do not
40567  need to be correct, disable this checkbox.
40568 \end_layout
40569
40570 \begin_layout Standard
40571 Alternatively, you can put each included file into a branch.
40572 \begin_inset Foot
40573 status collapsed
40574
40575 \begin_layout Plain Layout
40576 Branches are described in section 
40577 \emph on
40578 Branches
40579 \emph default
40580  of the \SpecialChar LyX
40581  
40582 \emph on
40583 Userguide
40584 \emph default
40585 .
40586 \end_layout
40587
40588 \end_inset
40589
40590  By enabling\SpecialChar breakableslash
40591 disabling branches you can decide which included files will
40592  appear in the output.
40593  This has the advantage that it also works with Input'ed sub-documents.
40594  However, counters and references will not be maintained with this approach.
40595 \end_layout
40596
40597 \begin_layout Chapter
40598 Program Code Listings
40599 \begin_inset CommandInset label
40600 LatexCommand label
40601 name "cha:Program-Code-Listings"
40602
40603 \end_inset
40604
40605
40606 \begin_inset Index idx
40607 status collapsed
40608
40609 \begin_layout Plain Layout
40610 Listings
40611 \end_layout
40612
40613 \end_inset
40614
40615
40616 \begin_inset Index idx
40617 status collapsed
40618
40619 \begin_layout Plain Layout
40620 Program Code
40621 \end_layout
40622
40623 \end_inset
40624
40625
40626 \begin_inset Index idx
40627 status collapsed
40628
40629 \begin_layout Plain Layout
40630 Floats ! Listings
40631 \end_layout
40632
40633 \end_inset
40634
40635
40636 \end_layout
40637
40638 \begin_layout Standard
40639 To include and typeset program code you can use the 
40640 \family sans
40641 Listings
40642 \family default
40643  inset that can be inserted via the menu 
40644 \family sans
40645 Insert\SpecialChar menuseparator
40646 Program Listing
40647 \family default
40648 .
40649  The \SpecialChar LaTeX
40650 -packages 
40651 \series bold
40652 listings
40653 \series default
40654
40655 \begin_inset Index idx
40656 status collapsed
40657
40658 \begin_layout Plain Layout
40659 \SpecialChar LaTeX
40660 -packages ! listings
40661 \end_layout
40662
40663 \end_inset
40664
40665  or 
40666 \series bold
40667 minted
40668 \series default
40669
40670 \begin_inset Index idx
40671 status collapsed
40672
40673 \begin_layout Plain Layout
40674 \SpecialChar LaTeX
40675 -packages ! minted
40676 \end_layout
40677
40678 \end_inset
40679
40680  provide a powerful and flexible way to insert program source code into
40681  your document.
40682  One can only use one of these packages in a document.
40683  
40684 \series bold
40685 listings
40686 \series default
40687  is used by default.
40688 \end_layout
40689
40690 \begin_layout Standard
40691 \begin_inset Note Note
40692 status open
40693
40694 \begin_layout Plain Layout
40695
40696 \series bold
40697 Note:
40698 \series default
40699  \SpecialChar LyX
40700  does NOT want to encourage users to add the 
40701 \family typewriter
40702 -shell-escape
40703 \family default
40704  option to converter definitions.
40705  It works, but it is a huge security risk.
40706  There is an active discussion about how to handle this.
40707  Once that's been resolved, this can be updated appropriately.
40708 \end_layout
40709
40710 \begin_layout Plain Layout
40711 =====
40712 \end_layout
40713
40714 \begin_layout Plain Layout
40715 In order to use 
40716 \series bold
40717 minted
40718 \series default
40719 , you need to select it as the syntax highlighting package in the document
40720  settings under 
40721 \family sans
40722 Listings
40723 \family default
40724 .
40725  
40726 \series bold
40727 minted
40728 \series default
40729  requires also additionally the module 
40730 \family sans
40731 pygments
40732 \family default
40733  of the software 
40734 \noun on
40735 Python
40736 \noun default
40737
40738 \begin_inset Foot
40739 status collapsed
40740
40741 \begin_layout Plain Layout
40742 Under \SpecialChar LyX
40743  for Windows 
40744 \family sans
40745 pygments
40746 \family default
40747  is already installed.
40748 \end_layout
40749
40750 \end_inset
40751
40752  and the option 
40753 \family typewriter
40754 -shell-escape
40755 \family default
40756  for the \SpecialChar LaTeX
40757  processor.
40758  If you want for example view or export your document as the format 
40759 \family sans
40760 PDF
40761 \begin_inset space ~
40762 \end_inset
40763
40764 (pdflatex)
40765 \family default
40766 , go to the \SpecialChar LyX
40767  preferences and there to the section 
40768 \family sans
40769 File
40770 \begin_inset space ~
40771 \end_inset
40772
40773 Handling\SpecialChar menuseparator
40774 Converters
40775 \family default
40776 .
40777  There go to the entry 
40778 \family sans
40779 LaTeX
40780 \begin_inset space ~
40781 \end_inset
40782
40783 (pdflatex) -> PDF
40784 \begin_inset space ~
40785 \end_inset
40786
40787 (pdflatex)
40788 \family default
40789  and look at the field 
40790 \family sans
40791 Converter
40792 \family default
40793 .
40794  There you see by default the content
40795 \begin_inset Newline newline
40796 \end_inset
40797
40798
40799 \series bold
40800 pdflatex $$i
40801 \series default
40802
40803 \begin_inset Newline newline
40804 \end_inset
40805
40806 Now change it to
40807 \begin_inset Newline newline
40808 \end_inset
40809
40810
40811 \series bold
40812 pdflatex $$i -shell-escape
40813 \begin_inset Newline newline
40814 \end_inset
40815
40816
40817 \series default
40818 and press the 
40819 \family sans
40820 Modify
40821 \family default
40822  button and subsequently 
40823 \family sans
40824 Apply
40825 \family default
40826  or 
40827 \family sans
40828 Save
40829 \family default
40830 .
40831  The same can be done for the output formats 
40832 \family sans
40833 PDF
40834 \begin_inset space ~
40835 \end_inset
40836
40837 (LuaTeX)
40838 \family default
40839  and 
40840 \family sans
40841 PDF
40842 \begin_inset space ~
40843 \end_inset
40844
40845 (XeTeX)
40846 \family default
40847 .
40848 \end_layout
40849
40850 \end_inset
40851
40852
40853 \end_layout
40854
40855 \begin_layout Standard
40856 Right-clicking on a listings inset opens the context menu containing where
40857  you can set the listings format.
40858 \end_layout
40859
40860 \begin_layout Standard
40861 By default, a listing starts a new paragraph in the output.
40862  The placement option 
40863 \family sans
40864 Inline
40865 \begin_inset space ~
40866 \end_inset
40867
40868 listing
40869 \family default
40870  prints the listing inline like this: 
40871 \begin_inset listings
40872 lstparams "language={C++}"
40873 inline true
40874 status open
40875
40876 \begin_layout Plain Layout
40877
40878 int a=5;
40879 \end_layout
40880
40881 \end_inset
40882
40883
40884 \begin_inset Newline newline
40885 \end_inset
40886
40887 The option 
40888 \family sans
40889 Float
40890 \family default
40891  creates a listings float where you can specify the placement options 
40892 \begin_inset Quotes eld
40893 \end_inset
40894
40895
40896 \family sans
40897 h
40898 \family default
40899
40900 \begin_inset Quotes erd
40901 \end_inset
40902
40903
40904 \begin_inset Quotes eld
40905 \end_inset
40906
40907
40908 \family sans
40909 t
40910 \family default
40911
40912 \begin_inset Quotes erd
40913 \end_inset
40914
40915
40916 \begin_inset Quotes eld
40917 \end_inset
40918
40919
40920 \family sans
40921 b
40922 \family default
40923
40924 \begin_inset Quotes erd
40925 \end_inset
40926
40927 , and 
40928 \begin_inset Quotes eld
40929 \end_inset
40930
40931
40932 \family sans
40933 p
40934 \family default
40935
40936 \begin_inset Quotes erd
40937 \end_inset
40938
40939  corresponding to the float placement options described in section
40940 \begin_inset space ~
40941 \end_inset
40942
40943
40944 \begin_inset CommandInset ref
40945 LatexCommand ref
40946 reference "sec:Float-Placement"
40947
40948 \end_inset
40949
40950 .
40951  The placement options can be mixed and are inserted without any separation,
40952  e.
40953 \begin_inset space \thinspace{}
40954 \end_inset
40955
40956 g.
40957 \begin_inset space \space{}
40958 \end_inset
40959
40960
40961 \begin_inset Quotes eld
40962 \end_inset
40963
40964
40965 \family sans
40966 htbp
40967 \family default
40968
40969 \begin_inset Quotes erd
40970 \end_inset
40971
40972 .
40973  The option 
40974 \begin_inset Quotes eld
40975 \end_inset
40976
40977 h
40978 \begin_inset Quotes erd
40979 \end_inset
40980
40981  has sometimes no effect, but you don't need to use the 
40982 \family sans
40983 Float
40984 \family default
40985  option in this case as also non-float listings can have captions and be
40986  referenced.
40987 \end_layout
40988
40989 \begin_layout Standard
40990 You can add captions to listings that are not inline with the menu 
40991 \family sans
40992 Insert\SpecialChar menuseparator
40993 Caption
40994 \family default
40995 .
40996  Listings can be referenced like floats: Listing
40997 \begin_inset space ~
40998 \end_inset
40999
41000
41001 \begin_inset CommandInset ref
41002 LatexCommand ref
41003 reference "lst:Example-Listing"
41004
41005 \end_inset
41006
41007 .
41008  A list of listings which contains all listings with captions can be created
41009  via the menu 
41010 \family sans
41011 Insert\SpecialChar menuseparator
41012 List
41013 \begin_inset space ~
41014 \end_inset
41015
41016 /
41017 \begin_inset space ~
41018 \end_inset
41019
41020 TOC\SpecialChar menuseparator
41021 List of Listings
41022 \family default
41023 .
41024  The list entries are the listing caption and the listing number.
41025 \end_layout
41026
41027 \begin_layout Standard
41028 \begin_inset listings
41029 lstparams "language=Python"
41030 inline false
41031 status open
41032
41033 \begin_layout Plain Layout
41034
41035 \begin_inset Caption Standard
41036
41037 \begin_layout Plain Layout
41038 \begin_inset CommandInset label
41039 LatexCommand label
41040 name "lst:Example-Listing"
41041
41042 \end_inset
41043
41044 Example Listing float
41045 \end_layout
41046
41047 \end_inset
41048
41049 # Example listing float
41050 \end_layout
41051
41052 \begin_layout Plain Layout
41053
41054 def func(param):
41055 \end_layout
41056
41057 \begin_layout Plain Layout
41058
41059     'this is a python function'
41060 \end_layout
41061
41062 \begin_layout Plain Layout
41063
41064     pass
41065 \end_layout
41066
41067 \end_inset
41068
41069
41070 \end_layout
41071
41072 \begin_layout Standard
41073 \begin_inset Note Greyedout
41074 status open
41075
41076 \begin_layout Plain Layout
41077
41078 \series bold
41079 Note: 
41080 \series default
41081 The 
41082 \series bold
41083 listings
41084 \series default
41085  package places captions before the listing by default.
41086 \begin_inset Newline newline
41087 \end_inset
41088
41089 The 
41090 \series bold
41091 minted
41092 \series default
41093  package places them after the listing by default if it is floating.
41094  If tit is not floating caption will be typeset before the listing if it
41095  is inserted to its first line, otherwise it will be typeset after the listing.
41096  If you want to force the placement in avery case before the listing, you
41097  have to add the following lines as last thing to the preamble:
41098 \begin_inset Newline newline
41099 \end_inset
41100
41101
41102 \series bold
41103
41104 \backslash
41105 @ifundefined{newfloat}
41106 \begin_inset Newline newline
41107 \end_inset
41108
41109
41110 \begin_inset Phantom HPhantom
41111 status open
41112
41113 \begin_layout Plain Layout
41114
41115 \series bold
41116 \begin_inset space ~
41117 \end_inset
41118
41119
41120 \end_layout
41121
41122 \end_inset
41123
41124 {
41125 \backslash
41126 usepackage{float}}{}
41127 \begin_inset Newline newline
41128 \end_inset
41129
41130
41131 \backslash
41132 floatstyle{plaintop}
41133 \series default
41134
41135 \begin_inset Note Note
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139 The package 
41140 \series bold
41141 float
41142 \series default
41143  will be loaded automatically by \SpecialChar LyX
41144  when you use special document-wide float
41145  placement settings.
41146  To avoid that it is loaded twice the command 
41147 \series bold
41148
41149 \backslash
41150 @ifundefined
41151 \series default
41152  is used in the above command.
41153 \end_layout
41154
41155 \end_inset
41156
41157
41158 \end_layout
41159
41160 \end_inset
41161
41162
41163 \end_layout
41164
41165 \begin_layout Standard
41166 When you have set a programming language in the listings dialog, the keywords
41167  of this language will be recognized and specially typeset in the output.
41168  In the example listings the Python keyword 
41169 \begin_inset Quotes eld
41170 \end_inset
41171
41172 def
41173 \begin_inset Quotes erd
41174 \end_inset
41175
41176  is recognized and printed bold in the output.
41177 \end_layout
41178
41179 \begin_layout Standard
41180 \begin_inset Note Greyedout
41181 status open
41182
41183 \begin_layout Plain Layout
41184
41185 \series bold
41186 Note:
41187 \series default
41188  If you don't get bold keywords when using typewriter fonts, your 
41189 \family typewriter
41190 typewriter
41191 \family default
41192  font probably doesn't provide a bold shape.
41193  In this case select a different one in the menu 
41194 \family sans
41195 Document\SpecialChar menuseparator
41196 Settings\SpecialChar menuseparator
41197 Fonts
41198 \family default
41199 .
41200  (The fonts 
41201 \emph on
41202 LuxiMono, BeraMono
41203 \emph default
41204  and 
41205 \emph on
41206 Courier
41207 \emph default
41208  provide bold shapes.)
41209 \end_layout
41210
41211 \end_inset
41212
41213
41214 \end_layout
41215
41216 \begin_layout Standard
41217 In section 
41218 \family sans
41219 Line
41220 \begin_inset space ~
41221 \end_inset
41222
41223 numbering
41224 \family default
41225  of the listings dialog you can specify the line numbering style.
41226  You can insert a number to specify which lines are numbered in the field
41227  
41228 \family sans
41229 Step
41230 \family default
41231 .
41232  When you insert e.
41233 \begin_inset space \thinspace{}
41234 \end_inset
41235
41236 g.
41237 \begin_inset space \space{}
41238 \end_inset
41239
41240
41241 \begin_inset Quotes eld
41242 \end_inset
41243
41244 3
41245 \begin_inset Quotes erd
41246 \end_inset
41247
41248 , only every 3rd line will be numbered.
41249 \end_layout
41250
41251 \begin_layout Standard
41252 You can furthermore specify a range of lines; only these will then appear
41253  in the output.
41254  The option 
41255 \family sans
41256 Extended character table
41257 \family default
41258  is only meaningful for the 
41259 \series bold
41260 listings
41261 \series default
41262  package and should be used when you use national characters like the German
41263  umlauts in the listing.
41264 \begin_inset Newline newline
41265 \end_inset
41266
41267 Here is an example listing with left line numbering, step 
41268 \begin_inset Quotes eld
41269 \end_inset
41270
41271 3
41272 \begin_inset Quotes erd
41273 \end_inset
41274
41275 , language 
41276 \begin_inset Quotes eld
41277 \end_inset
41278
41279 Python
41280 \begin_inset Quotes erd
41281 \end_inset
41282
41283 , options 
41284 \begin_inset Quotes eld
41285 \end_inset
41286
41287 Extended character table
41288 \begin_inset Quotes erd
41289 \end_inset
41290
41291  and 
41292 \begin_inset Quotes eld
41293 \end_inset
41294
41295 Space
41296 \begin_inset space ~
41297 \end_inset
41298
41299 as
41300 \begin_inset space ~
41301 \end_inset
41302
41303 symbol
41304 \begin_inset Quotes erd
41305 \end_inset
41306
41307 , range lines 3
41308 \begin_inset space \thinspace{}
41309 \end_inset
41310
41311 -
41312 \begin_inset space \thinspace{}
41313 \end_inset
41314
41315 8:
41316 \end_layout
41317
41318 \begin_layout Standard
41319 \begin_inset listings
41320 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41321 inline false
41322 status open
41323
41324 \begin_layout Plain Layout
41325
41326 def func(param):
41327 \end_layout
41328
41329 \begin_layout Plain Layout
41330
41331     'this is a python function'
41332 \end_layout
41333
41334 \begin_layout Plain Layout
41335
41336     pass
41337 \end_layout
41338
41339 \begin_layout Plain Layout
41340
41341 def func(param):
41342 \end_layout
41343
41344 \begin_layout Plain Layout
41345
41346 'This is a German word: Tschüß'
41347 \end_layout
41348
41349 \begin_layout Plain Layout
41350
41351 pass
41352 \end_layout
41353
41354 \begin_layout Plain Layout
41355
41356 def func(param):
41357 \end_layout
41358
41359 \begin_layout Plain Layout
41360
41361 'this is a python function'
41362 \end_layout
41363
41364 \begin_layout Plain Layout
41365
41366 pass
41367 \end_layout
41368
41369 \end_inset
41370
41371
41372 \end_layout
41373
41374 \begin_layout Standard
41375 When you have tabulators in your listing, you can specify the number of
41376  characters that are spanned by a tabulator in the field 
41377 \family sans
41378 Tabulator
41379 \begin_inset space ~
41380 \end_inset
41381
41382 size
41383 \family default
41384 .
41385 \end_layout
41386
41387 \begin_layout Standard
41388 \begin_inset Note Greyedout
41389 status open
41390
41391 \begin_layout Plain Layout
41392
41393 \series bold
41394 Note:
41395 \series default
41396  Due to a bug in the 
41397 \series bold
41398 listings
41399 \series default
41400  package the line numbering is shifted by a line by every previous listing.
41401  That's the reason why the lines 2 and 5 are numbered in the above listing
41402  and not the lines 3 and 6.
41403 \end_layout
41404
41405 \end_inset
41406
41407
41408 \end_layout
41409
41410 \begin_layout Standard
41411 \begin_inset VSpace bigskip
41412 \end_inset
41413
41414
41415 \end_layout
41416
41417 \begin_layout Standard
41418 It is also possible to print lines from a file as listing.
41419  To do this, use the menu 
41420 \family sans
41421 Insert\SpecialChar menuseparator
41422 File\SpecialChar menuseparator
41423 Child Document
41424 \family default
41425  and choose the type 
41426 \family sans
41427 Listings
41428 \family default
41429 .
41430 \begin_inset Foot
41431 status collapsed
41432
41433 \begin_layout Plain Layout
41434 The other child document types are described in section
41435 \begin_inset space ~
41436 \end_inset
41437
41438
41439 \begin_inset CommandInset ref
41440 LatexCommand ref
41441 reference "sec:Child-Documents"
41442
41443 \end_inset
41444
41445 .
41446 \end_layout
41447
41448 \end_inset
41449
41450  In the child document dialog you can specify the listing parameters in
41451  a text box.
41452  To show a list of all available parameters, type in a question mark 
41453 \begin_inset Quotes eld
41454 \end_inset
41455
41456 ?
41457 \begin_inset Quotes erd
41458 \end_inset
41459
41460  in the text box.
41461 \end_layout
41462
41463 \begin_layout Standard
41464 To reference child document listings, write a label text into the corresponding
41465  field of the child document dialog.
41466  The label can then be referenced using the menu 
41467 \family sans
41468 Insert\SpecialChar menuseparator
41469 Cross-Reference
41470 \family default
41471 .
41472 \end_layout
41473
41474 \begin_layout Standard
41475 Listing
41476 \begin_inset space ~
41477 \end_inset
41478
41479
41480 \begin_inset CommandInset ref
41481 LatexCommand ref
41482 reference "lst:file-listing"
41483
41484 \end_inset
41485
41486  is an example for a listing of a file; there the lines 10
41487 \begin_inset space \thinspace{}
41488 \end_inset
41489
41490 -
41491 \begin_inset space \thinspace{}
41492 \end_inset
41493
41494 15 of this \SpecialChar LyX
41495  file are listed.
41496 \end_layout
41497
41498 \begin_layout Standard
41499 \begin_inset CommandInset include
41500 LatexCommand lstinputlisting
41501 filename "EmbeddedObjects.lyx"
41502 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41503
41504 \end_inset
41505
41506
41507 \end_layout
41508
41509 \begin_layout Standard
41510 \begin_inset VSpace bigskip
41511 \end_inset
41512
41513
41514 \end_layout
41515
41516 \begin_layout Standard
41517 Inserting a formula into a listing can be done the following way:
41518 \end_layout
41519
41520 \begin_layout Enumerate
41521 Open the listings dialog and add
41522 \begin_inset Newline newline
41523 \end_inset
41524
41525
41526 \family sans
41527 mathescape=true
41528 \family default
41529
41530 \begin_inset Newline newline
41531 \end_inset
41532
41533 to the field of the 
41534 \family sans
41535 Advanced
41536 \family default
41537  tab.
41538 \end_layout
41539
41540 \begin_layout Enumerate
41541 Create a formula outside the listing
41542 \end_layout
41543
41544 \begin_layout Enumerate
41545 Copy the content of the formula (not the formula inset) to the clipboard
41546  (shortcut 
41547 \begin_inset Info
41548 type  "shortcut"
41549 arg   "copy"
41550 \end_inset
41551
41552 )
41553 \end_layout
41554
41555 \begin_layout Enumerate
41556 In the listing write 
41557 \begin_inset Quotes eld
41558 \end_inset
41559
41560
41561 \family sans
41562 $$
41563 \family default
41564
41565 \begin_inset Quotes erd
41566 \end_inset
41567
41568  and copy from the clipboard between the dollar-signs (shortcut 
41569 \begin_inset Info
41570 type  "shortcut"
41571 arg   "paste"
41572 \end_inset
41573
41574 )
41575 \end_layout
41576
41577 \begin_layout Standard
41578 \begin_inset listings
41579 lstparams "language=Python,mathescape=true"
41580 inline false
41581 status open
41582
41583 \begin_layout Plain Layout
41584
41585 \begin_inset Caption Standard
41586
41587 \begin_layout Plain Layout
41588 Example Listing float containing a formula
41589 \end_layout
41590
41591 \end_inset
41592
41593 # Example listing float
41594 \end_layout
41595
41596 \begin_layout Plain Layout
41597
41598 def func(param):
41599 \end_layout
41600
41601 \begin_layout Plain Layout
41602
41603     # $
41604 \backslash
41605 prod_{n=1}^{
41606 \backslash
41607 infty}
41608 \backslash
41609 ,
41610 \backslash
41611 frac{1}{x^{2}}$
41612 \end_layout
41613
41614 \begin_layout Plain Layout
41615
41616     pass
41617 \end_layout
41618
41619 \end_inset
41620
41621
41622 \end_layout
41623
41624 \begin_layout Standard
41625 \begin_inset VSpace bigskip
41626 \end_inset
41627
41628
41629 \end_layout
41630
41631 \begin_layout Standard
41632 Global listings settings can be set in the 
41633 \family sans
41634 Document\SpecialChar menuseparator
41635 Settings\SpecialChar menuseparator
41636 Listings
41637 \family default
41638  dialog.
41639  To get there a list of available options, type in a question mark 
41640 \begin_inset Quotes eld
41641 \end_inset
41642
41643 ?
41644 \begin_inset Quotes erd
41645 \end_inset
41646
41647 .
41648 \end_layout
41649
41650 \begin_layout Standard
41651 For more information about the 
41652 \series bold
41653 listings
41654 \series default
41655  and 
41656 \series bold
41657 minted
41658 \series default
41659  packages, we refer to their documentation 
41660 \begin_inset CommandInset citation
41661 LatexCommand cite
41662 key "listings,minted"
41663 literal "true"
41664
41665 \end_inset
41666
41667 .
41668 \end_layout
41669
41670 \begin_layout Standard
41671 \begin_inset Newpage newpage
41672 \end_inset
41673
41674
41675 \end_layout
41676
41677 \begin_layout Chapter
41678 \start_of_appendix
41679 Units available in \SpecialChar LyX
41680
41681 \begin_inset Index idx
41682 status collapsed
41683
41684 \begin_layout Plain Layout
41685 Units
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \begin_inset CommandInset label
41692 LatexCommand label
41693 name "cha:Units-available-in"
41694
41695 \end_inset
41696
41697
41698 \end_layout
41699
41700 \begin_layout Standard
41701 To understand the units described in this documentation, Table
41702 \begin_inset space ~
41703 \end_inset
41704
41705
41706 \begin_inset CommandInset ref
41707 LatexCommand ref
41708 reference "tab:Units"
41709
41710 \end_inset
41711
41712  explains all units available in \SpecialChar LyX
41713 .
41714 \end_layout
41715
41716 \begin_layout Standard
41717 \begin_inset Float table
41718 placement h
41719 wide false
41720 sideways false
41721 status open
41722
41723 \begin_layout Plain Layout
41724 \begin_inset Caption Standard
41725
41726 \begin_layout Plain Layout
41727 \begin_inset CommandInset label
41728 LatexCommand label
41729 name "tab:Units"
41730
41731 \end_inset
41732
41733 Units
41734 \end_layout
41735
41736 \end_inset
41737
41738
41739 \end_layout
41740
41741 \begin_layout Plain Layout
41742 \begin_inset VSpace medskip
41743 \end_inset
41744
41745
41746 \end_layout
41747
41748 \begin_layout Plain Layout
41749 \align center
41750 \begin_inset Tabular
41751 <lyxtabular version="3" rows="21" columns="3">
41752 <features tabularvalignment="middle">
41753 <column alignment="center" valignment="top">
41754 <column alignment="center" valignment="middle" width="50col%">
41755 <column alignment="center" valignment="top">
41756 <row>
41757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41758 \begin_inset Text
41759
41760 \begin_layout Plain Layout
41761 unit
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41767 \begin_inset Text
41768
41769 \begin_layout Plain Layout
41770 name/description
41771 \end_layout
41772
41773 \end_inset
41774 </cell>
41775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41776 \begin_inset Text
41777
41778 \begin_layout Plain Layout
41779 \SpecialChar LaTeX
41780  command
41781 \end_layout
41782
41783 \end_inset
41784 </cell>
41785 </row>
41786 <row>
41787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 bp
41792 \end_layout
41793
41794 \end_inset
41795 </cell>
41796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 big point (72
41801 \begin_inset space \thinspace{}
41802 \end_inset
41803
41804 bp = 1
41805 \begin_inset space \thinspace{}
41806 \end_inset
41807
41808 in)
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 -
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 </row>
41823 <row>
41824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 cc
41829 \end_layout
41830
41831 \end_inset
41832 </cell>
41833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41834 \begin_inset Text
41835
41836 \begin_layout Plain Layout
41837 cicero (1
41838 \begin_inset space \thinspace{}
41839 \end_inset
41840
41841 cc = 12
41842 \begin_inset space \thinspace{}
41843 \end_inset
41844
41845 dd)
41846 \end_layout
41847
41848 \end_inset
41849 </cell>
41850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 -
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 </row>
41860 <row>
41861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41862 \begin_inset Text
41863
41864 \begin_layout Plain Layout
41865 cm
41866 \end_layout
41867
41868 \end_inset
41869 </cell>
41870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41871 \begin_inset Text
41872
41873 \begin_layout Plain Layout
41874 centimeter
41875 \end_layout
41876
41877 \end_inset
41878 </cell>
41879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41880 \begin_inset Text
41881
41882 \begin_layout Plain Layout
41883 -
41884 \end_layout
41885
41886 \end_inset
41887 </cell>
41888 </row>
41889 <row>
41890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 dd
41895 \end_layout
41896
41897 \end_inset
41898 </cell>
41899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41900 \begin_inset Text
41901
41902 \begin_layout Plain Layout
41903 didot (1
41904 \begin_inset space \thinspace{}
41905 \end_inset
41906
41907 dd 
41908 \begin_inset Formula $\approx$
41909 \end_inset
41910
41911  0.376
41912 \begin_inset space \thinspace{}
41913 \end_inset
41914
41915 mm)
41916 \end_layout
41917
41918 \end_inset
41919 </cell>
41920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41921 \begin_inset Text
41922
41923 \begin_layout Plain Layout
41924 -
41925 \end_layout
41926
41927 \end_inset
41928 </cell>
41929 </row>
41930 <row>
41931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41932 \begin_inset Text
41933
41934 \begin_layout Plain Layout
41935 em
41936 \end_layout
41937
41938 \end_inset
41939 </cell>
41940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41941 \begin_inset Text
41942
41943 \begin_layout Plain Layout
41944 width of letter 
41945 \emph on
41946 M
41947 \emph default
41948  in current font
41949 \end_layout
41950
41951 \end_inset
41952 </cell>
41953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41954 \begin_inset Text
41955
41956 \begin_layout Plain Layout
41957 -
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 </row>
41963 <row>
41964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41965 \begin_inset Text
41966
41967 \begin_layout Plain Layout
41968 ex
41969 \end_layout
41970
41971 \end_inset
41972 </cell>
41973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41974 \begin_inset Text
41975
41976 \begin_layout Plain Layout
41977 height of letter 
41978 \emph on
41979 x
41980 \emph default
41981  in current font
41982 \end_layout
41983
41984 \end_inset
41985 </cell>
41986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41987 \begin_inset Text
41988
41989 \begin_layout Plain Layout
41990 -
41991 \end_layout
41992
41993 \end_inset
41994 </cell>
41995 </row>
41996 <row>
41997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41998 \begin_inset Text
41999
42000 \begin_layout Plain Layout
42001 in
42002 \end_layout
42003
42004 \end_inset
42005 </cell>
42006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42007 \begin_inset Text
42008
42009 \begin_layout Plain Layout
42010 inch
42011 \end_layout
42012
42013 \end_inset
42014 </cell>
42015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42016 \begin_inset Text
42017
42018 \begin_layout Plain Layout
42019 -
42020 \end_layout
42021
42022 \end_inset
42023 </cell>
42024 </row>
42025 <row>
42026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42027 \begin_inset Text
42028
42029 \begin_layout Plain Layout
42030 mm
42031 \end_layout
42032
42033 \end_inset
42034 </cell>
42035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42036 \begin_inset Text
42037
42038 \begin_layout Plain Layout
42039 millimeter
42040 \end_layout
42041
42042 \end_inset
42043 </cell>
42044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42045 \begin_inset Text
42046
42047 \begin_layout Plain Layout
42048 -
42049 \end_layout
42050
42051 \end_inset
42052 </cell>
42053 </row>
42054 <row>
42055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42056 \begin_inset Text
42057
42058 \begin_layout Plain Layout
42059 mu
42060 \end_layout
42061
42062 \end_inset
42063 </cell>
42064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42065 \begin_inset Text
42066
42067 \begin_layout Plain Layout
42068 math unit (1
42069 \begin_inset space \thinspace{}
42070 \end_inset
42071
42072 mu = 1/18
42073 \begin_inset space \thinspace{}
42074 \end_inset
42075
42076 em)
42077 \end_layout
42078
42079 \end_inset
42080 </cell>
42081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42082 \begin_inset Text
42083
42084 \begin_layout Plain Layout
42085 -
42086 \end_layout
42087
42088 \end_inset
42089 </cell>
42090 </row>
42091 <row>
42092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42093 \begin_inset Text
42094
42095 \begin_layout Plain Layout
42096 pt
42097 \end_layout
42098
42099 \end_inset
42100 </cell>
42101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42102 \begin_inset Text
42103
42104 \begin_layout Plain Layout
42105 point (72.27
42106 \begin_inset space \thinspace{}
42107 \end_inset
42108
42109 pt = 1
42110 \begin_inset space \thinspace{}
42111 \end_inset
42112
42113 in)
42114 \end_layout
42115
42116 \end_inset
42117 </cell>
42118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42119 \begin_inset Text
42120
42121 \begin_layout Plain Layout
42122 -
42123 \end_layout
42124
42125 \end_inset
42126 </cell>
42127 </row>
42128 <row>
42129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42130 \begin_inset Text
42131
42132 \begin_layout Plain Layout
42133 pc
42134 \end_layout
42135
42136 \end_inset
42137 </cell>
42138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42139 \begin_inset Text
42140
42141 \begin_layout Plain Layout
42142 pica (1
42143 \begin_inset space \thinspace{}
42144 \end_inset
42145
42146 pc = 12
42147 \begin_inset space \thinspace{}
42148 \end_inset
42149
42150 pt)
42151 \end_layout
42152
42153 \end_inset
42154 </cell>
42155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42156 \begin_inset Text
42157
42158 \begin_layout Plain Layout
42159 -
42160 \end_layout
42161
42162 \end_inset
42163 </cell>
42164 </row>
42165 <row>
42166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42167 \begin_inset Text
42168
42169 \begin_layout Plain Layout
42170 sp
42171 \end_layout
42172
42173 \end_inset
42174 </cell>
42175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42176 \begin_inset Text
42177
42178 \begin_layout Plain Layout
42179 scaled point (65536
42180 \begin_inset space \thinspace{}
42181 \end_inset
42182
42183 sp = 1
42184 \begin_inset space \thinspace{}
42185 \end_inset
42186
42187 pt)
42188 \end_layout
42189
42190 \end_inset
42191 </cell>
42192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42193 \begin_inset Text
42194
42195 \begin_layout Plain Layout
42196 -
42197 \end_layout
42198
42199 \end_inset
42200 </cell>
42201 </row>
42202 <row>
42203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42204 \begin_inset Text
42205
42206 \begin_layout Plain Layout
42207 Column Width %
42208 \end_layout
42209
42210 \end_inset
42211 </cell>
42212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42213 \begin_inset Text
42214
42215 \begin_layout Plain Layout
42216 % of column width
42217 \end_layout
42218
42219 \end_inset
42220 </cell>
42221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42222 \begin_inset Text
42223
42224 \begin_layout Plain Layout
42225
42226 \backslash
42227 columnwidth
42228 \end_layout
42229
42230 \end_inset
42231 </cell>
42232 </row>
42233 <row>
42234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42235 \begin_inset Text
42236
42237 \begin_layout Plain Layout
42238 Line Distance %
42239 \end_layout
42240
42241 \end_inset
42242 </cell>
42243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42244 \begin_inset Text
42245
42246 \begin_layout Plain Layout
42247 % of height between baselines of two subsequent text lines
42248 \end_layout
42249
42250 \end_inset
42251 </cell>
42252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256
42257 \backslash
42258 baselineskip
42259 \end_layout
42260
42261 \end_inset
42262 </cell>
42263 </row>
42264 <row>
42265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 Line Width %
42270 \end_layout
42271
42272 \end_inset
42273 </cell>
42274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42275 \begin_inset Text
42276
42277 \begin_layout Plain Layout
42278 % of line width
42279 \end_layout
42280
42281 \end_inset
42282 </cell>
42283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42284 \begin_inset Text
42285
42286 \begin_layout Plain Layout
42287
42288 \backslash
42289 linewidth
42290 \end_layout
42291
42292 \end_inset
42293 </cell>
42294 </row>
42295 <row>
42296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42297 \begin_inset Text
42298
42299 \begin_layout Plain Layout
42300 Page Height %
42301 \end_layout
42302
42303 \end_inset
42304 </cell>
42305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42306 \begin_inset Text
42307
42308 \begin_layout Plain Layout
42309 % of paper height
42310 \end_layout
42311
42312 \end_inset
42313 </cell>
42314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42315 \begin_inset Text
42316
42317 \begin_layout Plain Layout
42318
42319 \backslash
42320 paperheight
42321 \end_layout
42322
42323 \end_inset
42324 </cell>
42325 </row>
42326 <row>
42327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42328 \begin_inset Text
42329
42330 \begin_layout Plain Layout
42331 Page Width %
42332 \end_layout
42333
42334 \end_inset
42335 </cell>
42336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42337 \begin_inset Text
42338
42339 \begin_layout Plain Layout
42340 % of paper width
42341 \end_layout
42342
42343 \end_inset
42344 </cell>
42345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42346 \begin_inset Text
42347
42348 \begin_layout Plain Layout
42349
42350 \backslash
42351 paperwidth
42352 \end_layout
42353
42354 \end_inset
42355 </cell>
42356 </row>
42357 <row>
42358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42359 \begin_inset Text
42360
42361 \begin_layout Plain Layout
42362 Scale Graphics %
42363 \end_layout
42364
42365 \end_inset
42366 </cell>
42367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42368 \begin_inset Text
42369
42370 \begin_layout Plain Layout
42371 % of original image width
42372 \end_layout
42373
42374 \end_inset
42375 </cell>
42376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42377 \begin_inset Text
42378
42379 \begin_layout Plain Layout
42380
42381 \end_layout
42382
42383 \end_inset
42384 </cell>
42385 </row>
42386 <row>
42387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42388 \begin_inset Text
42389
42390 \begin_layout Plain Layout
42391 Text Height %
42392 \end_layout
42393
42394 \end_inset
42395 </cell>
42396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42397 \begin_inset Text
42398
42399 \begin_layout Plain Layout
42400 % of text height
42401 \end_layout
42402
42403 \end_inset
42404 </cell>
42405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42406 \begin_inset Text
42407
42408 \begin_layout Plain Layout
42409
42410 \backslash
42411 textheight
42412 \end_layout
42413
42414 \end_inset
42415 </cell>
42416 </row>
42417 <row>
42418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42419 \begin_inset Text
42420
42421 \begin_layout Plain Layout
42422 Text Width %
42423 \end_layout
42424
42425 \end_inset
42426 </cell>
42427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42428 \begin_inset Text
42429
42430 \begin_layout Plain Layout
42431 % of text width
42432 \end_layout
42433
42434 \end_inset
42435 </cell>
42436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42437 \begin_inset Text
42438
42439 \begin_layout Plain Layout
42440
42441 \backslash
42442 textwidth
42443 \end_layout
42444
42445 \end_inset
42446 </cell>
42447 </row>
42448 </lyxtabular>
42449
42450 \end_inset
42451
42452
42453 \end_layout
42454
42455 \end_inset
42456
42457
42458 \end_layout
42459
42460 \begin_layout Chapter
42461 Output File Formats with Graphics
42462 \begin_inset CommandInset label
42463 LatexCommand label
42464 name "cha:Output-File-Formats"
42465
42466 \end_inset
42467
42468
42469 \end_layout
42470
42471 \begin_layout Section
42472 DVI
42473 \begin_inset Index idx
42474 status collapsed
42475
42476 \begin_layout Plain Layout
42477 File Formats ! DVI
42478 \end_layout
42479
42480 \end_inset
42481
42482
42483 \begin_inset Index idx
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487 DVI|see
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493 {
42494 \end_layout
42495
42496 \end_inset
42497
42498 File Formats
42499 \begin_inset ERT
42500 status collapsed
42501
42502 \begin_layout Plain Layout
42503
42504 }
42505 \end_layout
42506
42507 \end_inset
42508
42509
42510 \end_layout
42511
42512 \end_inset
42513
42514
42515 \end_layout
42516
42517 \begin_layout Standard
42518 This file type has the extension 
42519 \begin_inset Quotes eld
42520 \end_inset
42521
42522
42523 \family typewriter
42524 .dvi
42525 \family default
42526
42527 \begin_inset Quotes erd
42528 \end_inset
42529
42530 .
42531  It is called 
42532 \begin_inset Quotes eld
42533 \end_inset
42534
42535 device-independent
42536 \begin_inset Quotes erd
42537 \end_inset
42538
42539  (DVI), because it is completely portable; you can move them from one machine
42540  to another without needing to do any sort of conversion.
42541  At the time when this file-format was developed, this was no matter of
42542  course.
42543  DVIs are used for quick previews and as pre-stage for other output formats,
42544  like PostScript.
42545 \end_layout
42546
42547 \begin_layout Standard
42548 \begin_inset Note Greyedout
42549 status open
42550
42551 \begin_layout Plain Layout
42552
42553 \series bold
42554 Note:
42555 \series default
42556  DVI-files do not contain images; they will only be a linked.
42557 \end_layout
42558
42559 \end_inset
42560
42561  So don't forget this, if you move your 
42562 \family typewriter
42563 .dvi
42564 \family default
42565  file to another computer.
42566  This property can also slow down your computer when you view the DVI, because
42567  the DVI-viewer has to convert the image in the background to make it visible
42568  when you scroll in the DVI.
42569  So it is recommended that you use PDF for files with many images.
42570 \end_layout
42571
42572 \begin_layout Standard
42573 You can export your document to DVI by using the menu 
42574 \family sans
42575 File\SpecialChar menuseparator
42576 Export\SpecialChar menuseparator
42577 DVI
42578 \family default
42579 .
42580  You can view your document as DVI via the 
42581 \family sans
42582 View
42583 \family default
42584  menu.
42585 \end_layout
42586
42587 \begin_layout Section
42588 PostScript
42589 \begin_inset Index idx
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593 File Formats ! PostScript
42594 \end_layout
42595
42596 \end_inset
42597
42598
42599 \begin_inset Index idx
42600 status collapsed
42601
42602 \begin_layout Plain Layout
42603 PostScript|see
42604 \begin_inset ERT
42605 status collapsed
42606
42607 \begin_layout Plain Layout
42608
42609 {
42610 \end_layout
42611
42612 \end_inset
42613
42614 File Formats
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }
42621 \end_layout
42622
42623 \end_inset
42624
42625
42626 \end_layout
42627
42628 \end_inset
42629
42630
42631 \end_layout
42632
42633 \begin_layout Standard
42634 This file type has the extension 
42635 \begin_inset Quotes eld
42636 \end_inset
42637
42638
42639 \family typewriter
42640 .ps
42641 \family default
42642
42643 \begin_inset Quotes erd
42644 \end_inset
42645
42646 .
42647  PostScript was developed by the company 
42648 \family typewriter
42649 Adobe
42650 \family default
42651  as a printer language.
42652  The file therefore contains commands that the printer uses to print the
42653  file.
42654  PostScript can be seen as a 
42655 \begin_inset Quotes eld
42656 \end_inset
42657
42658 programming language
42659 \begin_inset Quotes erd
42660 \end_inset
42661
42662 ; you can calculate with it and draw diagrams and images.
42663 \begin_inset Foot
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42668 -package
42669  
42670 \series bold
42671 PSTricks
42672 \series default
42673  
42674 \begin_inset CommandInset citation
42675 LatexCommand cite
42676 key "pstricks"
42677 literal "true"
42678
42679 \end_inset
42680
42681 .
42682 \end_layout
42683
42684 \end_inset
42685
42686  Due to this ability, the files are often bigger than PDFs.
42687 \end_layout
42688
42689 \begin_layout Standard
42690 PostScript can only contain images in the format 
42691 \begin_inset Quotes eld
42692 \end_inset
42693
42694 Encapsulated PostScript
42695 \begin_inset Quotes erd
42696 \end_inset
42697
42698  (EPS, file extension 
42699 \begin_inset Quotes eld
42700 \end_inset
42701
42702
42703 \family typewriter
42704 .eps
42705 \family default
42706
42707 \begin_inset Quotes erd
42708 \end_inset
42709
42710 ).
42711  As \SpecialChar LyX
42712  allows you to use any known image format in your document, it has to
42713  convert images in the background to EPS.
42714  If you have e.g.
42715 \begin_inset space ~
42716 \end_inset
42717
42718 50
42719 \begin_inset space ~
42720 \end_inset
42721
42722 images in your document, \SpecialChar LyX
42723  has to do 50
42724 \begin_inset space ~
42725 \end_inset
42726
42727 conversions whenever you view or export your document.
42728  This will slow down your work flow with \SpecialChar LyX
42729  drastically.
42730  So if you plan to use PostScript, you can insert your images directly as
42731  EPS to avoid this problem.
42732 \end_layout
42733
42734 \begin_layout Standard
42735 You can export your document to PostScript using the menu 
42736 \family sans
42737 File\SpecialChar menuseparator
42738 Export\SpecialChar menuseparator
42739 Postscript
42740 \family default
42741 .
42742  You can view your document as PostScript via the 
42743 \family sans
42744 View
42745 \family default
42746  menu.
42747 \end_layout
42748
42749 \begin_layout Section
42750 PDF
42751 \begin_inset Index idx
42752 status collapsed
42753
42754 \begin_layout Plain Layout
42755 File Formats ! PDF
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset Index idx
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765 PDF
42766 \end_layout
42767
42768 \end_inset
42769
42770
42771 \end_layout
42772
42773 \begin_layout Standard
42774 This file type has the extension 
42775 \begin_inset Quotes eld
42776 \end_inset
42777
42778
42779 \family typewriter
42780 .pdf
42781 \family default
42782
42783 \begin_inset Quotes erd
42784 \end_inset
42785
42786 .
42787  The 
42788 \begin_inset Quotes eld
42789 \end_inset
42790
42791 Portable Document Format
42792 \begin_inset Quotes erd
42793 \end_inset
42794
42795  (PDF) was developed by 
42796 \family typewriter
42797 Adobe
42798 \family default
42799  as a derivative of PostScript.
42800  It is more compressed and it uses fewer commands than PostScript.
42801  As the name 
42802 \begin_inset Quotes eld
42803 \end_inset
42804
42805 portable
42806 \begin_inset Quotes erd
42807 \end_inset
42808
42809  implies, it can be processed at any computer system and the printed output
42810  looks exactly the same.
42811 \end_layout
42812
42813 \begin_layout Standard
42814 PDF can contain images in its own PDF format, in the format 
42815 \begin_inset Quotes eld
42816 \end_inset
42817
42818 Joint Photographic Experts Group
42819 \begin_inset Quotes erd
42820 \end_inset
42821
42822  (JPG, file extension 
42823 \begin_inset Quotes eld
42824 \end_inset
42825
42826
42827 \family typewriter
42828 .jpg
42829 \family default
42830
42831 \begin_inset Quotes erd
42832 \end_inset
42833
42834  or 
42835 \begin_inset Quotes eld
42836 \end_inset
42837
42838
42839 \family typewriter
42840 .jpeg
42841 \family default
42842
42843 \begin_inset Quotes erd
42844 \end_inset
42845
42846 ), and in the format 
42847 \begin_inset Quotes eld
42848 \end_inset
42849
42850 Portable Network Graphics
42851 \begin_inset Quotes erd
42852 \end_inset
42853
42854  (PNG, file extension 
42855 \begin_inset Quotes eld
42856 \end_inset
42857
42858
42859 \family typewriter
42860 .png
42861 \family default
42862
42863 \begin_inset Quotes erd
42864 \end_inset
42865
42866 ).
42867  Nevertheless you can use any other image format, because \SpecialChar LyX
42868  converts them
42869  in the background to one of these formats.
42870  But as described in the section about PostScript, the image conversion
42871  will slow down your work flow.
42872  So it is recommended that you use images in one of the three mentioned
42873  formats.
42874 \end_layout
42875
42876 \begin_layout Standard
42877 You can export your document to PDF via the menu 
42878 \family sans
42879 File\SpecialChar menuseparator
42880 Export
42881 \family default
42882  in three different ways:
42883 \end_layout
42884
42885 \begin_layout Description
42886 PDF
42887 \begin_inset space ~
42888 \end_inset
42889
42890 (ps2pdf) This uses the program 
42891 \family typewriter
42892 ps2pdf
42893 \family default
42894  that creates a PDF from a PostScript-version of your file.
42895  The PostScript-version is produced by the program 
42896 \family typewriter
42897 dvips
42898 \family default
42899  which uses a DVI-version as intermediate step.
42900  So this export variant consists of three conversions.
42901 \end_layout
42902
42903 \begin_layout Description
42904 PDF
42905 \begin_inset space ~
42906 \end_inset
42907
42908 (dvipdfm) This uses the program 
42909 \family typewriter
42910 dvipdfm
42911 \family default
42912  that converts your file in the background to DVI and in a second step to
42913  PDF.
42914 \end_layout
42915
42916 \begin_layout Description
42917 PDF
42918 \begin_inset space ~
42919 \end_inset
42920
42921 (pdflatex) This uses the program 
42922 \family typewriter
42923 pdftex
42924 \family default
42925  that converts your file directly to PDF.
42926 \end_layout
42927
42928 \begin_layout Standard
42929 It is recommended that you use 
42930 \family sans
42931 PDF
42932 \begin_inset space ~
42933 \end_inset
42934
42935 (pdflatex)
42936 \family default
42937  because 
42938 \family typewriter
42939 pdftex
42940 \family default
42941  supports all features of actual PDF-versions, is quick and works stable.
42942  The program 
42943 \family typewriter
42944 dvipdfm
42945 \family default
42946  is not under development and therefore a bit outdated.
42947 \end_layout
42948
42949 \begin_layout Standard
42950 You can view your document as PDF via the 
42951 \family sans
42952 View
42953 \family default
42954  menu or by using a toolbar button.
42955 \end_layout
42956
42957 \begin_layout Chapter
42958 List of dvips color names
42959 \begin_inset CommandInset label
42960 LatexCommand label
42961 name "chap:List-of-dvips-colornames"
42962
42963 \end_inset
42964
42965
42966 \end_layout
42967
42968 \begin_layout Standard
42969 \begin_inset Tabular
42970 <lyxtabular version="3" rows="17" columns="4">
42971 <features tabularvalignment="middle">
42972 <column alignment="left" valignment="top" width="0pt">
42973 <column alignment="left" valignment="top" width="0pt">
42974 <column alignment="left" valignment="top" width="0pt">
42975 <column alignment="left" valignment="top" width="0pt">
42976 <row>
42977 <cell alignment="left" valignment="top" usebox="none">
42978 \begin_inset Text
42979
42980 \begin_layout Plain Layout
42981 \begin_inset ERT
42982 status collapsed
42983
42984 \begin_layout Plain Layout
42985
42986
42987 \backslash
42988 fcolorbox{black}{
42989 \end_layout
42990
42991 \end_inset
42992
42993 white
42994 \begin_inset ERT
42995 status collapsed
42996
42997 \begin_layout Plain Layout
42998
42999 }{
43000 \end_layout
43001
43002 \end_inset
43003
43004 Color
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010 }
43011 \end_layout
43012
43013 \end_inset
43014
43015  Color name
43016 \end_layout
43017
43018 \end_inset
43019 </cell>
43020 <cell alignment="left" valignment="top" usebox="none">
43021 \begin_inset Text
43022
43023 \begin_layout Plain Layout
43024 \begin_inset ERT
43025 status collapsed
43026
43027 \begin_layout Plain Layout
43028
43029
43030 \backslash
43031 fcolorbox{black}{
43032 \end_layout
43033
43034 \end_inset
43035
43036 white
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042 }{
43043 \end_layout
43044
43045 \end_inset
43046
43047 Color
43048 \begin_inset ERT
43049 status collapsed
43050
43051 \begin_layout Plain Layout
43052
43053 }
43054 \end_layout
43055
43056 \end_inset
43057
43058  Color name
43059 \end_layout
43060
43061 \end_inset
43062 </cell>
43063 <cell alignment="left" valignment="top" usebox="none">
43064 \begin_inset Text
43065
43066 \begin_layout Plain Layout
43067 \begin_inset ERT
43068 status collapsed
43069
43070 \begin_layout Plain Layout
43071
43072
43073 \backslash
43074 fcolorbox{black}{
43075 \end_layout
43076
43077 \end_inset
43078
43079 white
43080 \begin_inset ERT
43081 status collapsed
43082
43083 \begin_layout Plain Layout
43084
43085 }{
43086 \end_layout
43087
43088 \end_inset
43089
43090 Color
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096 }
43097 \end_layout
43098
43099 \end_inset
43100
43101  Color name
43102 \end_layout
43103
43104 \end_inset
43105 </cell>
43106 <cell alignment="left" valignment="top" usebox="none">
43107 \begin_inset Text
43108
43109 \begin_layout Plain Layout
43110 \begin_inset ERT
43111 status collapsed
43112
43113 \begin_layout Plain Layout
43114
43115
43116 \backslash
43117 fcolorbox{black}{
43118 \end_layout
43119
43120 \end_inset
43121
43122 white
43123 \begin_inset ERT
43124 status collapsed
43125
43126 \begin_layout Plain Layout
43127
43128 }{
43129 \end_layout
43130
43131 \end_inset
43132
43133 Color
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139 }
43140 \end_layout
43141
43142 \end_inset
43143
43144  Color name
43145 \end_layout
43146
43147 \end_inset
43148 </cell>
43149 </row>
43150 <row>
43151 <cell alignment="center" valignment="top" usebox="none">
43152 \begin_inset Text
43153
43154 \begin_layout Plain Layout
43155 \begin_inset ERT
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159
43160
43161 \backslash
43162 fcolorbox{black}{
43163 \end_layout
43164
43165 \end_inset
43166
43167 Apricot
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }{
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset Phantom Phantom
43180 status open
43181
43182 \begin_layout Plain Layout
43183 W
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194 }
43195 \end_layout
43196
43197 \end_inset
43198
43199  Apricot
43200 \end_layout
43201
43202 \end_inset
43203 </cell>
43204 <cell alignment="center" valignment="top" usebox="none">
43205 \begin_inset Text
43206
43207 \begin_layout Plain Layout
43208 \begin_inset ERT
43209 status collapsed
43210
43211 \begin_layout Plain Layout
43212
43213
43214 \backslash
43215 fcolorbox{black}{
43216 \end_layout
43217
43218 \end_inset
43219
43220 Aquamarine
43221 \begin_inset ERT
43222 status collapsed
43223
43224 \begin_layout Plain Layout
43225
43226 }{
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset Phantom Phantom
43233 status open
43234
43235 \begin_layout Plain Layout
43236 W
43237 \end_layout
43238
43239 \end_inset
43240
43241
43242 \begin_inset ERT
43243 status collapsed
43244
43245 \begin_layout Plain Layout
43246
43247 }
43248 \end_layout
43249
43250 \end_inset
43251
43252  Aquamarine
43253 \end_layout
43254
43255 \end_inset
43256 </cell>
43257 <cell alignment="center" valignment="top" usebox="none">
43258 \begin_inset Text
43259
43260 \begin_layout Plain Layout
43261 \begin_inset ERT
43262 status collapsed
43263
43264 \begin_layout Plain Layout
43265
43266
43267 \backslash
43268 fcolorbox{black}{
43269 \end_layout
43270
43271 \end_inset
43272
43273 Bittersweet
43274 \begin_inset ERT
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 }{
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \begin_inset Phantom Phantom
43286 status open
43287
43288 \begin_layout Plain Layout
43289 W
43290 \end_layout
43291
43292 \end_inset
43293
43294
43295 \begin_inset ERT
43296 status collapsed
43297
43298 \begin_layout Plain Layout
43299
43300 }
43301 \end_layout
43302
43303 \end_inset
43304
43305  Bittersweet
43306 \end_layout
43307
43308 \end_inset
43309 </cell>
43310 <cell alignment="center" valignment="top" usebox="none">
43311 \begin_inset Text
43312
43313 \begin_layout Plain Layout
43314 \begin_inset ERT
43315 status collapsed
43316
43317 \begin_layout Plain Layout
43318
43319
43320 \backslash
43321 fcolorbox{black}{
43322 \end_layout
43323
43324 \end_inset
43325
43326 BlueGreen
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }{
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \begin_inset Phantom Phantom
43339 status open
43340
43341 \begin_layout Plain Layout
43342 W
43343 \end_layout
43344
43345 \end_inset
43346
43347
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353 }
43354 \end_layout
43355
43356 \end_inset
43357
43358  BlueGreen
43359 \end_layout
43360
43361 \end_inset
43362 </cell>
43363 </row>
43364 <row>
43365 <cell alignment="left" valignment="top" usebox="none">
43366 \begin_inset Text
43367
43368 \begin_layout Plain Layout
43369 \begin_inset ERT
43370 status collapsed
43371
43372 \begin_layout Plain Layout
43373
43374
43375 \backslash
43376 fcolorbox{black}{
43377 \end_layout
43378
43379 \end_inset
43380
43381 BlueViolet
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }{
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset Phantom Phantom
43394 status open
43395
43396 \begin_layout Plain Layout
43397 W
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }
43409 \end_layout
43410
43411 \end_inset
43412
43413  BlueViolet
43414 \end_layout
43415
43416 \end_inset
43417 </cell>
43418 <cell alignment="left" valignment="top" usebox="none">
43419 \begin_inset Text
43420
43421 \begin_layout Plain Layout
43422 \begin_inset ERT
43423 status collapsed
43424
43425 \begin_layout Plain Layout
43426
43427
43428 \backslash
43429 fcolorbox{black}{
43430 \end_layout
43431
43432 \end_inset
43433
43434 BrickRed
43435 \begin_inset ERT
43436 status collapsed
43437
43438 \begin_layout Plain Layout
43439
43440 }{
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset Phantom Phantom
43447 status open
43448
43449 \begin_layout Plain Layout
43450 W
43451 \end_layout
43452
43453 \end_inset
43454
43455
43456 \begin_inset ERT
43457 status collapsed
43458
43459 \begin_layout Plain Layout
43460
43461 }
43462 \end_layout
43463
43464 \end_inset
43465
43466  BrickRed
43467 \end_layout
43468
43469 \end_inset
43470 </cell>
43471 <cell alignment="left" valignment="top" usebox="none">
43472 \begin_inset Text
43473
43474 \begin_layout Plain Layout
43475 \begin_inset ERT
43476 status collapsed
43477
43478 \begin_layout Plain Layout
43479
43480
43481 \backslash
43482 fcolorbox{black}{
43483 \end_layout
43484
43485 \end_inset
43486
43487 Brown
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493 }{
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \begin_inset Phantom Phantom
43500 status open
43501
43502 \begin_layout Plain Layout
43503 W
43504 \end_layout
43505
43506 \end_inset
43507
43508
43509 \begin_inset ERT
43510 status collapsed
43511
43512 \begin_layout Plain Layout
43513
43514 }
43515 \end_layout
43516
43517 \end_inset
43518
43519  Brown
43520 \end_layout
43521
43522 \end_inset
43523 </cell>
43524 <cell alignment="left" valignment="top" usebox="none">
43525 \begin_inset Text
43526
43527 \begin_layout Plain Layout
43528 \begin_inset ERT
43529 status collapsed
43530
43531 \begin_layout Plain Layout
43532
43533
43534 \backslash
43535 fcolorbox{black}{
43536 \end_layout
43537
43538 \end_inset
43539
43540 BurntOrange
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }{
43547 \end_layout
43548
43549 \end_inset
43550
43551
43552 \begin_inset Phantom Phantom
43553 status open
43554
43555 \begin_layout Plain Layout
43556 W
43557 \end_layout
43558
43559 \end_inset
43560
43561
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567 }
43568 \end_layout
43569
43570 \end_inset
43571
43572  BurntOrange
43573 \end_layout
43574
43575 \end_inset
43576 </cell>
43577 </row>
43578 <row>
43579 <cell alignment="left" valignment="top" usebox="none">
43580 \begin_inset Text
43581
43582 \begin_layout Plain Layout
43583 \begin_inset ERT
43584 status collapsed
43585
43586 \begin_layout Plain Layout
43587
43588
43589 \backslash
43590 fcolorbox{black}{
43591 \end_layout
43592
43593 \end_inset
43594
43595 CadetBlue
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }{
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset Phantom Phantom
43608 status open
43609
43610 \begin_layout Plain Layout
43611 W
43612 \end_layout
43613
43614 \end_inset
43615
43616
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622 }
43623 \end_layout
43624
43625 \end_inset
43626
43627  CadetBlue
43628 \end_layout
43629
43630 \end_inset
43631 </cell>
43632 <cell alignment="left" valignment="top" usebox="none">
43633 \begin_inset Text
43634
43635 \begin_layout Plain Layout
43636 \begin_inset ERT
43637 status collapsed
43638
43639 \begin_layout Plain Layout
43640
43641
43642 \backslash
43643 fcolorbox{black}{
43644 \end_layout
43645
43646 \end_inset
43647
43648 CarnationPink
43649 \begin_inset ERT
43650 status collapsed
43651
43652 \begin_layout Plain Layout
43653
43654 }{
43655 \end_layout
43656
43657 \end_inset
43658
43659
43660 \begin_inset Phantom Phantom
43661 status open
43662
43663 \begin_layout Plain Layout
43664 W
43665 \end_layout
43666
43667 \end_inset
43668
43669
43670 \begin_inset ERT
43671 status collapsed
43672
43673 \begin_layout Plain Layout
43674
43675 }
43676 \end_layout
43677
43678 \end_inset
43679
43680  CarnationPink
43681 \end_layout
43682
43683 \end_inset
43684 </cell>
43685 <cell alignment="left" valignment="top" usebox="none">
43686 \begin_inset Text
43687
43688 \begin_layout Plain Layout
43689 \begin_inset ERT
43690 status collapsed
43691
43692 \begin_layout Plain Layout
43693
43694
43695 \backslash
43696 fcolorbox{black}{
43697 \end_layout
43698
43699 \end_inset
43700
43701 Cerulean
43702 \begin_inset ERT
43703 status collapsed
43704
43705 \begin_layout Plain Layout
43706
43707 }{
43708 \end_layout
43709
43710 \end_inset
43711
43712
43713 \begin_inset Phantom Phantom
43714 status open
43715
43716 \begin_layout Plain Layout
43717 W
43718 \end_layout
43719
43720 \end_inset
43721
43722
43723 \begin_inset ERT
43724 status collapsed
43725
43726 \begin_layout Plain Layout
43727
43728 }
43729 \end_layout
43730
43731 \end_inset
43732
43733  Cerulean
43734 \end_layout
43735
43736 \end_inset
43737 </cell>
43738 <cell alignment="left" valignment="top" usebox="none">
43739 \begin_inset Text
43740
43741 \begin_layout Plain Layout
43742 \begin_inset ERT
43743 status collapsed
43744
43745 \begin_layout Plain Layout
43746
43747
43748 \backslash
43749 fcolorbox{black}{
43750 \end_layout
43751
43752 \end_inset
43753
43754 CornflowerBlue
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }{
43761 \end_layout
43762
43763 \end_inset
43764
43765
43766 \begin_inset Phantom Phantom
43767 status open
43768
43769 \begin_layout Plain Layout
43770 W
43771 \end_layout
43772
43773 \end_inset
43774
43775
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781 }
43782 \end_layout
43783
43784 \end_inset
43785
43786  CornflowerBlue
43787 \end_layout
43788
43789 \end_inset
43790 </cell>
43791 </row>
43792 <row>
43793 <cell alignment="left" valignment="top" usebox="none">
43794 \begin_inset Text
43795
43796 \begin_layout Plain Layout
43797 \begin_inset ERT
43798 status collapsed
43799
43800 \begin_layout Plain Layout
43801
43802
43803 \backslash
43804 fcolorbox{black}{
43805 \end_layout
43806
43807 \end_inset
43808
43809 Dandelion
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }{
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset Phantom Phantom
43822 status open
43823
43824 \begin_layout Plain Layout
43825 W
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836 }
43837 \end_layout
43838
43839 \end_inset
43840
43841  Dandelion
43842 \end_layout
43843
43844 \end_inset
43845 </cell>
43846 <cell alignment="left" valignment="top" usebox="none">
43847 \begin_inset Text
43848
43849 \begin_layout Plain Layout
43850 \begin_inset ERT
43851 status collapsed
43852
43853 \begin_layout Plain Layout
43854
43855
43856 \backslash
43857 fcolorbox{black}{
43858 \end_layout
43859
43860 \end_inset
43861
43862 DarkOrchid
43863 \begin_inset ERT
43864 status collapsed
43865
43866 \begin_layout Plain Layout
43867
43868 }{
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \begin_inset Phantom Phantom
43875 status open
43876
43877 \begin_layout Plain Layout
43878 W
43879 \end_layout
43880
43881 \end_inset
43882
43883
43884 \begin_inset ERT
43885 status collapsed
43886
43887 \begin_layout Plain Layout
43888
43889 }
43890 \end_layout
43891
43892 \end_inset
43893
43894  DarkOrchid
43895 \end_layout
43896
43897 \end_inset
43898 </cell>
43899 <cell alignment="left" valignment="top" usebox="none">
43900 \begin_inset Text
43901
43902 \begin_layout Plain Layout
43903 \begin_inset ERT
43904 status collapsed
43905
43906 \begin_layout Plain Layout
43907
43908
43909 \backslash
43910 fcolorbox{black}{
43911 \end_layout
43912
43913 \end_inset
43914
43915 Emerald
43916 \begin_inset ERT
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920
43921 }{
43922 \end_layout
43923
43924 \end_inset
43925
43926
43927 \begin_inset Phantom Phantom
43928 status open
43929
43930 \begin_layout Plain Layout
43931 W
43932 \end_layout
43933
43934 \end_inset
43935
43936
43937 \begin_inset ERT
43938 status collapsed
43939
43940 \begin_layout Plain Layout
43941
43942 }
43943 \end_layout
43944
43945 \end_inset
43946
43947  Emerald
43948 \end_layout
43949
43950 \end_inset
43951 </cell>
43952 <cell alignment="left" valignment="top" usebox="none">
43953 \begin_inset Text
43954
43955 \begin_layout Plain Layout
43956 \begin_inset ERT
43957 status collapsed
43958
43959 \begin_layout Plain Layout
43960
43961
43962 \backslash
43963 fcolorbox{black}{
43964 \end_layout
43965
43966 \end_inset
43967
43968 ForestGreen
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }{
43975 \end_layout
43976
43977 \end_inset
43978
43979
43980 \begin_inset Phantom Phantom
43981 status open
43982
43983 \begin_layout Plain Layout
43984 W
43985 \end_layout
43986
43987 \end_inset
43988
43989
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995 }
43996 \end_layout
43997
43998 \end_inset
43999
44000  ForestGreen
44001 \end_layout
44002
44003 \end_inset
44004 </cell>
44005 </row>
44006 <row>
44007 <cell alignment="left" valignment="top" usebox="none">
44008 \begin_inset Text
44009
44010 \begin_layout Plain Layout
44011 \begin_inset ERT
44012 status collapsed
44013
44014 \begin_layout Plain Layout
44015
44016
44017 \backslash
44018 fcolorbox{black}{
44019 \end_layout
44020
44021 \end_inset
44022
44023 Fuchsia
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }{
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset Phantom Phantom
44036 status open
44037
44038 \begin_layout Plain Layout
44039 W
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050 }
44051 \end_layout
44052
44053 \end_inset
44054
44055  Fuchsia
44056 \end_layout
44057
44058 \end_inset
44059 </cell>
44060 <cell alignment="left" valignment="top" usebox="none">
44061 \begin_inset Text
44062
44063 \begin_layout Plain Layout
44064 \begin_inset ERT
44065 status collapsed
44066
44067 \begin_layout Plain Layout
44068
44069
44070 \backslash
44071 fcolorbox{black}{
44072 \end_layout
44073
44074 \end_inset
44075
44076 Goldenrod
44077 \begin_inset ERT
44078 status collapsed
44079
44080 \begin_layout Plain Layout
44081
44082 }{
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset Phantom Phantom
44089 status open
44090
44091 \begin_layout Plain Layout
44092 W
44093 \end_layout
44094
44095 \end_inset
44096
44097
44098 \begin_inset ERT
44099 status collapsed
44100
44101 \begin_layout Plain Layout
44102
44103 }
44104 \end_layout
44105
44106 \end_inset
44107
44108  Goldenrod
44109 \end_layout
44110
44111 \end_inset
44112 </cell>
44113 <cell alignment="left" valignment="top" usebox="none">
44114 \begin_inset Text
44115
44116 \begin_layout Plain Layout
44117 \begin_inset ERT
44118 status collapsed
44119
44120 \begin_layout Plain Layout
44121
44122
44123 \backslash
44124 fcolorbox{black}{
44125 \end_layout
44126
44127 \end_inset
44128
44129 Gray
44130 \begin_inset ERT
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 }{
44136 \end_layout
44137
44138 \end_inset
44139
44140
44141 \begin_inset Phantom Phantom
44142 status open
44143
44144 \begin_layout Plain Layout
44145 W
44146 \end_layout
44147
44148 \end_inset
44149
44150
44151 \begin_inset ERT
44152 status collapsed
44153
44154 \begin_layout Plain Layout
44155
44156 }
44157 \end_layout
44158
44159 \end_inset
44160
44161  Gray
44162 \end_layout
44163
44164 \end_inset
44165 </cell>
44166 <cell alignment="left" valignment="top" usebox="none">
44167 \begin_inset Text
44168
44169 \begin_layout Plain Layout
44170 \begin_inset ERT
44171 status collapsed
44172
44173 \begin_layout Plain Layout
44174
44175
44176 \backslash
44177 fcolorbox{black}{
44178 \end_layout
44179
44180 \end_inset
44181
44182 GreenYellow
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }{
44189 \end_layout
44190
44191 \end_inset
44192
44193
44194 \begin_inset Phantom Phantom
44195 status open
44196
44197 \begin_layout Plain Layout
44198 W
44199 \end_layout
44200
44201 \end_inset
44202
44203
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209 }
44210 \end_layout
44211
44212 \end_inset
44213
44214  GreenYellow
44215 \end_layout
44216
44217 \end_inset
44218 </cell>
44219 </row>
44220 <row>
44221 <cell alignment="center" valignment="top" usebox="none">
44222 \begin_inset Text
44223
44224 \begin_layout Plain Layout
44225 \begin_inset ERT
44226 status collapsed
44227
44228 \begin_layout Plain Layout
44229
44230
44231 \backslash
44232 fcolorbox{black}{
44233 \end_layout
44234
44235 \end_inset
44236
44237 JungleGreen
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }{
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset Phantom Phantom
44250 status open
44251
44252 \begin_layout Plain Layout
44253 W
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset ERT
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264 }
44265 \end_layout
44266
44267 \end_inset
44268
44269  JungleGreen
44270 \end_layout
44271
44272 \end_inset
44273 </cell>
44274 <cell alignment="center" valignment="top" usebox="none">
44275 \begin_inset Text
44276
44277 \begin_layout Plain Layout
44278 \begin_inset ERT
44279 status collapsed
44280
44281 \begin_layout Plain Layout
44282
44283
44284 \backslash
44285 fcolorbox{black}{
44286 \end_layout
44287
44288 \end_inset
44289
44290 Lavender
44291 \begin_inset ERT
44292 status collapsed
44293
44294 \begin_layout Plain Layout
44295
44296 }{
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \begin_inset Phantom Phantom
44303 status open
44304
44305 \begin_layout Plain Layout
44306 W
44307 \end_layout
44308
44309 \end_inset
44310
44311
44312 \begin_inset ERT
44313 status collapsed
44314
44315 \begin_layout Plain Layout
44316
44317 }
44318 \end_layout
44319
44320 \end_inset
44321
44322  Lavender
44323 \end_layout
44324
44325 \end_inset
44326 </cell>
44327 <cell alignment="center" valignment="top" usebox="none">
44328 \begin_inset Text
44329
44330 \begin_layout Plain Layout
44331 \begin_inset ERT
44332 status collapsed
44333
44334 \begin_layout Plain Layout
44335
44336
44337 \backslash
44338 fcolorbox{black}{
44339 \end_layout
44340
44341 \end_inset
44342
44343 LimeGreen
44344 \begin_inset ERT
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348
44349 }{
44350 \end_layout
44351
44352 \end_inset
44353
44354
44355 \begin_inset Phantom Phantom
44356 status open
44357
44358 \begin_layout Plain Layout
44359 W
44360 \end_layout
44361
44362 \end_inset
44363
44364
44365 \begin_inset ERT
44366 status collapsed
44367
44368 \begin_layout Plain Layout
44369
44370 }
44371 \end_layout
44372
44373 \end_inset
44374
44375  LimeGreen
44376 \end_layout
44377
44378 \end_inset
44379 </cell>
44380 <cell alignment="center" valignment="top" usebox="none">
44381 \begin_inset Text
44382
44383 \begin_layout Plain Layout
44384 \begin_inset ERT
44385 status collapsed
44386
44387 \begin_layout Plain Layout
44388
44389
44390 \backslash
44391 fcolorbox{black}{
44392 \end_layout
44393
44394 \end_inset
44395
44396 Mahogany
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }{
44403 \end_layout
44404
44405 \end_inset
44406
44407
44408 \begin_inset Phantom Phantom
44409 status open
44410
44411 \begin_layout Plain Layout
44412 W
44413 \end_layout
44414
44415 \end_inset
44416
44417
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423 }
44424 \end_layout
44425
44426 \end_inset
44427
44428  Mahogany
44429 \end_layout
44430
44431 \end_inset
44432 </cell>
44433 </row>
44434 <row>
44435 <cell alignment="left" valignment="top" usebox="none">
44436 \begin_inset Text
44437
44438 \begin_layout Plain Layout
44439 \begin_inset ERT
44440 status collapsed
44441
44442 \begin_layout Plain Layout
44443
44444
44445 \backslash
44446 fcolorbox{black}{
44447 \end_layout
44448
44449 \end_inset
44450
44451 Mahogany
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }{
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset Phantom Phantom
44464 status open
44465
44466 \begin_layout Plain Layout
44467 W
44468 \end_layout
44469
44470 \end_inset
44471
44472
44473 \begin_inset ERT
44474 status collapsed
44475
44476 \begin_layout Plain Layout
44477
44478 }
44479 \end_layout
44480
44481 \end_inset
44482
44483  Mahogany
44484 \end_layout
44485
44486 \end_inset
44487 </cell>
44488 <cell alignment="left" valignment="top" usebox="none">
44489 \begin_inset Text
44490
44491 \begin_layout Plain Layout
44492 \begin_inset ERT
44493 status collapsed
44494
44495 \begin_layout Plain Layout
44496
44497
44498 \backslash
44499 fcolorbox{black}{
44500 \end_layout
44501
44502 \end_inset
44503
44504 Maroon
44505 \begin_inset ERT
44506 status collapsed
44507
44508 \begin_layout Plain Layout
44509
44510 }{
44511 \end_layout
44512
44513 \end_inset
44514
44515
44516 \begin_inset Phantom Phantom
44517 status open
44518
44519 \begin_layout Plain Layout
44520 W
44521 \end_layout
44522
44523 \end_inset
44524
44525
44526 \begin_inset ERT
44527 status collapsed
44528
44529 \begin_layout Plain Layout
44530
44531 }
44532 \end_layout
44533
44534 \end_inset
44535
44536  Maroon
44537 \end_layout
44538
44539 \end_inset
44540 </cell>
44541 <cell alignment="left" valignment="top" usebox="none">
44542 \begin_inset Text
44543
44544 \begin_layout Plain Layout
44545 \begin_inset ERT
44546 status collapsed
44547
44548 \begin_layout Plain Layout
44549
44550
44551 \backslash
44552 fcolorbox{black}{
44553 \end_layout
44554
44555 \end_inset
44556
44557 Melon
44558 \begin_inset ERT
44559 status collapsed
44560
44561 \begin_layout Plain Layout
44562
44563 }{
44564 \end_layout
44565
44566 \end_inset
44567
44568
44569 \begin_inset Phantom Phantom
44570 status open
44571
44572 \begin_layout Plain Layout
44573 W
44574 \end_layout
44575
44576 \end_inset
44577
44578
44579 \begin_inset ERT
44580 status collapsed
44581
44582 \begin_layout Plain Layout
44583
44584 }
44585 \end_layout
44586
44587 \end_inset
44588
44589  Melon
44590 \end_layout
44591
44592 \end_inset
44593 </cell>
44594 <cell alignment="left" valignment="top" usebox="none">
44595 \begin_inset Text
44596
44597 \begin_layout Plain Layout
44598 \begin_inset ERT
44599 status collapsed
44600
44601 \begin_layout Plain Layout
44602
44603
44604 \backslash
44605 fcolorbox{black}{
44606 \end_layout
44607
44608 \end_inset
44609
44610 MidnightBlue
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }{
44617 \end_layout
44618
44619 \end_inset
44620
44621
44622 \begin_inset Phantom Phantom
44623 status open
44624
44625 \begin_layout Plain Layout
44626 W
44627 \end_layout
44628
44629 \end_inset
44630
44631
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637 }
44638 \end_layout
44639
44640 \end_inset
44641
44642  MidnightBlue
44643 \end_layout
44644
44645 \end_inset
44646 </cell>
44647 </row>
44648 <row>
44649 <cell alignment="left" valignment="top" usebox="none">
44650 \begin_inset Text
44651
44652 \begin_layout Plain Layout
44653 \begin_inset ERT
44654 status collapsed
44655
44656 \begin_layout Plain Layout
44657
44658
44659 \backslash
44660 fcolorbox{black}{
44661 \end_layout
44662
44663 \end_inset
44664
44665 Mulberry
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }{
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset Phantom Phantom
44678 status open
44679
44680 \begin_layout Plain Layout
44681 W
44682 \end_layout
44683
44684 \end_inset
44685
44686
44687 \begin_inset ERT
44688 status collapsed
44689
44690 \begin_layout Plain Layout
44691
44692 }
44693 \end_layout
44694
44695 \end_inset
44696
44697  Mulberry
44698 \end_layout
44699
44700 \end_inset
44701 </cell>
44702 <cell alignment="left" valignment="top" usebox="none">
44703 \begin_inset Text
44704
44705 \begin_layout Plain Layout
44706 \begin_inset ERT
44707 status collapsed
44708
44709 \begin_layout Plain Layout
44710
44711
44712 \backslash
44713 fcolorbox{black}{
44714 \end_layout
44715
44716 \end_inset
44717
44718 NavyBlue
44719 \begin_inset ERT
44720 status collapsed
44721
44722 \begin_layout Plain Layout
44723
44724 }{
44725 \end_layout
44726
44727 \end_inset
44728
44729
44730 \begin_inset Phantom Phantom
44731 status open
44732
44733 \begin_layout Plain Layout
44734 W
44735 \end_layout
44736
44737 \end_inset
44738
44739
44740 \begin_inset ERT
44741 status collapsed
44742
44743 \begin_layout Plain Layout
44744
44745 }
44746 \end_layout
44747
44748 \end_inset
44749
44750  NavyBlue
44751 \end_layout
44752
44753 \end_inset
44754 </cell>
44755 <cell alignment="left" valignment="top" usebox="none">
44756 \begin_inset Text
44757
44758 \begin_layout Plain Layout
44759 \begin_inset ERT
44760 status collapsed
44761
44762 \begin_layout Plain Layout
44763
44764
44765 \backslash
44766 fcolorbox{black}{
44767 \end_layout
44768
44769 \end_inset
44770
44771 OliveGreen
44772 \begin_inset ERT
44773 status collapsed
44774
44775 \begin_layout Plain Layout
44776
44777 }{
44778 \end_layout
44779
44780 \end_inset
44781
44782
44783 \begin_inset Phantom Phantom
44784 status open
44785
44786 \begin_layout Plain Layout
44787 W
44788 \end_layout
44789
44790 \end_inset
44791
44792
44793 \begin_inset ERT
44794 status collapsed
44795
44796 \begin_layout Plain Layout
44797
44798 }
44799 \end_layout
44800
44801 \end_inset
44802
44803  OliveGreen
44804 \end_layout
44805
44806 \end_inset
44807 </cell>
44808 <cell alignment="left" valignment="top" usebox="none">
44809 \begin_inset Text
44810
44811 \begin_layout Plain Layout
44812 \begin_inset ERT
44813 status collapsed
44814
44815 \begin_layout Plain Layout
44816
44817
44818 \backslash
44819 fcolorbox{black}{
44820 \end_layout
44821
44822 \end_inset
44823
44824 Orange
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830 }{
44831 \end_layout
44832
44833 \end_inset
44834
44835
44836 \begin_inset Phantom Phantom
44837 status open
44838
44839 \begin_layout Plain Layout
44840 W
44841 \end_layout
44842
44843 \end_inset
44844
44845
44846 \begin_inset ERT
44847 status collapsed
44848
44849 \begin_layout Plain Layout
44850
44851 }
44852 \end_layout
44853
44854 \end_inset
44855
44856  Orange
44857 \end_layout
44858
44859 \end_inset
44860 </cell>
44861 </row>
44862 <row>
44863 <cell alignment="left" valignment="top" usebox="none">
44864 \begin_inset Text
44865
44866 \begin_layout Plain Layout
44867 \begin_inset ERT
44868 status collapsed
44869
44870 \begin_layout Plain Layout
44871
44872
44873 \backslash
44874 fcolorbox{black}{
44875 \end_layout
44876
44877 \end_inset
44878
44879 OrangeRed
44880 \begin_inset ERT
44881 status collapsed
44882
44883 \begin_layout Plain Layout
44884
44885 }{
44886 \end_layout
44887
44888 \end_inset
44889
44890
44891 \begin_inset Phantom Phantom
44892 status open
44893
44894 \begin_layout Plain Layout
44895 W
44896 \end_layout
44897
44898 \end_inset
44899
44900
44901 \begin_inset ERT
44902 status collapsed
44903
44904 \begin_layout Plain Layout
44905
44906 }
44907 \end_layout
44908
44909 \end_inset
44910
44911  OrangeRed
44912 \end_layout
44913
44914 \end_inset
44915 </cell>
44916 <cell alignment="left" valignment="top" usebox="none">
44917 \begin_inset Text
44918
44919 \begin_layout Plain Layout
44920 \begin_inset ERT
44921 status collapsed
44922
44923 \begin_layout Plain Layout
44924
44925
44926 \backslash
44927 fcolorbox{black}{
44928 \end_layout
44929
44930 \end_inset
44931
44932 Orchid
44933 \begin_inset ERT
44934 status collapsed
44935
44936 \begin_layout Plain Layout
44937
44938 }{
44939 \end_layout
44940
44941 \end_inset
44942
44943
44944 \begin_inset Phantom Phantom
44945 status open
44946
44947 \begin_layout Plain Layout
44948 W
44949 \end_layout
44950
44951 \end_inset
44952
44953
44954 \begin_inset ERT
44955 status collapsed
44956
44957 \begin_layout Plain Layout
44958
44959 }
44960 \end_layout
44961
44962 \end_inset
44963
44964  Orchid
44965 \end_layout
44966
44967 \end_inset
44968 </cell>
44969 <cell alignment="left" valignment="top" usebox="none">
44970 \begin_inset Text
44971
44972 \begin_layout Plain Layout
44973 \begin_inset ERT
44974 status collapsed
44975
44976 \begin_layout Plain Layout
44977
44978
44979 \backslash
44980 fcolorbox{black}{
44981 \end_layout
44982
44983 \end_inset
44984
44985 Peach
44986 \begin_inset ERT
44987 status collapsed
44988
44989 \begin_layout Plain Layout
44990
44991 }{
44992 \end_layout
44993
44994 \end_inset
44995
44996
44997 \begin_inset Phantom Phantom
44998 status open
44999
45000 \begin_layout Plain Layout
45001 W
45002 \end_layout
45003
45004 \end_inset
45005
45006
45007 \begin_inset ERT
45008 status collapsed
45009
45010 \begin_layout Plain Layout
45011
45012 }
45013 \end_layout
45014
45015 \end_inset
45016
45017  Peach
45018 \end_layout
45019
45020 \end_inset
45021 </cell>
45022 <cell alignment="left" valignment="top" usebox="none">
45023 \begin_inset Text
45024
45025 \begin_layout Plain Layout
45026 \begin_inset ERT
45027 status collapsed
45028
45029 \begin_layout Plain Layout
45030
45031
45032 \backslash
45033 fcolorbox{black}{
45034 \end_layout
45035
45036 \end_inset
45037
45038 Periwinkle
45039 \begin_inset ERT
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043
45044 }{
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \begin_inset Phantom Phantom
45051 status open
45052
45053 \begin_layout Plain Layout
45054 W
45055 \end_layout
45056
45057 \end_inset
45058
45059
45060 \begin_inset ERT
45061 status collapsed
45062
45063 \begin_layout Plain Layout
45064
45065 }
45066 \end_layout
45067
45068 \end_inset
45069
45070  Periwinkle
45071 \end_layout
45072
45073 \end_inset
45074 </cell>
45075 </row>
45076 <row>
45077 <cell alignment="left" valignment="top" usebox="none">
45078 \begin_inset Text
45079
45080 \begin_layout Plain Layout
45081 \begin_inset ERT
45082 status collapsed
45083
45084 \begin_layout Plain Layout
45085
45086
45087 \backslash
45088 fcolorbox{black}{
45089 \end_layout
45090
45091 \end_inset
45092
45093 PineGreen
45094 \begin_inset ERT
45095 status collapsed
45096
45097 \begin_layout Plain Layout
45098
45099 }{
45100 \end_layout
45101
45102 \end_inset
45103
45104
45105 \begin_inset Phantom Phantom
45106 status open
45107
45108 \begin_layout Plain Layout
45109 W
45110 \end_layout
45111
45112 \end_inset
45113
45114
45115 \begin_inset ERT
45116 status collapsed
45117
45118 \begin_layout Plain Layout
45119
45120 }
45121 \end_layout
45122
45123 \end_inset
45124
45125  PineGreen
45126 \end_layout
45127
45128 \end_inset
45129 </cell>
45130 <cell alignment="left" valignment="top" usebox="none">
45131 \begin_inset Text
45132
45133 \begin_layout Plain Layout
45134 \begin_inset ERT
45135 status collapsed
45136
45137 \begin_layout Plain Layout
45138
45139
45140 \backslash
45141 fcolorbox{black}{
45142 \end_layout
45143
45144 \end_inset
45145
45146 Plum
45147 \begin_inset ERT
45148 status collapsed
45149
45150 \begin_layout Plain Layout
45151
45152 }{
45153 \end_layout
45154
45155 \end_inset
45156
45157
45158 \begin_inset Phantom Phantom
45159 status open
45160
45161 \begin_layout Plain Layout
45162 W
45163 \end_layout
45164
45165 \end_inset
45166
45167
45168 \begin_inset ERT
45169 status collapsed
45170
45171 \begin_layout Plain Layout
45172
45173 }
45174 \end_layout
45175
45176 \end_inset
45177
45178  Plum
45179 \end_layout
45180
45181 \end_inset
45182 </cell>
45183 <cell alignment="left" valignment="top" usebox="none">
45184 \begin_inset Text
45185
45186 \begin_layout Plain Layout
45187 \begin_inset ERT
45188 status collapsed
45189
45190 \begin_layout Plain Layout
45191
45192
45193 \backslash
45194 fcolorbox{black}{
45195 \end_layout
45196
45197 \end_inset
45198
45199 ProcessBlue
45200 \begin_inset ERT
45201 status collapsed
45202
45203 \begin_layout Plain Layout
45204
45205 }{
45206 \end_layout
45207
45208 \end_inset
45209
45210
45211 \begin_inset Phantom Phantom
45212 status open
45213
45214 \begin_layout Plain Layout
45215 W
45216 \end_layout
45217
45218 \end_inset
45219
45220
45221 \begin_inset ERT
45222 status collapsed
45223
45224 \begin_layout Plain Layout
45225
45226 }
45227 \end_layout
45228
45229 \end_inset
45230
45231  ProcessBlue
45232 \end_layout
45233
45234 \end_inset
45235 </cell>
45236 <cell alignment="left" valignment="top" usebox="none">
45237 \begin_inset Text
45238
45239 \begin_layout Plain Layout
45240 \begin_inset ERT
45241 status collapsed
45242
45243 \begin_layout Plain Layout
45244
45245
45246 \backslash
45247 fcolorbox{black}{
45248 \end_layout
45249
45250 \end_inset
45251
45252 Purple
45253 \begin_inset ERT
45254 status collapsed
45255
45256 \begin_layout Plain Layout
45257
45258 }{
45259 \end_layout
45260
45261 \end_inset
45262
45263
45264 \begin_inset Phantom Phantom
45265 status open
45266
45267 \begin_layout Plain Layout
45268 W
45269 \end_layout
45270
45271 \end_inset
45272
45273
45274 \begin_inset ERT
45275 status collapsed
45276
45277 \begin_layout Plain Layout
45278
45279 }
45280 \end_layout
45281
45282 \end_inset
45283
45284  Purple
45285 \end_layout
45286
45287 \end_inset
45288 </cell>
45289 </row>
45290 <row>
45291 <cell alignment="left" valignment="top" usebox="none">
45292 \begin_inset Text
45293
45294 \begin_layout Plain Layout
45295 \begin_inset ERT
45296 status collapsed
45297
45298 \begin_layout Plain Layout
45299
45300
45301 \backslash
45302 fcolorbox{black}{
45303 \end_layout
45304
45305 \end_inset
45306
45307 RawSienna
45308 \begin_inset ERT
45309 status collapsed
45310
45311 \begin_layout Plain Layout
45312
45313 }{
45314 \end_layout
45315
45316 \end_inset
45317
45318
45319 \begin_inset Phantom Phantom
45320 status open
45321
45322 \begin_layout Plain Layout
45323 W
45324 \end_layout
45325
45326 \end_inset
45327
45328
45329 \begin_inset ERT
45330 status collapsed
45331
45332 \begin_layout Plain Layout
45333
45334 }
45335 \end_layout
45336
45337 \end_inset
45338
45339  RawSienna
45340 \end_layout
45341
45342 \end_inset
45343 </cell>
45344 <cell alignment="left" valignment="top" usebox="none">
45345 \begin_inset Text
45346
45347 \begin_layout Plain Layout
45348 \begin_inset ERT
45349 status collapsed
45350
45351 \begin_layout Plain Layout
45352
45353
45354 \backslash
45355 fcolorbox{black}{
45356 \end_layout
45357
45358 \end_inset
45359
45360 RedOrange
45361 \begin_inset ERT
45362 status collapsed
45363
45364 \begin_layout Plain Layout
45365
45366 }{
45367 \end_layout
45368
45369 \end_inset
45370
45371
45372 \begin_inset Phantom Phantom
45373 status open
45374
45375 \begin_layout Plain Layout
45376 W
45377 \end_layout
45378
45379 \end_inset
45380
45381
45382 \begin_inset ERT
45383 status collapsed
45384
45385 \begin_layout Plain Layout
45386
45387 }
45388 \end_layout
45389
45390 \end_inset
45391
45392  RedOrange
45393 \end_layout
45394
45395 \end_inset
45396 </cell>
45397 <cell alignment="left" valignment="top" usebox="none">
45398 \begin_inset Text
45399
45400 \begin_layout Plain Layout
45401 \begin_inset ERT
45402 status collapsed
45403
45404 \begin_layout Plain Layout
45405
45406
45407 \backslash
45408 fcolorbox{black}{
45409 \end_layout
45410
45411 \end_inset
45412
45413 RedViolet
45414 \begin_inset ERT
45415 status collapsed
45416
45417 \begin_layout Plain Layout
45418
45419 }{
45420 \end_layout
45421
45422 \end_inset
45423
45424
45425 \begin_inset Phantom Phantom
45426 status open
45427
45428 \begin_layout Plain Layout
45429 W
45430 \end_layout
45431
45432 \end_inset
45433
45434
45435 \begin_inset ERT
45436 status collapsed
45437
45438 \begin_layout Plain Layout
45439
45440 }
45441 \end_layout
45442
45443 \end_inset
45444
45445  RedViolet
45446 \end_layout
45447
45448 \end_inset
45449 </cell>
45450 <cell alignment="left" valignment="top" usebox="none">
45451 \begin_inset Text
45452
45453 \begin_layout Plain Layout
45454 \begin_inset ERT
45455 status collapsed
45456
45457 \begin_layout Plain Layout
45458
45459
45460 \backslash
45461 fcolorbox{black}{
45462 \end_layout
45463
45464 \end_inset
45465
45466 Rhodamine
45467 \begin_inset ERT
45468 status collapsed
45469
45470 \begin_layout Plain Layout
45471
45472 }{
45473 \end_layout
45474
45475 \end_inset
45476
45477
45478 \begin_inset Phantom Phantom
45479 status open
45480
45481 \begin_layout Plain Layout
45482 W
45483 \end_layout
45484
45485 \end_inset
45486
45487
45488 \begin_inset ERT
45489 status collapsed
45490
45491 \begin_layout Plain Layout
45492
45493 }
45494 \end_layout
45495
45496 \end_inset
45497
45498  Rhodamine
45499 \end_layout
45500
45501 \end_inset
45502 </cell>
45503 </row>
45504 <row>
45505 <cell alignment="left" valignment="top" usebox="none">
45506 \begin_inset Text
45507
45508 \begin_layout Plain Layout
45509 \begin_inset ERT
45510 status collapsed
45511
45512 \begin_layout Plain Layout
45513
45514
45515 \backslash
45516 fcolorbox{black}{
45517 \end_layout
45518
45519 \end_inset
45520
45521 RoyalBlue
45522 \begin_inset ERT
45523 status collapsed
45524
45525 \begin_layout Plain Layout
45526
45527 }{
45528 \end_layout
45529
45530 \end_inset
45531
45532
45533 \begin_inset Phantom Phantom
45534 status open
45535
45536 \begin_layout Plain Layout
45537 W
45538 \end_layout
45539
45540 \end_inset
45541
45542
45543 \begin_inset ERT
45544 status collapsed
45545
45546 \begin_layout Plain Layout
45547
45548 }
45549 \end_layout
45550
45551 \end_inset
45552
45553  RoyalBlue
45554 \end_layout
45555
45556 \end_inset
45557 </cell>
45558 <cell alignment="left" valignment="top" usebox="none">
45559 \begin_inset Text
45560
45561 \begin_layout Plain Layout
45562 \begin_inset ERT
45563 status collapsed
45564
45565 \begin_layout Plain Layout
45566
45567
45568 \backslash
45569 fcolorbox{black}{
45570 \end_layout
45571
45572 \end_inset
45573
45574 RoyalPurple
45575 \begin_inset ERT
45576 status collapsed
45577
45578 \begin_layout Plain Layout
45579
45580 }{
45581 \end_layout
45582
45583 \end_inset
45584
45585
45586 \begin_inset Phantom Phantom
45587 status open
45588
45589 \begin_layout Plain Layout
45590 W
45591 \end_layout
45592
45593 \end_inset
45594
45595
45596 \begin_inset ERT
45597 status collapsed
45598
45599 \begin_layout Plain Layout
45600
45601 }
45602 \end_layout
45603
45604 \end_inset
45605
45606  RoyalPurple
45607 \end_layout
45608
45609 \end_inset
45610 </cell>
45611 <cell alignment="left" valignment="top" usebox="none">
45612 \begin_inset Text
45613
45614 \begin_layout Plain Layout
45615 \begin_inset ERT
45616 status collapsed
45617
45618 \begin_layout Plain Layout
45619
45620
45621 \backslash
45622 fcolorbox{black}{
45623 \end_layout
45624
45625 \end_inset
45626
45627 RubineRed
45628 \begin_inset ERT
45629 status collapsed
45630
45631 \begin_layout Plain Layout
45632
45633 }{
45634 \end_layout
45635
45636 \end_inset
45637
45638
45639 \begin_inset Phantom Phantom
45640 status open
45641
45642 \begin_layout Plain Layout
45643 W
45644 \end_layout
45645
45646 \end_inset
45647
45648
45649 \begin_inset ERT
45650 status collapsed
45651
45652 \begin_layout Plain Layout
45653
45654 }
45655 \end_layout
45656
45657 \end_inset
45658
45659  RubineRed
45660 \end_layout
45661
45662 \end_inset
45663 </cell>
45664 <cell alignment="left" valignment="top" usebox="none">
45665 \begin_inset Text
45666
45667 \begin_layout Plain Layout
45668 \begin_inset ERT
45669 status collapsed
45670
45671 \begin_layout Plain Layout
45672
45673
45674 \backslash
45675 fcolorbox{black}{
45676 \end_layout
45677
45678 \end_inset
45679
45680 Salmon
45681 \begin_inset ERT
45682 status collapsed
45683
45684 \begin_layout Plain Layout
45685
45686 }{
45687 \end_layout
45688
45689 \end_inset
45690
45691
45692 \begin_inset Phantom Phantom
45693 status open
45694
45695 \begin_layout Plain Layout
45696 W
45697 \end_layout
45698
45699 \end_inset
45700
45701
45702 \begin_inset ERT
45703 status collapsed
45704
45705 \begin_layout Plain Layout
45706
45707 }
45708 \end_layout
45709
45710 \end_inset
45711
45712  Salmon
45713 \end_layout
45714
45715 \end_inset
45716 </cell>
45717 </row>
45718 <row>
45719 <cell alignment="left" valignment="top" usebox="none">
45720 \begin_inset Text
45721
45722 \begin_layout Plain Layout
45723 \begin_inset ERT
45724 status collapsed
45725
45726 \begin_layout Plain Layout
45727
45728
45729 \backslash
45730 fcolorbox{black}{
45731 \end_layout
45732
45733 \end_inset
45734
45735 SeaGreen
45736 \begin_inset ERT
45737 status collapsed
45738
45739 \begin_layout Plain Layout
45740
45741 }{
45742 \end_layout
45743
45744 \end_inset
45745
45746
45747 \begin_inset Phantom Phantom
45748 status open
45749
45750 \begin_layout Plain Layout
45751 W
45752 \end_layout
45753
45754 \end_inset
45755
45756
45757 \begin_inset ERT
45758 status collapsed
45759
45760 \begin_layout Plain Layout
45761
45762 }
45763 \end_layout
45764
45765 \end_inset
45766
45767  SeaGreen
45768 \end_layout
45769
45770 \end_inset
45771 </cell>
45772 <cell alignment="left" valignment="top" usebox="none">
45773 \begin_inset Text
45774
45775 \begin_layout Plain Layout
45776 \begin_inset ERT
45777 status collapsed
45778
45779 \begin_layout Plain Layout
45780
45781
45782 \backslash
45783 fcolorbox{black}{
45784 \end_layout
45785
45786 \end_inset
45787
45788 Sepia
45789 \begin_inset ERT
45790 status collapsed
45791
45792 \begin_layout Plain Layout
45793
45794 }{
45795 \end_layout
45796
45797 \end_inset
45798
45799
45800 \begin_inset Phantom Phantom
45801 status open
45802
45803 \begin_layout Plain Layout
45804 W
45805 \end_layout
45806
45807 \end_inset
45808
45809
45810 \begin_inset ERT
45811 status collapsed
45812
45813 \begin_layout Plain Layout
45814
45815 }
45816 \end_layout
45817
45818 \end_inset
45819
45820  Sepia
45821 \end_layout
45822
45823 \end_inset
45824 </cell>
45825 <cell alignment="left" valignment="top" usebox="none">
45826 \begin_inset Text
45827
45828 \begin_layout Plain Layout
45829 \begin_inset ERT
45830 status collapsed
45831
45832 \begin_layout Plain Layout
45833
45834
45835 \backslash
45836 fcolorbox{black}{
45837 \end_layout
45838
45839 \end_inset
45840
45841 SkyBlue
45842 \begin_inset ERT
45843 status collapsed
45844
45845 \begin_layout Plain Layout
45846
45847 }{
45848 \end_layout
45849
45850 \end_inset
45851
45852
45853 \begin_inset Phantom Phantom
45854 status open
45855
45856 \begin_layout Plain Layout
45857 W
45858 \end_layout
45859
45860 \end_inset
45861
45862
45863 \begin_inset ERT
45864 status collapsed
45865
45866 \begin_layout Plain Layout
45867
45868 }
45869 \end_layout
45870
45871 \end_inset
45872
45873  SkyBlue
45874 \end_layout
45875
45876 \end_inset
45877 </cell>
45878 <cell alignment="left" valignment="top" usebox="none">
45879 \begin_inset Text
45880
45881 \begin_layout Plain Layout
45882 \begin_inset ERT
45883 status collapsed
45884
45885 \begin_layout Plain Layout
45886
45887
45888 \backslash
45889 fcolorbox{black}{
45890 \end_layout
45891
45892 \end_inset
45893
45894 SpringGreen
45895 \begin_inset ERT
45896 status collapsed
45897
45898 \begin_layout Plain Layout
45899
45900 }{
45901 \end_layout
45902
45903 \end_inset
45904
45905
45906 \begin_inset Phantom Phantom
45907 status open
45908
45909 \begin_layout Plain Layout
45910 W
45911 \end_layout
45912
45913 \end_inset
45914
45915
45916 \begin_inset ERT
45917 status collapsed
45918
45919 \begin_layout Plain Layout
45920
45921 }
45922 \end_layout
45923
45924 \end_inset
45925
45926  SpringGreen
45927 \end_layout
45928
45929 \end_inset
45930 </cell>
45931 </row>
45932 <row>
45933 <cell alignment="left" valignment="top" usebox="none">
45934 \begin_inset Text
45935
45936 \begin_layout Plain Layout
45937 \begin_inset ERT
45938 status collapsed
45939
45940 \begin_layout Plain Layout
45941
45942
45943 \backslash
45944 fcolorbox{black}{
45945 \end_layout
45946
45947 \end_inset
45948
45949 Tan
45950 \begin_inset ERT
45951 status collapsed
45952
45953 \begin_layout Plain Layout
45954
45955 }{
45956 \end_layout
45957
45958 \end_inset
45959
45960
45961 \begin_inset Phantom Phantom
45962 status open
45963
45964 \begin_layout Plain Layout
45965 W
45966 \end_layout
45967
45968 \end_inset
45969
45970
45971 \begin_inset ERT
45972 status collapsed
45973
45974 \begin_layout Plain Layout
45975
45976 }
45977 \end_layout
45978
45979 \end_inset
45980
45981  Tan
45982 \end_layout
45983
45984 \end_inset
45985 </cell>
45986 <cell alignment="left" valignment="top" usebox="none">
45987 \begin_inset Text
45988
45989 \begin_layout Plain Layout
45990 \begin_inset ERT
45991 status collapsed
45992
45993 \begin_layout Plain Layout
45994
45995
45996 \backslash
45997 fcolorbox{black}{
45998 \end_layout
45999
46000 \end_inset
46001
46002 TealBlue
46003 \begin_inset ERT
46004 status collapsed
46005
46006 \begin_layout Plain Layout
46007
46008 }{
46009 \end_layout
46010
46011 \end_inset
46012
46013
46014 \begin_inset Phantom Phantom
46015 status open
46016
46017 \begin_layout Plain Layout
46018 W
46019 \end_layout
46020
46021 \end_inset
46022
46023
46024 \begin_inset ERT
46025 status collapsed
46026
46027 \begin_layout Plain Layout
46028
46029 }
46030 \end_layout
46031
46032 \end_inset
46033
46034  TealBlue
46035 \end_layout
46036
46037 \end_inset
46038 </cell>
46039 <cell alignment="left" valignment="top" usebox="none">
46040 \begin_inset Text
46041
46042 \begin_layout Plain Layout
46043 \begin_inset ERT
46044 status collapsed
46045
46046 \begin_layout Plain Layout
46047
46048
46049 \backslash
46050 fcolorbox{black}{
46051 \end_layout
46052
46053 \end_inset
46054
46055 Thistle
46056 \begin_inset ERT
46057 status collapsed
46058
46059 \begin_layout Plain Layout
46060
46061 }{
46062 \end_layout
46063
46064 \end_inset
46065
46066
46067 \begin_inset Phantom Phantom
46068 status open
46069
46070 \begin_layout Plain Layout
46071 W
46072 \end_layout
46073
46074 \end_inset
46075
46076
46077 \begin_inset ERT
46078 status collapsed
46079
46080 \begin_layout Plain Layout
46081
46082 }
46083 \end_layout
46084
46085 \end_inset
46086
46087  Thistle
46088 \end_layout
46089
46090 \end_inset
46091 </cell>
46092 <cell alignment="left" valignment="top" usebox="none">
46093 \begin_inset Text
46094
46095 \begin_layout Plain Layout
46096 \begin_inset ERT
46097 status collapsed
46098
46099 \begin_layout Plain Layout
46100
46101
46102 \backslash
46103 fcolorbox{black}{
46104 \end_layout
46105
46106 \end_inset
46107
46108 Turquoise
46109 \begin_inset ERT
46110 status collapsed
46111
46112 \begin_layout Plain Layout
46113
46114 }{
46115 \end_layout
46116
46117 \end_inset
46118
46119
46120 \begin_inset Phantom Phantom
46121 status open
46122
46123 \begin_layout Plain Layout
46124 W
46125 \end_layout
46126
46127 \end_inset
46128
46129
46130 \begin_inset ERT
46131 status collapsed
46132
46133 \begin_layout Plain Layout
46134
46135 }
46136 \end_layout
46137
46138 \end_inset
46139
46140  Turquoise
46141 \end_layout
46142
46143 \end_inset
46144 </cell>
46145 </row>
46146 <row>
46147 <cell alignment="left" valignment="top" usebox="none">
46148 \begin_inset Text
46149
46150 \begin_layout Plain Layout
46151 \begin_inset ERT
46152 status collapsed
46153
46154 \begin_layout Plain Layout
46155
46156
46157 \backslash
46158 fcolorbox{black}{
46159 \end_layout
46160
46161 \end_inset
46162
46163 Violet
46164 \begin_inset ERT
46165 status collapsed
46166
46167 \begin_layout Plain Layout
46168
46169 }{
46170 \end_layout
46171
46172 \end_inset
46173
46174
46175 \begin_inset Phantom Phantom
46176 status open
46177
46178 \begin_layout Plain Layout
46179 W
46180 \end_layout
46181
46182 \end_inset
46183
46184
46185 \begin_inset ERT
46186 status collapsed
46187
46188 \begin_layout Plain Layout
46189
46190 }
46191 \end_layout
46192
46193 \end_inset
46194
46195  Violet
46196 \end_layout
46197
46198 \end_inset
46199 </cell>
46200 <cell alignment="left" valignment="top" usebox="none">
46201 \begin_inset Text
46202
46203 \begin_layout Plain Layout
46204 \begin_inset ERT
46205 status collapsed
46206
46207 \begin_layout Plain Layout
46208
46209
46210 \backslash
46211 fcolorbox{black}{
46212 \end_layout
46213
46214 \end_inset
46215
46216 VioletRed
46217 \begin_inset ERT
46218 status collapsed
46219
46220 \begin_layout Plain Layout
46221
46222 }{
46223 \end_layout
46224
46225 \end_inset
46226
46227
46228 \begin_inset Phantom Phantom
46229 status open
46230
46231 \begin_layout Plain Layout
46232 W
46233 \end_layout
46234
46235 \end_inset
46236
46237
46238 \begin_inset ERT
46239 status collapsed
46240
46241 \begin_layout Plain Layout
46242
46243 }
46244 \end_layout
46245
46246 \end_inset
46247
46248  VioletRed
46249 \end_layout
46250
46251 \end_inset
46252 </cell>
46253 <cell alignment="left" valignment="top" usebox="none">
46254 \begin_inset Text
46255
46256 \begin_layout Plain Layout
46257 \begin_inset ERT
46258 status collapsed
46259
46260 \begin_layout Plain Layout
46261
46262
46263 \backslash
46264 fcolorbox{black}{
46265 \end_layout
46266
46267 \end_inset
46268
46269 WildStrawberry
46270 \begin_inset ERT
46271 status collapsed
46272
46273 \begin_layout Plain Layout
46274
46275 }{
46276 \end_layout
46277
46278 \end_inset
46279
46280
46281 \begin_inset Phantom Phantom
46282 status open
46283
46284 \begin_layout Plain Layout
46285 W
46286 \end_layout
46287
46288 \end_inset
46289
46290
46291 \begin_inset ERT
46292 status collapsed
46293
46294 \begin_layout Plain Layout
46295
46296 }
46297 \end_layout
46298
46299 \end_inset
46300
46301  WildStrawberry
46302 \end_layout
46303
46304 \end_inset
46305 </cell>
46306 <cell alignment="left" valignment="top" usebox="none">
46307 \begin_inset Text
46308
46309 \begin_layout Plain Layout
46310 \begin_inset ERT
46311 status collapsed
46312
46313 \begin_layout Plain Layout
46314
46315
46316 \backslash
46317 fcolorbox{black}{
46318 \end_layout
46319
46320 \end_inset
46321
46322 YellowGreen
46323 \begin_inset ERT
46324 status collapsed
46325
46326 \begin_layout Plain Layout
46327
46328 }{
46329 \end_layout
46330
46331 \end_inset
46332
46333
46334 \begin_inset Phantom Phantom
46335 status open
46336
46337 \begin_layout Plain Layout
46338 W
46339 \end_layout
46340
46341 \end_inset
46342
46343
46344 \begin_inset ERT
46345 status collapsed
46346
46347 \begin_layout Plain Layout
46348
46349 }
46350 \end_layout
46351
46352 \end_inset
46353
46354  YellowGreen
46355 \end_layout
46356
46357 \end_inset
46358 </cell>
46359 </row>
46360 <row>
46361 <cell alignment="left" valignment="top" usebox="none">
46362 \begin_inset Text
46363
46364 \begin_layout Plain Layout
46365 \begin_inset ERT
46366 status collapsed
46367
46368 \begin_layout Plain Layout
46369
46370
46371 \backslash
46372 fcolorbox{black}{
46373 \end_layout
46374
46375 \end_inset
46376
46377 YellowOrange
46378 \begin_inset ERT
46379 status collapsed
46380
46381 \begin_layout Plain Layout
46382
46383 }{
46384 \end_layout
46385
46386 \end_inset
46387
46388
46389 \begin_inset Phantom Phantom
46390 status open
46391
46392 \begin_layout Plain Layout
46393 W
46394 \end_layout
46395
46396 \end_inset
46397
46398
46399 \begin_inset ERT
46400 status collapsed
46401
46402 \begin_layout Plain Layout
46403
46404 }
46405 \end_layout
46406
46407 \end_inset
46408
46409  YellowOrange
46410 \end_layout
46411
46412 \end_inset
46413 </cell>
46414 <cell alignment="left" valignment="top" usebox="none">
46415 \begin_inset Text
46416
46417 \begin_layout Plain Layout
46418
46419 \end_layout
46420
46421 \end_inset
46422 </cell>
46423 <cell alignment="left" valignment="top" usebox="none">
46424 \begin_inset Text
46425
46426 \begin_layout Plain Layout
46427
46428 \end_layout
46429
46430 \end_inset
46431 </cell>
46432 <cell alignment="left" valignment="top" usebox="none">
46433 \begin_inset Text
46434
46435 \begin_layout Plain Layout
46436
46437 \end_layout
46438
46439 \end_inset
46440 </cell>
46441 </row>
46442 </lyxtabular>
46443
46444 \end_inset
46445
46446
46447 \end_layout
46448
46449 \begin_layout Chapter
46450 Explanation of Equation
46451 \begin_inset space ~
46452 \end_inset
46453
46454 (
46455 \begin_inset CommandInset ref
46456 LatexCommand ref
46457 reference "eq:Wgn"
46458
46459 \end_inset
46460
46461 )
46462 \begin_inset CommandInset label
46463 LatexCommand label
46464 name "cha:Explanation-of-Equation"
46465
46466 \end_inset
46467
46468
46469 \end_layout
46470
46471 \begin_layout Standard
46472 We can calculate the total width of 
46473 \emph on
46474 n
46475 \emph default
46476  table cells 
46477 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46478 \end_inset
46479
46480  as follows:
46481 \begin_inset Formula 
46482 \begin{equation}
46483 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46484 \end{equation}
46485
46486 \end_inset
46487
46488 where 
46489 \begin_inset Formula $W_{g\,n}$
46490 \end_inset
46491
46492  is the given width of all cells, 
46493 \series bold
46494
46495 \backslash
46496 tabcolsep
46497 \series default
46498  is the \SpecialChar LaTeX
46499 -length between the cell text and the cell border (its default value
46500  is 6
46501 \begin_inset space \thinspace{}
46502 \end_inset
46503
46504 pt).
46505  
46506 \series bold
46507
46508 \backslash
46509 arrayrulewidth
46510 \series default
46511  is the thickness of the cell border line, the default is 0.4
46512 \begin_inset space \thinspace{}
46513 \end_inset
46514
46515 pt.
46516 \end_layout
46517
46518 \begin_layout Standard
46519 Following equation
46520 \begin_inset space ~
46521 \end_inset
46522
46523
46524 \begin_inset CommandInset ref
46525 LatexCommand eqref
46526 reference "eq:Wtot_n"
46527
46528 \end_inset
46529
46530 , the total width of a multicolumn 
46531 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46532 \end_inset
46533
46534  is
46535 \begin_inset Formula 
46536 \begin{equation}
46537 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46538 \end{equation}
46539
46540 \end_inset
46541
46542
46543 \end_layout
46544
46545 \begin_layout Standard
46546 By setting equation
46547 \begin_inset space ~
46548 \end_inset
46549
46550
46551 \begin_inset CommandInset ref
46552 LatexCommand eqref
46553 reference "eq:Wtot_n"
46554
46555 \end_inset
46556
46557  and 
46558 \begin_inset CommandInset ref
46559 LatexCommand eqref
46560 reference "eq:Wtot_mult"
46561
46562 \end_inset
46563
46564  equal we can calculate the needed given width 
46565 \begin_inset Formula $W_{g\,n}$
46566 \end_inset
46567
46568  when 
46569 \emph on
46570 n
46571 \emph default
46572  columns are spanned, so that each column has a total width of 
46573 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46574 \end_inset
46575
46576 :
46577 \begin_inset Formula 
46578 \begin{equation}
46579 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46580 \end{equation}
46581
46582 \end_inset
46583
46584
46585 \end_layout
46586
46587 \begin_layout Bibliography
46588 \begin_inset CommandInset bibitem
46589 LatexCommand bibitem
46590 key "latexcompanion"
46591 literal "true"
46592
46593 \end_inset
46594
46595 Frank Mittelbach and Michel Goossens: 
46596 \emph on
46597 The \SpecialChar LaTeX
46598  Companion Second Edition.
46599
46600 \emph default
46601  Addison-Wesley, 2004
46602 \end_layout
46603
46604 \begin_layout Bibliography
46605 \begin_inset CommandInset bibitem
46606 LatexCommand bibitem
46607 key "latexguide"
46608 literal "true"
46609
46610 \end_inset
46611
46612 Helmut Kopka and Patrick W.
46613  Daly: 
46614 \emph on
46615 A Guide to \SpecialChar LaTeX
46616  Fourth Edition.
46617
46618 \emph default
46619  Addison-Wesley, 2003
46620 \end_layout
46621
46622 \begin_layout Bibliography
46623 \begin_inset CommandInset bibitem
46624 LatexCommand bibitem
46625 key "latexbook"
46626 literal "true"
46627
46628 \end_inset
46629
46630 Leslie Lamport: 
46631 \emph on
46632 \SpecialChar LaTeX
46633 : A Document Preparation System.
46634
46635 \emph default
46636  Addison-Wesley, second edition, 1994
46637 \end_layout
46638
46639 \begin_layout Bibliography
46640 \begin_inset CommandInset bibitem
46641 LatexCommand bibitem
46642 key "arydshln"
46643 literal "true"
46644
46645 \end_inset
46646
46647 Documentation of the \SpecialChar LaTeX
46648 -package 
46649 \series bold
46650
46651 \begin_inset CommandInset href
46652 LatexCommand href
46653 name "arydshln"
46654 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46655 literal "false"
46656
46657 \end_inset
46658
46659
46660 \series default
46661
46662 \begin_inset Index idx
46663 status collapsed
46664
46665 \begin_layout Plain Layout
46666 \SpecialChar LaTeX
46667 -packages ! arydshln
46668 \end_layout
46669
46670 \end_inset
46671
46672
46673 \end_layout
46674
46675 \begin_layout Bibliography
46676 \begin_inset CommandInset bibitem
46677 LatexCommand bibitem
46678 key "booktabs"
46679 literal "true"
46680
46681 \end_inset
46682
46683 Documentation of the \SpecialChar LaTeX
46684 -package 
46685 \series bold
46686
46687 \begin_inset CommandInset href
46688 LatexCommand href
46689 name "booktabs"
46690 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46691 literal "false"
46692
46693 \end_inset
46694
46695
46696 \series default
46697
46698 \begin_inset Index idx
46699 status collapsed
46700
46701 \begin_layout Plain Layout
46702 \SpecialChar LaTeX
46703 -packages ! booktabs
46704 \end_layout
46705
46706 \end_inset
46707
46708
46709 \end_layout
46710
46711 \begin_layout Bibliography
46712 \begin_inset CommandInset bibitem
46713 LatexCommand bibitem
46714 key "caption"
46715 literal "true"
46716
46717 \end_inset
46718
46719 Documentation of the \SpecialChar LaTeX
46720 -package 
46721 \series bold
46722
46723 \begin_inset CommandInset href
46724 LatexCommand href
46725 name "caption"
46726 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46727 literal "false"
46728
46729 \end_inset
46730
46731
46732 \series default
46733
46734 \begin_inset Index idx
46735 status collapsed
46736
46737 \begin_layout Plain Layout
46738 \SpecialChar LaTeX
46739 -packages ! caption
46740 \end_layout
46741
46742 \end_inset
46743
46744
46745 \end_layout
46746
46747 \begin_layout Bibliography
46748 \begin_inset CommandInset bibitem
46749 LatexCommand bibitem
46750 key "diagbox"
46751 literal "true"
46752
46753 \end_inset
46754
46755 Documentation of the \SpecialChar LaTeX
46756 -package 
46757 \series bold
46758
46759 \begin_inset CommandInset href
46760 LatexCommand href
46761 name "diagbox"
46762 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46763 literal "false"
46764
46765 \end_inset
46766
46767
46768 \series default
46769
46770 \begin_inset Index idx
46771 status collapsed
46772
46773 \begin_layout Plain Layout
46774 \SpecialChar LaTeX
46775 -packages ! diagbox
46776 \end_layout
46777
46778 \end_inset
46779
46780
46781 \end_layout
46782
46783 \begin_layout Bibliography
46784 \begin_inset CommandInset bibitem
46785 LatexCommand bibitem
46786 key "endfloat"
46787 literal "true"
46788
46789 \end_inset
46790
46791 Documentation of the \SpecialChar LaTeX
46792 -package 
46793 \series bold
46794
46795 \begin_inset CommandInset href
46796 LatexCommand href
46797 name "endfloat"
46798 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46799 literal "false"
46800
46801 \end_inset
46802
46803
46804 \series default
46805
46806 \begin_inset Index idx
46807 status collapsed
46808
46809 \begin_layout Plain Layout
46810 \SpecialChar LaTeX
46811 -packages ! endfloat
46812 \end_layout
46813
46814 \end_inset
46815
46816
46817 \end_layout
46818
46819 \begin_layout Bibliography
46820 \begin_inset CommandInset bibitem
46821 LatexCommand bibitem
46822 key "footmisc"
46823 literal "true"
46824
46825 \end_inset
46826
46827 Documentation of the \SpecialChar LaTeX
46828 -package 
46829 \series bold
46830
46831 \begin_inset CommandInset href
46832 LatexCommand href
46833 name "footmisc"
46834 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46835 literal "false"
46836
46837 \end_inset
46838
46839
46840 \series default
46841
46842 \begin_inset Index idx
46843 status collapsed
46844
46845 \begin_layout Plain Layout
46846 \SpecialChar LaTeX
46847 -packages ! footmisc
46848 \end_layout
46849
46850 \end_inset
46851
46852
46853 \end_layout
46854
46855 \begin_layout Bibliography
46856 \begin_inset CommandInset bibitem
46857 LatexCommand bibitem
46858 key "hypcap"
46859 literal "true"
46860
46861 \end_inset
46862
46863 Documentation of the \SpecialChar LaTeX
46864 -package 
46865 \series bold
46866
46867 \begin_inset CommandInset href
46868 LatexCommand href
46869 name "hypcap"
46870 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46871 literal "false"
46872
46873 \end_inset
46874
46875
46876 \series default
46877
46878 \begin_inset Index idx
46879 status collapsed
46880
46881 \begin_layout Plain Layout
46882 \SpecialChar LaTeX
46883 -packages ! hyperref
46884 \end_layout
46885
46886 \end_inset
46887
46888
46889 \end_layout
46890
46891 \begin_layout Bibliography
46892 \begin_inset CommandInset bibitem
46893 LatexCommand bibitem
46894 key "hyperref"
46895 literal "true"
46896
46897 \end_inset
46898
46899 Documentation of the \SpecialChar LaTeX
46900 -package 
46901 \series bold
46902
46903 \begin_inset CommandInset href
46904 LatexCommand href
46905 name "hyperref"
46906 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46907 literal "false"
46908
46909 \end_inset
46910
46911
46912 \series default
46913
46914 \begin_inset Index idx
46915 status collapsed
46916
46917 \begin_layout Plain Layout
46918 \SpecialChar LaTeX
46919 -packages ! hyperref
46920 \end_layout
46921
46922 \end_inset
46923
46924
46925 \end_layout
46926
46927 \begin_layout Bibliography
46928 \begin_inset CommandInset bibitem
46929 LatexCommand bibitem
46930 key "KOMA-Script"
46931 literal "true"
46932
46933 \end_inset
46934
46935 Documentation of the \SpecialChar LaTeX
46936 -package 
46937 \series bold
46938
46939 \begin_inset CommandInset href
46940 LatexCommand href
46941 name "KOMA-Script"
46942 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46943 literal "false"
46944
46945 \end_inset
46946
46947
46948 \series default
46949
46950 \begin_inset Index idx
46951 status collapsed
46952
46953 \begin_layout Plain Layout
46954 \SpecialChar LaTeX
46955 -packages ! KOMA-Script
46956 \end_layout
46957
46958 \end_inset
46959
46960
46961 \end_layout
46962
46963 \begin_layout Bibliography
46964 \begin_inset CommandInset bibitem
46965 LatexCommand bibitem
46966 key "lettrine"
46967 literal "true"
46968
46969 \end_inset
46970
46971 Documentation of the \SpecialChar LaTeX
46972 -package 
46973 \series bold
46974
46975 \begin_inset CommandInset href
46976 LatexCommand href
46977 name "lettrine"
46978 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46979 literal "false"
46980
46981 \end_inset
46982
46983
46984 \series default
46985  and an 
46986 \begin_inset CommandInset href
46987 LatexCommand href
46988 name "example"
46989 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46990 literal "false"
46991
46992 \end_inset
46993
46994
46995 \begin_inset Index idx
46996 status collapsed
46997
46998 \begin_layout Plain Layout
46999 \SpecialChar LaTeX
47000 -packages ! lettrine
47001 \end_layout
47002
47003 \end_inset
47004
47005
47006 \end_layout
47007
47008 \begin_layout Bibliography
47009 \begin_inset CommandInset bibitem
47010 LatexCommand bibitem
47011 key "listings"
47012 literal "true"
47013
47014 \end_inset
47015
47016 Documentation of the \SpecialChar LaTeX
47017 -package 
47018 \series bold
47019
47020 \begin_inset CommandInset href
47021 LatexCommand href
47022 name "listings"
47023 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47024 literal "false"
47025
47026 \end_inset
47027
47028
47029 \series default
47030
47031 \begin_inset Index idx
47032 status collapsed
47033
47034 \begin_layout Plain Layout
47035 \SpecialChar LaTeX
47036 -packages ! listings
47037 \end_layout
47038
47039 \end_inset
47040
47041
47042 \end_layout
47043
47044 \begin_layout Bibliography
47045 \begin_inset CommandInset bibitem
47046 LatexCommand bibitem
47047 key "minted"
47048 literal "false"
47049
47050 \end_inset
47051
47052 Documentation of the \SpecialChar LaTeX
47053 -package 
47054 \series bold
47055
47056 \begin_inset CommandInset href
47057 LatexCommand href
47058 name "minted"
47059 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47060 literal "false"
47061
47062 \end_inset
47063
47064
47065 \series default
47066
47067 \begin_inset Index idx
47068 status collapsed
47069
47070 \begin_layout Plain Layout
47071 \SpecialChar LaTeX
47072 -packages ! minted
47073 \end_layout
47074
47075 \end_inset
47076
47077
47078 \end_layout
47079
47080 \begin_layout Bibliography
47081 \begin_inset CommandInset bibitem
47082 LatexCommand bibitem
47083 key "marginnote"
47084 literal "true"
47085
47086 \end_inset
47087
47088 Documentation of the \SpecialChar LaTeX
47089 -package 
47090 \series bold
47091
47092 \begin_inset CommandInset href
47093 LatexCommand href
47094 name "marginnote"
47095 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47096 literal "false"
47097
47098 \end_inset
47099
47100
47101 \series default
47102
47103 \begin_inset Index idx
47104 status collapsed
47105
47106 \begin_layout Plain Layout
47107 \SpecialChar LaTeX
47108 -packages ! marginnote
47109 \end_layout
47110
47111 \end_inset
47112
47113
47114 \end_layout
47115
47116 \begin_layout Bibliography
47117 \begin_inset CommandInset bibitem
47118 LatexCommand bibitem
47119 key "pdfpages"
47120 literal "true"
47121
47122 \end_inset
47123
47124 Documentation of the \SpecialChar LaTeX
47125 -package 
47126 \series bold
47127
47128 \begin_inset CommandInset href
47129 LatexCommand href
47130 name "pdfpages"
47131 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47132 literal "false"
47133
47134 \end_inset
47135
47136
47137 \series default
47138
47139 \begin_inset Index idx
47140 status collapsed
47141
47142 \begin_layout Plain Layout
47143 \SpecialChar LaTeX
47144 -packages ! pdfpages
47145 \end_layout
47146
47147 \end_inset
47148
47149
47150 \end_layout
47151
47152 \begin_layout Bibliography
47153 \begin_inset CommandInset bibitem
47154 LatexCommand bibitem
47155 key "prettyref"
47156 literal "true"
47157
47158 \end_inset
47159
47160 Documentation of the \SpecialChar LaTeX
47161 -package 
47162 \series bold
47163
47164 \begin_inset CommandInset href
47165 LatexCommand href
47166 name "prettyref"
47167 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47168 literal "false"
47169
47170 \end_inset
47171
47172
47173 \series default
47174
47175 \begin_inset Index idx
47176 status collapsed
47177
47178 \begin_layout Plain Layout
47179 \SpecialChar LaTeX
47180 -packages ! prettyref
47181 \end_layout
47182
47183 \end_inset
47184
47185
47186 \end_layout
47187
47188 \begin_layout Bibliography
47189 \begin_inset CommandInset bibitem
47190 LatexCommand bibitem
47191 key "pstricks"
47192 literal "true"
47193
47194 \end_inset
47195
47196 Web page of the \SpecialChar LaTeX
47197 -package 
47198 \series bold
47199
47200 \begin_inset CommandInset href
47201 LatexCommand href
47202 name "PSTricks"
47203 target "http://tug.org/PSTricks/"
47204 literal "false"
47205
47206 \end_inset
47207
47208
47209 \series default
47210
47211 \begin_inset Index idx
47212 status collapsed
47213
47214 \begin_layout Plain Layout
47215 \SpecialChar LaTeX
47216 -packages ! PSTricks
47217 \end_layout
47218
47219 \end_inset
47220
47221
47222 \end_layout
47223
47224 \begin_layout Bibliography
47225 \begin_inset CommandInset bibitem
47226 LatexCommand bibitem
47227 key "refstyle"
47228 literal "true"
47229
47230 \end_inset
47231
47232 Documentation of the \SpecialChar LaTeX
47233 -package 
47234 \series bold
47235
47236 \begin_inset CommandInset href
47237 LatexCommand href
47238 name "refstyle"
47239 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47240 literal "false"
47241
47242 \end_inset
47243
47244
47245 \series default
47246
47247 \begin_inset Index idx
47248 status collapsed
47249
47250 \begin_layout Plain Layout
47251 \SpecialChar LaTeX
47252 -packages ! refstyle
47253 \end_layout
47254
47255 \end_inset
47256
47257
47258 \end_layout
47259
47260 \begin_layout Bibliography
47261 \begin_inset CommandInset bibitem
47262 LatexCommand bibitem
47263 key "sidecap"
47264 literal "true"
47265
47266 \end_inset
47267
47268 Documentation of the \SpecialChar LaTeX
47269 -package 
47270 \series bold
47271
47272 \begin_inset CommandInset href
47273 LatexCommand href
47274 name "sidecap"
47275 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47276 literal "false"
47277
47278 \end_inset
47279
47280
47281 \series default
47282
47283 \begin_inset Index idx
47284 status collapsed
47285
47286 \begin_layout Plain Layout
47287 \SpecialChar LaTeX
47288 -packages ! sidecap
47289 \end_layout
47290
47291 \end_inset
47292
47293
47294 \end_layout
47295
47296 \begin_layout Bibliography
47297 \begin_inset CommandInset bibitem
47298 LatexCommand bibitem
47299 key "Inkscape"
47300 literal "true"
47301
47302 \end_inset
47303
47304 Documentation of the option 
47305 \begin_inset CommandInset href
47306 LatexCommand href
47307 name "Omit text in PDF"
47308 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47309 literal "false"
47310
47311 \end_inset
47312
47313  of the program 
47314 \noun on
47315
47316 \begin_inset CommandInset href
47317 LatexCommand href
47318 name "Inkscape"
47319 target "https://inkscape.org"
47320 literal "false"
47321
47322 \end_inset
47323
47324
47325 \end_layout
47326
47327 \begin_layout Standard
47328 \begin_inset CommandInset index_print
47329 LatexCommand printindex
47330 type "idx"
47331 name "Index"
47332 literal "false"
47333
47334 \end_inset
47335
47336
47337 \end_layout
47338
47339 \end_body
47340 \end_document