]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: use the new example images on all occurrences
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 543
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 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \use_microtype false
175 \use_dash_ligatures true
176 \graphics default
177 \default_output_format pdf2
178 \output_sync 0
179 \bibtex_command default
180 \index_command default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
185 \pdf_author "LyX Team, Uwe Stöhr"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
198 \papersize default
199 \use_geometry false
200 \use_package amsmath 2
201 \use_package amssymb 2
202 \use_package cancel 0
203 \use_package esint 0
204 \use_package mathdots 1
205 \use_package mathtools 0
206 \use_package mhchem 1
207 \use_package stackrel 0
208 \use_package stmaryrd 0
209 \use_package undertilde 0
210 \cite_engine basic
211 \cite_engine_type default
212 \biblio_style plain
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \justification true
218 \use_refstyle 0
219 \notefontcolor #0000ff
220 \index Index
221 \shortcut idx
222 \color #008000
223 \end_index
224 \secnumdepth 3
225 \tocdepth 3
226 \paragraph_separation skip
227 \defskip medskip
228 \is_math_indent 0
229 \math_numbering_side default
230 \quotes_style english
231 \dynamic_quotes 0
232 \papercolumns 1
233 \papersides 2
234 \paperpagestyle default
235 \tracking_changes true
236 \output_changes false
237 \html_math_output 0
238 \html_css_as_file 0
239 \html_be_strict false
240 \author 227574939 "Kyttj"
241 \author 2047637253 "Guillaume Munch"
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.2.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-structure"
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         width 50col%
815         scaleBeforeRotation
816         rotateOrigin center
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Plain Layout
824 \begin_inset Caption Standard
825
826 \begin_layout Plain Layout
827 \begin_inset CommandInset label
828 LatexCommand label
829 name "fig:A-star-structure"
830
831 \end_inset
832
833 A star structure in a float.
834 \end_layout
835
836 \end_inset
837
838
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Standard
847 \begin_inset Float figure
848 wide false
849 sideways false
850 status open
851
852 \begin_layout Plain Layout
853 \begin_inset Caption Standard
854
855 \begin_layout Plain Layout
856 \begin_inset CommandInset label
857 LatexCommand label
858 name "fig:A-3D-object"
859
860 \end_inset
861
862 A 3D object.
863 \end_layout
864
865 \end_inset
866
867
868 \end_layout
869
870 \begin_layout Plain Layout
871 \align center
872 \begin_inset Graphics
873         filename clipart/3D-structure-distort.pdf
874         scale 80
875         scaleBeforeRotation
876         rotateOrigin center
877
878 \end_inset
879
880
881 \end_layout
882
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Standard
889 \begin_inset Index idx
890 status collapsed
891
892 \begin_layout Plain Layout
893 References ! to Figures
894 \end_layout
895
896 \end_inset
897
898 Figure
899 \begin_inset space ~
900 \end_inset
901
902
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "fig:A-star-structure"
906
907 \end_inset
908
909  and 
910 \begin_inset CommandInset ref
911 LatexCommand ref
912 reference "fig:A-3D-object"
913
914 \end_inset
915
916  are examples of referenced figures.
917  Figures can be referenced in the text by referencing their label.
918  To do this insert a label in the caption using the menu 
919 \family sans
920 Insert\SpecialChar menuseparator
921 Label
922 \family default
923  or the toolbar button 
924 \begin_inset Info
925 type  "icon"
926 arg   "label-insert"
927 \end_inset
928
929 .
930  You can now refer to the label using the menu 
931 \family sans
932 Insert\SpecialChar menuseparator
933 Cross
934 \begin_inset space ~
935 \end_inset
936
937 reference
938 \family default
939  or the toolbar button 
940 \begin_inset Info
941 type  "icon"
942 arg   "dialog-show-new-inset ref"
943 \end_inset
944
945 .
946  It is important to use references to floats, rather than using vague references
947  like 
948 \begin_inset Quotes eld
949 \end_inset
950
951 the figure above
952 \begin_inset Quotes erd
953 \end_inset
954
955 , because \SpecialChar LaTeX
956  will reposition the floats in the final document and it might
957  not be 
958 \begin_inset Quotes eld
959 \end_inset
960
961 above
962 \begin_inset Quotes erd
963 \end_inset
964
965  at all.
966 \begin_inset Newline newline
967 \end_inset
968
969 Referencing is explained in detail in section
970 \begin_inset space ~
971 \end_inset
972
973
974 \begin_inset CommandInset ref
975 LatexCommand ref
976 reference "sec:Referencing-Floats"
977
978 \end_inset
979
980 .
981 \end_layout
982
983 \begin_layout Standard
984 Normally only one image is inserted to a figure float, but sometimes you
985  might want to use two images with separate subcaptions.
986  This can be done by inserting image floats into existing image floats.
987  Note that only the main caption of the float is added to the List of Figures.
988  Figure
989 \begin_inset space ~
990 \end_inset
991
992
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "fig:Two-distorted-images"
996
997 \end_inset
998
999  is an example of a figure float with two images set side by side.
1000  You can also set the images one below the other.
1001  Figure
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "fig:Pink-object"
1009
1010 \end_inset
1011
1012  and 
1013 \begin_inset CommandInset ref
1014 LatexCommand ref
1015 reference "fig:A-star"
1016
1017 \end_inset
1018
1019  are the subfigures.
1020 \end_layout
1021
1022 \begin_layout Standard
1023 \begin_inset Float figure
1024 wide false
1025 sideways false
1026 status open
1027
1028 \begin_layout Plain Layout
1029 \begin_inset space \hfill{}
1030 \end_inset
1031
1032
1033 \begin_inset Float figure
1034 wide false
1035 sideways false
1036 status collapsed
1037
1038 \begin_layout Plain Layout
1039 \begin_inset Caption Standard
1040
1041 \begin_layout Plain Layout
1042 \begin_inset CommandInset label
1043 LatexCommand label
1044 name "fig:Pink-object"
1045
1046 \end_inset
1047
1048 Pink object.
1049 \end_layout
1050
1051 \end_inset
1052
1053
1054 \end_layout
1055
1056 \begin_layout Plain Layout
1057 \begin_inset Graphics
1058         filename clipart/3D-structure-distort.pdf
1059         width 45col%
1060         scaleBeforeRotation
1061         groupId distorted
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \begin_inset space \hfill{}
1072 \end_inset
1073
1074
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status collapsed
1079
1080 \begin_layout Plain Layout
1081 \begin_inset Caption Standard
1082
1083 \begin_layout Plain Layout
1084 \begin_inset CommandInset label
1085 LatexCommand label
1086 name "fig:A-star"
1087
1088 \end_inset
1089
1090 A star.
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Plain Layout
1099 \begin_inset Graphics
1100         filename clipart/Star-structure.pdf
1101         width 45col%
1102         scaleBeforeRotation
1103         groupId distorted
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \end_inset
1111
1112
1113 \begin_inset space \hfill{}
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Caption Standard
1121
1122 \begin_layout Plain Layout
1123 \begin_inset CommandInset label
1124 LatexCommand label
1125 name "fig:Two-distorted-images"
1126
1127 \end_inset
1128
1129 Two distorted images.
1130  Both images are in the image settings group named 
1131 \begin_inset Quotes eld
1132 \end_inset
1133
1134 distorted
1135 \begin_inset Quotes erd
1136 \end_inset
1137
1138 .
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Standard
1152 \begin_inset Newpage newpage
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \begin_layout Section
1159 Image Formats
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "sec:Image-Formats"
1163
1164 \end_inset
1165
1166
1167 \begin_inset Index idx
1168 status collapsed
1169
1170 \begin_layout Plain Layout
1171 Image Formats
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \begin_inset Index idx
1178 status collapsed
1179
1180 \begin_layout Plain Layout
1181 Figures ! Image Formats
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \begin_layout Standard
1190 You can insert images in any known file format.
1191  But as explained in appendix
1192 \begin_inset space ~
1193 \end_inset
1194
1195
1196 \begin_inset CommandInset ref
1197 LatexCommand ref
1198 reference "cha:Output-File-Formats"
1199
1200 \end_inset
1201
1202 , each output document format allows only a few image formats.
1203  \SpecialChar LyX
1204  uses therefore the program 
1205 \family typewriter
1206 ImageMagick
1207 \family default
1208  in the background to convert the images to the right format.
1209  To increase your work flow by avoiding these conversions in the background,
1210  you could choose to use only the image formats that can directly be embedded
1211  in the output file format.
1212  The output file formats are explained in appendix
1213 \begin_inset space ~
1214 \end_inset
1215
1216
1217 \begin_inset CommandInset ref
1218 LatexCommand ref
1219 reference "cha:Output-File-Formats"
1220
1221 \end_inset
1222
1223 .
1224 \end_layout
1225
1226 \begin_layout Standard
1227 Similar to fonts there are two types of image formats:
1228 \end_layout
1229
1230 \begin_layout Description
1231 Bitmap
1232 \begin_inset space ~
1233 \end_inset
1234
1235 images consist of pixel values, often in a compressed form.
1236  They are therefore not fully scalable and look pixelated in large zooms.
1237  Well-known bitmap image formats are 
1238 \begin_inset Quotes eld
1239 \end_inset
1240
1241 Graphics Interchange Format
1242 \begin_inset Quotes erd
1243 \end_inset
1244
1245  (GIF, file extension 
1246 \begin_inset Quotes eld
1247 \end_inset
1248
1249
1250 \family typewriter
1251 .gif
1252 \family default
1253
1254 \begin_inset Quotes erd
1255 \end_inset
1256
1257 )
1258 \begin_inset Index idx
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262 GIF|see
1263 \begin_inset ERT
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267
1268 {
1269 \end_layout
1270
1271 \end_inset
1272
1273 Image formats
1274 \begin_inset ERT
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278
1279 }
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \begin_inset Quotes eld
1291 \end_inset
1292
1293 Portable Network Graphics
1294 \begin_inset Quotes erd
1295 \end_inset
1296
1297  (PNG, file extension 
1298 \begin_inset Quotes eld
1299 \end_inset
1300
1301
1302 \family typewriter
1303 .png
1304 \family default
1305
1306 \begin_inset Quotes erd
1307 \end_inset
1308
1309 )
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 PNG|see
1315 \begin_inset ERT
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319
1320 {
1321 \end_layout
1322
1323 \end_inset
1324
1325 Image formats
1326 \begin_inset ERT
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330
1331 }
1332 \end_layout
1333
1334 \end_inset
1335
1336
1337 \end_layout
1338
1339 \end_inset
1340
1341 , and 
1342 \begin_inset Quotes eld
1343 \end_inset
1344
1345 Joint Photographic Experts Group
1346 \begin_inset Quotes erd
1347 \end_inset
1348
1349  (JPG, file extension 
1350 \begin_inset Quotes eld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .jpg
1356 \family default
1357
1358 \begin_inset Quotes erd
1359 \end_inset
1360
1361  or 
1362 \begin_inset Quotes eld
1363 \end_inset
1364
1365
1366 \family typewriter
1367 .jpeg
1368 \family default
1369
1370 \begin_inset Quotes erd
1371 \end_inset
1372
1373 )
1374 \begin_inset Index idx
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378 JPG|see
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 {
1385 \end_layout
1386
1387 \end_inset
1388
1389 Image formats
1390 \begin_inset ERT
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394
1395 }
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404
1405 .
1406 \end_layout
1407
1408 \begin_layout Description
1409 Vector
1410 \begin_inset space ~
1411 \end_inset
1412
1413 images consist of vectors and can therefore be scaled to any size without
1414  data loss.
1415  The scaling ability is necessary if you want to create presentations, because
1416  presentations are always scaled by the video projector.
1417  Scaling is also useful for online documents to let the user zoom into diagrams.
1418 \begin_inset Newline newline
1419 \end_inset
1420
1421 Well-known scalable image formats are 
1422 \begin_inset Quotes eld
1423 \end_inset
1424
1425 Scalable Vector Graphics
1426 \begin_inset Quotes erd
1427 \end_inset
1428
1429  (SVG, file extension 
1430 \begin_inset Quotes eld
1431 \end_inset
1432
1433
1434 \family typewriter
1435 .svg
1436 \family default
1437
1438 \begin_inset Quotes erd
1439 \end_inset
1440
1441 )
1442 \begin_inset Index idx
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446 SVG|see
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 {
1453 \end_layout
1454
1455 \end_inset
1456
1457 Image formats
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 }
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Quotes eld
1475 \end_inset
1476
1477 Encapsulated PostScript
1478 \begin_inset Quotes erd
1479 \end_inset
1480
1481  (EPS, file extension 
1482 \begin_inset Quotes eld
1483 \end_inset
1484
1485
1486 \family typewriter
1487 .eps
1488 \family default
1489
1490 \begin_inset Quotes erd
1491 \end_inset
1492
1493 )
1494 \begin_inset Index idx
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498 EPS|see
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 {
1505 \end_layout
1506
1507 \end_inset
1508
1509 Image formats
1510 \begin_inset ERT
1511 status collapsed
1512
1513 \begin_layout Plain Layout
1514
1515 }
1516 \end_layout
1517
1518 \end_inset
1519
1520
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \begin_inset Quotes eld
1527 \end_inset
1528
1529 Portable Document Format
1530 \begin_inset Quotes erd
1531 \end_inset
1532
1533  (PDF, file extension 
1534 \begin_inset Quotes eld
1535 \end_inset
1536
1537
1538 \family typewriter
1539 .pdf
1540 \family default
1541
1542 \begin_inset Quotes erd
1543 \end_inset
1544
1545 )
1546 \begin_inset Index idx
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550 PDF
1551 \end_layout
1552
1553 \end_inset
1554
1555 , and 
1556 \begin_inset Quotes eld
1557 \end_inset
1558
1559 Windows Metafile
1560 \begin_inset Quotes erd
1561 \end_inset
1562
1563  (WMF, file extension 
1564 \begin_inset Quotes eld
1565 \end_inset
1566
1567
1568 \family typewriter
1569 .wmf
1570 \family default
1571
1572 \begin_inset Quotes erd
1573 \end_inset
1574
1575 )
1576 \begin_inset Index idx
1577 status collapsed
1578
1579 \begin_layout Plain Layout
1580 SVG|see
1581 \begin_inset ERT
1582 status collapsed
1583
1584 \begin_layout Plain Layout
1585
1586 {
1587 \end_layout
1588
1589 \end_inset
1590
1591 Image formats
1592 \begin_inset ERT
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596
1597 }
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606
1607 .
1608  We wrote 
1609 \begin_inset Quotes eld
1610 \end_inset
1611
1612 can be
1613 \begin_inset Quotes erd
1614 \end_inset
1615
1616 , because you can convert any bitmap image to a PDF or EPS-image and the
1617  result will still be a bitmap image.
1618  In such cases only a header with the image properties is added to the original
1619  image
1620 \begin_inset Foot
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 In the case of PDF, the original image is additionally compressed.
1625 \end_layout
1626
1627 \end_inset
1628
1629 .
1630  The PDF-files generated by 
1631 \family typewriter
1632 Adobe Photoshop
1633 \family default
1634  are for example bitmap images.
1635 \end_layout
1636
1637 \begin_layout Standard
1638 Normally it is not possible to convert a bitmap image into a scalable one,
1639  only vice versa.
1640  Only the image formats PDF and EPS can directly be embedded to PDF and
1641  PostScript output files, respectively.
1642  SVG and WMF-images are recalculated to bitmaps when the output file is
1643  generated because there is currently no adequate WMF/SVG
1644 \begin_inset Formula $\to$
1645 \end_inset
1646
1647 PDF/EPS converter available.
1648 \end_layout
1649
1650 \begin_layout Chapter
1651 Tables
1652 \begin_inset Index idx
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 Table
1657 \end_layout
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Section
1665 Introduction
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Table ! Introduction
1671 \end_layout
1672
1673 \end_inset
1674
1675
1676 \end_layout
1677
1678 \begin_layout Standard
1679 You can insert a table using either the toolbar button 
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "tabular-insert"
1683 \end_inset
1684
1685  or the menu 
1686 \family sans
1687 Insert\SpecialChar menuseparator
1688 Table
1689 \family default
1690 .
1691  The toolbar button offers you a graphical selection: move the mouse to
1692  set the column/row number of the table that should be created and then
1693  press a mouse button.
1694  When you use the menu to create a table, a dialog will appear, asking you
1695  for the number of rows and columns.
1696 \begin_inset Newline newline
1697 \end_inset
1698
1699 The default table has lines around any cell and the first row appears separated
1700  from the rest of the table.
1701  This separation occurs due to a double line: The cells of the first row
1702  have a line below them and the cells of the second row have a line above
1703  them.
1704  Here is an example table:
1705 \end_layout
1706
1707 \begin_layout Standard
1708 \align center
1709 \begin_inset Tabular
1710 <lyxtabular version="3" rows="4" columns="4">
1711 <features tabularvalignment="middle">
1712 <column alignment="center" valignment="top">
1713 <column alignment="center" valignment="top">
1714 <column alignment="center" valignment="top">
1715 <column alignment="center" valignment="top">
1716 <row>
1717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \end_layout
1723
1724 \end_inset
1725 </cell>
1726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1727 \begin_inset Text
1728
1729 \begin_layout Plain Layout
1730
1731 \family roman
1732 \series medium
1733 \shape up
1734 \size normal
1735 \emph off
1736 \bar no
1737 \noun off
1738 \color none
1739 1
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748 2
1749 \end_layout
1750
1751 \end_inset
1752 </cell>
1753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Plain Layout
1757 3
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 </row>
1763 <row>
1764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768
1769 \family roman
1770 \series medium
1771 \shape up
1772 \size normal
1773 \emph off
1774 \bar no
1775 \noun off
1776 \color none
1777 A
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 </row>
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \family roman
1817 \series medium
1818 \shape up
1819 \size normal
1820 \emph off
1821 \bar no
1822 \noun off
1823 \color none
1824 B
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \family roman
1864 \series medium
1865 \shape up
1866 \size normal
1867 \emph off
1868 \bar no
1869 \noun off
1870 \color none
1871 C
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 </lyxtabular>
1905
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \begin_layout Section
1912 Table Dialog
1913 \begin_inset Index idx
1914 status collapsed
1915
1916 \begin_layout Plain Layout
1917 Table ! Dialog
1918 \end_layout
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 You can alter a table by clicking on it with the right mouse button, which
1927  brings up the context menu.
1928  Under the menu entry 
1929 \family sans
1930 More
1931 \family default
1932  you can adjust the settings of that cell and row/column respectively where
1933  the cursor is currently placed.
1934  The context menu 
1935 \family sans
1936 More\SpecialChar menuseparator
1937 Settings
1938 \family default
1939  opens the table dialog where you can adjust more things.
1940  Most of the dialog options also work on selections.
1941  This means if you select more cells, columns or rows, the action is done
1942  for the whole selection.
1943  Note that there is a difference between selecting the 
1944 \emph on
1945 contents
1946 \emph default
1947  of the cell, and the cell itself.
1948 \begin_inset Newline newline
1949 \end_inset
1950
1951 With the dialog option 
1952 \family sans
1953 Immediate
1954 \begin_inset space ~
1955 \end_inset
1956
1957 Apply
1958 \family default
1959  every change you make in the dialog is directly applied.
1960  If you move the cursor to another table cell the dialog will then also
1961  be updated with the parameters of the new cell.
1962  If you change length values in the dialog you must press 
1963 \family sans
1964 Return
1965 \family default
1966  to get the change applied.
1967 \begin_inset Newline newline
1968 \end_inset
1969
1970 You can alter tables with the following tabs of the table dialog:
1971 \end_layout
1972
1973 \begin_layout Description
1974 Table
1975 \begin_inset space ~
1976 \end_inset
1977
1978 Settings Here you can set the table width
1979 \begin_inset Index idx
1980 status collapsed
1981
1982 \begin_layout Plain Layout
1983 Table ! Width
1984 \end_layout
1985
1986 \end_inset
1987
1988 , and the horizontal alignment and the width of the current column.
1989  The alignment 
1990 \family sans
1991 At
1992 \begin_inset space ~
1993 \end_inset
1994
1995 Decimal
1996 \begin_inset space ~
1997 \end_inset
1998
1999 Separator
2000 \family default
2001  is described in section
2002 \begin_inset space ~
2003 \end_inset
2004
2005
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "subsec:Special-Cell-Alignment"
2009
2010 \end_inset
2011
2012 .
2013  When you have set a width you can also adjust the vertical alignment of
2014  the current row.
2015  A given width will allow the cell to have line breaks and multiple paragraphs
2016  of text, see sec.
2017 \begin_inset space \thinspace{}
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "subsec:Multiple-Lines-in"
2024
2025 \end_inset
2026
2027 .
2028  If you set no width, the column is as wide as the content of its widest
2029  cell.
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2034  cell, see sec.
2035 \begin_inset space \thinspace{}
2036 \end_inset
2037
2038
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "subsec:Multicolumns"
2042
2043 \end_inset
2044
2045  or the cells of one column as multirow cell, see sec.
2046 \begin_inset space \thinspace{}
2047 \end_inset
2048
2049
2050 \begin_inset CommandInset ref
2051 LatexCommand ref
2052 reference "subsec:Multirows"
2053
2054 \end_inset
2055
2056 .
2057 \begin_inset Newline newline
2058 \end_inset
2059
2060 The rotate check boxes rotate the current cell, a selection, or the whole
2061  table counter-clockwise by 90
2062 \begin_inset space \thinspace{}
2063 \end_inset
2064
2065 °.
2066  The rotation is not shown within \SpecialChar LyX
2067 , only in the output.
2068  For more information see sec.
2069 \begin_inset space \thinspace{}
2070 \end_inset
2071
2072
2073 \begin_inset CommandInset ref
2074 LatexCommand ref
2075 reference "sec:Rotated-Table-Cells"
2076
2077 \end_inset
2078
2079 .
2080 \begin_inset Newline newline
2081 \end_inset
2082
2083
2084 \begin_inset Note Greyedout
2085 status open
2086
2087 \begin_layout Plain Layout
2088
2089 \series bold
2090 Note:
2091 \series default
2092  Not all DVI-viewers are able to display rotations.
2093 \end_layout
2094
2095 \end_inset
2096
2097
2098 \begin_inset Newline newline
2099 \end_inset
2100
2101 The table-wide vertical alignment is used for tables within text lines:
2102 \begin_inset Newline newline
2103 \end_inset
2104
2105 A line with tables with different alignments: 
2106 \begin_inset Tabular
2107 <lyxtabular version="3" rows="2" columns="2">
2108 <features tabularvalignment="top">
2109 <column alignment="center" valignment="top" width="0pt">
2110 <column alignment="center" valignment="top">
2111 <row>
2112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2113 \begin_inset Text
2114
2115 \begin_layout Plain Layout
2116
2117 \end_layout
2118
2119 \end_inset
2120 </cell>
2121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2122 \begin_inset Text
2123
2124 \begin_layout Plain Layout
2125
2126 \family roman
2127 \series medium
2128 \shape up
2129 \size normal
2130 \emph off
2131 \bar no
2132 \noun off
2133 \color none
2134 1
2135 \end_layout
2136
2137 \end_inset
2138 </cell>
2139 </row>
2140 <row>
2141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2142 \begin_inset Text
2143
2144 \begin_layout Plain Layout
2145
2146 \family roman
2147 \series medium
2148 \shape up
2149 \size normal
2150 \emph off
2151 \bar no
2152 \noun off
2153 \color none
2154 A
2155 \end_layout
2156
2157 \end_inset
2158 </cell>
2159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2160 \begin_inset Text
2161
2162 \begin_layout Plain Layout
2163
2164 \end_layout
2165
2166 \end_inset
2167 </cell>
2168 </row>
2169 </lyxtabular>
2170
2171 \end_inset
2172
2173  
2174 \begin_inset Tabular
2175 <lyxtabular version="3" rows="2" columns="2">
2176 <features tabularvalignment="middle">
2177 <column alignment="center" valignment="top">
2178 <column alignment="center" valignment="top">
2179 <row>
2180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2181 \begin_inset Text
2182
2183 \begin_layout Plain Layout
2184
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Plain Layout
2193
2194 \family roman
2195 \series medium
2196 \shape up
2197 \size normal
2198 \emph off
2199 \bar no
2200 \noun off
2201 \color none
2202 1
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 </row>
2208 <row>
2209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Plain Layout
2213
2214 \family roman
2215 \series medium
2216 \shape up
2217 \size normal
2218 \emph off
2219 \bar no
2220 \noun off
2221 \color none
2222 A
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2228 \begin_inset Text
2229
2230 \begin_layout Plain Layout
2231
2232 \end_layout
2233
2234 \end_inset
2235 </cell>
2236 </row>
2237 </lyxtabular>
2238
2239 \end_inset
2240
2241  
2242 \begin_inset Tabular
2243 <lyxtabular version="3" rows="2" columns="2">
2244 <features tabularvalignment="bottom">
2245 <column alignment="center" valignment="top" width="0pt">
2246 <column alignment="center" valignment="top">
2247 <row>
2248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Plain Layout
2252
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Plain Layout
2261
2262 \family roman
2263 \series medium
2264 \shape up
2265 \size normal
2266 \emph off
2267 \bar no
2268 \noun off
2269 \color none
2270 1
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 </row>
2276 <row>
2277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2278 \begin_inset Text
2279
2280 \begin_layout Plain Layout
2281
2282 \family roman
2283 \series medium
2284 \shape up
2285 \size normal
2286 \emph off
2287 \bar no
2288 \noun off
2289 \color none
2290 A
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 </row>
2305 </lyxtabular>
2306
2307 \end_inset
2308
2309
2310 \begin_inset Newline newline
2311 \end_inset
2312
2313 It is also possible to enter a \SpecialChar LaTeX
2314 -argument which is needed for special table
2315  formattings, see sec.
2316 \begin_inset space \thinspace{}
2317 \end_inset
2318
2319
2320 \begin_inset CommandInset ref
2321 LatexCommand ref
2322 reference "subsec:Multicolumn-Calculations"
2323
2324 \end_inset
2325
2326  and 
2327 \begin_inset CommandInset ref
2328 LatexCommand ref
2329 reference "sec:Colored-Tables"
2330
2331 \end_inset
2332
2333 .
2334 \end_layout
2335
2336 \begin_layout Description
2337 Borders In this tab you can add and delete border lines for the current
2338  row/column.
2339 \begin_inset Newline newline
2340 \end_inset
2341
2342 Using the style option 
2343 \family sans
2344 Formal
2345 \family default
2346  will convert the table to a formal table as described in sec.
2347 \begin_inset space \thinspace{}
2348 \end_inset
2349
2350
2351 \begin_inset CommandInset ref
2352 LatexCommand ref
2353 reference "sec:Formal-Tables"
2354
2355 \end_inset
2356
2357 .
2358 \begin_inset Newline newline
2359 \end_inset
2360
2361 You can also add space here to table rows as described in sec.
2362 \begin_inset space \thinspace{}
2363 \end_inset
2364
2365
2366 \begin_inset CommandInset ref
2367 LatexCommand ref
2368 reference "subsec:Row-Spacing"
2369
2370 \end_inset
2371
2372 .
2373 \end_layout
2374
2375 \begin_layout Description
2376 Multi-page
2377 \begin_inset space ~
2378 \end_inset
2379
2380 table This tab is to make a table a multi-page table that can run over several
2381  pages.
2382  Sections
2383 \begin_inset space ~
2384 \end_inset
2385
2386
2387 \begin_inset CommandInset ref
2388 LatexCommand ref
2389 reference "sec:Multi-page-Tables"
2390
2391 \end_inset
2392
2393  and 
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sec:Special-Longtable-Issues"
2397
2398 \end_inset
2399
2400  describe the multi-page table features in detail.
2401 \end_layout
2402
2403 \begin_layout Section
2404 Table Toolbar
2405 \begin_inset Index idx
2406 status collapsed
2407
2408 \begin_layout Plain Layout
2409 Table ! Toolbar
2410 \end_layout
2411
2412 \end_inset
2413
2414
2415 \end_layout
2416
2417 \begin_layout Standard
2418 The table toolbar is an alternative to the table dialog to be able to alter
2419  tables faster.
2420  It should normally appear at the bottom of \SpecialChar LyX
2421 's main window when the cursor
2422  is inside a table.
2423  You can alternatively switch it on to appear always, by right-clicking
2424  in \SpecialChar LyX
2425 's main menu bar.
2426 \end_layout
2427
2428 \begin_layout Standard
2429 The toolbar has the following icons:
2430 \end_layout
2431
2432 \begin_layout Labeling
2433 \labelwidthstring 00.00.0000
2434 \begin_inset Info
2435 type  "icon"
2436 arg   "tabular-feature append-row"
2437 \end_inset
2438
2439  adds a row below the current cell or selection
2440 \end_layout
2441
2442 \begin_layout Labeling
2443 \labelwidthstring 00.00.0000
2444 \begin_inset Info
2445 type  "icon"
2446 arg   "tabular-feature append-column"
2447 \end_inset
2448
2449  adds a column right beside the current cell or selection
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "tabular-feature delete-row"
2457 \end_inset
2458
2459  deletes the current row or selection
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "tabular-feature delete-column"
2467 \end_inset
2468
2469  deletes the current column or selection
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "tabular-feature move-row-up"
2477 \end_inset
2478
2479  moves the row up
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "tabular-feature move-column-left"
2487 \end_inset
2488
2489  moves the column to the left
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "tabular-feature move-row-down"
2497 \end_inset
2498
2499  moves the row down
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "tabular-feature move-column-right"
2507 \end_inset
2508
2509  moves the column to the right
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "tabular-feature toggle-line-top"
2517 \end_inset
2518
2519  adds a line at the top of the current cell / row or of a selection
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "tabular-feature toggle-line-bottom"
2527 \end_inset
2528
2529  adds a line at the bottom of the current cell / row or of a selection
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "tabular-feature toggle-line-left"
2537 \end_inset
2538
2539  adds a line at the left side of the current cell / row or of a selection
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "tabular-feature toggle-line-right"
2547 \end_inset
2548
2549  adds a line at the right side of the current cell / row or of a selection
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "tabular-feature set-all-lines"
2557 \end_inset
2558
2559  adds lines around the current or selected cells - if the current cell no
2560  multicolumn cell this also affects the current row and column
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Info
2566 type  "icon"
2567 arg   "tabular-feature unset-all-lines"
2568 \end_inset
2569
2570  deletes all lines of the current or selected cells - if the current cell
2571  no multicolumn cell this also affects the current row and column
2572 \end_layout
2573
2574 \begin_layout Labeling
2575 \labelwidthstring 00.00.0000
2576 \begin_inset Info
2577 type  "icon"
2578 arg   "tabular-feature m-align-left"
2579 \end_inset
2580
2581  left-aligns the content of the current cell / column
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Info
2587 type  "icon"
2588 arg   "tabular-feature m-align-center"
2589 \end_inset
2590
2591  centers the content of the current cell / column horizontally
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596 \begin_inset Info
2597 type  "icon"
2598 arg   "tabular-feature m-align-right"
2599 \end_inset
2600
2601  right-aligns the content of the current cell / column
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "tabular-feature align-decimal"
2609 \end_inset
2610
2611  aligns the content of the current column at a character
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "tabular-feature m-valign-top"
2619 \end_inset
2620
2621  aligns the content of the current cell vertically to the top
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "tabular-feature m-valign-middle"
2629 \end_inset
2630
2631  centers the content of the current cell vertically
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "tabular-feature m-valign-bottom"
2639 \end_inset
2640
2641  aligns the content of the current cell vertically to the bottom
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "tabular-feature set-rotate-cell"
2649 \end_inset
2650
2651  rotates the current cell or selection counter-clockwise by 90°
2652 \end_layout
2653
2654 \begin_layout Labeling
2655 \labelwidthstring 00.00.0000
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "tabular-feature set-rotate-tabular"
2659 \end_inset
2660
2661  rotates the whole table counter-clockwise by 90°
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "tabular-feature multicolumn"
2669 \end_inset
2670
2671  sets the current cell or selection as a multicolumn
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "tabular-feature multirow"
2679 \end_inset
2680
2681  sets the current cell or selection as a multirow
2682 \end_layout
2683
2684 \begin_layout Standard
2685 \begin_inset Note Greyedout
2686 status open
2687
2688 \begin_layout Plain Layout
2689
2690 \series bold
2691 Note:
2692 \series default
2693  For the output the vertical alignment of the first cell in a row is used
2694  for all following cells in the row.
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \begin_layout Section
2703 Edit Table Menu
2704 \begin_inset Index idx
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Table ! Edit Menu
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \begin_layout Standard
2717 In addition to the table dialog and toolbar, the menu 
2718 \family sans
2719 Edit\SpecialChar menuseparator
2720 Table
2721 \family default
2722  allows you to add and delete border lines for the current row/column and
2723  to set the current selection as multicolumn.
2724  The menu is only available when the cursor is inside a table.
2725 \end_layout
2726
2727 \begin_layout Section
2728 Table Floats
2729 \begin_inset CommandInset label
2730 LatexCommand label
2731 name "sec:Table-Floats"
2732
2733 \end_inset
2734
2735
2736 \begin_inset Index idx
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 Floats ! Tables
2741 \end_layout
2742
2743 \end_inset
2744
2745
2746 \begin_inset Index idx
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 Table ! Floats
2751 \end_layout
2752
2753 \end_inset
2754
2755
2756 \end_layout
2757
2758 \begin_layout Standard
2759 For general explanations about floats, have a look at section
2760 \begin_inset space ~
2761 \end_inset
2762
2763
2764 \begin_inset CommandInset ref
2765 LatexCommand ref
2766 reference "sec:FloatIntroduction"
2767
2768 \end_inset
2769
2770 .
2771 \end_layout
2772
2773 \begin_layout Standard
2774 \begin_inset Float table
2775 placement h
2776 wide false
2777 sideways false
2778 status open
2779
2780 \begin_layout Plain Layout
2781 \begin_inset Caption Standard
2782
2783 \begin_layout Plain Layout
2784 \begin_inset CommandInset label
2785 LatexCommand label
2786 name "tab:a table float"
2787
2788 \end_inset
2789
2790 A table float.
2791 \end_layout
2792
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \begin_layout Plain Layout
2799 \align center
2800 \begin_inset Tabular
2801 <lyxtabular version="3" rows="3" columns="3">
2802 <features tabularvalignment="middle">
2803 <column alignment="center" valignment="top" width="0pt">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <column alignment="center" valignment="top" width="0pt">
2806 <row>
2807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811
2812 \family roman
2813 \series medium
2814 \shape up
2815 \size normal
2816 \emph off
2817 \bar no
2818 \noun off
2819 \color none
2820 1
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \family roman
2831 \series medium
2832 \shape up
2833 \size normal
2834 \emph off
2835 \bar no
2836 \noun off
2837 \color none
2838 2
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \family roman
2849 \series medium
2850 \shape up
2851 \size normal
2852 \emph off
2853 \bar no
2854 \noun off
2855 \color none
2856 3
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 <row>
2863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \family roman
2869 \series medium
2870 \shape up
2871 \size normal
2872 \emph off
2873 \bar no
2874 \noun off
2875 \color none
2876 Joe
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \family roman
2887 \series medium
2888 \shape up
2889 \size normal
2890 \emph off
2891 \bar no
2892 \noun off
2893 \color none
2894 Mary
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \family roman
2905 \series medium
2906 \shape up
2907 \size normal
2908 \emph off
2909 \bar no
2910 \noun off
2911 \color none
2912 Ted
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \family roman
2925 \series medium
2926 \shape up
2927 \size normal
2928 \emph off
2929 \bar no
2930 \noun off
2931 \color none
2932 \begin_inset Formula $\int x^{2}dx$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944
2945 \family roman
2946 \series medium
2947 \shape up
2948 \size normal
2949 \emph off
2950 \bar no
2951 \noun off
2952 \color none
2953 \begin_inset Formula $\left[\begin{array}{cc}
2954 a & b\\
2955 c & d
2956 \end{array}\right]$
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \family roman
2970 \series medium
2971 \shape up
2972 \size normal
2973 \emph off
2974 \bar no
2975 \noun off
2976 \color none
2977 \begin_inset Formula $1+1=2$
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 </row>
2986 </lyxtabular>
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \begin_layout Standard
2999 Table floats can be inserted using the menu 
3000 \family sans
3001 Insert\SpecialChar menuseparator
3002 Float\SpecialChar menuseparator
3003 Table
3004 \family default
3005  or the toolbar button 
3006 \begin_inset Info
3007 type  "icon"
3008 arg   "float-insert table"
3009 \end_inset
3010
3011 .
3012 \end_layout
3013
3014 \begin_layout Standard
3015 The float appears as a collapsible box with a caption that has the label
3016  
3017 \begin_inset Quotes eld
3018 \end_inset
3019
3020 Table
3021 \begin_inset space ~
3022 \end_inset
3023
3024 #:
3025 \begin_inset Quotes erd
3026 \end_inset
3027
3028  (# is the actual table number).
3029  You can insert tables in the float above or below the caption.
3030 \end_layout
3031
3032 \begin_layout Standard
3033 Table
3034 \begin_inset space ~
3035 \end_inset
3036
3037
3038 \begin_inset CommandInset ref
3039 LatexCommand ref
3040 reference "tab:a table float"
3041
3042 \end_inset
3043
3044  is an example table within a table float.
3045 \end_layout
3046
3047 \begin_layout Standard
3048 Having the caption above the table is the common rule that is unfortunately
3049  not supported in \SpecialChar LaTeX
3050 's standard classes.
3051  This means that, if you are using the document classes 
3052 \family sans
3053 article
3054 \family default
3055
3056 \family sans
3057 book
3058 \family default
3059
3060 \family sans
3061 letter
3062 \family default
3063 , or 
3064 \family sans
3065 report
3066 \family default
3067 , there will be no space between the caption and the table.
3068  To insert the needed space, add the following option to the load command
3069  of the \SpecialChar LaTeX
3070 -package 
3071 \series bold
3072 caption
3073 \series default
3074
3075 \begin_inset Index idx
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079 \SpecialChar LaTeX
3080 -packages ! caption
3081 \end_layout
3082
3083 \end_inset
3084
3085  in your document preamble:
3086 \begin_inset Foot
3087 status collapsed
3088
3089 \begin_layout Plain Layout
3090 For more information have a look at section
3091 \begin_inset space ~
3092 \end_inset
3093
3094
3095 \begin_inset CommandInset ref
3096 LatexCommand ref
3097 reference "sec:Caption-Placement"
3098
3099 \end_inset
3100
3101 .
3102 \end_layout
3103
3104 \end_inset
3105
3106
3107 \end_layout
3108
3109 \begin_layout Standard
3110
3111 \series bold
3112 tableposition=top
3113 \end_layout
3114
3115 \begin_layout Standard
3116 The package 
3117 \series bold
3118 caption
3119 \series default
3120 , which is described in section
3121 \begin_inset space ~
3122 \end_inset
3123
3124
3125 \begin_inset CommandInset ref
3126 LatexCommand ref
3127 reference "sec:Caption-Formatting"
3128
3129 \end_inset
3130
3131 , is used to adjust the caption format.
3132 \end_layout
3133
3134 \begin_layout Standard
3135 \begin_inset Index idx
3136 status collapsed
3137
3138 \begin_layout Plain Layout
3139 References ! to Tables
3140 \end_layout
3141
3142 \end_inset
3143
3144 Tables can be cross-referenced in the text by referencing their label.
3145  To do this insert a label in the caption using the menu 
3146 \family sans
3147 Insert\SpecialChar menuseparator
3148 Label
3149 \family default
3150  or the toolbar button 
3151 \begin_inset Info
3152 type  "icon"
3153 arg   "label-insert"
3154 \end_inset
3155
3156 .
3157  You can now refer to the label using the menu 
3158 \family sans
3159 Insert\SpecialChar menuseparator
3160 Cross
3161 \begin_inset space ~
3162 \end_inset
3163
3164 reference
3165 \family default
3166  or the toolbar button 
3167 \begin_inset Info
3168 type  "icon"
3169 arg   "dialog-show-new-inset ref"
3170 \end_inset
3171
3172 .
3173 \begin_inset Newline newline
3174 \end_inset
3175
3176 Referencing is explained in detail in section
3177 \begin_inset space ~
3178 \end_inset
3179
3180
3181 \begin_inset CommandInset ref
3182 LatexCommand ref
3183 reference "sec:Referencing-Floats"
3184
3185 \end_inset
3186
3187 .
3188 \end_layout
3189
3190 \begin_layout Section
3191
3192 \family sans
3193 Multi-page Table
3194 \family default
3195 s
3196 \begin_inset CommandInset label
3197 LatexCommand label
3198 name "sec:Multi-page-Tables"
3199
3200 \end_inset
3201
3202
3203 \begin_inset Index idx
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207 Multi-page Table
3208 \end_layout
3209
3210 \end_inset
3211
3212
3213 \begin_inset Index idx
3214 status collapsed
3215
3216 \begin_layout Plain Layout
3217 Table ! Multi-page Table
3218 \end_layout
3219
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \begin_layout Standard
3226 If the table is too long to fit on one page, you can use the option 
3227 \family sans
3228 Use
3229 \begin_inset space ~
3230 \end_inset
3231
3232 multi-page
3233 \family default
3234  table in the tab 
3235 \family sans
3236 Multi-page
3237 \begin_inset space ~
3238 \end_inset
3239
3240 table
3241 \family default
3242  of the table dialog to split the table automatically over more pages.
3243  Doing this enables the following options:
3244 \end_layout
3245
3246 \begin_layout Description
3247 Header: The current row is defined to be a header row that appears on all
3248  pages of the multi-page table; except for the first page, if 
3249 \family sans
3250 First
3251 \begin_inset space ~
3252 \end_inset
3253
3254 header
3255 \family default
3256  is defined.
3257  This is therefore called the main header.
3258 \end_layout
3259
3260 \begin_layout Description
3261 First
3262 \begin_inset space ~
3263 \end_inset
3264
3265 header: The current row is defined to be a header row that appears on the
3266  first page of the multi-page table.
3267 \end_layout
3268
3269 \begin_layout Description
3270 Footer: The current row is defined to be a footer row that appears on all
3271  pages of the multi-page table; except for the last page, if 
3272 \family sans
3273 Last
3274 \begin_inset space ~
3275 \end_inset
3276
3277 footer
3278 \family default
3279  is defined.
3280 \end_layout
3281
3282 \begin_layout Description
3283 Last
3284 \begin_inset space ~
3285 \end_inset
3286
3287 footer: The current row is defined to be a footer row that appears on the
3288  last page of the multi-page table.
3289 \end_layout
3290
3291 \begin_layout Description
3292 Caption: The current row contains the table caption.
3293  The row is reset as single column and a caption is inserted.
3294  More about multi-page table captions is explained in sec.
3295 \begin_inset space \thinspace{}
3296 \end_inset
3297
3298
3299 \begin_inset CommandInset ref
3300 LatexCommand ref
3301 reference "subsec:Multi-page-Table-Captions"
3302
3303 \end_inset
3304
3305 .
3306 \end_layout
3307
3308 \begin_layout Standard
3309 You can also specify a row where the table is split.
3310  See the following multi-page table to see how it works:
3311 \end_layout
3312
3313 \begin_layout Standard
3314 \align center
3315 \begin_inset Tabular
3316 <lyxtabular version="3" rows="69" columns="3">
3317 <features islongtable="true" longtabularalignment="center">
3318 <column alignment="left" valignment="top" width="0cm">
3319 <column alignment="left" valignment="top" width="0pt">
3320 <column alignment="center" valignment="top" width="0pt">
3321 <row endfirsthead="true">
3322 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Example Phone List (ignore the names)
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row endfirsthead="true">
3353 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 NAME
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \series bold
3379 TEL.
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row endhead="true">
3386 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \series bold
3392 Example Phone List
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row endhead="true">
3417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \series bold
3423 NAME
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443 TEL.
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 </row>
3449 <row endfoot="true">
3450 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454  continued on next page
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row>
3479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Annovi
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Silvia
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 111
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 Bertoli
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Stefano
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 111
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 </row>
3540 <row>
3541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547 Bozzi
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Walter
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 111
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Cachia
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Maria
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Cachia
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Maurizio
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Cinquemani
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Giusi
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Colin
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Bernard
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Concli
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Gianfranco
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Dal Bosco
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Carolina
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Dalpiaz
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Annamaria
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Feliciello
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Domenico
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Focarelli
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Paola
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Galletti
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Oreste
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Gasparini
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Franca
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Rizzardi
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Paola
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Lassini
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Giancarlo
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Malfatti
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Luciano
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Malfatti
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Valeriano
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Meneguzzo
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Roberto
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Mezzadra
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Roberto
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Pirpamer
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Erich
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Pochiesa
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Paolo
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111, 222
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Radina
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Claudio
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 111
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Stuffer
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Oskar
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 111
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Tacchelli
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Ugo
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 111
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Tezzele
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Margit
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 111
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Unterkalmsteiner
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Frieda
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 111
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Vieider
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Hilde
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 111
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \series bold
4353 Vigna
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 Jürgen
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 111
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382
4383 \series bold
4384 Weber
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 Maurizio
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 111
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413
4414 \series bold
4415 Winkler
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 Franz
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 111
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444  
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Annovi
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Silvia
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 555
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Bertoli
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Stefano
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 555
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Bozzi
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Walter
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Cachia
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Maria
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Cachia
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Maurizio
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Cinquemani
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Giusi
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Colin
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Bernard
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Concli
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Gianfranco
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Dal Bosco
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Carolina
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Dalpiaz
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Annamaria
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Feliciello
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Domenico
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Focarelli
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Paola
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Galletti
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Oreste
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Gasparini
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Franca
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Rizzardi
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Paola
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Lassini
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Giancarlo
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Malfatti
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Luciano
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Malfatti
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Valeriano
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Meneguzzo
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Roberto
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Mezzadra
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Roberto
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Pirpamer
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Erich
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Pochiesa
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Paolo
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555, 222
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \series bold
5157 Radina
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Claudio
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 555
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \series bold
5188 Stuffer
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Oskar
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 555
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 <row>
5213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219 Tacchelli
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 Ugo
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 555
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \series bold
5250 Tezzele
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Margit
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 555
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \series bold
5281 Unterkalmsteiner
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Frieda
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 555
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \series bold
5312 Vieider
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 Hilde
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 555
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \series bold
5343 Vigna
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Jürgen
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 999
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 <row>
5368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372
5373 \series bold
5374 Weber
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 Maurizio
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 555
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row>
5399 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \series bold
5405 Winkler
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 Franz
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 555
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 <row endlastfoot="true">
5430 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 end
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 </lyxtabular>
5459
5460 \end_inset
5461
5462
5463 \begin_inset ERT
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467
5468
5469 \backslash
5470 addtocounter{table}{-1}
5471 \end_layout
5472
5473 \end_inset
5474
5475
5476 \begin_inset Note Note
5477 status collapsed
5478
5479 \begin_layout Plain Layout
5480 See the first greyed-out note in section
5481 \begin_inset space ~
5482 \end_inset
5483
5484
5485 \begin_inset CommandInset ref
5486 LatexCommand ref
5487 reference "subsec:Multi-page-Table-Captions"
5488
5489 \end_inset
5490
5491  for an explanation of this command.
5492 \end_layout
5493
5494 \end_inset
5495
5496
5497 \end_layout
5498
5499 \begin_layout Subsection
5500 Footnotes in Multi-page tables
5501 \begin_inset CommandInset label
5502 LatexCommand label
5503 name "subsec:Footnotes-in-Multi-page"
5504
5505 \end_inset
5506
5507
5508 \begin_inset Index idx
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512 Table ! Multi-page Table ! Footnotes
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Footnotes can be inserted to every Multi-page table cell.
5522  They appear at the bottom of the page where the table cell with the footnote
5523  appears.
5524  Table
5525 \begin_inset space ~
5526 \end_inset
5527
5528
5529 \begin_inset CommandInset ref
5530 LatexCommand ref
5531 reference "tab:DiffCaptions"
5532
5533 \end_inset
5534
5535  has for example a footnote.
5536 \end_layout
5537
5538 \begin_layout Subsection
5539 Multi-page Table Alignment
5540 \begin_inset Index idx
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544 Table ! Multi-page Table ! Alignment
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \end_layout
5551
5552 \begin_layout Standard
5553 The horizontal alignment of multi-page tables can be set in the table settings
5554  dialog.
5555  For left- and right-alignment the table will be directly at the page border.
5556  To add space between the table and the border one has to set the alignment
5557  to center and change the value of the \SpecialChar LaTeX
5558 -lengths 
5559 \series bold
5560
5561 \backslash
5562 LTleft 
5563 \series default
5564 or 
5565 \series bold
5566
5567 \backslash
5568 LTright
5569 \series default
5570  by inserting this line as \SpecialChar TeX
5571  Code before the multi-page table:
5572 \end_layout
5573
5574 \begin_layout Standard
5575
5576 \series bold
5577
5578 \backslash
5579 setlength{
5580 \backslash
5581 LTleft}{value}
5582 \end_layout
5583
5584 \begin_layout Standard
5585 The value can have any of the units listed in Table
5586 \begin_inset space ~
5587 \end_inset
5588
5589
5590 \begin_inset CommandInset ref
5591 LatexCommand ref
5592 reference "tab:Units"
5593
5594 \end_inset
5595
5596 .
5597  
5598 \series bold
5599
5600 \backslash
5601 LTleft
5602 \series default
5603  controls the horizontal distance from the left page border to the multi-page
5604  table, 
5605 \series bold
5606
5607 \backslash
5608 LTright
5609 \series default
5610  the distance from the right side.
5611  The default value for both lengths is 
5612 \series bold
5613
5614 \backslash
5615 fill
5616 \series default
5617 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5618 .
5619 \end_layout
5620
5621 \begin_layout Standard
5622 The following multi-page table was centered and 
5623 \series bold
5624
5625 \backslash
5626 LTleft
5627 \series default
5628  set to 
5629 \family sans
5630 0.1
5631 \backslash
5632 columnwidth
5633 \family default
5634 :
5635 \begin_inset ERT
5636 status collapsed
5637
5638 \begin_layout Plain Layout
5639
5640
5641 \backslash
5642 setlength{
5643 \backslash
5644 LTleft}{0.1
5645 \backslash
5646 columnwidth}
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \begin_layout Standard
5655 \begin_inset Tabular
5656 <lyxtabular version="3" rows="5" columns="5">
5657 <features islongtable="true" longtabularalignment="center">
5658 <column alignment="center" valignment="top">
5659 <column alignment="center" valignment="top" width="0pt">
5660 <column alignment="center" valignment="top">
5661 <column alignment="center" valignment="top">
5662 <column alignment="center" valignment="top">
5663 <row>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 1
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 2
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 3
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 4
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 5
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 </row>
5710 <row>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 asd
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 s
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 s
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 s
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 s
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 s
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 s
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 asd
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 s
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 s
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 s
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 asd
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 asd
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 asd
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 asd
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 asd
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 </lyxtabular>
5899
5900 \end_inset
5901
5902
5903 \begin_inset ERT
5904 status collapsed
5905
5906 \begin_layout Plain Layout
5907
5908
5909 \backslash
5910 setlength{
5911 \backslash
5912 LTleft}{
5913 \backslash
5914 fill}
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \begin_inset ERT
5921 status collapsed
5922
5923 \begin_layout Plain Layout
5924
5925
5926 \backslash
5927 addtocounter{table}{-1}
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \begin_inset Note Note
5934 status collapsed
5935
5936 \begin_layout Plain Layout
5937 See the first greyed-out note in section
5938 \begin_inset space ~
5939 \end_inset
5940
5941
5942 \begin_inset CommandInset ref
5943 LatexCommand ref
5944 reference "subsec:Multi-page-Table-Captions"
5945
5946 \end_inset
5947
5948  for an explanation of this command.
5949 \end_layout
5950
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \begin_layout Subsection
5957 Multi-page Table Captions
5958 \begin_inset Index idx
5959 status collapsed
5960
5961 \begin_layout Plain Layout
5962 Table ! Multi-page Table ! Captions
5963 \end_layout
5964
5965 \end_inset
5966
5967
5968 \begin_inset CommandInset label
5969 LatexCommand label
5970 name "subsec:Multi-page-Table-Captions"
5971
5972 \end_inset
5973
5974
5975 \end_layout
5976
5977 \begin_layout Standard
5978 A multi-page table cannot be put into a table float because floats can only
5979  be on one page.
5980  But the caption environment of floats can also be used for multi-page tables
5981  when you use the multi-page table option 
5982 \family sans
5983 Caption
5984 \family default
5985  as described in sec.
5986 \begin_inset space \thinspace{}
5987 \end_inset
5988
5989
5990 \begin_inset CommandInset ref
5991 LatexCommand ref
5992 reference "sec:Multi-page-Tables"
5993
5994 \end_inset
5995
5996 .
5997  Only one table row should contain a caption, either a header or a footer
5998  row.
5999 \end_layout
6000
6001 \begin_layout Standard
6002 Here is a short multi-page table to see how it works:
6003 \end_layout
6004
6005 \begin_layout Standard
6006 \begin_inset Tabular
6007 <lyxtabular version="3" rows="6" columns="5">
6008 <features islongtable="true" longtabularalignment="center">
6009 <column alignment="center" valignment="top">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <column alignment="center" valignment="top">
6013 <column alignment="center" valignment="top">
6014 <row endfirsthead="true" caption="true">
6015 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 \begin_inset Caption Standard
6020
6021 \begin_layout Plain Layout
6022 Multi-page table with caption
6023 \begin_inset Argument 1
6024 status open
6025
6026 \begin_layout Plain Layout
6027 Multi-page table
6028 \end_layout
6029
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 </row>
6079 <row>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 1
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 2
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 3
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111 4
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 5
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 s
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 s
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 s
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 <row>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 s
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 s
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 s
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 <row>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 asd
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 s
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 s
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 s
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 asd
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row>
6268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 asd
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 asd
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 asd
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 </lyxtabular>
6315
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \begin_layout Standard
6322 \begin_inset VSpace medskip
6323 \end_inset
6324
6325
6326 \begin_inset Note Greyedout
6327 status open
6328
6329 \begin_layout Plain Layout
6330
6331 \series bold
6332 Note
6333 \begin_inset space ~
6334 \end_inset
6335
6336 1:
6337 \series default
6338  The table number is increased for every multi-page table, even if you did
6339  not set a caption for it.
6340  For this reason you could have the case that e.
6341 \begin_inset space \thinspace{}
6342 \end_inset
6343
6344 g.
6345 \begin_inset space \space{}
6346 \end_inset
6347
6348 Table
6349 \begin_inset space ~
6350 \end_inset
6351
6352 2.4 follows Table
6353 \begin_inset space ~
6354 \end_inset
6355
6356 2.1 in the list of tables if there are two multi-page tables without captions.
6357  To avoid this you can add the following command in \SpecialChar TeX
6358  Code after every multi-page
6359  table without a caption:
6360 \end_layout
6361
6362 \begin_layout Plain Layout
6363
6364 \series bold
6365
6366 \backslash
6367 addtocounter{table}{-1}
6368 \end_layout
6369
6370 \begin_layout Plain Layout
6371 This is not needed when none of your multi-page tables has a caption and
6372  you add the following code to the document preamble:
6373 \end_layout
6374
6375 \begin_layout Plain Layout
6376
6377 \series bold
6378
6379 \backslash
6380 let
6381 \backslash
6382 myEnd
6383 \backslash
6384 endlongtable
6385 \begin_inset Newline newline
6386 \end_inset
6387
6388
6389 \backslash
6390 renewcommand{
6391 \backslash
6392 endlongtable}{
6393 \backslash
6394 myEnd
6395 \backslash
6396 addtocounter{table}{-1}}
6397 \end_layout
6398
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \begin_layout Standard
6405 \begin_inset Note Greyedout
6406 status open
6407
6408 \begin_layout Plain Layout
6409
6410 \series bold
6411 Note
6412 \begin_inset space ~
6413 \end_inset
6414
6415 2:
6416 \series default
6417  If you are using
6418 \series bold
6419  hyperref
6420 \series default
6421
6422 \begin_inset Index idx
6423 status collapsed
6424
6425 \begin_layout Plain Layout
6426 \SpecialChar LaTeX
6427 -packages ! hyperref
6428 \end_layout
6429
6430 \end_inset
6431
6432  in the 
6433 \family sans
6434 PDF Properties
6435 \family default
6436  of the 
6437 \family sans
6438 Document Settings
6439 \family default
6440  dialog to link cross-references, the link to a multi-page table caption
6441  will always point to the beginning of the document.
6442 \end_layout
6443
6444 \end_inset
6445
6446
6447 \end_layout
6448
6449 \begin_layout Subsubsection
6450 References to multi-page tables
6451 \begin_inset Index idx
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455 Table ! Multi-page Table ! References
6456 \end_layout
6457
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \begin_layout Standard
6464 \begin_inset Tabular
6465 <lyxtabular version="3" rows="6" columns="5">
6466 <features islongtable="true" longtabularalignment="center">
6467 <column alignment="center" valignment="top">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <column alignment="center" valignment="top">
6471 <column alignment="center" valignment="top">
6472 <row endfirsthead="true" caption="true">
6473 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 \begin_inset Caption Standard
6478
6479 \begin_layout Plain Layout
6480 Referenced multi-page table
6481 \begin_inset CommandInset label
6482 LatexCommand label
6483 name "tab:Referenced-multi-page-table"
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 1
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 2
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 3
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 4
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 5
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 </row>
6581 <row>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 asd
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 s
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 s
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 s
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 <row>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 asd
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 s
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 s
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 s
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 asd
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 s
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 s
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 s
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 asd
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 </row>
6722 <row>
6723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 asd
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 sad
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 asd
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 asd
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 asd
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 </row>
6769 </lyxtabular>
6770
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \begin_layout Standard
6777 To reference a multi-page table, insert a label into the caption.
6778 \end_layout
6779
6780 \begin_layout Standard
6781 This is a reference to Table
6782 \begin_inset space ~
6783 \end_inset
6784
6785
6786 \begin_inset CommandInset ref
6787 LatexCommand ref
6788 reference "tab:Referenced-multi-page-table"
6789
6790 \end_inset
6791
6792 .
6793 \end_layout
6794
6795 \begin_layout Standard
6796 The caption layout can be set together with all other captions of your document
6797  using the \SpecialChar LaTeX
6798 -package 
6799 \series bold
6800 caption
6801 \series default
6802
6803 \begin_inset Index idx
6804 status collapsed
6805
6806 \begin_layout Plain Layout
6807 \SpecialChar LaTeX
6808 -packages ! caption
6809 \end_layout
6810
6811 \end_inset
6812
6813 , see section
6814 \begin_inset space ~
6815 \end_inset
6816
6817
6818 \begin_inset CommandInset ref
6819 LatexCommand ref
6820 reference "sec:Caption-Formatting"
6821
6822 \end_inset
6823
6824 .
6825 \end_layout
6826
6827 \begin_layout Subsubsection
6828 Caption Width
6829 \begin_inset Index idx
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833 Table ! Multi-page Table ! Caption Width
6834 \end_layout
6835
6836 \end_inset
6837
6838
6839 \end_layout
6840
6841 \begin_layout Standard
6842 The maximal width of caption lines is defined by the length 
6843 \series bold
6844
6845 \backslash
6846 LTcapwidth
6847 \series default
6848 .
6849  Its default value is 4
6850 \begin_inset space \thinspace{}
6851 \end_inset
6852
6853 in.
6854  To change it add the following command to your document preamble or as
6855  \SpecialChar TeX
6856  Code into your document before the multi-page table that should be affected
6857 \end_layout
6858
6859 \begin_layout Standard
6860
6861 \series bold
6862
6863 \backslash
6864 setlength{
6865 \backslash
6866 LTcapwidth}{width}
6867 \end_layout
6868
6869 \begin_layout Standard
6870 where the 
6871 \family sans
6872 width
6873 \family default
6874  can have one of the units listed in appendix
6875 \begin_inset space ~
6876 \end_inset
6877
6878
6879 \begin_inset CommandInset ref
6880 LatexCommand ref
6881 reference "cha:Units-available-in"
6882
6883 \end_inset
6884
6885 .
6886 \end_layout
6887
6888 \begin_layout Standard
6889 The following tables show the difference:
6890 \end_layout
6891
6892 \begin_layout Standard
6893 \begin_inset Tabular
6894 <lyxtabular version="3" rows="6" columns="5">
6895 <features islongtable="true" longtabularalignment="center">
6896 <column alignment="center" valignment="top">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <column alignment="center" valignment="top">
6900 <column alignment="center" valignment="top">
6901 <row endfirsthead="true" caption="true">
6902 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 \begin_inset Caption Standard
6907
6908 \begin_layout Plain Layout
6909 Long full title with default width long full title with default width long
6910  full title with default width
6911 \begin_inset Argument 1
6912 status collapsed
6913
6914 \begin_layout Plain Layout
6915 caption with default width
6916 \end_layout
6917
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \end_inset
6924
6925
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 </row>
6967 <row>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 1
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 2
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 3
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 4
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 5
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 <row>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 asd
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 s
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 s
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 s
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 asd
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 </row>
7061 <row>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 s
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 s
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 s
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 asd
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 </row>
7108 <row>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 asd
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 s
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 s
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 s
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 asd
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 </row>
7155 <row>
7156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 sad
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 asd
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 </row>
7202 </lyxtabular>
7203
7204 \end_inset
7205
7206
7207 \end_layout
7208
7209 \begin_layout Standard
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 setlength{
7218 \backslash
7219 LTcapwidth}{5cm}
7220 \end_layout
7221
7222 \end_inset
7223
7224
7225 \begin_inset Tabular
7226 <lyxtabular version="3" rows="6" columns="5">
7227 <features islongtable="true" longtabularalignment="center">
7228 <column alignment="center" valignment="top">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <column alignment="center" valignment="top">
7232 <column alignment="center" valignment="top">
7233 <row endfirsthead="true" caption="true">
7234 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 \begin_inset Caption Standard
7239
7240 \begin_layout Plain Layout
7241 Long full title with width set to 5
7242 \begin_inset space \thinspace{}
7243 \end_inset
7244
7245 cm long full title with width set to 5
7246 \begin_inset space \thinspace{}
7247 \end_inset
7248
7249 cm long full title with width set to 5
7250 \begin_inset space \thinspace{}
7251 \end_inset
7252
7253 cm
7254 \begin_inset Argument 1
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 caption with width
7259 \begin_inset space \thinspace{}
7260 \end_inset
7261
7262 =
7263 \begin_inset space \thinspace{}
7264 \end_inset
7265
7266 5
7267 \begin_inset space \thinspace{}
7268 \end_inset
7269
7270 cm
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 </row>
7322 <row>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 1
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 2
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 3
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 4
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 5
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 <row>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 s
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 s
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 s
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 </row>
7416 <row>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 asd
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 s
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 s
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 s
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 asd
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 </row>
7463 <row>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 asd
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 s
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 s
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 s
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 asd
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 </row>
7510 <row>
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 asd
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 sad
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 asd
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 asd
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 asd
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 </lyxtabular>
7558
7559 \end_inset
7560
7561
7562 \end_layout
7563
7564 \begin_layout Standard
7565 \begin_inset ERT
7566 status collapsed
7567
7568 \begin_layout Plain Layout
7569
7570
7571 \backslash
7572 setlength{
7573 \backslash
7574 LTcapwidth}{4in}
7575 \end_layout
7576
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \begin_layout Standard
7583 \begin_inset Note Greyedout
7584 status open
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Note:
7590 \series default
7591  When the \SpecialChar LaTeX
7592 -package 
7593 \series bold
7594 caption
7595 \series default
7596
7597 \begin_inset Index idx
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601 \SpecialChar LaTeX
7602 -packages ! caption
7603 \end_layout
7604
7605 \end_inset
7606
7607  is used, as in this document, the full page width is used for the caption
7608  when you use the default value of 4
7609 \begin_inset space \thinspace{}
7610 \end_inset
7611
7612 in for 
7613 \series bold
7614
7615 \backslash
7616 LTcapwidth
7617 \series default
7618 .
7619  To get in this case exactly a 4
7620 \begin_inset space \thinspace{}
7621 \end_inset
7622
7623 in wide caption, you can either use a value slightly different from 4.0
7624 \begin_inset space \thinspace{}
7625 \end_inset
7626
7627 in, e.
7628 \begin_inset space \thinspace{}
7629 \end_inset
7630
7631 g.
7632 \begin_inset space \space{}
7633 \end_inset
7634
7635 3.99
7636 \begin_inset space \thinspace{}
7637 \end_inset
7638
7639 in, or the \SpecialChar LaTeX
7640 -command 
7641 \series bold
7642
7643 \backslash
7644 captionsetup{width=value}
7645 \series default
7646  that is provided by the 
7647 \series bold
7648 caption
7649 \series default
7650 -package.
7651 \end_layout
7652
7653 \end_inset
7654
7655
7656 \end_layout
7657
7658 \begin_layout Subsubsection
7659 Different Captions for Table Pages
7660 \begin_inset Index idx
7661 status collapsed
7662
7663 \begin_layout Plain Layout
7664 Table ! Multi-page Table ! Different Captions for Pages
7665 \end_layout
7666
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \begin_layout Standard
7673 When the table captions for the following pages should differ from the one
7674  of the first table page, mark a empty row as header which contains a caption.
7675  Then right-click on the caption and select in the context menu 
7676 \family sans
7677 Caption
7678 \begin_inset space ~
7679 \end_inset
7680
7681 (Unnumbered)
7682 \family default
7683 .
7684  Table
7685 \begin_inset space ~
7686 \end_inset
7687
7688
7689 \begin_inset CommandInset ref
7690 LatexCommand ref
7691 reference "tab:DiffCaptions"
7692
7693 \end_inset
7694
7695  is an example of a multi-page table with different heading where the second
7696  caption does not include the table number.
7697 \end_layout
7698
7699 \begin_layout Standard
7700 \align center
7701 \begin_inset Tabular
7702 <lyxtabular version="3" rows="59" columns="3">
7703 <features islongtable="true" longtabularalignment="center">
7704 <column alignment="left" valignment="top" width="0cm">
7705 <column alignment="left" valignment="top" width="0pt">
7706 <column alignment="center" valignment="top" width="0pt">
7707 <row endfirsthead="true" caption="true">
7708 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 \begin_inset Caption Standard
7713
7714 \begin_layout Plain Layout
7715 Example Phone List
7716 \begin_inset CommandInset label
7717 LatexCommand label
7718 name "tab:DiffCaptions"
7719
7720 \end_inset
7721
7722
7723 \begin_inset Argument 1
7724 status collapsed
7725
7726 \begin_layout Plain Layout
7727 Example Phone List
7728 \end_layout
7729
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row endfirsthead="true">
7762 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \series bold
7768 Example Phone List (ignore the names)
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row endfirsthead="true">
7793 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 NAME
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \series bold
7819 TEL.
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row endhead="true" caption="true">
7826 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 \begin_inset Caption Unnumbered
7831
7832 \begin_layout Plain Layout
7833 Continued Example Phone List
7834 \end_layout
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row endhead="true">
7863 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \series bold
7869 Example Phone List
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row endhead="true">
7894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 NAME
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 TEL.
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row endfoot="true">
7927 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 continued on next page
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \series bold
7962 Annovi
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Silvia
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Bertoli
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Stefano
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Bozzi
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 Walter
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 111
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 Cachia
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Maria
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 111
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Cachia
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Maurizio
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Cinquemani
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 Giusi
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 111
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \series bold
8148 Colin
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 Bernard
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 111
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \series bold
8179 Concli
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Gianfranco
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 111
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \series bold
8210 Dal Bosco
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Carolina
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 111
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \series bold
8241 Dalpiaz
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 Annamaria
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 111
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272 Feliciello
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 Domenico
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 111
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \series bold
8303 Focarelli
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 Paola
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 111
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332
8333 \series bold
8334 Galletti
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 Oreste
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 111
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \series bold
8365 Gasparini
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Franca
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 111
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \series bold
8396 Rizzardi
8397 \series default
8398
8399 \begin_inset Foot
8400 status open
8401
8402 \begin_layout Plain Layout
8403 Example footnote
8404 \end_layout
8405
8406 \end_inset
8407
8408
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Paola
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Lassini
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Giancarlo
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Malfatti
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Luciano
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Malfatti
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Valeriano
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Meneguzzo
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Roberto
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Mezzadra
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Roberto
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Pirpamer
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Erich
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Pochiesa
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Paolo
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 111, 222
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \series bold
8656 Radina
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Claudio
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 111
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 Stuffer
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Oskar
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 111
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \series bold
8718 Tacchelli
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 Ugo
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 111
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row>
8743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749 Tezzele
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Margit
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 111
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \series bold
8780 Unterkalmsteiner
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Frieda
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 111
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811 Vieider
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Hilde
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 111
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842 Vigna
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Jürgen
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 111
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873 Weber
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Maurizio
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 111
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \series bold
8904 Winkler
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Franz
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 111
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933  
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Annovi
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Silvia
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Bertoli
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Stefano
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Bozzi
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Walter
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Cachia
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Maria
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 555
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Cachia
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Maurizio
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Cinquemani
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Giusi
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Colin
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Bernard
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Concli
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Gianfranco
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \series bold
9212 Dal Bosco
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 Carolina
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 555
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243 Dalpiaz
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 Annamaria
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 555
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274 Feliciello
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Domenico
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 555
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 <row>
9299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303
9304 \series bold
9305 Focarelli
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Paola
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 555
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row>
9330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \series bold
9336 Galletti
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 Oreste
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 555
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \series bold
9367 Gasparini
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Franca
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 555
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \series bold
9398 Rizzardi
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 Paola
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 555
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 </row>
9422 <row>
9423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \series bold
9429 Lassini
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 Giancarlo
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 555
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460 Malfatti
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 Luciano
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 555
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 <row>
9485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \series bold
9491 Malfatti
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 Valeriano
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 555
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 </row>
9515 <row>
9516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \series bold
9522 Meneguzzo
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 Roberto
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 555
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row>
9547 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551
9552 \series bold
9553 Mezzadra
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562 Roberto
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 555
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 </row>
9577 </lyxtabular>
9578
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \begin_layout Section
9585 Special Multi-page Table Issues
9586 \begin_inset CommandInset label
9587 LatexCommand label
9588 name "sec:Special-Longtable-Issues"
9589
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \begin_layout Subsection
9596 Multi-page Table Calculation
9597 \begin_inset Index idx
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601 Table ! Multi-page Table ! Calculation
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Standard
9610 \SpecialChar LaTeX
9611  calculates the height of table pages and their page breaks using so called
9612  chunks.
9613  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9614 's memory.
9615  The default value was historically set to only 20
9616 \begin_inset space ~
9617 \end_inset
9618
9619 table rows.
9620  If you are using multi-page tables with many pages this may slow down the
9621  creation of your document.
9622  You can safely increase the chunk size to values of 100
9623 \begin_inset space \thinspace{}
9624 \end_inset
9625
9626 --
9627 \begin_inset space \thinspace{}
9628 \end_inset
9629
9630 1000 by adding this command line to your document preamble:
9631 \end_layout
9632
9633 \begin_layout Standard
9634
9635 \series bold
9636
9637 \backslash
9638 setcounter{LTchunksize}{100}
9639 \end_layout
9640
9641 \begin_layout Subsection
9642 Floats and Multi-page Tables
9643 \begin_inset Index idx
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647 Table ! Multi-page Table ! Floats
9648 \end_layout
9649
9650 \end_inset
9651
9652
9653 \end_layout
9654
9655 \begin_layout Standard
9656 There might be problems when a float appears on the same page where a multi-page
9657  table starts.
9658  To avoid such a situation, insert a 
9659 \begin_inset Quotes eld
9660 \end_inset
9661
9662 clear page
9663 \begin_inset Quotes erd
9664 \end_inset
9665
9666  (menu 
9667 \family sans
9668 Insert\SpecialChar menuseparator
9669 Formatting\SpecialChar menuseparator
9670 Clear
9671 \begin_inset space ~
9672 \end_inset
9673
9674 Page
9675 \family default
9676 ) before your multi-page table.
9677 \end_layout
9678
9679 \begin_layout Subsection
9680 Forced Page Breaks
9681 \begin_inset Index idx
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685 Table ! Multi-page Table ! Forced Page Breaks
9686 \end_layout
9687
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \begin_layout Standard
9694 By default tables are only broken between rows.
9695  If you have a cell with multiples lines and want to have a page break within
9696  the cell, insert the new line command 
9697 \begin_inset Quotes eld
9698 \end_inset
9699
9700
9701 \series bold
9702
9703 \backslash
9704
9705 \backslash
9706
9707 \series default
9708
9709 \begin_inset Quotes erd
9710 \end_inset
9711
9712  as \SpecialChar TeX
9713  Code at the point of the cell where it can be broken.
9714  Before the 
9715 \series bold
9716
9717 \backslash
9718
9719 \backslash
9720
9721 \series default
9722  command you have to insert in \SpecialChar TeX
9723  Code as many 
9724 \begin_inset Quotes eld
9725 \end_inset
9726
9727
9728 \series bold
9729 &
9730 \series default
9731
9732 \begin_inset Quotes erd
9733 \end_inset
9734
9735  characters as the number of the following table columns.
9736  The 
9737 \series bold
9738 &
9739 \series default
9740  is the character to separate table cells.
9741  Write in \SpecialChar TeX
9742  Code after each 
9743 \series bold
9744 &
9745 \series default
9746  the content of the corresponding following cell and delete the content
9747  of these cells.
9748 \begin_inset Newline newline
9749 \end_inset
9750
9751 After the 
9752 \series bold
9753
9754 \backslash
9755
9756 \backslash
9757
9758 \series default
9759  command, insert as many 
9760 \series bold
9761 &
9762 \series default
9763  characters as the number of table columns before the current column.
9764  In Table
9765 \begin_inset space ~
9766 \end_inset
9767
9768
9769 \begin_inset CommandInset ref
9770 LatexCommand ref
9771 reference "tab:ForcedPagebreak"
9772
9773 \end_inset
9774
9775  the cell that should be broken is in the second column followed by another
9776  column.
9777  Therefore the following command was inserted in the cell as \SpecialChar TeX
9778  Code after
9779  
9780 \begin_inset Quotes eld
9781 \end_inset
9782
9783
9784 \emph on
9785 Castelchiodato,
9786 \emph default
9787
9788 \begin_inset Quotes erd
9789 \end_inset
9790
9791 :
9792 \end_layout
9793
9794 \begin_layout Standard
9795
9796 \series bold
9797 & 111
9798 \backslash
9799
9800 \backslash
9801  
9802 \backslash
9803 newpage
9804 \begin_inset Newline newline
9805 \end_inset
9806
9807 &
9808 \end_layout
9809
9810 \begin_layout Standard
9811 The 
9812 \begin_inset Quotes eld
9813 \end_inset
9814
9815 111
9816 \begin_inset Quotes erd
9817 \end_inset
9818
9819  in the third column of the row was deleted.
9820  
9821 \series bold
9822
9823 \backslash
9824 newpage
9825 \series default
9826  is only needed when a page break should definitely occur at this position,
9827  otherwise it would be a conditional break.
9828  If your footer row of the multi-page table has for a certain reason no
9829  upper line but you would have a horizontal line where the cell is broken,
9830  use this command instead:
9831 \end_layout
9832
9833 \begin_layout Standard
9834
9835 \series bold
9836 & 111
9837 \backslash
9838
9839 \backslash
9840
9841 \begin_inset Newline newline
9842 \end_inset
9843
9844
9845 \backslash
9846 hline &
9847 \end_layout
9848
9849 \begin_layout Standard
9850 When the cell to be broken is in the last column, the command
9851 \end_layout
9852
9853 \begin_layout Standard
9854
9855 \series bold
9856
9857 \backslash
9858 setlength{
9859 \backslash
9860 parfillskip}{0pt}
9861 \end_layout
9862
9863 \begin_layout Standard
9864 must be inserted as \SpecialChar TeX
9865  Code at the beginning of the cell.
9866  This ensures that the part of the cell that will be displayed on the new
9867  page appears with the full width.
9868 \end_layout
9869
9870 \begin_layout Standard
9871 \align center
9872 \begin_inset Tabular
9873 <lyxtabular version="3" rows="38" columns="3">
9874 <features islongtable="true" longtabularalignment="center">
9875 <column alignment="left" valignment="top" width="0cm">
9876 <column alignment="left" valignment="top" width="3cm">
9877 <column alignment="center" valignment="top" width="0pt">
9878 <row endfirsthead="true" caption="true">
9879 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 \begin_inset Caption Standard
9884
9885 \begin_layout Plain Layout
9886 Table with forced page break in table cell
9887 \begin_inset CommandInset label
9888 LatexCommand label
9889 name "tab:ForcedPagebreak"
9890
9891 \end_inset
9892
9893
9894 \begin_inset Argument 1
9895 status collapsed
9896
9897 \begin_layout Plain Layout
9898 Table with forced page break in table cell
9899 \end_layout
9900
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row endfirsthead="true">
9933 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \series bold
9939 Example Phone List (ignore the names)
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row endfirsthead="true">
9964 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 NAME
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 TEL.
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row endhead="true" caption="true">
9997 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 \begin_inset Caption Unnumbered
10002
10003 \begin_layout Plain Layout
10004 Continued Example Phone List
10005 \end_layout
10006
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row endhead="true">
10034 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Example Phone List
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row endhead="true">
10065 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 NAME
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 TEL.
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row endfoot="true">
10098 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 continued on next page
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Annovi
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Silvia
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Bertoli
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Stefano
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Bozzi
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Walter
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Cachia
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Maria
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Cachia
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Maurizio
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Cinquemani
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Giusi
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Colin
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Bernard
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Concli
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Gianfranco
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Dal Bosco
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Carolina
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Dalpiaz
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Annamaria
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Feliciello
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Domenico
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Focarelli
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Paola
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Galletti
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Oreste
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Gasparini
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Franca
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Lassini
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Giancarlo
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Malfatti
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Luciano
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Malfatti
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Valeriano
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Meneguzzo
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Roberto
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Mezzadra
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Roberto
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Pirpamer
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Erich
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Pochiesa
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Paolo
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111, 222
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Radina
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Claudio
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Rizzardi
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Paolo, 11.
10825  Fürst von Montecompatri, 11.
10826  Fürst von Sulmona und Vivaro, 10.
10827  Fürst von Rossano, 5.
10828  Herzog von Canemorte, 11.
10829  Herzog von Palombara, 5.
10830  Herzog von Castelchiodato,
10831 \begin_inset ERT
10832 status open
10833
10834 \begin_layout Plain Layout
10835
10836 & 111
10837 \backslash
10838
10839 \backslash
10840  
10841 \backslash
10842 newpage
10843 \end_layout
10844
10845 \begin_layout Plain Layout
10846
10847 &
10848 \end_layout
10849
10850 \end_inset
10851
10852  11.
10853  Herzog von Poggionativo, 11.
10854  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10855  Graf von Valinfreda, 11.
10856  Baron von Cropalati, 11.
10857  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 <row>
10873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \series bold
10879 Stuffer
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 Oskar
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 111
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \series bold
10910 Tacchelli
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 Ugo
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 111
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 <row>
10935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939
10940 \series bold
10941 Tezzele
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 Margit
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 111
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970
10971 \series bold
10972 Unterkalmsteiner
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 Frieda
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 111
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \series bold
11003 Vieider
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 Hilde
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 111
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row>
11028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \series bold
11034 Vigna
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 Jürgen
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 111
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \series bold
11065 Weber
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 Maurizio
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 111
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 </row>
11089 <row>
11090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \series bold
11096 Winkler
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 Franz
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 111
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 </lyxtabular>
11121
11122 \end_inset
11123
11124
11125 \end_layout
11126
11127 \begin_layout Section
11128 Multiple Lines, Columns and Rows
11129 \end_layout
11130
11131 \begin_layout Subsection
11132 Multiple Lines in Table Cells
11133 \begin_inset CommandInset label
11134 LatexCommand label
11135 name "subsec:Multiple-Lines-in"
11136
11137 \end_inset
11138
11139
11140 \begin_inset Index idx
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144 Multiple Lines in Table Cells
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \begin_inset Index idx
11151 status collapsed
11152
11153 \begin_layout Plain Layout
11154 Table ! Linebreaks
11155 \end_layout
11156
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \begin_layout Standard
11163 \noindent
11164 \begin_inset Float table
11165 placement H
11166 wide false
11167 sideways false
11168 status open
11169
11170 \begin_layout Plain Layout
11171 \begin_inset Caption Standard
11172
11173 \begin_layout Plain Layout
11174 \begin_inset CommandInset label
11175 LatexCommand label
11176 name "tab:Table-with-multiple"
11177
11178 \end_inset
11179
11180 Table with multiple lines in cells
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Plain Layout
11189 \align center
11190 \begin_inset Tabular
11191 <lyxtabular version="3" rows="3" columns="3">
11192 <features tabularvalignment="middle">
11193 <column alignment="center" valignment="middle" width="2.5cm">
11194 <column alignment="center" valignment="middle">
11195 <column alignment="center" valignment="middle">
11196 <row>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 multiple
11202 \begin_inset Newline linebreak
11203 \end_inset
11204
11205 lines
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 b
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 c
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 d
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 e
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 f
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 g
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 h
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 i
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 </lyxtabular>
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \begin_layout Standard
11300 Setting a fixed width for a column enables you to enter text as a paragraph
11301  with multiple lines and hyphenation.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 To produce Table
11306 \begin_inset space ~
11307 \end_inset
11308
11309
11310 \begin_inset CommandInset ref
11311 LatexCommand ref
11312 reference "tab:Table-with-multiple"
11313
11314 \end_inset
11315
11316 , create a 3×3 table, mark the first cell and right-click on it.
11317  In the appearing table dialog we set a cell width of 2.5
11318 \begin_inset space \thinspace{}
11319 \end_inset
11320
11321 cm and choose centered for the vertical and horizontal alignment.
11322  The vertical alignment is used for all cells of the row.
11323  As our text is smaller than 2.5
11324 \begin_inset space \thinspace{}
11325 \end_inset
11326
11327 cm, only one line will appear.
11328  To get two lines, a justified line break (shortcut 
11329 \begin_inset Info
11330 type  "shortcut"
11331 arg   "newline-insert linebreak"
11332 \end_inset
11333
11334 ) was added.
11335  If the text is wider than the set cell width, it will automatically be
11336  broken to several lines.
11337 \end_layout
11338
11339 \begin_layout Standard
11340 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11341  by \SpecialChar LaTeX
11342  if it is the first entry.
11343  Therefore you need to insert something to prevent the word not being the
11344  first entry.
11345  So add a horizontal space of 0
11346 \begin_inset space \thinspace{}
11347 \end_inset
11348
11349 pt before the word.
11350  As the space is zero, it doesn't change the output.
11351  Table
11352 \begin_inset space ~
11353 \end_inset
11354
11355
11356 \begin_inset CommandInset ref
11357 LatexCommand ref
11358 reference "tab:Table-with-and"
11359
11360 \end_inset
11361
11362  shows the effect.
11363 \end_layout
11364
11365 \begin_layout Standard
11366 \begin_inset Float table
11367 placement h
11368 wide false
11369 sideways false
11370 status open
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Caption Standard
11374
11375 \begin_layout Plain Layout
11376 \begin_inset CommandInset label
11377 LatexCommand label
11378 name "tab:Table-with-and"
11379
11380 \end_inset
11381
11382 Table with and without hyphenation
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Plain Layout
11391 \begin_inset space \hfill{}
11392 \end_inset
11393
11394
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="3" columns="3">
11397 <features tabularvalignment="middle">
11398 <column alignment="center" valignment="middle" width="2.5cm">
11399 <column alignment="center" valignment="middle">
11400 <column alignment="center" valignment="middle">
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 verylongtablecellword
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 b
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 c
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 d
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 e
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 f
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 g
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 h
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 i
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \begin_inset space \hfill{}
11494 \end_inset
11495
11496
11497 \begin_inset Tabular
11498 <lyxtabular version="3" rows="3" columns="3">
11499 <features tabularvalignment="middle">
11500 <column alignment="center" valignment="middle" width="2.5cm">
11501 <column alignment="center" valignment="middle">
11502 <column alignment="center" valignment="middle">
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset space \hspace{}
11509 \length 0pt
11510 \end_inset
11511
11512 verylongtablecellword
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 b
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 c
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 </row>
11536 <row>
11537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 d
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 e
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 f
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 <row>
11566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 g
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 h
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 i
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 </lyxtabular>
11595
11596 \end_inset
11597
11598
11599 \begin_inset space \hfill{}
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \begin_layout Subsection
11611 Multicolumns
11612 \begin_inset CommandInset label
11613 LatexCommand label
11614 name "subsec:Multicolumns"
11615
11616 \end_inset
11617
11618
11619 \begin_inset Index idx
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 Multicolumns
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \begin_inset Index idx
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Table ! Multicolumns
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \begin_layout Subsubsection
11642 Multicolumn Basics
11643 \end_layout
11644
11645 \begin_layout Standard
11646 To merge cells over multiple columns, select as many cells within a row
11647  as you want to merge and use either the table-toolbar button 
11648 \begin_inset Info
11649 type  "icon"
11650 arg   "tabular-feature multicolumn"
11651 \end_inset
11652
11653 , or the menu 
11654 \family sans
11655 Edit\SpecialChar menuseparator
11656 Table\SpecialChar menuseparator
11657 Multicolumn
11658 \family default
11659 , or right click on the marked cells and choose 
11660 \family sans
11661 Multicolumn
11662 \family default
11663  in the context menu.
11664 \end_layout
11665
11666 \begin_layout Standard
11667 Multicolumns have their own cell settings.
11668  That means changing cell borders, cell alignment, and the width only affects
11669  the multicolumn.
11670  Here is an example table with a multicolumn cell in the first row and one
11671  in the last row without the upper border:
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \align center
11676 \begin_inset Tabular
11677 <lyxtabular version="3" rows="3" columns="4">
11678 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11679 <column alignment="center" valignment="top" width="0pt">
11680 <column alignment="center" valignment="middle">
11681 <column alignment="center" valignment="top" width="0in">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 abc
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 def ghi
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 jkl
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \family roman
11728 \series medium
11729 \shape up
11730 \size normal
11731 \emph off
11732 \bar no
11733 \noun off
11734 \color none
11735 A
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 B
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 C
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 D
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 1
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 2
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 3
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 4
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 </lyxtabular>
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Subsubsection
11814 Multicolumn Calculations
11815 \begin_inset CommandInset label
11816 LatexCommand label
11817 name "subsec:Multicolumn-Calculations"
11818
11819 \end_inset
11820
11821
11822 \begin_inset Index idx
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826 Multicolumns ! Calculations
11827 \end_layout
11828
11829 \end_inset
11830
11831
11832 \end_layout
11833
11834 \begin_layout Standard
11835 \SpecialChar LyX
11836  supports multicolumns directly, but we have to take account of the cell
11837  width of the columns spanned by the multicolumn cell.
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \begin_inset Float table
11842 placement h
11843 wide false
11844 sideways false
11845 status open
11846
11847 \begin_layout Plain Layout
11848 \begin_inset Caption Standard
11849
11850 \begin_layout Plain Layout
11851 \begin_inset CommandInset label
11852 LatexCommand label
11853 name "tab:Table-with-centered"
11854
11855 \end_inset
11856
11857 Table with centered multicolumn text above two columns that have exactly
11858  half the width of the multicolumn cell
11859 \begin_inset Argument 1
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 Perfect multicolumn table
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Plain Layout
11877 \align center
11878 \begin_inset Tabular
11879 <lyxtabular version="3" rows="3" columns="3">
11880 <features tabularvalignment="middle">
11881 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11882 <column alignment="center" valignment="middle">
11883 <column alignment="center" valignment="top">
11884 <row>
11885 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 multiple lines multicolumn
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 c
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 <row>
11914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 d
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 e
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 f
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 <row>
11943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 g
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 h
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 i
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 </lyxtabular>
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Standard
11984 To create for example Table
11985 \begin_inset space ~
11986 \end_inset
11987
11988
11989 \begin_inset CommandInset ref
11990 LatexCommand ref
11991 reference "tab:Table-with-centered"
11992
11993 \end_inset
11994
11995 , mark the first two cells in the first row of a 3×3 table and right-click
11996  on them.
11997  Now choose for this cell 
11998 \emph on
11999 multicolumn
12000 \emph default
12001
12002 \emph on
12003 centered alignment
12004 \emph default
12005  and a width of 2.5
12006 \begin_inset space \thinspace{}
12007 \end_inset
12008
12009 cm in the table dialog.
12010  The merged columns should have exactly half the width of the multicolumn
12011  cell, so that you would set a width of 1.25
12012 \begin_inset space \thinspace{}
12013 \end_inset
12014
12015 cm for the first column.
12016  The second column has then automatically a width of 1.25
12017 \begin_inset space \thinspace{}
12018 \end_inset
12019
12020 cm (multicolumn width - width of first column).
12021  This was done for Table
12022 \begin_inset space ~
12023 \end_inset
12024
12025
12026 \begin_inset CommandInset ref
12027 LatexCommand ref
12028 reference "tab:Table-without-half"
12029
12030 \end_inset
12031
12032 .
12033 \end_layout
12034
12035 \begin_layout Standard
12036 \begin_inset Float table
12037 wide false
12038 sideways false
12039 status open
12040
12041 \begin_layout Plain Layout
12042 \begin_inset Caption Standard
12043
12044 \begin_layout Plain Layout
12045 \begin_inset CommandInset label
12046 LatexCommand label
12047 name "tab:Table-without-half"
12048
12049 \end_inset
12050
12051 Table where the spanned table columns are not exactly half the width of
12052  the multicolumn cell
12053 \begin_inset Argument 1
12054 status collapsed
12055
12056 \begin_layout Plain Layout
12057 Imperfect multicolumn table
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Plain Layout
12071 \align center
12072 \begin_inset Tabular
12073 <lyxtabular version="3" rows="3" columns="3">
12074 <features tabularvalignment="middle">
12075 <column alignment="center" valignment="top" width="1.25cm">
12076 <column alignment="center" valignment="top">
12077 <column alignment="center" valignment="top">
12078 <row>
12079 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 multiple lines multicolumn
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 c
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 </row>
12107 <row>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 d
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 e
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 f
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 </row>
12136 <row>
12137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 g
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 h
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 i
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 </lyxtabular>
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \begin_layout Standard
12178 You can see that the first column is not half the width of the multicolumn
12179  cell, it is a bit bigger.
12180  The reason is that the specified width of a cell 
12181 \begin_inset Formula $W_{g}$
12182 \end_inset
12183
12184  is not its total width 
12185 \begin_inset Formula $W_{\mathrm{tot}}$
12186 \end_inset
12187
12188  because a cell is always a bit larger than specified.
12189  Appendix
12190 \begin_inset space ~
12191 \end_inset
12192
12193
12194 \begin_inset CommandInset ref
12195 LatexCommand ref
12196 reference "cha:Explanation-of-Equation"
12197
12198 \end_inset
12199
12200  explains this in detail.
12201 \end_layout
12202
12203 \begin_layout Standard
12204 The width 
12205 \begin_inset Formula $W_{g\,n}$
12206 \end_inset
12207
12208  which the user needs to set when 
12209 \emph on
12210 n
12211 \emph default
12212  columns are spanned can be calculated, so that each column has a total
12213  width of 
12214 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12215 \end_inset
12216
12217 :
12218 \begin_inset Formula 
12219 \begin{equation}
12220 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12221 \end{equation}
12222
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \begin_layout Standard
12229 In our case we have 
12230 \begin_inset Formula $n=2$
12231 \end_inset
12232
12233
12234 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12235 \end_inset
12236
12237 cm and the default values for the lengths, so that equation 
12238 \begin_inset CommandInset ref
12239 LatexCommand ref
12240 reference "eq:Wgn"
12241
12242 \end_inset
12243
12244  becomes
12245 \begin_inset Formula 
12246 \begin{equation}
12247 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12248 \end{equation}
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Standard
12256 To enable calculations in \SpecialChar LaTeX
12257 , the \SpecialChar LaTeX
12258 -package 
12259 \series bold
12260 calc
12261 \series default
12262  must be loaded with the document preamble line
12263 \begin_inset Index idx
12264 status collapsed
12265
12266 \begin_layout Plain Layout
12267 \SpecialChar LaTeX
12268 -packages ! calc
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \begin_layout Standard
12277
12278 \series bold
12279
12280 \backslash
12281 usepackage{calc}
12282 \end_layout
12283
12284 \begin_layout Standard
12285 \SpecialChar LyX
12286  does not allow you to calculate lengths in the 
12287 \family sans
12288 Width
12289 \family default
12290  field of the table dialog.
12291  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12292 -argument in the
12293  dialog.
12294  Here is an overview about the arguments:
12295 \end_layout
12296
12297 \begin_layout Itemize
12298
12299 \series bold
12300 p{width}
12301 \series default
12302  creates cell with a fixed width, its text is vertically top-aligned
12303 \end_layout
12304
12305 \begin_layout Itemize
12306
12307 \series bold
12308 m{width}
12309 \series default
12310  creates cell with a fixed width, its text is vertically centered
12311 \end_layout
12312
12313 \begin_layout Itemize
12314
12315 \series bold
12316 b{width}
12317 \series default
12318  creates cell with a fixed width, its text is vertically bottom-aligned
12319 \end_layout
12320
12321 \begin_layout Standard
12322 By entering a \SpecialChar LaTeX
12323 -argument, all cell settings set in the table dialog are overwritt
12324 en.
12325 \end_layout
12326
12327 \begin_layout Standard
12328 \begin_inset Note Greyedout
12329 status open
12330
12331 \begin_layout Plain Layout
12332
12333 \series bold
12334 Note:
12335 \series default
12336  Due to a bug, \SpecialChar LyX
12337  shows the overwritten settings anyway.
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \begin_layout Standard
12346 As the text should be horizontally centered, the command 
12347 \series bold
12348
12349 \backslash
12350 centering
12351 \series default
12352  is added.
12353  You can now enter the following \SpecialChar LaTeX
12354 -argument for the first spanned column:
12355 \end_layout
12356
12357 \begin_layout Standard
12358
12359 \series bold
12360 >{
12361 \backslash
12362 centering}m{1.25cm-6.2pt}
12363 \end_layout
12364
12365 \begin_layout Standard
12366 The command 
12367 \series bold
12368 >{ }
12369 \series default
12370  means, that the commands inside the braces are applied before the cell
12371  is created.
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Although we have chosen centered alignment for the text of the multicolumn
12376  cell, it is still left aligned.
12377  This is because \SpecialChar LyX
12378  only applies the alignment to single columns.
12379  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12380 -argument
12381 \end_layout
12382
12383 \begin_layout Standard
12384
12385 \series bold
12386 >{
12387 \backslash
12388 centering}m{2.5cm}
12389 \end_layout
12390
12391 \begin_layout Subsection
12392 Multirows
12393 \begin_inset CommandInset label
12394 LatexCommand label
12395 name "subsec:Multirows"
12396
12397 \end_inset
12398
12399
12400 \begin_inset Index idx
12401 status collapsed
12402
12403 \begin_layout Plain Layout
12404 Multirows
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \begin_inset Index idx
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414 Table ! Multirows
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 To merge cells over multiple rows, select as many cells within a column
12424  as you want to merge and use either the table-toolbar button 
12425 \begin_inset Info
12426 type  "icon"
12427 arg   "tabular-feature multirow"
12428 \end_inset
12429
12430 , or the menu 
12431 \family sans
12432 Edit\SpecialChar menuseparator
12433 Table\SpecialChar menuseparator
12434 Multirow
12435 \family default
12436 , or right click on the marked cells and choose 
12437 \family sans
12438 Multirow
12439 \family default
12440  in the context menu.
12441 \end_layout
12442
12443 \begin_layout Standard
12444 Here is an example table with a multirow in the first column:
12445 \end_layout
12446
12447 \begin_layout Standard
12448 \align center
12449 \begin_inset Tabular
12450 <lyxtabular version="3" rows="3" columns="3">
12451 <features tabularvalignment="middle">
12452 <column alignment="center" valignment="top" width="0pt">
12453 <column alignment="center" valignment="top">
12454 <column alignment="center" valignment="top">
12455 <row>
12456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 a long cell entry
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 b
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 c
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 </row>
12484 <row>
12485 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 multirow
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 e
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 f
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 </row>
12513 <row>
12514 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 h
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 i
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 </row>
12542 </lyxtabular>
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \begin_layout Standard
12550 The width of multirow cells is set by setting the width and alignment for
12551  the whole column.
12552  The 
12553 \family sans
12554 Vertical Offset
12555 \family default
12556  shifts the content of the multirow up/down if the offset is positive/negative.
12557 \end_layout
12558
12559 \begin_layout Standard
12560 If the column of a multirow cell has no explicit width, the multirow cell
12561  inherits the alignment of the column.
12562  Otherwise it is by default left-aligned.
12563  To override the default, renew the command 
12564 \series bold
12565
12566 \backslash
12567 multirowsetup
12568 \series default
12569  with the command
12570 \end_layout
12571
12572 \begin_layout Standard
12573
12574 \series bold
12575
12576 \backslash
12577 renewcommand{
12578 \backslash
12579 multirowsetup}{
12580 \backslash
12581 centering}
12582 \end_layout
12583
12584 \begin_layout Standard
12585 in the document preamble.
12586  Then all entries of multirow cells in the document are centered.
12587  If centering is only needed for several tables, you can renew the command
12588  in a \SpecialChar TeX
12589  Code box just before the table instead of the preamble.
12590  If the text should be right-aligned, replace 
12591 \series bold
12592
12593 \backslash
12594 centering
12595 \series default
12596  by 
12597 \series bold
12598
12599 \backslash
12600 raggedleft
12601 \series default
12602 .
12603  To return to left-alignment 
12604 \series bold
12605
12606 \backslash
12607 raggedright
12608 \series default
12609  is used.
12610 \end_layout
12611
12612 \begin_layout Standard
12613 This is an example table with a right-aligned multirow cell that has a vertical
12614  offset of -4
12615 \begin_inset space \thinspace{}
12616 \end_inset
12617
12618 mm and is in a 3
12619 \begin_inset space \thinspace{}
12620 \end_inset
12621
12622 cm wide column:
12623 \end_layout
12624
12625 \begin_layout Standard
12626 \noindent
12627 \align center
12628 \begin_inset ERT
12629 status collapsed
12630
12631 \begin_layout Plain Layout
12632
12633
12634 \backslash
12635 renewcommand{
12636 \backslash
12637 multirowsetup}{
12638 \backslash
12639 raggedleft}
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \begin_inset Tabular
12646 <lyxtabular version="3" rows="4" columns="3">
12647 <features tabularvalignment="middle">
12648 <column alignment="center" valignment="top" width="3cm">
12649 <column alignment="center" valignment="top">
12650 <column alignment="center" valignment="top">
12651 <row>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 a long cell entry
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 b
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 c
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 t
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 n
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 m
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 </row>
12709 <row>
12710 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 multirow
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 e
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 f
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 </row>
12738 <row>
12739 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 h
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 i
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 </row>
12767 </lyxtabular>
12768
12769 \end_inset
12770
12771
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777
12778 \backslash
12779 renewcommand{
12780 \backslash
12781 multirowsetup}{
12782 \backslash
12783 raggedright}
12784 \end_layout
12785
12786 \end_inset
12787
12788
12789 \end_layout
12790
12791 \begin_layout Standard
12792 To start a new line in a multirow you can use a forced line break (shortcut
12793  
12794 \begin_inset Info
12795 type  "shortcut"
12796 arg   "newline-insert newline"
12797 \end_inset
12798
12799 ) but this will not respect the cell lines as demonstrated in this table:
12800 \end_layout
12801
12802 \begin_layout Standard
12803 \noindent
12804 \align center
12805 \begin_inset Tabular
12806 <lyxtabular version="3" rows="3" columns="2">
12807 <features tabularvalignment="middle">
12808 <column alignment="left" valignment="middle" width="2cm">
12809 <column alignment="center" valignment="top">
12810 <row>
12811 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 aaa
12816 \begin_inset Newline newline
12817 \end_inset
12818
12819 aaa
12820 \begin_inset Newline newline
12821 \end_inset
12822
12823 wrong cell
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 ccc
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 ddd
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 <row>
12859 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 bbb
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 eee
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 </lyxtabular>
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 Therefore be careful with forced line breaks.
12887 \end_layout
12888
12889 \begin_layout Subsection
12890 Cells with diagonal line(s)
12891 \end_layout
12892
12893 \begin_layout Standard
12894 To tell the reader what is meant by column and row headings in a table,
12895  it is helpful to split the first cell of the table by one or two diagonal
12896  lines.
12897  This can be achieved by loading the \SpecialChar LaTeX
12898  package 
12899 \series bold
12900 diagbox
12901 \series default
12902
12903 \begin_inset Index idx
12904 status collapsed
12905
12906 \begin_layout Plain Layout
12907 \SpecialChar LaTeX
12908 -packages ! picinpar
12909 \end_layout
12910
12911 \end_inset
12912
12913  in the document preamble.
12914  The package provides the command 
12915 \series bold
12916
12917 \backslash
12918 diagbox
12919 \series default
12920  that is inserted as \SpecialChar TeX
12921  Code and that can take 2 or 3
12922 \begin_inset space ~
12923 \end_inset
12924
12925 arguments:
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 diagbox[options]{lower left}{upper right}
12934 \end_layout
12935
12936 \begin_layout Standard
12937
12938 \series bold
12939
12940 \backslash
12941 diagbox[options]{lower left}{upper left}{upper right}
12942 \end_layout
12943
12944 \begin_layout Standard
12945 The first scheme divides the cell by a single diagonal line and the arguments
12946  are placed below and above this line.
12947  The second scheme divides the cell by 2
12948 \begin_inset space ~
12949 \end_inset
12950
12951 lines.
12952 \end_layout
12953
12954 \begin_layout Standard
12955 \begin_inset ERT
12956 status collapsed
12957
12958 \begin_layout Plain Layout
12959
12960
12961 \backslash
12962 ifdiagbox
12963 \end_layout
12964
12965 \end_inset
12966
12967
12968 \begin_inset Note Note
12969 status open
12970
12971 \begin_layout Plain Layout
12972 The following section will only be displayed when the \SpecialChar LaTeX
12973 -package 
12974 \series bold
12975 diagbox
12976 \series default
12977  is installed.
12978 \end_layout
12979
12980 \end_inset
12981
12982
12983 \end_layout
12984
12985 \begin_layout Standard
12986 Here is an example table where 
12987 \series bold
12988
12989 \backslash
12990 diagbox 
12991 \series default
12992 is used in the 2-argument scheme in the first cell:
12993 \begin_inset VSpace medskip
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \begin_layout Standard
13000 \noindent
13001 \begin_inset Tabular
13002 <lyxtabular version="3" rows="4" columns="4">
13003 <features tabularvalignment="middle">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <row>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 \begin_inset ERT
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 diagbox{
13021 \end_layout
13022
13023 \end_inset
13024
13025 Name
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031 }{
13032 \end_layout
13033
13034 \end_inset
13035
13036 Parameter
13037 \begin_inset ERT
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041
13042 }
13043 \end_layout
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 Thickness in nm
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 Transparency in %
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074 Hardness in MPa
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 </row>
13080 <row>
13081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 Perfect Green
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 45
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 80
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 504
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 <row>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 Dark Multi-P
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 60
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 72
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 982
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 </row>
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 Crystal Clear Pro
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 18
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 86
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 374
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 </lyxtabular>
13195
13196 \end_inset
13197
13198
13199 \begin_inset VSpace medskip
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \begin_layout Standard
13206 The 3-argument scheme is for example useful for cross-tables of sports leagues
13207  or distances:
13208 \end_layout
13209
13210 \begin_layout Standard
13211 \noindent
13212 \align center
13213 \begin_inset Tabular
13214 <lyxtabular version="3" rows="4" columns="4">
13215 <features tabularvalignment="middle">
13216 <column alignment="center" valignment="top" width="0pt">
13217 <column alignment="center" valignment="top">
13218 <column alignment="center" valignment="top">
13219 <column alignment="center" valignment="top">
13220 <row>
13221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 diagbox{
13233 \end_layout
13234
13235 \end_inset
13236
13237 Team home
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243 }{
13244 \end_layout
13245
13246 \end_inset
13247
13248 Result
13249 \begin_inset ERT
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253
13254 }{
13255 \end_layout
13256
13257 \end_inset
13258
13259 Team away
13260 \begin_inset ERT
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264
13265 }
13266 \end_layout
13267
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 Tigers
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Panthers
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 Falcons
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 </row>
13303 <row>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 Tigers
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 1:3
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 0:1
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 </row>
13341 <row>
13342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 Panthers
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 3:1
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 0:0
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 </row>
13379 <row>
13380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 Falcons
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 1:0
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 0:0
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 </lyxtabular>
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \begin_layout Standard
13425 For larger cross-tables one might use split cells in 2 or every corner of
13426  the table like in this example:
13427 \end_layout
13428
13429 \begin_layout Standard
13430 \noindent
13431 \align center
13432 \begin_inset Tabular
13433 <lyxtabular version="3" rows="5" columns="5">
13434 <features tabularvalignment="middle">
13435 <column alignment="center" valignment="top" width="0pt">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <column alignment="center" valignment="top">
13440 <row>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 \begin_inset ERT
13446 status open
13447
13448 \begin_layout Plain Layout
13449
13450
13451 \backslash
13452 diagbox{
13453 \end_layout
13454
13455 \end_inset
13456
13457 Team home
13458 \begin_inset ERT
13459 status collapsed
13460
13461 \begin_layout Plain Layout
13462
13463 }{
13464 \end_layout
13465
13466 \end_inset
13467
13468 Result
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473
13474 }{
13475 \end_layout
13476
13477 \end_inset
13478
13479 Team away
13480 \begin_inset ERT
13481 status collapsed
13482
13483 \begin_layout Plain Layout
13484
13485 }
13486 \end_layout
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 Tigers
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 Panthers
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 Falcons
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 \begin_inset ERT
13527 status open
13528
13529 \begin_layout Plain Layout
13530
13531
13532 \backslash
13533 diagbox[dir=NE]{
13534 \end_layout
13535
13536 \end_inset
13537
13538 Team home
13539 \begin_inset ERT
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543
13544 }{
13545 \end_layout
13546
13547 \end_inset
13548
13549 Result
13550 \begin_inset ERT
13551 status collapsed
13552
13553 \begin_layout Plain Layout
13554
13555 }{
13556 \end_layout
13557
13558 \end_inset
13559
13560 Team away
13561 \begin_inset ERT
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565
13566 }
13567 \end_layout
13568
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 </row>
13577 <row>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 Tigers
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 1:3
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13606 \begin_inset Text
13607
13608 \begin_layout Plain Layout
13609 0:1
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 Tigers
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 </row>
13624 <row>
13625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 Panthers
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 3:1
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 0:0
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 Panthers
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 </row>
13671 <row>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 Falcons
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 1:0
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 0:0
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Falcons
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 </row>
13718 <row>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 \begin_inset ERT
13724 status open
13725
13726 \begin_layout Plain Layout
13727
13728
13729 \backslash
13730 diagbox[dir=SW]{
13731 \end_layout
13732
13733 \end_inset
13734
13735 Team home
13736 \begin_inset ERT
13737 status collapsed
13738
13739 \begin_layout Plain Layout
13740
13741 }{
13742 \end_layout
13743
13744 \end_inset
13745
13746 Result
13747 \begin_inset ERT
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752 }{
13753 \end_layout
13754
13755 \end_inset
13756
13757 Team away
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763 }
13764 \end_layout
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 Tigers
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 Panthers
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 Falcons
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 \begin_inset ERT
13805 status open
13806
13807 \begin_layout Plain Layout
13808
13809
13810 \backslash
13811 diagbox[dir=SE]{
13812 \end_layout
13813
13814 \end_inset
13815
13816 Team home
13817 \begin_inset ERT
13818 status collapsed
13819
13820 \begin_layout Plain Layout
13821
13822 }{
13823 \end_layout
13824
13825 \end_inset
13826
13827 Result
13828 \begin_inset ERT
13829 status collapsed
13830
13831 \begin_layout Plain Layout
13832
13833 }{
13834 \end_layout
13835
13836 \end_inset
13837
13838 Team away
13839 \begin_inset ERT
13840 status collapsed
13841
13842 \begin_layout Plain Layout
13843
13844 }
13845 \end_layout
13846
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 </lyxtabular>
13856
13857 \end_inset
13858
13859
13860 \end_layout
13861
13862 \begin_layout Standard
13863 To rotate the diagonal lines, the command option 
13864 \series bold
13865 dir=direction
13866 \series default
13867  is used.
13868  
13869 \emph on
13870 direction
13871 \emph default
13872  is either 
13873 \series bold
13874 NE
13875 \series default
13876
13877 \series bold
13878 SE
13879 \series default
13880
13881 \series bold
13882 SW
13883 \series default
13884  or 
13885 \series bold
13886 NW
13887 \series default
13888  and represent a point of a compass.
13889  
13890 \series bold
13891 SW
13892 \series default
13893  is for example the south-west corner.
13894  Thus in the lower left cell of the above table the command
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \series bold
13900
13901 \backslash
13902 diagbox[dir=SW]{Team home}{Result}{Team away}
13903 \end_layout
13904
13905 \begin_layout Standard
13906 is used.
13907  If no direction is given, it will be NW.
13908 \end_layout
13909
13910 \begin_layout Standard
13911 The necessary width of split cells is automatically calculated.
13912  Thus if you set a fixed column width smaller than the calculated one, the
13913  cell's content will protrude the cell borders:
13914 \end_layout
13915
13916 \begin_layout Standard
13917 \noindent
13918 \align center
13919 \begin_inset Tabular
13920 <lyxtabular version="3" rows="2" columns="2">
13921 <features tabularvalignment="middle">
13922 <column alignment="center" valignment="top" width="3cm">
13923 <column alignment="center" valignment="top">
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 diagbox{
13937 \end_layout
13938
13939 \end_inset
13940
13941 Name
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947 }{
13948 \end_layout
13949
13950 \end_inset
13951
13952 Parameter
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958 }
13959 \end_layout
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 Thickness in nm
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 <row>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 Perfect Green
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 45
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 </row>
13998 </lyxtabular>
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Standard
14006 If you need a certain width for columns with a split cell, use the command
14007  option 
14008 \series bold
14009 width=3cm
14010 \series default
14011  (replace '3cm' by the width you need).
14012  In the following table the width of the first column is set to 4
14013 \begin_inset space \thinspace{}
14014 \end_inset
14015
14016 cm.
14017  For 
14018 \series bold
14019
14020 \backslash
14021 diagbox
14022 \series default
14023  a width of 4
14024 \begin_inset space \thinspace{}
14025 \end_inset
14026
14027 cm + 2
14028 \begin_inset space \thinspace{}
14029 \end_inset
14030
14031
14032 \backslash
14033 tabcolsep is necessary because the overall width is the width for the text
14034  (in this case the 4
14035 \begin_inset space \thinspace{}
14036 \end_inset
14037
14038 cm) plus two times the separation of the text and the cell border.
14039  The calculation of the width cannot be done in the command option of 
14040 \series bold
14041
14042 \backslash
14043 diagbox
14044 \series default
14045  so one needs to create a new length which can be used later.
14046  This is done with the \SpecialChar TeX
14047  Code commands
14048 \end_layout
14049
14050 \begin_layout Standard
14051
14052 \series bold
14053
14054 \backslash
14055 newlength{
14056 \backslash
14057 diagtest}
14058 \begin_inset Newline newline
14059 \end_inset
14060
14061
14062 \backslash
14063 setlength{
14064 \backslash
14065 diagtest}{4cm+2
14066 \backslash
14067 tabcolsep}
14068 \end_layout
14069
14070 \begin_layout Standard
14071 \begin_inset ERT
14072 status collapsed
14073
14074 \begin_layout Plain Layout
14075
14076
14077 \backslash
14078 newlength{
14079 \backslash
14080 diagtest}
14081 \end_layout
14082
14083 \begin_layout Plain Layout
14084
14085
14086 \backslash
14087 setlength{
14088 \backslash
14089 diagtest}{4cm+2
14090 \backslash
14091 tabcolsep}
14092 \end_layout
14093
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \begin_layout Standard
14100 To enable calculations in \SpecialChar LaTeX
14101  one needs to load the package 
14102 \series bold
14103 calc
14104 \series default
14105
14106 \begin_inset Index idx
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 \SpecialChar LaTeX
14111 -packages ! calc
14112 \end_layout
14113
14114 \end_inset
14115
14116  in the document preamble.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 In this table you can now use the command
14121 \end_layout
14122
14123 \begin_layout Standard
14124
14125 \series bold
14126
14127 \backslash
14128 diagbox[width=
14129 \backslash
14130 diagtest]{A}{B}
14131 \end_layout
14132
14133 \begin_layout Standard
14134 in the first cell:
14135 \end_layout
14136
14137 \begin_layout Standard
14138 \noindent
14139 \align center
14140 \begin_inset Tabular
14141 <lyxtabular version="3" rows="2" columns="2">
14142 <features tabularvalignment="middle">
14143 <column alignment="center" valignment="top" width="4cm">
14144 <column alignment="center" valignment="top">
14145 <row>
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 \begin_inset ERT
14151 status open
14152
14153 \begin_layout Plain Layout
14154
14155
14156 \backslash
14157 diagbox[width=
14158 \backslash
14159 diagtest]{
14160 \end_layout
14161
14162 \end_inset
14163
14164 A
14165 \begin_inset ERT
14166 status collapsed
14167
14168 \begin_layout Plain Layout
14169
14170 }{
14171 \end_layout
14172
14173 \end_inset
14174
14175 B
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181 }
14182 \end_layout
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 Thickness in nm
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 </row>
14201 <row>
14202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 Perfect Green
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 45
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 </row>
14221 </lyxtabular>
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \begin_layout Standard
14229 Note that the split cell needs to be the widest one in the column.
14230  Otherwise the length of the diagonal line cannot be calculated correctly
14231  like in this table:
14232 \end_layout
14233
14234 \begin_layout Standard
14235 \noindent
14236 \align center
14237 \begin_inset Tabular
14238 <lyxtabular version="3" rows="2" columns="2">
14239 <features tabularvalignment="middle">
14240 <column alignment="center" valignment="top" width="0pt">
14241 <column alignment="center" valignment="top">
14242 <row>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 \begin_inset ERT
14248 status collapsed
14249
14250 \begin_layout Plain Layout
14251
14252
14253 \backslash
14254 diagbox{
14255 \end_layout
14256
14257 \end_inset
14258
14259 A
14260 \begin_inset ERT
14261 status collapsed
14262
14263 \begin_layout Plain Layout
14264
14265 }{
14266 \end_layout
14267
14268 \end_inset
14269
14270 B
14271 \begin_inset ERT
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275
14276 }
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 Thickness in nm
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 <row>
14297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 Perfect Green
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 45
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 </row>
14316 </lyxtabular>
14317
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \begin_layout Standard
14324 In this case use the 
14325 \series bold
14326 width
14327 \series default
14328  option of the 
14329 \series bold
14330
14331 \backslash
14332 diagbox
14333 \series default
14334  command.
14335  It is then not necessary to add 2
14336 \backslash
14337 tabcolsep because the cell width is now the width of the column.
14338  In this table a width of 3
14339 \begin_inset space \thinspace{}
14340 \end_inset
14341
14342 cm is used:
14343 \end_layout
14344
14345 \begin_layout Standard
14346 \noindent
14347 \align center
14348 \begin_inset Tabular
14349 <lyxtabular version="3" rows="2" columns="2">
14350 <features tabularvalignment="middle">
14351 <column alignment="center" valignment="top" width="0pt">
14352 <column alignment="center" valignment="top">
14353 <row>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 \begin_inset ERT
14359 status open
14360
14361 \begin_layout Plain Layout
14362
14363
14364 \backslash
14365 diagbox[width=3cm]{
14366 \end_layout
14367
14368 \end_inset
14369
14370 A
14371 \begin_inset ERT
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375
14376 }{
14377 \end_layout
14378
14379 \end_inset
14380
14381 B
14382 \begin_inset ERT
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386
14387 }
14388 \end_layout
14389
14390 \end_inset
14391
14392
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 Thickness in nm
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 </row>
14407 <row>
14408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 Perfect Green
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 45
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 </row>
14427 </lyxtabular>
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \begin_layout Standard
14435 For multiple text lines in split cells one needs some extra height to fit
14436  the text to the cell.
14437  This can be achieved with the 
14438 \series bold
14439
14440 \backslash
14441 diagbox
14442 \series default
14443  option 
14444 \series bold
14445 height=3cm
14446 \series default
14447  (replace '3cm' by the height you need).
14448  In the following table the command
14449 \end_layout
14450
14451 \begin_layout Standard
14452
14453 \series bold
14454
14455 \backslash
14456 diagbox[width=3cm,height=1.4cm]{A
14457 \backslash
14458
14459 \backslash
14460 B}{C
14461 \backslash
14462
14463 \backslash
14464 D}
14465 \end_layout
14466
14467 \begin_layout Standard
14468 is used in the first cell.
14469  The command 
14470 \series bold
14471
14472 \backslash
14473
14474 \backslash
14475
14476 \series default
14477  creates hereby the line break.
14478 \begin_inset Foot
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482 Breaking lines with 
14483 \family sans
14484 Ctrl+Return
14485 \family default
14486  is only possible when the column has a fixed width.
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495 \noindent
14496 \align center
14497 \begin_inset Tabular
14498 <lyxtabular version="3" rows="2" columns="2">
14499 <features tabularvalignment="middle">
14500 <column alignment="center" valignment="top">
14501 <column alignment="center" valignment="top">
14502 <row>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 \begin_inset ERT
14508 status open
14509
14510 \begin_layout Plain Layout
14511
14512
14513 \backslash
14514 diagbox[width=3cm,height=1.4cm]{
14515 \end_layout
14516
14517 \end_inset
14518
14519 A
14520 \begin_inset ERT
14521 status collapsed
14522
14523 \begin_layout Plain Layout
14524
14525
14526 \backslash
14527
14528 \backslash
14529
14530 \end_layout
14531
14532 \end_inset
14533
14534 B
14535 \begin_inset ERT
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539
14540 }{
14541 \end_layout
14542
14543 \end_inset
14544
14545 C
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551
14552 \backslash
14553
14554 \backslash
14555
14556 \end_layout
14557
14558 \end_inset
14559
14560 D
14561 \begin_inset ERT
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565
14566 }
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 Thickness in nm
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 </row>
14586 <row>
14587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 Perfect Green
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 45
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 </row>
14606 </lyxtabular>
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset ERT
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618
14619
14620 \backslash
14621 else
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \begin_inset Note Note
14628 status open
14629
14630 \begin_layout Plain Layout
14631 The following will be displayed when the \SpecialChar LaTeX
14632 -package 
14633 \series bold
14634 diagbox
14635 \series default
14636  is not installed:
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \begin_layout Standard
14645 You need to install the \SpecialChar LaTeX
14646 -package 
14647 \series bold
14648 diagbox
14649 \series default
14650  to see the following part of this section in the output.
14651 \end_layout
14652
14653 \begin_layout Standard
14654 \begin_inset ERT
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658
14659
14660 \backslash
14661 fi
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \end_layout
14668
14669 \begin_layout Standard
14670 For more info about the \SpecialChar LaTeX
14671 -package 
14672 \series bold
14673 diagbox
14674 \series default
14675 , see its documentation, 
14676 \begin_inset CommandInset citation
14677 LatexCommand cite
14678 key "diagbox"
14679 literal "true"
14680
14681 \end_inset
14682
14683 .
14684 \end_layout
14685
14686 \begin_layout Section
14687 Formal Tables
14688 \begin_inset CommandInset label
14689 LatexCommand label
14690 name "sec:Formal-Tables"
14691
14692 \end_inset
14693
14694
14695 \begin_inset Index idx
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699 Table ! Formal
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 Tables are often typeset in books similar to Table
14709 \begin_inset space ~
14710 \end_inset
14711
14712
14713 \begin_inset CommandInset ref
14714 LatexCommand ref
14715 reference "tab:Example-booktabs-table"
14716
14717 \end_inset
14718
14719 .
14720  This kind of tables is called 
14721 \begin_inset Quotes eld
14722 \end_inset
14723
14724
14725 \emph on
14726 formal
14727 \emph default
14728
14729 \begin_inset Quotes erd
14730 \end_inset
14731
14732 .
14733  To make a table a formal table use the option 
14734 \family sans
14735 Formal
14736 \family default
14737  in the 
14738 \family sans
14739 Borders
14740 \family default
14741  tab of the table dialog.
14742 \end_layout
14743
14744 \begin_layout Standard
14745 \begin_inset Float table
14746 placement h
14747 wide false
14748 sideways false
14749 status open
14750
14751 \begin_layout Plain Layout
14752 \begin_inset Caption Standard
14753
14754 \begin_layout Plain Layout
14755 \begin_inset CommandInset label
14756 LatexCommand label
14757 name "tab:Example-booktabs-table"
14758
14759 \end_inset
14760
14761 Example booktabs-table
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Plain Layout
14770 \align center
14771 \begin_inset Tabular
14772 <lyxtabular version="3" rows="8" columns="4">
14773 <features booktabs="true" tabularvalignment="middle">
14774 <column alignment="center" valignment="top">
14775 <column alignment="center" valignment="top">
14776 <column alignment="center" valignment="top">
14777 <column alignment="center" valignment="top">
14778 <row>
14779 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783 System
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 <cell alignment="center" valignment="top" topline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792 Chip
14793 \begin_inset space \thinspace{}
14794 \end_inset
14795
14796 1
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 Chip
14806 \begin_inset space \thinspace{}
14807 \end_inset
14808
14809 2
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 </row>
14824 <row>
14825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829 \begin_inset ERT
14830 status collapsed
14831
14832 \begin_layout Plain Layout
14833
14834
14835 \backslash
14836 cmidrule(r){2-2}
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \begin_inset ERT
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846
14847
14848 \backslash
14849 cmidrule(l){3-4}
14850 \end_layout
14851
14852 \end_inset
14853
14854 Detector thickness in µm
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 300
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 300
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 700
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 Edge angle in °
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" topline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901 3.55
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 2.71
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 7.99
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row topspace="default">
14926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 Spatial resolution in µm
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939 4.26
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 <cell alignment="center" valignment="top" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 10.17
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 10.56
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 </row>
14963 <row topspace="default">
14964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 MTF at 
14969 \begin_inset Formula $f_{\mathrm{max}}$
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 0.53
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 0.37
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 0.39
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 <row topspace="default">
15006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 \begin_inset ERT
15011 status collapsed
15012
15013 \begin_layout Plain Layout
15014
15015
15016 \backslash
15017 cmidrule[2pt](l{10pt}){1-1}
15018 \end_layout
15019
15020 \end_inset
15021
15022 LSF-spatial resolution
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 </row>
15055 <row>
15056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 in µm
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 129.7
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 52.75
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 50.78
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 in % of pixel size
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 76.3
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 95.9
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 92.3
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 </lyxtabular>
15132
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \begin_layout Standard
15144 Spaces to table rows can be added using the 
15145 \family sans
15146 Borders
15147 \family default
15148  tab of the table dialog as described in section
15149 \begin_inset space ~
15150 \end_inset
15151
15152
15153 \begin_inset CommandInset ref
15154 LatexCommand ref
15155 reference "subsec:Row-Spacing"
15156
15157 \end_inset
15158
15159 .
15160 \end_layout
15161
15162 \begin_layout Standard
15163 Unlike normal tables, formal tables have no vertical table lines.
15164  The horizontal table lines can be set as for normal tables but they appear
15165  with different widths in the output:
15166 \begin_inset Newline newline
15167 \end_inset
15168
15169 The first and the last table line have a default width of 0.08
15170 \begin_inset space \thinspace{}
15171 \end_inset
15172
15173 em while the other lines have a default width of 0.05
15174 \begin_inset space \thinspace{}
15175 \end_inset
15176
15177 em.
15178 \end_layout
15179
15180 \begin_layout Standard
15181 The default widths can be changed with the following preamble lines
15182 \end_layout
15183
15184 \begin_layout Standard
15185
15186 \series bold
15187
15188 \backslash
15189 let
15190 \backslash
15191 mytoprule
15192 \backslash
15193 toprule
15194 \begin_inset Newline newline
15195 \end_inset
15196
15197
15198 \backslash
15199 renewcommand{
15200 \backslash
15201 toprule}{
15202 \backslash
15203 mytoprule[width]}
15204 \end_layout
15205
15206 \begin_layout Standard
15207 This example is for the first line, the so called 
15208 \series bold
15209 toprule
15210 \series default
15211 .
15212  If you want to change the width for the last line, replace 
15213 \series bold
15214 toprule
15215 \series default
15216  by 
15217 \series bold
15218 bottomrule
15219 \series default
15220 .
15221  To change the width for the other lines replace 
15222 \series bold
15223 toprule
15224 \series default
15225  by 
15226 \series bold
15227 midrule
15228 \series default
15229 .
15230  You can use all units listed in appendix
15231 \begin_inset space ~
15232 \end_inset
15233
15234
15235 \begin_inset CommandInset ref
15236 LatexCommand ref
15237 reference "cha:Units-available-in"
15238
15239 \end_inset
15240
15241  to set the width.
15242 \end_layout
15243
15244 \begin_layout Standard
15245 Lines that do not span all table columns can be created by setting a table
15246  line for multicolumn cells.
15247  \SpecialChar LyX
15248  will then internally use the command 
15249 \series bold
15250
15251 \backslash
15252 cmidrule
15253 \series default
15254  to create this line.
15255  Its full scheme is
15256 \end_layout
15257
15258 \begin_layout Standard
15259
15260 \series bold
15261
15262 \backslash
15263 cmidrule[height](trim){startcol-endcol}
15264 \end_layout
15265
15266 \begin_layout Standard
15267 The options of 
15268 \series bold
15269
15270 \backslash
15271 cmidrule
15272 \series default
15273  are currently not supported by \SpecialChar LyX
15274  so you have to use \SpecialChar TeX
15275  Code to be able to
15276  use them.
15277  
15278 \series bold
15279
15280 \backslash
15281 cmidrule
15282 \series default
15283 s can manually be created by inserting the command as \SpecialChar TeX
15284  Code as the first
15285  cell entry of the first cell of a row.
15286  The line is then drawn in the output above the current row.
15287 \end_layout
15288
15289 \begin_layout Standard
15290 The default for the optional 
15291 \series bold
15292 height
15293 \series default
15294  is 0.03
15295 \begin_inset space \thinspace{}
15296 \end_inset
15297
15298 em.
15299  
15300 \series bold
15301 startcol
15302 \series default
15303  is the number of the column where the line starts and 
15304 \series bold
15305 endcol
15306 \series default
15307  the column number where the line ends.
15308  The 
15309 \series bold
15310 endcol
15311 \series default
15312  always needs to be specified, also when the line should span only one column.
15313  The optional parameter 
15314 \series bold
15315 trim
15316 \series default
15317  could either be 
15318 \emph on
15319 l{trimwidth}
15320 \emph default
15321  or 
15322 \emph on
15323 r{trimwidth}
15324 \emph default
15325  where the 
15326 \emph on
15327 trimwidth
15328 \emph default
15329  is also optional.
15330  Using for example the parameter 
15331 \emph on
15332 l{2pt}
15333 \emph default
15334  means that the line is trimmed from its left end by 2
15335 \begin_inset space \thinspace{}
15336 \end_inset
15337
15338 pt.
15339  If you don't specify the 
15340 \emph on
15341 trimwidth
15342 \emph default
15343  the line is trimmed by the default of 0.5
15344 \begin_inset space \thinspace{}
15345 \end_inset
15346
15347 em.
15348 \end_layout
15349
15350 \begin_layout Standard
15351 \begin_inset VSpace bigskip
15352 \end_inset
15353
15354 Table
15355 \begin_inset space ~
15356 \end_inset
15357
15358
15359 \begin_inset CommandInset ref
15360 LatexCommand ref
15361 reference "tab:Example-booktabs-table"
15362
15363 \end_inset
15364
15365  was created using the commands
15366 \end_layout
15367
15368 \begin_layout Standard
15369
15370 \series bold
15371
15372 \backslash
15373 cmidrule(r){2-2}
15374 \backslash
15375 cmidrule(l){3-4}
15376 \end_layout
15377
15378 \begin_layout Standard
15379 at the beginning of the second row and
15380 \end_layout
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385
15386 \backslash
15387 cmidrule[2pt](l{10pt}){1-1}
15388 \end_layout
15389
15390 \begin_layout Standard
15391 in the sixth row.
15392 \end_layout
15393
15394 \begin_layout Standard
15395 \begin_inset VSpace bigskip
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \begin_layout Standard
15402 You might want to have overlapping 
15403 \series bold
15404
15405 \backslash
15406 cmidrule
15407 \series default
15408 s as in in Table
15409 \begin_inset space ~
15410 \end_inset
15411
15412
15413 \begin_inset CommandInset ref
15414 LatexCommand ref
15415 reference "tab:Special-booktabs-table"
15416
15417 \end_inset
15418
15419 .
15420  This can be achieved with the \SpecialChar TeX
15421  Code command
15422 \end_layout
15423
15424 \begin_layout Standard
15425
15426 \series bold
15427
15428 \backslash
15429 morecmidrules
15430 \end_layout
15431
15432 \begin_layout Standard
15433 The command that was used for the second row of Table
15434 \begin_inset space ~
15435 \end_inset
15436
15437
15438 \begin_inset CommandInset ref
15439 LatexCommand ref
15440 reference "tab:Special-booktabs-table"
15441
15442 \end_inset
15443
15444  is
15445 \end_layout
15446
15447 \begin_layout Standard
15448
15449 \series bold
15450
15451 \backslash
15452 cmidrule(r){2-2}
15453 \backslash
15454 cmidrule(l){3-4}
15455 \backslash
15456 morecmidrules
15457 \backslash
15458 cmidrule{2-4}
15459 \end_layout
15460
15461 \begin_layout Standard
15462 The command for the sixth row is
15463 \end_layout
15464
15465 \begin_layout Standard
15466
15467 \series bold
15468
15469 \backslash
15470 midrule
15471 \backslash
15472 morecmidrules
15473 \backslash
15474 cmidrule{3-4}
15475 \end_layout
15476
15477 \begin_layout Standard
15478 \begin_inset VSpace bigskip
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \begin_layout Standard
15485 If you are in any way not satisfied with the border line spacing, you can
15486  use the following command to produce lines that span over all table columns
15487 \series bold
15488 :
15489 \end_layout
15490
15491 \begin_layout Standard
15492
15493 \series bold
15494
15495 \backslash
15496 specialrule{width}{space above}{space below}
15497 \end_layout
15498
15499 \begin_layout Standard
15500 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15501 -package
15502  
15503 \series bold
15504 booktabs
15505 \series default
15506  
15507 \begin_inset CommandInset citation
15508 LatexCommand cite
15509 key "booktabs"
15510 literal "true"
15511
15512 \end_inset
15513
15514 .
15515 \begin_inset Index idx
15516 status collapsed
15517
15518 \begin_layout Plain Layout
15519 \SpecialChar LaTeX
15520 -packages ! booktabs
15521 \end_layout
15522
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \begin_layout Standard
15529 \begin_inset Float table
15530 placement h
15531 wide false
15532 sideways false
15533 status open
15534
15535 \begin_layout Plain Layout
15536 \begin_inset Caption Standard
15537
15538 \begin_layout Plain Layout
15539 \begin_inset CommandInset label
15540 LatexCommand label
15541 name "tab:Special-booktabs-table"
15542
15543 \end_inset
15544
15545 Special booktabs-table
15546 \end_layout
15547
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \begin_layout Plain Layout
15554 \align center
15555 \begin_inset Tabular
15556 <lyxtabular version="3" rows="8" columns="4">
15557 <features booktabs="true" tabularvalignment="middle">
15558 <column alignment="center" valignment="top">
15559 <column alignment="center" valignment="top">
15560 <column alignment="center" valignment="top">
15561 <column alignment="center" valignment="top">
15562 <row>
15563 <cell alignment="center" valignment="top" topline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 System
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 Chip
15577 \begin_inset space \thinspace{}
15578 \end_inset
15579
15580 1
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 Chip
15590 \begin_inset space \thinspace{}
15591 \end_inset
15592
15593 2
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 <row>
15609 <cell alignment="center" valignment="top" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 \begin_inset ERT
15614 status collapsed
15615
15616 \begin_layout Plain Layout
15617
15618
15619 \backslash
15620 cmidrule(r){2-2}
15621 \end_layout
15622
15623 \end_inset
15624
15625
15626 \begin_inset ERT
15627 status collapsed
15628
15629 \begin_layout Plain Layout
15630
15631
15632 \backslash
15633 cmidrule(l){3-4}
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \begin_inset ERT
15640 status collapsed
15641
15642 \begin_layout Plain Layout
15643
15644
15645 \backslash
15646 morecmidrules 
15647 \end_layout
15648
15649 \end_inset
15650
15651
15652 \begin_inset ERT
15653 status collapsed
15654
15655 \begin_layout Plain Layout
15656
15657
15658 \backslash
15659 cmidrule{2-4}
15660 \end_layout
15661
15662 \end_inset
15663
15664 Detector thickness in µm
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 300
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682 300
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 700
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 Edge angle in °
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711 3.55
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 2.71
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729 7.99
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row topspace="default">
15736 <cell alignment="center" valignment="top" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 Spatial resolution in µm
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 4.26
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 10.17
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 10.56
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row topspace="default">
15774 <cell alignment="center" valignment="top" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 MTF at 
15779 \begin_inset Formula $f_{\mathrm{max}}$
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 0.53
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800 0.37
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 0.39
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 </row>
15815 <row>
15816 <cell alignment="center" valignment="top" topline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 \begin_inset ERT
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824
15825
15826 \backslash
15827 morecmidrules 
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \begin_inset ERT
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837
15838
15839 \backslash
15840 cmidrule{3-4}
15841 \end_layout
15842
15843 \end_inset
15844
15845 LSF-spatial resolution
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 in µm
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 129.7
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 52.75
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 50.78
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 </row>
15916 <row>
15917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 in % of pixel size
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930 76.3
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 95.9
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 92.3
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 </lyxtabular>
15955
15956 \end_inset
15957
15958
15959 \end_layout
15960
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \begin_layout Section
15967 Vertical Table Alignment
15968 \begin_inset Index idx
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972 Table ! Alignment
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Standard
15981 To align tables vertically in a text line, the table must be inside a box.
15982  The box can then be vertically aligned as described in section
15983 \begin_inset space ~
15984 \end_inset
15985
15986
15987 \begin_inset CommandInset ref
15988 LatexCommand ref
15989 reference "sec:Box-Dialog"
15990
15991 \end_inset
15992
15993 .
15994 \end_layout
15995
15996 \begin_layout Standard
15997 In the following example the tables are inside a minipage
15998 \begin_inset Foot
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002 Minipages are described in section
16003 \begin_inset space ~
16004 \end_inset
16005
16006
16007 \begin_inset CommandInset ref
16008 LatexCommand ref
16009 reference "sec:Minipages"
16010
16011 \end_inset
16012
16013 .
16014 \end_layout
16015
16016 \end_inset
16017
16018  box that has a width of 15
16019 \begin_inset space \thinspace{}
16020 \end_inset
16021
16022 col%:
16023 \end_layout
16024
16025 \begin_layout Itemize
16026 test 
16027 \begin_inset Box Frameless
16028 position "t"
16029 hor_pos "c"
16030 has_inner_box 1
16031 inner_pos "c"
16032 use_parbox 0
16033 use_makebox 0
16034 width "15col%"
16035 special "none"
16036 height "1in"
16037 height_special "totalheight"
16038 thickness "0.4pt"
16039 separation "3pt"
16040 shadowsize "4pt"
16041 framecolor "black"
16042 backgroundcolor "none"
16043 status collapsed
16044
16045 \begin_layout Plain Layout
16046 \begin_inset Tabular
16047 <lyxtabular version="3" rows="3" columns="3">
16048 <features tabularvalignment="middle">
16049 <column alignment="center" valignment="top">
16050 <column alignment="center" valignment="top">
16051 <column alignment="center" valignment="top">
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 a
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 d
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 g
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 <row>
16082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 b
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 e
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 h
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 </row>
16110 <row>
16111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 c
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 f
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 i
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 </row>
16139 </lyxtabular>
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147
16148  test 
16149 \begin_inset ERT
16150 status collapsed
16151
16152 \begin_layout Plain Layout
16153
16154
16155 \backslash
16156 raisebox{0.85
16157 \backslash
16158 baselineskip}{
16159 \end_layout
16160
16161 \end_inset
16162
16163
16164 \begin_inset Box Frameless
16165 position "t"
16166 hor_pos "c"
16167 has_inner_box 1
16168 inner_pos "c"
16169 use_parbox 0
16170 use_makebox 0
16171 width "15col%"
16172 special "none"
16173 height "1in"
16174 height_special "totalheight"
16175 thickness "0.4pt"
16176 separation "3pt"
16177 shadowsize "4pt"
16178 framecolor "black"
16179 backgroundcolor "none"
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183 \begin_inset Tabular
16184 <lyxtabular version="3" rows="3" columns="3">
16185 <features tabularvalignment="middle">
16186 <column alignment="center" valignment="top">
16187 <column alignment="center" valignment="top">
16188 <column alignment="center" valignment="top">
16189 <row>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 a
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 d
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 g
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 b
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 e
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 h
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 <row>
16248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252 c
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 f
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270 i
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 </row>
16276 </lyxtabular>
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \end_inset
16284
16285
16286 \begin_inset ERT
16287 status collapsed
16288
16289 \begin_layout Plain Layout
16290
16291 }
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \begin_layout Itemize
16300 test 
16301 \begin_inset Box Frameless
16302 position "c"
16303 hor_pos "c"
16304 has_inner_box 1
16305 inner_pos "c"
16306 use_parbox 0
16307 use_makebox 0
16308 width "15col%"
16309 special "none"
16310 height "1in"
16311 height_special "totalheight"
16312 thickness "0.4pt"
16313 separation "3pt"
16314 shadowsize "4pt"
16315 framecolor "black"
16316 backgroundcolor "none"
16317 status collapsed
16318
16319 \begin_layout Plain Layout
16320 \begin_inset Tabular
16321 <lyxtabular version="3" rows="3" columns="3">
16322 <features tabularvalignment="middle">
16323 <column alignment="center" valignment="top">
16324 <column alignment="center" valignment="top">
16325 <column alignment="center" valignment="top">
16326 <row>
16327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 a
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 d
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 g
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 </row>
16355 <row>
16356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 b
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369 e
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378 h
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 </row>
16384 <row>
16385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389 c
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 f
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 i
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 </lyxtabular>
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \begin_layout Itemize
16426 test 
16427 \begin_inset Box Frameless
16428 position "b"
16429 hor_pos "c"
16430 has_inner_box 1
16431 inner_pos "c"
16432 use_parbox 0
16433 use_makebox 0
16434 width "15col%"
16435 special "none"
16436 height "1in"
16437 height_special "totalheight"
16438 thickness "0.4pt"
16439 separation "3pt"
16440 shadowsize "4pt"
16441 framecolor "black"
16442 backgroundcolor "none"
16443 status collapsed
16444
16445 \begin_layout Plain Layout
16446 \begin_inset Tabular
16447 <lyxtabular version="3" rows="3" columns="3">
16448 <features tabularvalignment="middle">
16449 <column alignment="center" valignment="top">
16450 <column alignment="center" valignment="top">
16451 <column alignment="center" valignment="top">
16452 <row>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 a
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 d
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 g
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 b
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 e
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 h
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 c
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 f
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 i
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 </lyxtabular>
16540
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \end_inset
16547
16548  test 
16549 \begin_inset ERT
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553
16554
16555 \backslash
16556 raisebox{-0.32
16557 \backslash
16558 baselineskip}{
16559 \end_layout
16560
16561 \end_inset
16562
16563
16564 \begin_inset Box Frameless
16565 position "b"
16566 hor_pos "c"
16567 has_inner_box 1
16568 inner_pos "c"
16569 use_parbox 0
16570 use_makebox 0
16571 width "15col%"
16572 special "none"
16573 height "1in"
16574 height_special "totalheight"
16575 thickness "0.4pt"
16576 separation "3pt"
16577 shadowsize "4pt"
16578 framecolor "black"
16579 backgroundcolor "none"
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Tabular
16584 <lyxtabular version="3" rows="3" columns="3">
16585 <features tabularvalignment="middle">
16586 <column alignment="center" valignment="top">
16587 <column alignment="center" valignment="top">
16588 <column alignment="center" valignment="top">
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 a
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 d
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 g
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 b
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 e
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 h
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row>
16648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 c
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 f
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 i
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 </lyxtabular>
16677
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684
16685
16686 \begin_inset ERT
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690
16691 }
16692 \end_layout
16693
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \begin_layout Standard
16700 As you will see, the content of the first and last table row is not correctly
16701  aligned.
16702  To get this alignment, the minipage box must be set into a raisebox.
16703 \begin_inset Foot
16704 status collapsed
16705
16706 \begin_layout Plain Layout
16707 Raiseboxes are described in section
16708 \begin_inset space ~
16709 \end_inset
16710
16711
16712 \begin_inset CommandInset ref
16713 LatexCommand ref
16714 reference "subsec:Vertical-Alignment"
16715
16716 \end_inset
16717
16718 .
16719 \end_layout
16720
16721 \end_inset
16722
16723  In the example above the second table in the first item is aligned using
16724  the \SpecialChar TeX
16725  Code command
16726 \end_layout
16727
16728 \begin_layout Standard
16729
16730 \series bold
16731
16732 \backslash
16733 raisebox{0.85
16734 \backslash
16735 baselineskip}{
16736 \end_layout
16737
16738 \begin_layout Standard
16739 before the box.
16740  After the box the closing brace 
16741 \series bold
16742 }
16743 \series default
16744  is inserted as \SpecialChar TeX
16745  Code.
16746  For the second table in the last item the command
16747 \end_layout
16748
16749 \begin_layout Standard
16750
16751 \series bold
16752
16753 \backslash
16754 raisebox{-0.32
16755 \backslash
16756 baselineskip}{
16757 \end_layout
16758
16759 \begin_layout Standard
16760 is used.
16761 \end_layout
16762
16763 \begin_layout Standard
16764 \begin_inset Note Greyedout
16765 status open
16766
16767 \begin_layout Plain Layout
16768
16769 \series bold
16770 Note:
16771 \series default
16772  The alignment of the table row content to the surrounding text line is
16773  not exact.
16774  The required value for the 
16775 \series bold
16776
16777 \backslash
16778 raisebox
16779 \series default
16780  command for this alignment depends on the document font, the font size,
16781  and the table line thickness.
16782 \end_layout
16783
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \begin_layout Section
16790 Colored Tables
16791 \begin_inset CommandInset label
16792 LatexCommand label
16793 name "sec:Colored-Tables"
16794
16795 \end_inset
16796
16797
16798 \begin_inset Index idx
16799 status collapsed
16800
16801 \begin_layout Plain Layout
16802 Table ! Color
16803 \end_layout
16804
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \begin_layout Subsection
16811 Colored Cells
16812 \begin_inset Index idx
16813 status collapsed
16814
16815 \begin_layout Plain Layout
16816 Table Color ! for Cells
16817 \end_layout
16818
16819 \end_inset
16820
16821
16822 \begin_inset Index idx
16823 status collapsed
16824
16825 \begin_layout Plain Layout
16826 Color ! for Table Cells
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \begin_layout Standard
16835 \begin_inset Float table
16836 placement h
16837 wide false
16838 sideways false
16839 status open
16840
16841 \begin_layout Plain Layout
16842 \begin_inset Caption Standard
16843
16844 \begin_layout Plain Layout
16845 \begin_inset CommandInset label
16846 LatexCommand label
16847 name "tab:Table-colored-without"
16848
16849 \end_inset
16850
16851 Table colored without using the package 
16852 \series bold
16853 colortbl
16854 \series default
16855
16856 \begin_inset Argument 1
16857 status collapsed
16858
16859 \begin_layout Plain Layout
16860 Table without colortbl
16861 \end_layout
16862
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \begin_layout Plain Layout
16874 \align center
16875 \begin_inset Tabular
16876 <lyxtabular version="3" rows="3" columns="3">
16877 <features tabularvalignment="middle">
16878 <column alignment="center" valignment="top">
16879 <column alignment="center" valignment="top">
16880 <column alignment="center" valignment="top">
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \color green
16888 a
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \color red
16899 b
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908
16909 \color red
16910 c
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \color green
16923 d
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \color blue
16934 e
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \color blue
16945 f
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row>
16952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956
16957 \color green
16958 g
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \color blue
16969 h
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \color blue
16980 i
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 </lyxtabular>
16987
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994
16995
16996 \end_layout
16997
16998 \begin_layout Standard
16999 If you only need colored text, mark the cells and choose a color in the
17000  
17001 \family sans
17002 Text
17003 \begin_inset space ~
17004 \end_inset
17005
17006 Style
17007 \family default
17008  dialog (toolbar button 
17009 \begin_inset Info
17010 type  "icon"
17011 arg   "dialog-show character"
17012 \end_inset
17013
17014 ).
17015  This was used to create Table
17016 \begin_inset space ~
17017 \end_inset
17018
17019
17020 \begin_inset CommandInset ref
17021 LatexCommand ref
17022 reference "tab:Table-colored-without"
17023
17024 \end_inset
17025
17026 .
17027  In any other case you have to use the \SpecialChar LaTeX
17028 -package 
17029 \series bold
17030 colortbl
17031 \series default
17032 .
17033 \begin_inset Index idx
17034 status collapsed
17035
17036 \begin_layout Plain Layout
17037 \SpecialChar LaTeX
17038 -packages ! colortbl
17039 \end_layout
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \begin_layout Standard
17047 \begin_inset ERT
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051
17052
17053 \backslash
17054 ifcolortbl
17055 \end_layout
17056
17057 \end_inset
17058
17059
17060 \begin_inset Note Note
17061 status open
17062
17063 \begin_layout Plain Layout
17064 The following section part will only be displayed when the \SpecialChar LaTeX
17065 -package 
17066 \series bold
17067 colortbl
17068 \series default
17069  is installed.
17070 \end_layout
17071
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \begin_layout Standard
17078 To create colored tables, 
17079 \series bold
17080 colortbl
17081 \series default
17082  must be loaded in the preamble with the line
17083 \end_layout
17084
17085 \begin_layout Standard
17086
17087 \series bold
17088
17089 \backslash
17090 usepackage{colortbl}
17091 \end_layout
17092
17093 \begin_layout Standard
17094 The color of a column is adjusted with the command
17095 \end_layout
17096
17097 \begin_layout Standard
17098
17099 \series bold
17100
17101 \backslash
17102 columncolor{name of color}
17103 \end_layout
17104
17105 \begin_layout Standard
17106 inside the command 
17107 \series bold
17108 >{ }
17109 \series default
17110 .
17111  More about the command 
17112 \series bold
17113 >{}
17114 \series default
17115  is contained in section
17116 \begin_inset space ~
17117 \end_inset
17118
17119
17120 \begin_inset CommandInset ref
17121 LatexCommand ref
17122 reference "subsec:Multicolumn-Calculations"
17123
17124 \end_inset
17125
17126 .
17127 \end_layout
17128
17129 \begin_layout Standard
17130 The following color names are predefined:
17131 \end_layout
17132
17133 \begin_layout Standard
17134
17135 \family sans
17136 red
17137 \family default
17138
17139 \family sans
17140 green
17141 \family default
17142
17143 \family sans
17144 yellow
17145 \family default
17146
17147 \family sans
17148 blue
17149 \family default
17150
17151 \family sans
17152 cyan
17153 \family default
17154
17155 \family sans
17156 magenta
17157 \family default
17158
17159 \family sans
17160 black
17161 \family default
17162  and 
17163 \family sans
17164 white
17165 \end_layout
17166
17167 \begin_layout Standard
17168 \begin_inset VSpace medskip
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \begin_layout Standard
17175 If you add the option
17176 \end_layout
17177
17178 \begin_layout Standard
17179
17180 \series bold
17181 dvipsnames
17182 \end_layout
17183
17184 \begin_layout Standard
17185 to the document class options in the document settings, you can additionally
17186  use further 61
17187 \begin_inset space ~
17188 \end_inset
17189
17190 colors.
17191  These colors are listed in appendix
17192 \begin_inset space ~
17193 \end_inset
17194
17195
17196 \begin_inset CommandInset ref
17197 LatexCommand ref
17198 reference "chap:List-of-dvips-colornames"
17199
17200 \end_inset
17201
17202 .
17203  One of these colors, 
17204 \family sans
17205 Maroon
17206 \family default
17207 , is used as example in Table
17208 \begin_inset space ~
17209 \end_inset
17210
17211
17212 \begin_inset CommandInset ref
17213 LatexCommand ref
17214 reference "tab:Table-colored-using"
17215
17216 \end_inset
17217
17218 .
17219 \end_layout
17220
17221 \begin_layout Standard
17222 \begin_inset VSpace medskip
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \begin_layout Standard
17229 You can also define your own color with the command
17230 \end_layout
17231
17232 \begin_layout Standard
17233
17234 \series bold
17235
17236 \backslash
17237 definecolor{color name}{color model}{color values}
17238 \end_layout
17239
17240 \begin_layout Standard
17241 The color model can be
17242 \end_layout
17243
17244 \begin_layout Labeling
17245 \labelwidthstring 00.00.0000
17246 cmyk: cyan, magenta, yellow, black
17247 \end_layout
17248
17249 \begin_layout Labeling
17250 \labelwidthstring 00.00.0000
17251 rgb: red, green blue
17252 \end_layout
17253
17254 \begin_layout Labeling
17255 \labelwidthstring 00.00.0000
17256 gray gray
17257 \end_layout
17258
17259 \begin_layout Standard
17260 and the color values are comma separated numbers between 0 and 1 describing
17261  the factor for the corresponding color of the color model.
17262 \end_layout
17263
17264 \begin_layout Standard
17265 You can e.
17266 \begin_inset space \thinspace{}
17267 \end_inset
17268
17269 g.
17270 \begin_inset space \space{}
17271 \end_inset
17272
17273 define the color "
17274 \emph on
17275 darkgreen
17276 \emph default
17277 " in the preamble with
17278 \end_layout
17279
17280 \begin_layout Standard
17281
17282 \series bold
17283
17284 \backslash
17285 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17286 \end_layout
17287
17288 \begin_layout Standard
17289 and the color "
17290 \emph on
17291 lightgray
17292 \emph default
17293 " with
17294 \end_layout
17295
17296 \begin_layout Standard
17297
17298 \series bold
17299
17300 \backslash
17301 definecolor{lightgray}{gray}{0.8}
17302 \end_layout
17303
17304 \begin_layout Standard
17305 \begin_inset VSpace medskip
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \begin_layout Standard
17312 Lines are colored with the command
17313 \end_layout
17314
17315 \begin_layout Standard
17316
17317 \series bold
17318
17319 \backslash
17320 rowcolor{name of color}
17321 \end_layout
17322
17323 \begin_layout Standard
17324 and cells are colored with the command
17325 \end_layout
17326
17327 \begin_layout Standard
17328
17329 \series bold
17330
17331 \backslash
17332 cellcolor{name of color}
17333 \end_layout
17334
17335 \begin_layout Standard
17336 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17337  Code.
17338 \end_layout
17339
17340 \begin_layout Standard
17341 To color characters in the table, mark the cells and use the 
17342 \family sans
17343 Text
17344 \begin_inset space ~
17345 \end_inset
17346
17347 Style
17348 \family default
17349  dialog.
17350  If a cell contains \SpecialChar TeX
17351  Code mark only the characters, otherwise the colored
17352  \SpecialChar TeX
17353  Code will cause \SpecialChar LaTeX
17354  errors.
17355 \end_layout
17356
17357 \begin_layout Standard
17358 \begin_inset Note Greyedout
17359 status open
17360
17361 \begin_layout Plain Layout
17362
17363 \series bold
17364 Note:
17365 \series default
17366  Not all DVI-viewers are able to display self-defined colors.
17367 \end_layout
17368
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \begin_layout Standard
17375 \begin_inset VSpace bigskip
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \begin_layout Standard
17382 To create Table
17383 \begin_inset space ~
17384 \end_inset
17385
17386
17387 \begin_inset CommandInset ref
17388 LatexCommand ref
17389 reference "tab:Table-colored-using"
17390
17391 \end_inset
17392
17393  do the following: The color of the first column should be 
17394 \emph on
17395 darkgreen
17396 \emph default
17397 .
17398  So insert
17399 \end_layout
17400
17401 \begin_layout Standard
17402
17403 \series bold
17404 >{
17405 \backslash
17406 columncolor{darkgreen}
17407 \backslash
17408 centering}c
17409 \end_layout
17410
17411 \begin_layout Standard
17412 as \SpecialChar LaTeX
17413 -argument for this column.
17414  The first row should be light blue, therefore the \SpecialChar TeX
17415  Code command
17416 \end_layout
17417
17418 \begin_layout Standard
17419
17420 \series bold
17421
17422 \backslash
17423 rowcolor{cyan}
17424 \end_layout
17425
17426 \begin_layout Standard
17427 is inserted to the first cell of this row.
17428  Note that this overwrites the column color for the first cell.
17429  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17430  Code
17431  command
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \series bold
17437
17438 \backslash
17439 cellcolor{Maroon}
17440 \end_layout
17441
17442 \begin_layout Standard
17443 The characters could now be colored using the menu 
17444 \family sans
17445 Edit\SpecialChar menuseparator
17446 Text
17447 \begin_inset space ~
17448 \end_inset
17449
17450 Style
17451 \family default
17452 .
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset Float table
17457 placement h
17458 wide false
17459 sideways false
17460 status open
17461
17462 \begin_layout Plain Layout
17463 \begin_inset Caption Standard
17464
17465 \begin_layout Plain Layout
17466 \begin_inset CommandInset label
17467 LatexCommand label
17468 name "tab:Table-colored-using"
17469
17470 \end_inset
17471
17472 Table colored using the package 
17473 \series bold
17474 colortbl
17475 \series default
17476
17477 \begin_inset Argument 1
17478 status collapsed
17479
17480 \begin_layout Plain Layout
17481 Table with colortbl
17482 \end_layout
17483
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \begin_layout Plain Layout
17495 \align center
17496 \begin_inset Tabular
17497 <lyxtabular version="3" rows="3" columns="3">
17498 <features tabularvalignment="middle">
17499 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17500 <column alignment="center" valignment="top">
17501 <column alignment="center" valignment="top">
17502 <row>
17503 <cell alignment="center" valignment="top" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 \begin_inset ERT
17508 status collapsed
17509
17510 \begin_layout Plain Layout
17511
17512
17513 \backslash
17514 rowcolor{cyan}
17515 \end_layout
17516
17517 \end_inset
17518
17519
17520 \color magenta
17521 a
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \color red
17532 b
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541
17542 \color red
17543 c
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \color yellow
17556 d
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \color blue
17567 e
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576
17577 \color blue
17578 f
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \color yellow
17591 g
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \color blue
17602 h
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 \begin_inset ERT
17612 status collapsed
17613
17614 \begin_layout Plain Layout
17615
17616
17617 \backslash
17618 cellcolor{Maroon}
17619 \end_layout
17620
17621 \end_inset
17622
17623
17624 \color green
17625 i
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 </lyxtabular>
17632
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \begin_layout Standard
17644 \begin_inset ERT
17645 status collapsed
17646
17647 \begin_layout Plain Layout
17648
17649
17650 \backslash
17651 else
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \begin_inset Note Note
17658 status open
17659
17660 \begin_layout Plain Layout
17661 The following will be displayed when the \SpecialChar LaTeX
17662 -package 
17663 \series bold
17664 colortbl
17665 \series default
17666  is not installed:
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Standard
17675 You need to install the package 
17676 \series bold
17677 colortbl
17678 \series default
17679  to see the content of this section in the output.
17680 \end_layout
17681
17682 \begin_layout Standard
17683 \begin_inset ERT
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687
17688
17689 \backslash
17690 fi
17691 \end_layout
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Subsection
17699 Colored Rows
17700 \begin_inset Index idx
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704 Table Color ! for Rows
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \begin_inset Index idx
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714 Color ! for Table Rows
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \begin_layout Standard
17723 In case every second table row needs to be colored there is an alternative
17724  to the method described in the previous section: One loads the package
17725  
17726 \series bold
17727 xcolor
17728 \series default
17729
17730 \begin_inset Index idx
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 \SpecialChar LaTeX
17735 -packages ! xcolor
17736 \begin_inset ERT
17737 status collapsed
17738
17739 \begin_layout Plain Layout
17740
17741
17742 \backslash
17743 vspace{4mm}
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752
17753  in the document preamble with the command
17754 \end_layout
17755
17756 \begin_layout Standard
17757
17758 \series bold
17759
17760 \backslash
17761 usepackage[table]{xcolor}
17762 \end_layout
17763
17764 \begin_layout Standard
17765
17766 \series bold
17767 xcolor
17768 \series default
17769  automatically loads also the package 
17770 \series bold
17771 colortbl
17772 \series default
17773
17774 \begin_inset Index idx
17775 status collapsed
17776
17777 \begin_layout Plain Layout
17778 \SpecialChar LaTeX
17779 -packages ! colortbl
17780 \end_layout
17781
17782 \end_inset
17783
17784 , so 
17785 \series bold
17786 colortbl
17787 \series default
17788  must be installed in your \SpecialChar LaTeX
17789 -distribution, otherwise you get \SpecialChar LaTeX
17790 -errors.
17791 \end_layout
17792
17793 \begin_layout Standard
17794 \begin_inset ERT
17795 status collapsed
17796
17797 \begin_layout Plain Layout
17798
17799
17800 \backslash
17801 ifcolortbl
17802 \end_layout
17803
17804 \end_inset
17805
17806
17807 \begin_inset Note Note
17808 status open
17809
17810 \begin_layout Plain Layout
17811 The following section part will only be displayed when the \SpecialChar LaTeX
17812 -package 
17813 \series bold
17814 colortbl
17815 \series default
17816  is installed.
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \begin_layout Standard
17825 The table rows are colored with the command
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831
17832 \backslash
17833 rowcolors[commands]{row number}{odd row color}{even row color}
17834 \end_layout
17835
17836 \begin_layout Standard
17837 that is either inserted in the document preamble or as \SpecialChar TeX
17838  Code before the
17839  first table to be colored.
17840  row
17841 \begin_inset space ~
17842 \end_inset
17843
17844 number is the number of the first row which should be colored according
17845  to the odd row color.
17846  commands can be additional commands that are executed before every table
17847  row.
17848  So for example the command
17849 \end_layout
17850
17851 \begin_layout Standard
17852
17853 \series bold
17854
17855 \backslash
17856 rowcolors{1}{white}{lightgray}
17857 \end_layout
17858
17859 \begin_layout Standard
17860 leads to the coloring scheme of Table
17861 \begin_inset space ~
17862 \end_inset
17863
17864
17865 \begin_inset CommandInset ref
17866 LatexCommand ref
17867 reference "tab:Table-rowcolors"
17868
17869 \end_inset
17870
17871 .
17872  The command
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878
17879 \backslash
17880 rowcolors[
17881 \backslash
17882 hline]{1}{lightgray}{cyan}
17883 \end_layout
17884
17885 \begin_layout Standard
17886 leads to the coloring scheme of Table
17887 \begin_inset space ~
17888 \end_inset
17889
17890
17891 \begin_inset CommandInset ref
17892 LatexCommand ref
17893 reference "tab:Table-rowcolors-2"
17894
17895 \end_inset
17896
17897 .
17898  If odd
17899 \begin_inset space ~
17900 \end_inset
17901
17902 row
17903 \begin_inset space ~
17904 \end_inset
17905
17906 color and/or even
17907 \begin_inset space ~
17908 \end_inset
17909
17910 row
17911 \begin_inset space ~
17912 \end_inset
17913
17914 color are left empty, no color will be used so that the command
17915 \end_layout
17916
17917 \begin_layout Standard
17918
17919 \series bold
17920
17921 \backslash
17922 rowcolors{1}{}{}
17923 \end_layout
17924
17925 \begin_layout Standard
17926 deletes all colors.
17927  
17928 \series bold
17929
17930 \backslash
17931 rowcolors
17932 \series default
17933  affects all tables following that command.
17934 \end_layout
17935
17936 \begin_layout Standard
17937 \begin_inset ERT
17938 status open
17939
17940 \begin_layout Plain Layout
17941
17942
17943 \backslash
17944 rowcolors{1}{white}{lightgray}
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \begin_layout Standard
17953 \begin_inset Float table
17954 placement h
17955 wide false
17956 sideways false
17957 status open
17958
17959 \begin_layout Plain Layout
17960 \begin_inset Caption Standard
17961
17962 \begin_layout Plain Layout
17963 \begin_inset CommandInset label
17964 LatexCommand label
17965 name "tab:Table-rowcolors"
17966
17967 \end_inset
17968
17969 Table where every second row is colored light gray.
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \end_layout
17976
17977 \begin_layout Plain Layout
17978 \align center
17979 \begin_inset Tabular
17980 <lyxtabular version="3" rows="4" columns="3">
17981 <features tabularvalignment="middle">
17982 <column alignment="center" valignment="top">
17983 <column alignment="center" valignment="top" width="0pt">
17984 <column alignment="center" valignment="top" width="0pt">
17985 <row>
17986 <cell alignment="center" valignment="top" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 X
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 Y
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 Z
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 </row>
18014 <row>
18015 <cell alignment="center" valignment="top" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 1
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 2
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 3
18038 \end_layout
18039
18040 \end_inset
18041 </cell>
18042 </row>
18043 <row>
18044 <cell alignment="center" valignment="top" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 4
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 5
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 6
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 </row>
18072 <row>
18073 <cell alignment="center" valignment="top" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 7
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 8
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell alignment="center" valignment="top" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 9
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 </row>
18101 </lyxtabular>
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Standard
18114 \begin_inset ERT
18115 status open
18116
18117 \begin_layout Plain Layout
18118
18119
18120 \backslash
18121 rowcolors[
18122 \backslash
18123 hline]{1}{lightgray}{cyan}
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \begin_layout Standard
18132 \begin_inset Float table
18133 placement h
18134 wide false
18135 sideways false
18136 status open
18137
18138 \begin_layout Plain Layout
18139 \begin_inset Caption Standard
18140
18141 \begin_layout Plain Layout
18142 \begin_inset CommandInset label
18143 LatexCommand label
18144 name "tab:Table-rowcolors-2"
18145
18146 \end_inset
18147
18148 Table where every second row is colored cyan and at which there is a line
18149  between each row.
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \end_layout
18156
18157 \begin_layout Plain Layout
18158 \align center
18159 \begin_inset Tabular
18160 <lyxtabular version="3" rows="4" columns="3">
18161 <features tabularvalignment="middle">
18162 <column alignment="center" valignment="top">
18163 <column alignment="center" valignment="top">
18164 <column alignment="center" valignment="top" width="0pt">
18165 <row>
18166 <cell alignment="center" valignment="top" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 X
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 Y
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 Z
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 </row>
18194 <row>
18195 <cell alignment="center" valignment="top" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 1
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208 2
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 3
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 </row>
18223 <row>
18224 <cell alignment="center" valignment="top" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 4
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 5
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 6
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 </row>
18252 <row>
18253 <cell alignment="center" valignment="top" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 7
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 8
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 9
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 </row>
18281 </lyxtabular>
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \begin_layout Standard
18294 \begin_inset ERT
18295 status collapsed
18296
18297 \begin_layout Plain Layout
18298
18299
18300 \backslash
18301 rowcolors{1}{}{}
18302 \end_layout
18303
18304 \end_inset
18305
18306
18307 \begin_inset Note Note
18308 status collapsed
18309
18310 \begin_layout Plain Layout
18311 turns off the row coloring
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 \begin_inset ERT
18321 status collapsed
18322
18323 \begin_layout Plain Layout
18324
18325
18326 \backslash
18327 else
18328 \end_layout
18329
18330 \end_inset
18331
18332
18333 \begin_inset Note Note
18334 status open
18335
18336 \begin_layout Plain Layout
18337 The following will be displayed when the \SpecialChar LaTeX
18338 -package 
18339 \series bold
18340 colortbl
18341 \series default
18342  is not installed:
18343 \end_layout
18344
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \begin_layout Standard
18351 You need to install the package 
18352 \series bold
18353 colortbl
18354 \series default
18355  to see the content of this section in the output.
18356 \end_layout
18357
18358 \begin_layout Standard
18359 \begin_inset ERT
18360 status collapsed
18361
18362 \begin_layout Plain Layout
18363
18364
18365 \backslash
18366 fi
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \begin_layout Subsection
18375 Colored Lines
18376 \begin_inset Index idx
18377 status collapsed
18378
18379 \begin_layout Plain Layout
18380 Table Color ! for Lines
18381 \end_layout
18382
18383 \end_inset
18384
18385
18386 \begin_inset Index idx
18387 status collapsed
18388
18389 \begin_layout Plain Layout
18390 Color ! for Table Lines
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \begin_layout Standard
18399 As described in section
18400 \begin_inset space ~
18401 \end_inset
18402
18403
18404 \begin_inset CommandInset ref
18405 LatexCommand ref
18406 reference "subsec:Line-Thickness"
18407
18408 \end_inset
18409
18410 , the line thickness for all lines in a table can be adjusted with the length
18411  
18412 \series bold
18413
18414 \backslash
18415 arrayrulewidth
18416 \series default
18417 .
18418  It is set to 1.5
18419 \begin_inset space \thinspace{}
18420 \end_inset
18421
18422 pt for all tables of this section.
18423 \begin_inset ERT
18424 status collapsed
18425
18426 \begin_layout Plain Layout
18427
18428
18429 \backslash
18430 setlength{
18431 \backslash
18432 arrayrulewidth}{1.5pt}
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 To color vertical lines for example with green, create the following column
18442  format in the document preamble, according to the description in section
18443 \begin_inset space ~
18444 \end_inset
18445
18446
18447 \begin_inset CommandInset ref
18448 LatexCommand ref
18449 reference "subsec:Customized-Format"
18450
18451 \end_inset
18452
18453 :
18454 \end_layout
18455
18456 \begin_layout Standard
18457
18458 \series bold
18459
18460 \backslash
18461 newcolumntype{W}{!{
18462 \backslash
18463 color{green}
18464 \backslash
18465 vline}}
18466 \end_layout
18467
18468 \begin_layout Standard
18469 For Table
18470 \begin_inset space ~
18471 \end_inset
18472
18473
18474 \begin_inset CommandInset ref
18475 LatexCommand ref
18476 reference "tab:Table-with-vertical-colored"
18477
18478 \end_inset
18479
18480  the \SpecialChar LaTeX
18481 -argument
18482 \series bold
18483  WcW
18484 \series default
18485  was used for the last column and
18486 \series bold
18487  Wc
18488 \series default
18489  for the other columns.
18490 \end_layout
18491
18492 \begin_layout Standard
18493 If you want to have several colors, define more column formats.
18494 \end_layout
18495
18496 \begin_layout Standard
18497 \begin_inset Float table
18498 placement h
18499 wide false
18500 sideways false
18501 status open
18502
18503 \begin_layout Plain Layout
18504 \begin_inset Caption Standard
18505
18506 \begin_layout Plain Layout
18507 \begin_inset CommandInset label
18508 LatexCommand label
18509 name "tab:Table-with-vertical-colored"
18510
18511 \end_inset
18512
18513 Table with colored vertical lines
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Plain Layout
18522 \align center
18523 \begin_inset Tabular
18524 <lyxtabular version="3" rows="3" columns="3">
18525 <features tabularvalignment="middle">
18526 <column alignment="center" valignment="top" special="Wc">
18527 <column alignment="center" valignment="top" special="Wc">
18528 <column alignment="center" valignment="top" special="WcW">
18529 <row>
18530 <cell alignment="center" valignment="top" topline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 sd
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" topline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 <row>
18559 <cell alignment="center" valignment="top" topline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" topline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 sd
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" topline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 </row>
18587 <row>
18588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 sd
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 </row>
18616 </lyxtabular>
18617
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \end_layout
18627
18628 \begin_layout Standard
18629 \begin_inset VSpace bigskip
18630 \end_inset
18631
18632 To color all horizontal lines for example with red, as in Table
18633 \begin_inset space ~
18634 \end_inset
18635
18636
18637 \begin_inset CommandInset ref
18638 LatexCommand ref
18639 reference "tab:Table-with-horizontal-colored"
18640
18641 \end_inset
18642
18643 , insert these commands in \SpecialChar TeX
18644  code before the table or table float:
18645 \end_layout
18646
18647 \begin_layout Standard
18648
18649 \series bold
18650
18651 \backslash
18652 let
18653 \backslash
18654 myHlineC
18655 \backslash
18656 hline
18657 \begin_inset Newline newline
18658 \end_inset
18659
18660
18661 \backslash
18662 renewcommand{
18663 \backslash
18664 hline}
18665 \begin_inset Newline newline
18666 \end_inset
18667
18668
18669 \begin_inset Phantom HPhantom
18670 status open
18671
18672 \begin_layout Plain Layout
18673
18674 \series bold
18675 \begin_inset space ~
18676 \end_inset
18677
18678
18679 \end_layout
18680
18681 \end_inset
18682
18683 {
18684 \backslash
18685 arrayrulecolor{red}
18686 \backslash
18687 myHlineC
18688 \backslash
18689 arrayrulecolor{black}}
18690 \end_layout
18691
18692 \begin_layout Standard
18693 \begin_inset ERT
18694 status collapsed
18695
18696 \begin_layout Plain Layout
18697
18698
18699 \backslash
18700 let
18701 \backslash
18702 myHlineC
18703 \backslash
18704 hline
18705 \end_layout
18706
18707 \begin_layout Plain Layout
18708
18709
18710 \backslash
18711 renewcommand{
18712 \backslash
18713 hline}
18714 \end_layout
18715
18716 \begin_layout Plain Layout
18717
18718  {
18719 \backslash
18720 arrayrulecolor{red}
18721 \backslash
18722 myHlineC
18723 \backslash
18724 arrayrulecolor{black}}
18725 \end_layout
18726
18727 \end_inset
18728
18729
18730 \begin_inset Float table
18731 placement h
18732 wide false
18733 sideways false
18734 status open
18735
18736 \begin_layout Plain Layout
18737 \begin_inset Caption Standard
18738
18739 \begin_layout Plain Layout
18740 \begin_inset CommandInset label
18741 LatexCommand label
18742 name "tab:Table-with-horizontal-colored"
18743
18744 \end_inset
18745
18746 Table with colored horizontal lines
18747 \end_layout
18748
18749 \end_inset
18750
18751
18752 \end_layout
18753
18754 \begin_layout Plain Layout
18755 \align center
18756 \begin_inset Tabular
18757 <lyxtabular version="3" rows="3" columns="3">
18758 <features tabularvalignment="middle">
18759 <column alignment="center" valignment="top">
18760 <column alignment="center" valignment="top">
18761 <column alignment="center" valignment="top">
18762 <row>
18763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18764 \begin_inset Text
18765
18766 \begin_layout Plain Layout
18767 sd
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 sd
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 </row>
18820 <row>
18821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 sd
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 </row>
18849 </lyxtabular>
18850
18851 \end_inset
18852
18853
18854 \end_layout
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 To return to the default line color black, insert this command in \SpecialChar TeX
18863  code
18864  after the table or table float:
18865 \end_layout
18866
18867 \begin_layout Standard
18868
18869 \series bold
18870
18871 \backslash
18872 renewcommand{
18873 \backslash
18874 hline}{
18875 \backslash
18876 myHlineC}
18877 \end_layout
18878
18879 \begin_layout Standard
18880 Table
18881 \begin_inset space ~
18882 \end_inset
18883
18884
18885 \begin_inset CommandInset ref
18886 LatexCommand ref
18887 reference "tab:Table-with-colored"
18888
18889 \end_inset
18890
18891  is an example with colored vertical and horizontal lines.
18892 \end_layout
18893
18894 \begin_layout Standard
18895 \begin_inset Float table
18896 placement h
18897 wide false
18898 sideways false
18899 status open
18900
18901 \begin_layout Plain Layout
18902 \begin_inset Caption Standard
18903
18904 \begin_layout Plain Layout
18905 \begin_inset CommandInset label
18906 LatexCommand label
18907 name "tab:Table-with-colored"
18908
18909 \end_inset
18910
18911 Table with colored lines
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Plain Layout
18920 \align center
18921 \begin_inset Tabular
18922 <lyxtabular version="3" rows="3" columns="3">
18923 <features tabularvalignment="middle">
18924 <column alignment="center" valignment="top" special="Wc">
18925 <column alignment="center" valignment="top" special="Wc">
18926 <column alignment="center" valignment="top" special="WcW">
18927 <row>
18928 <cell alignment="center" valignment="top" topline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 sd
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 <cell alignment="center" valignment="top" topline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 </row>
18956 <row>
18957 <cell alignment="center" valignment="top" topline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 sd
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 <cell alignment="center" valignment="top" topline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row topspace="default">
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 sd
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 </row>
19014 </lyxtabular>
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \begin_layout Standard
19027 \begin_inset ERT
19028 status collapsed
19029
19030 \begin_layout Plain Layout
19031
19032
19033 \backslash
19034 renewcommand{
19035 \backslash
19036 hline}{
19037 \backslash
19038 myHlineC}
19039 \end_layout
19040
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \begin_layout Standard
19047 \begin_inset ERT
19048 status collapsed
19049
19050 \begin_layout Plain Layout
19051
19052
19053 \backslash
19054 setlength{
19055 \backslash
19056 arrayrulewidth}{1.2pt}
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Standard
19065 To color only some of the table lines another strategy is necessary.
19066  To color all following horizontal lines, insert this command as \SpecialChar TeX
19067  code as
19068  last thing in the row that should be above the first colored line:
19069 \end_layout
19070
19071 \begin_layout Standard
19072
19073 \series bold
19074
19075 \backslash
19076
19077 \backslash
19078
19079 \backslash
19080 arrayrulecolor{blue}%
19081 \end_layout
19082
19083 \begin_layout Standard
19084 To go back to black lines, add this command as first thing in the row that
19085  is above the black lines:
19086 \end_layout
19087
19088 \begin_layout Standard
19089
19090 \series bold
19091
19092 \backslash
19093 arrayrulecolor{black}
19094 \end_layout
19095
19096 \begin_layout Standard
19097 With this one can color table lines like in Table
19098 \begin_inset space ~
19099 \end_inset
19100
19101
19102 \begin_inset CommandInset ref
19103 LatexCommand ref
19104 reference "tab:Table-with-different-hor"
19105
19106 \end_inset
19107
19108 .
19109  However, with this method it is not possible to color the line above the
19110  first row of a table.
19111 \end_layout
19112
19113 \begin_layout Standard
19114 \begin_inset Float table
19115 wide false
19116 sideways false
19117 status open
19118
19119 \begin_layout Plain Layout
19120 \begin_inset Caption Standard
19121
19122 \begin_layout Plain Layout
19123 \begin_inset CommandInset label
19124 LatexCommand label
19125 name "tab:Table-with-different-hor"
19126
19127 \end_inset
19128
19129 Table with different horizontal line colors.
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Plain Layout
19138 \align center
19139 \begin_inset Tabular
19140 <lyxtabular version="3" rows="6" columns="7">
19141 <features tabularvalignment="middle">
19142 <column alignment="center" valignment="top">
19143 <column alignment="center" valignment="top">
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 <row>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell alignment="center" valignment="top" topline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset ERT
19209 status open
19210
19211 \begin_layout Plain Layout
19212
19213
19214 \backslash
19215
19216 \backslash
19217
19218 \backslash
19219 arrayrulecolor{blue}%
19220 \end_layout
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 Y
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 Y
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 </row>
19295 <row>
19296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset ERT
19301 status open
19302
19303 \begin_layout Plain Layout
19304
19305
19306 \backslash
19307 arrayrulecolor{black}
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 </row>
19372 <row>
19373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 <cell alignment="center" valignment="top" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset ERT
19432 status collapsed
19433
19434 \begin_layout Plain Layout
19435
19436
19437 \backslash
19438
19439 \backslash
19440
19441 \backslash
19442 arrayrulecolor{green}%
19443 \end_layout
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 </row>
19518 <row>
19519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset ERT
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527
19528
19529 \backslash
19530 arrayrulecolor{black}
19531 \end_layout
19532
19533 \end_inset
19534
19535 B
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset ERT
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593
19594
19595 \backslash
19596
19597 \backslash
19598
19599 \backslash
19600 arrayrulecolor{blue}%
19601 \end_layout
19602
19603 \end_inset
19604
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 </lyxtabular>
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 To change the color of vertical lines within a row, like in Table
19625 \begin_inset space ~
19626 \end_inset
19627
19628
19629 \begin_inset CommandInset ref
19630 LatexCommand ref
19631 reference "tab:Table-with-different-ver"
19632
19633 \end_inset
19634
19635 , one needs to use multicolumns.
19636  At first one needs to remove all vertical lines that don't run along the
19637  whole column.
19638  Now one colors all lines using the command
19639 \end_layout
19640
19641 \begin_layout Standard
19642
19643 \series bold
19644
19645 \backslash
19646
19647 \backslash
19648
19649 \backslash
19650 arrayrulecolor{blue}%
19651 \end_layout
19652
19653 \begin_layout Standard
19654 as above.
19655  Finally one inserts this command as \SpecialChar TeX
19656  code to every cell in the row where
19657  one needs a vertical line in a different color:
19658 \end_layout
19659
19660 \begin_layout Standard
19661
19662 \series bold
19663
19664 \backslash
19665 multicolumn{1}{!{
19666 \backslash
19667 color{green}
19668 \backslash
19669 vline}c!{
19670 \backslash
19671 color{red}
19672 \backslash
19673 vline}}{
19674 \end_layout
19675
19676 \begin_layout Standard
19677 This adds a vertical line to both sides of the cell.
19678  The left one will be green, the right one red.
19679  If no color change is necessary one can omit the 
19680 \series bold
19681
19682 \backslash
19683 color
19684 \series default
19685  command in the above command.
19686  To get for example a black left line and a blue right line you can write:
19687 \end_layout
19688
19689 \begin_layout Standard
19690
19691 \series bold
19692
19693 \backslash
19694 multicolumn{1}{!{
19695 \backslash
19696 color{black}
19697 \backslash
19698 vline}c|}{
19699 \end_layout
19700
19701 \begin_layout Standard
19702 because the color blue was already set for all lines.
19703  The 
19704 \series bold
19705 |
19706 \series default
19707  creates hereby the vertical line while 
19708 \series bold
19709
19710 \backslash
19711 vline
19712 \series default
19713  does this when 
19714 \series bold
19715
19716 \backslash
19717 color
19718 \series default
19719  is used.
19720  To set vertical lines without changing any color use
19721 \end_layout
19722
19723 \begin_layout Standard
19724
19725 \series bold
19726
19727 \backslash
19728 multicolumn{1}{|c|}{
19729 \end_layout
19730
19731 \begin_layout Standard
19732 After this command insert the cell content the normal way and end the cell
19733  with a closing brace 
19734 \series bold
19735 }
19736 \series default
19737  in \SpecialChar TeX
19738  code.
19739 \end_layout
19740
19741 \begin_layout Standard
19742 \begin_inset Float table
19743 wide false
19744 sideways false
19745 status open
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Caption Standard
19749
19750 \begin_layout Plain Layout
19751 \begin_inset CommandInset label
19752 LatexCommand label
19753 name "tab:Table-with-different-ver"
19754
19755 \end_inset
19756
19757 Table with different vertical line colors in one row.
19758 \end_layout
19759
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \begin_layout Plain Layout
19766 \align center
19767 \begin_inset Tabular
19768 <lyxtabular version="3" rows="5" columns="7">
19769 <features tabularvalignment="middle">
19770 <column alignment="center" valignment="top">
19771 <column alignment="center" valignment="top">
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 <row>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" topline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 <cell alignment="center" valignment="top" topline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 \begin_inset ERT
19837 status open
19838
19839 \begin_layout Plain Layout
19840
19841
19842 \backslash
19843
19844 \backslash
19845
19846 \backslash
19847 arrayrulecolor{red}%
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset ERT
19864 status open
19865
19866 \begin_layout Plain Layout
19867
19868
19869 \backslash
19870 multicolumn{1}{!{
19871 \backslash
19872 color{black}
19873 \backslash
19874 vline}c|}{
19875 \end_layout
19876
19877 \end_inset
19878
19879 Y
19880 \begin_inset ERT
19881 status collapsed
19882
19883 \begin_layout Plain Layout
19884
19885 }
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset ERT
19936 status open
19937
19938 \begin_layout Plain Layout
19939
19940
19941 \backslash
19942 multicolumn{1}{c|}{
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \begin_inset ERT
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952
19953 }
19954 \end_layout
19955
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset ERT
19968 status open
19969
19970 \begin_layout Plain Layout
19971
19972
19973 \backslash
19974 multicolumn{1}{c!{
19975 \backslash
19976 color{black}
19977 \backslash
19978 vline}}{
19979 \end_layout
19980
19981 \end_inset
19982
19983 Y
19984 \begin_inset ERT
19985 status collapsed
19986
19987 \begin_layout Plain Layout
19988
19989 }
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 \begin_inset ERT
20006 status collapsed
20007
20008 \begin_layout Plain Layout
20009
20010
20011 \backslash
20012 arrayrulecolor{black}
20013 \end_layout
20014
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 \begin_inset ERT
20072 status collapsed
20073
20074 \begin_layout Plain Layout
20075
20076
20077 \backslash
20078
20079 \backslash
20080
20081 \backslash
20082 arrayrulecolor{magenta}%
20083 \end_layout
20084
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row>
20094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset ERT
20099 status collapsed
20100
20101 \begin_layout Plain Layout
20102
20103
20104 \backslash
20105 multicolumn{1}{|c!{
20106 \backslash
20107 color{red}
20108 \backslash
20109 vline}}{
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \begin_inset ERT
20116 status collapsed
20117
20118 \begin_layout Plain Layout
20119
20120 }
20121 \end_layout
20122
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 \begin_inset ERT
20135 status collapsed
20136
20137 \begin_layout Plain Layout
20138
20139
20140 \backslash
20141 multicolumn{1}{c!{
20142 \backslash
20143 color{green}
20144 \backslash
20145 vline}}{
20146 \end_layout
20147
20148 \end_inset
20149
20150
20151 \begin_inset ERT
20152 status collapsed
20153
20154 \begin_layout Plain Layout
20155
20156 }
20157 \end_layout
20158
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170 \begin_inset ERT
20171 status collapsed
20172
20173 \begin_layout Plain Layout
20174
20175
20176 \backslash
20177 multicolumn{1}{c!{
20178 \backslash
20179 color{yellow}
20180 \backslash
20181 vline}}{
20182 \end_layout
20183
20184 \end_inset
20185
20186
20187 \begin_inset ERT
20188 status collapsed
20189
20190 \begin_layout Plain Layout
20191
20192 }
20193 \end_layout
20194
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset ERT
20207 status collapsed
20208
20209 \begin_layout Plain Layout
20210
20211
20212 \backslash
20213 multicolumn{1}{c!{
20214 \backslash
20215 color{blue}
20216 \backslash
20217 vline}}{
20218 \end_layout
20219
20220 \end_inset
20221
20222
20223 \begin_inset ERT
20224 status collapsed
20225
20226 \begin_layout Plain Layout
20227
20228 }
20229 \end_layout
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 \begin_inset ERT
20243 status collapsed
20244
20245 \begin_layout Plain Layout
20246
20247
20248 \backslash
20249 multicolumn{1}{c!{
20250 \backslash
20251 color{cyan}
20252 \backslash
20253 vline}}{
20254 \end_layout
20255
20256 \end_inset
20257
20258
20259 \begin_inset ERT
20260 status collapsed
20261
20262 \begin_layout Plain Layout
20263
20264 }
20265 \end_layout
20266
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278 \begin_inset ERT
20279 status collapsed
20280
20281 \begin_layout Plain Layout
20282
20283
20284 \backslash
20285 multicolumn{1}{c!{
20286 \backslash
20287 color{black}
20288 \backslash
20289 vline}}{
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \begin_inset ERT
20296 status collapsed
20297
20298 \begin_layout Plain Layout
20299
20300 }
20301 \end_layout
20302
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset ERT
20315 status collapsed
20316
20317 \begin_layout Plain Layout
20318
20319
20320 \backslash
20321 multicolumn{1}{c|}{
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \begin_inset ERT
20328 status collapsed
20329
20330 \begin_layout Plain Layout
20331
20332 }
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset ERT
20349 status collapsed
20350
20351 \begin_layout Plain Layout
20352
20353
20354 \backslash
20355 arrayrulecolor{black}
20356 \end_layout
20357
20358 \end_inset
20359
20360 B
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 </row>
20420 </lyxtabular>
20421
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Standard
20433 \begin_inset ERT
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437
20438
20439 \backslash
20440 setlength{
20441 \backslash
20442 arrayrulewidth}{0.4pt}
20443 \end_layout
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \begin_layout Section
20451 Rotated Table Cells
20452 \begin_inset CommandInset label
20453 LatexCommand label
20454 name "sec:Rotated-Table-Cells"
20455
20456 \end_inset
20457
20458
20459 \begin_inset Index idx
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463 Table ! Rotated Cells
20464 \end_layout
20465
20466 \end_inset
20467
20468
20469 \begin_inset Index idx
20470 status collapsed
20471
20472 \begin_layout Plain Layout
20473 Rotated Material
20474 \end_layout
20475
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \begin_layout Standard
20482 \begin_inset Note Greyedout
20483 status open
20484
20485 \begin_layout Plain Layout
20486
20487 \series bold
20488 Note:
20489 \series default
20490  Not all DVI-viewers are able to display rotations.
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \begin_layout Standard
20499 Table
20500 \begin_inset space ~
20501 \end_inset
20502
20503
20504 \begin_inset CommandInset ref
20505 LatexCommand ref
20506 reference "tab:Table-with-rotated-multi"
20507
20508 \end_inset
20509
20510  is an example where 3
20511 \begin_inset space ~
20512 \end_inset
20513
20514 cells were rotated by 45
20515 \begin_inset space \thinspace{}
20516 \end_inset
20517
20518 °.
20519 \end_layout
20520
20521 \begin_layout Standard
20522 \begin_inset Float table
20523 placement h
20524 wide false
20525 sideways false
20526 status open
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Caption Standard
20530
20531 \begin_layout Plain Layout
20532 \begin_inset CommandInset label
20533 LatexCommand label
20534 name "tab:Table-with-rotated"
20535
20536 \end_inset
20537
20538 Table with rotated cells in the first row.
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Plain Layout
20547 \noindent
20548 \align center
20549 \begin_inset Tabular
20550 <lyxtabular version="3" rows="2" columns="3">
20551 <features tabularvalignment="middle">
20552 <column alignment="center" valignment="top" width="0pt">
20553 <column alignment="center" valignment="top" width="0pt">
20554 <column alignment="center" valignment="top" width="0pt">
20555 <row>
20556 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 cups
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569 plates
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578 saucers
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 </row>
20584 <row>
20585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 45
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 33
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607 21
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 </lyxtabular>
20614
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \begin_layout Standard
20626 \begin_inset Note Greyedout
20627 status open
20628
20629 \begin_layout Plain Layout
20630
20631 \series bold
20632 Note:
20633 \series default
20634  Line breaks (shortcut 
20635 \begin_inset Info
20636 type  "shortcut"
20637 arg   "newline-insert newline"
20638 \end_inset
20639
20640 ) are not allowed in rotated cells.
20641 \end_layout
20642
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \begin_layout Standard
20649 If you want to rotate table cells containing line breaks, you have to put
20650  the cell content into a minipage or a parbox.
20651 \begin_inset Foot
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655 For more about these boxes see sec.
20656 \begin_inset space \thinspace{}
20657 \end_inset
20658
20659
20660 \begin_inset CommandInset ref
20661 LatexCommand ref
20662 reference "sec:Minipages"
20663
20664 \end_inset
20665
20666  and 
20667 \begin_inset CommandInset ref
20668 LatexCommand ref
20669 reference "sec:Parboxes"
20670
20671 \end_inset
20672
20673 .
20674 \end_layout
20675
20676 \end_inset
20677
20678  If you rotate this cell by 90
20679 \begin_inset space \thinspace{}
20680 \end_inset
20681
20682 ° the width of the box is the height of the cell.
20683  Table
20684 \begin_inset space ~
20685 \end_inset
20686
20687
20688 \begin_inset CommandInset ref
20689 LatexCommand ref
20690 reference "tab:Table-with-rotated-multi"
20691
20692 \end_inset
20693
20694  is an example for a rotated multiline cell where the box width was set
20695  to 3
20696 \begin_inset space \thinspace{}
20697 \end_inset
20698
20699 cm.
20700 \end_layout
20701
20702 \begin_layout Standard
20703 \begin_inset Float table
20704 wide false
20705 sideways false
20706 status open
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Caption Standard
20710
20711 \begin_layout Plain Layout
20712 \begin_inset CommandInset label
20713 LatexCommand label
20714 name "tab:Table-with-rotated-multi"
20715
20716 \end_inset
20717
20718 Table with rotated multiline cell.
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Plain Layout
20727 \noindent
20728 \align center
20729 \begin_inset Tabular
20730 <lyxtabular version="3" rows="2" columns="3">
20731 <features tabularvalignment="middle">
20732 <column alignment="center" valignment="top">
20733 <column alignment="center" valignment="top" width="0pt">
20734 <column alignment="center" valignment="top">
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 a
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749 \begin_inset Box Frameless
20750 position "t"
20751 hor_pos "c"
20752 has_inner_box 1
20753 inner_pos "t"
20754 use_parbox 0
20755 use_makebox 0
20756 width "3cm"
20757 special "none"
20758 height "1in"
20759 height_special "totalheight"
20760 thickness "0.4pt"
20761 separation "3pt"
20762 shadowsize "4pt"
20763 framecolor "black"
20764 backgroundcolor "none"
20765 status open
20766
20767 \begin_layout Plain Layout
20768 rotated cell
20769 \begin_inset Newline newline
20770 \end_inset
20771
20772 with line break
20773 \end_layout
20774
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786 e
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 </row>
20792 <row>
20793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 b
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 c
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 d
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 </lyxtabular>
20822
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \begin_layout Section
20834 Table Width Calculation
20835 \begin_inset CommandInset label
20836 LatexCommand label
20837 name "sec:Table-Width-Calculation"
20838
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \begin_layout Standard
20845 For wide tables it is sometimes difficult to assure that the table does
20846  not protrude over the page margin.
20847  Setting a fixed width for every column of the table is the solution, but
20848  what amount of space is needed for each column?
20849 \end_layout
20850
20851 \begin_layout Standard
20852 The table width 
20853 \begin_inset Formula $W_{\mathrm{table}}$
20854 \end_inset
20855
20856  can be calculated: Every column has the width of the specified column width
20857  
20858 \begin_inset Formula $W_{\mathrm{column}}$
20859 \end_inset
20860
20861  (that the content of the column can consume) plus two times the separation
20862  between the column content and the column border (\SpecialChar LaTeX
20863  length
20864 \series bold
20865  
20866 \backslash
20867 tabcolsep
20868 \series default
20869 , default 6
20870 \begin_inset space \thinspace{}
20871 \end_inset
20872
20873 pt) plus the width of a border line (\SpecialChar LaTeX
20874  length 
20875 \series bold
20876
20877 \backslash
20878 arrayrulewidth
20879 \series default
20880 , default 0.4
20881 \begin_inset space \thinspace{}
20882 \end_inset
20883
20884 pt): So if all 
20885 \begin_inset Formula $n$
20886 \end_inset
20887
20888
20889 \begin_inset space ~
20890 \end_inset
20891
20892 columns have the same width, the table width is
20893 \begin_inset Formula 
20894 \begin{equation}
20895 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20896 \end{equation}
20897
20898 \end_inset
20899
20900
20901 \end_layout
20902
20903 \begin_layout Standard
20904 The available width for a table is the space between the page margins or
20905  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20906  length 
20907 \series bold
20908
20909 \backslash
20910 columnwidth
20911 \series default
20912 ).
20913  If all table columns should have the same width and 
20914 \begin_inset Formula $W_{\mathrm{table}}$
20915 \end_inset
20916
20917  should be 1
20918 \begin_inset space \thinspace{}
20919 \end_inset
20920
20921
20922 \backslash
20923 columnwidth, 
20924 \begin_inset Formula $W_{\mathrm{column}}$
20925 \end_inset
20926
20927  can easily be calculated.
20928 \end_layout
20929
20930 \begin_layout Standard
20931 To be able to perform calculations you need to load the \SpecialChar LaTeX
20932 -package 
20933 \series bold
20934 calc
20935 \series default
20936
20937 \begin_inset Index idx
20938 status collapsed
20939
20940 \begin_layout Plain Layout
20941 \SpecialChar LaTeX
20942 -packages ! calc
20943 \end_layout
20944
20945 \end_inset
20946
20947  in the document preamble.
20948  To set the width in the table dialog you have to use the field 
20949 \family sans
20950 \SpecialChar LaTeX
20951  argument
20952 \family default
20953 .
20954  The command scheme for this field is the same that is explained in section
20955 \begin_inset space ~
20956 \end_inset
20957
20958
20959 \begin_inset CommandInset ref
20960 LatexCommand ref
20961 reference "subsec:Multicolumn-Calculations"
20962
20963 \end_inset
20964
20965 .
20966  For a table with 5
20967 \begin_inset space \thinspace{}
20968 \end_inset
20969
20970 columns with an uniform width and centered text, enter there for each column
20971  the command
20972 \end_layout
20973
20974 \begin_layout Standard
20975
20976 \series bold
20977 >{
20978 \backslash
20979 centering}p{(1
20980 \backslash
20981 columnwidth-62.4pt)/5}
20982 \end_layout
20983
20984 \begin_layout Standard
20985 For a table with 5
20986 \begin_inset space \thinspace{}
20987 \end_inset
20988
20989 columns where 2 should have 0.75
20990 \begin_inset space ~
20991 \end_inset
20992
20993 times the width than the 3 others, the calculation is
20994 \begin_inset Formula 
20995 \begin{align}
20996 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20997  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20998  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20999 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21000 \end{align}
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \begin_layout Standard
21008 In the table therefore the command
21009 \end_layout
21010
21011 \begin_layout Standard
21012
21013 \series bold
21014 >{
21015 \backslash
21016 centering}p{(1
21017 \backslash
21018 columnwidth-62.4pt)/
21019 \backslash
21020 real{4.5}}
21021 \end_layout
21022
21023 \begin_layout Standard
21024 is used for the wider columns and
21025 \end_layout
21026
21027 \begin_layout Standard
21028
21029 \series bold
21030 >{
21031 \backslash
21032 centering}p{(1
21033 \backslash
21034 columnwidth-62.4pt)/
21035 \backslash
21036 real{4.5}*
21037 \backslash
21038 real{0.75}}
21039 \end_layout
21040
21041 \begin_layout Standard
21042 for the smaller ones:
21043 \end_layout
21044
21045 \begin_layout Standard
21046 \begin_inset Tabular
21047 <lyxtabular version="3" rows="2" columns="5">
21048 <features tabularvalignment="middle">
21049 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21050 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21051 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21052 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21053 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21054 <row>
21055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 1
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 2
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 3
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 4
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 5
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
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 111111 1111111 111111 111111111 11111 11111 1111
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 2222 22222 222222 222222222 2222222 22 22222
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 333333 333333 333333 33333 3333333 333
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 </row>
21148 </lyxtabular>
21149
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \begin_layout Section
21156 Table Customization
21157 \begin_inset Index idx
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161 Table Customization
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \begin_inset Index idx
21168 status collapsed
21169
21170 \begin_layout Plain Layout
21171 Table ! Customization
21172 \end_layout
21173
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \begin_layout Subsection
21180 Row Spacing
21181 \begin_inset CommandInset label
21182 LatexCommand label
21183 name "subsec:Row-Spacing"
21184
21185 \end_inset
21186
21187
21188 \begin_inset Index idx
21189 status collapsed
21190
21191 \begin_layout Plain Layout
21192 Table Customization ! Row Spacing
21193 \end_layout
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \begin_layout Standard
21201 You can add vertical space to table rows in the 
21202 \family sans
21203 Borders
21204 \family default
21205  tab of the table dialog.
21206  You find there three possibilities:
21207 \end_layout
21208
21209 \begin_layout Description
21210 Top
21211 \begin_inset space ~
21212 \end_inset
21213
21214 of
21215 \begin_inset space ~
21216 \end_inset
21217
21218 row will add space above the characters of the table row.
21219  If the table is a formal table
21220 \begin_inset Foot
21221 status collapsed
21222
21223 \begin_layout Plain Layout
21224 Formal tables are explained in section
21225 \begin_inset space ~
21226 \end_inset
21227
21228
21229 \begin_inset CommandInset ref
21230 LatexCommand ref
21231 reference "sec:Formal-Tables"
21232
21233 \end_inset
21234
21235 .
21236 \end_layout
21237
21238 \end_inset
21239
21240  \SpecialChar LyX
21241  will insert as default 0.5
21242 \begin_inset space \thinspace{}
21243 \end_inset
21244
21245 em space.
21246  For normal tables the inserted space will unfortunately destroy the vertical
21247  table lines as in the following table:
21248 \begin_inset VSpace medskip
21249 \end_inset
21250
21251
21252 \begin_inset Newline newline
21253 \end_inset
21254
21255
21256 \begin_inset space \hspace*{}
21257 \length 0pt
21258 \end_inset
21259
21260
21261 \begin_inset space \hfill{}
21262 \end_inset
21263
21264
21265 \begin_inset Tabular
21266 <lyxtabular version="3" rows="3" columns="1">
21267 <features tabularvalignment="middle">
21268 <column alignment="center" valignment="top">
21269 <row>
21270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 A
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row topspace="3mm">
21281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 3
21286 \begin_inset space \thinspace{}
21287 \end_inset
21288
21289 mm space top of row
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 </row>
21295 <row>
21296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 C
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 </row>
21306 </lyxtabular>
21307
21308 \end_inset
21309
21310
21311 \begin_inset space \hfill{}
21312 \end_inset
21313
21314
21315 \begin_inset space \hspace*{}
21316 \length 0pt
21317 \end_inset
21318
21319
21320 \begin_inset VSpace medskip
21321 \end_inset
21322
21323
21324 \begin_inset Newline newline
21325 \end_inset
21326
21327 So inserting space in the top of row for normal tables is only useful when
21328  you don't have vertical lines.
21329 \end_layout
21330
21331 \begin_layout Description
21332 Bottom
21333 \begin_inset space ~
21334 \end_inset
21335
21336 of
21337 \begin_inset space ~
21338 \end_inset
21339
21340 row will add space below the characters of the table row.
21341  If the table is a formal table \SpecialChar LyX
21342  will insert as default 0.5
21343 \begin_inset space \thinspace{}
21344 \end_inset
21345
21346 em space, for normal tables the default size is 2
21347 \begin_inset space \thinspace{}
21348 \end_inset
21349
21350 pt.
21351 \end_layout
21352
21353 \begin_layout Description
21354 Between
21355 \begin_inset space ~
21356 \end_inset
21357
21358 rows adds space between the current and the following row.
21359  If the table is a formal table \SpecialChar LyX
21360  will insert as default 0.5
21361 \begin_inset space \thinspace{}
21362 \end_inset
21363
21364 em space.
21365  For normal tables the inserted space will unfortunately destroy the vertical
21366  table lines as in the following table:
21367 \begin_inset VSpace medskip
21368 \end_inset
21369
21370
21371 \begin_inset Newline newline
21372 \end_inset
21373
21374
21375 \begin_inset space \hspace*{}
21376 \length 0pt
21377 \end_inset
21378
21379
21380 \begin_inset space \hfill{}
21381 \end_inset
21382
21383
21384 \begin_inset Tabular
21385 <lyxtabular version="3" rows="3" columns="1">
21386 <features tabularvalignment="middle">
21387 <column alignment="center" valignment="top">
21388 <row>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 A
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 </row>
21399 <row interlinespace="3mm">
21400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $\downarrow$
21405 \end_inset
21406
21407  3
21408 \begin_inset space \thinspace{}
21409 \end_inset
21410
21411 mm space between row 
21412 \begin_inset Formula $\downarrow$
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 </row>
21421 <row>
21422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $\uparrow$
21427 \end_inset
21428
21429  3
21430 \begin_inset space \thinspace{}
21431 \end_inset
21432
21433 mm space between row 
21434 \begin_inset Formula $\uparrow$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 </lyxtabular>
21444
21445 \end_inset
21446
21447
21448 \begin_inset space \hfill{}
21449 \end_inset
21450
21451
21452 \begin_inset space \hspace*{}
21453 \length 0pt
21454 \end_inset
21455
21456
21457 \begin_inset VSpace medskip
21458 \end_inset
21459
21460
21461 \begin_inset Newline newline
21462 \end_inset
21463
21464 So inserting space between rows for normal tables is only useful when you
21465  don't have vertical lines.
21466 \end_layout
21467
21468 \begin_layout Standard
21469 \begin_inset VSpace bigskip
21470 \end_inset
21471
21472 When you want to add extra height to all cells of all tables, you can do
21473  this with the following preamble lines:
21474 \end_layout
21475
21476 \begin_layout Standard
21477
21478 \series bold
21479
21480 \backslash
21481 @ifundefined{extrarowheight}
21482 \begin_inset Newline newline
21483 \end_inset
21484
21485
21486 \begin_inset Phantom HPhantom
21487 status open
21488
21489 \begin_layout Plain Layout
21490
21491 \series bold
21492 \begin_inset space ~
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499
21500 {
21501 \backslash
21502 usepackage{array}}{}
21503 \begin_inset Newline newline
21504 \end_inset
21505
21506
21507 \backslash
21508 setlength{
21509 \backslash
21510 extrarowheight}{height}
21511 \series default
21512
21513 \begin_inset Note Note
21514 status collapsed
21515
21516 \begin_layout Plain Layout
21517 The package 
21518 \series bold
21519 array
21520 \series default
21521  will be loaded automatically by \SpecialChar LyX
21522  when you use self defined table formats.
21523  To avoid that it being loaded twice the command 
21524 \series bold
21525
21526 \backslash
21527 @ifundefined
21528 \series default
21529  is used in the above command.
21530 \end_layout
21531
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \begin_layout Standard
21538 where the 
21539 \family sans
21540 height
21541 \family default
21542  can have one of the units listed in appendix
21543 \begin_inset space ~
21544 \end_inset
21545
21546
21547 \begin_inset CommandInset ref
21548 LatexCommand ref
21549 reference "cha:Units-available-in"
21550
21551 \end_inset
21552
21553 .
21554  But this has the disadvantage that the cell texts are no longer exactly
21555  vertically centered.
21556 \end_layout
21557
21558 \begin_layout Standard
21559 If you are using font sizes larger than the normal size, the table borders
21560  are often too close to the letters.
21561  This can be corrected by inserting the command 
21562 \series bold
21563
21564 \backslash
21565 strut
21566 \series default
21567  in \SpecialChar TeX
21568  Code at the beginning of a table row.
21569  Table
21570 \begin_inset space ~
21571 \end_inset
21572
21573
21574 \begin_inset CommandInset ref
21575 LatexCommand ref
21576 reference "tab:Vertical-alignment-of"
21577
21578 \end_inset
21579
21580  illustrates the effect.
21581 \end_layout
21582
21583 \begin_layout Standard
21584 \noindent
21585 \begin_inset Float table
21586 placement h
21587 wide false
21588 sideways false
21589 status open
21590
21591 \begin_layout Plain Layout
21592 \begin_inset Caption Standard
21593
21594 \begin_layout Plain Layout
21595 \begin_inset CommandInset label
21596 LatexCommand label
21597 name "tab:Vertical-alignment-of"
21598
21599 \end_inset
21600
21601 Vertical alignment of text with large font sizes.
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Plain Layout
21610 \begin_inset space \hfill{}
21611 \end_inset
21612
21613
21614 \begin_inset Float table
21615 wide false
21616 sideways false
21617 status collapsed
21618
21619 \begin_layout Plain Layout
21620 \begin_inset Caption Standard
21621
21622 \begin_layout Plain Layout
21623 Normal table.
21624 \end_layout
21625
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \begin_layout Plain Layout
21632 \noindent
21633 \align center
21634 \begin_inset Tabular
21635 <lyxtabular version="3" rows="6" columns="1">
21636 <features tabularvalignment="middle">
21637 <column alignment="left" valignment="top">
21638 <row>
21639 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 Normal, g
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 </row>
21649 <row>
21650 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654
21655 \size large
21656 Large
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \size larger
21669 Larger
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680
21681 \size largest
21682 Largest
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 <row>
21689 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693
21694 \size huge
21695 Huge
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \size huge
21708 Huger
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 </lyxtabular>
21715
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722
21723
21724 \begin_inset space \hfill{}
21725 \end_inset
21726
21727
21728 \begin_inset Float table
21729 wide false
21730 sideways false
21731 status collapsed
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Caption Standard
21735
21736 \begin_layout Plain Layout
21737 Table using the command 
21738 \series bold
21739
21740 \backslash
21741 strut
21742 \series default
21743 .
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \begin_layout Plain Layout
21752 \noindent
21753 \align center
21754 \begin_inset Tabular
21755 <lyxtabular version="3" rows="6" columns="1">
21756 <features tabularvalignment="middle">
21757 <column alignment="left" valignment="top">
21758 <row>
21759 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 Normal, g
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 <row>
21770 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774
21775 \size large
21776 \begin_inset ERT
21777 status collapsed
21778
21779 \begin_layout Plain Layout
21780
21781
21782 \backslash
21783 strut 
21784 \end_layout
21785
21786 \end_inset
21787
21788 Large
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799
21800 \size larger
21801 \begin_inset ERT
21802 status collapsed
21803
21804 \begin_layout Plain Layout
21805
21806
21807 \backslash
21808 strut 
21809 \end_layout
21810
21811 \end_inset
21812
21813 Larger
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 </row>
21819 <row>
21820 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824
21825 \size largest
21826 \begin_inset ERT
21827 status collapsed
21828
21829 \begin_layout Plain Layout
21830
21831
21832 \backslash
21833 strut 
21834 \end_layout
21835
21836 \end_inset
21837
21838 Largest
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \size huge
21851 \begin_inset ERT
21852 status collapsed
21853
21854 \begin_layout Plain Layout
21855
21856
21857 \backslash
21858 strut 
21859 \end_layout
21860
21861 \end_inset
21862
21863 Huge
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row>
21870 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \size giant
21876 \begin_inset ERT
21877 status collapsed
21878
21879 \begin_layout Plain Layout
21880
21881
21882 \backslash
21883 strut 
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \size huge
21890 Huger
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 </row>
21896 </lyxtabular>
21897
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \end_inset
21904
21905
21906 \begin_inset space \hfill{}
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \begin_layout Subsection
21918 Special Cell Alignment
21919 \begin_inset CommandInset label
21920 LatexCommand label
21921 name "subsec:Special-Cell-Alignment"
21922
21923 \end_inset
21924
21925
21926 \begin_inset Index idx
21927 status collapsed
21928
21929 \begin_layout Plain Layout
21930 Table Customization ! Special Cell Alignment
21931 \end_layout
21932
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \begin_layout Standard
21939 Sometimes it looks better when the cell entries of a column are aligned
21940  with a special character, e.
21941 \begin_inset space \thinspace{}
21942 \end_inset
21943
21944 g.
21945 \begin_inset space \space{}
21946 \end_inset
21947
21948 with the decimal separator as in Table
21949 \begin_inset space ~
21950 \end_inset
21951
21952
21953 \begin_inset CommandInset ref
21954 LatexCommand ref
21955 reference "tab:Table-cells-align"
21956
21957 \end_inset
21958
21959 .
21960  This alignment is achieved by setting the cursor into the column and then
21961  either pressing the toolbar button 
21962 \begin_inset Info
21963 type  "icon"
21964 arg   "tabular-feature align-decimal"
21965 \end_inset
21966
21967  or setting the alignment in the table settings to 
21968 \family sans
21969 At
21970 \begin_inset space ~
21971 \end_inset
21972
21973 Decimal
21974 \begin_inset space ~
21975 \end_inset
21976
21977 Separator
21978 \family default
21979 .
21980  The alignment character can be a character of your choice and is specified
21981  in the table settings.
21982 \end_layout
21983
21984 \begin_layout Standard
21985 \begin_inset Float table
21986 placement h
21987 wide false
21988 sideways false
21989 status open
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Caption Standard
21993
21994 \begin_layout Plain Layout
21995 \begin_inset CommandInset label
21996 LatexCommand label
21997 name "tab:Table-cells-align"
21998
21999 \end_inset
22000
22001 Table cells of a column aligned with the decimal separator.
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Plain Layout
22010 \align center
22011 \begin_inset Tabular
22012 <lyxtabular version="3" rows="4" columns="1">
22013 <features booktabs="true" tabularvalignment="middle">
22014 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22015 <row>
22016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 heading
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 12.6
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 0.68
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 -123.0
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 </lyxtabular>
22060
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 \begin_inset Float table
22073 placement h
22074 wide false
22075 sideways false
22076 status open
22077
22078 \begin_layout Plain Layout
22079 \begin_inset Caption Standard
22080
22081 \begin_layout Plain Layout
22082 \begin_inset CommandInset label
22083 LatexCommand label
22084 name "tab:Table-align-operator"
22085
22086 \end_inset
22087
22088 Table cells of a column aligned with the operators.
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \begin_layout Plain Layout
22097 \align center
22098 \begin_inset Tabular
22099 <lyxtabular version="3" rows="4" columns="2">
22100 <features booktabs="true" tabularvalignment="middle">
22101 <column alignment="right" valignment="top" width="0pt">
22102 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22103 <row>
22104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 heading
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 \begin_inset Formula $12\,+$
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 \begin_inset Formula $\,6$
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 </row>
22149 <row>
22150 <cell alignment="center" valignment="top" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 \begin_inset Formula $0\,-$
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 \begin_inset Formula $\,68$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row>
22176 <cell alignment="center" valignment="top" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 \begin_inset Formula $-123\,/$
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\,0$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 </lyxtabular>
22202
22203 \end_inset
22204
22205
22206 \end_layout
22207
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \begin_layout Standard
22214 For alignments at characters in formulas this method does not work because
22215  the field to specify the alignment character does not allow formulas.
22216  In this case one need to use the method from Table
22217 \begin_inset space ~
22218 \end_inset
22219
22220
22221 \begin_inset CommandInset ref
22222 LatexCommand ref
22223 reference "tab:Table-align-operator"
22224
22225 \end_inset
22226
22227 .
22228  This table was created with a 4×2 table.
22229  The heading is a centered multicolumn.
22230  The first column is right-aligned and contains the first part including
22231  the operator.
22232  The second column is left aligned and contains the rest.
22233  A small space was added at the beginning of each cell of the second column
22234  to get the space that is usually around operators.
22235  To omit the space that is normally between two table columns, the following
22236  \SpecialChar LaTeX
22237 -argument was used for the second column:
22238 \end_layout
22239
22240 \begin_layout Standard
22241
22242 \series bold
22243 @{}l
22244 \end_layout
22245
22246 \begin_layout Standard
22247 Table
22248 \begin_inset space ~
22249 \end_inset
22250
22251
22252 \begin_inset CommandInset ref
22253 LatexCommand ref
22254 reference "tab:Several-table-cell"
22255
22256 \end_inset
22257
22258  shows some example alignments.
22259  For the alignment with the relation sign, a small space was added like
22260  for the second column of Table
22261 \begin_inset space ~
22262 \end_inset
22263
22264
22265 \begin_inset CommandInset ref
22266 LatexCommand ref
22267 reference "tab:Table-align-operator"
22268
22269 \end_inset
22270
22271 .
22272 \end_layout
22273
22274 \begin_layout Standard
22275 \begin_inset Float table
22276 placement h
22277 wide false
22278 sideways false
22279 status open
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Caption Standard
22283
22284 \begin_layout Plain Layout
22285 \begin_inset CommandInset label
22286 LatexCommand label
22287 name "tab:Several-table-cell"
22288
22289 \end_inset
22290
22291 Several table cell alignments.
22292 \end_layout
22293
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \begin_layout Plain Layout
22300 \align center
22301 \begin_inset Tabular
22302 <lyxtabular version="3" rows="4" columns="6">
22303 <features tabularvalignment="middle">
22304 <column alignment="right" valignment="top">
22305 <column alignment="left" valignment="top" special="@{}l">
22306 <column alignment="right" valignment="top">
22307 <column alignment="left" valignment="top" special="@{}l">
22308 <column alignment="right" valignment="top">
22309 <column alignment="left" valignment="top" special="@{}l">
22310 <row>
22311 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 units
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 exponents
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 relations
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 </row>
22366 <row>
22367 <cell alignment="center" valignment="top" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 12×
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 24
22381 \begin_inset space \thinspace{}
22382 \end_inset
22383
22384 bottles
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 \begin_inset Formula $10\cdot$
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 \begin_inset Formula $10^{\mbox{-}17}$
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Formula $\Gamma(t)\propto$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Formula $\:\Upsilon(t)$
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 <row>
22439 <cell alignment="center" valignment="top" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 1024×
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 768
22453 \begin_inset space \thinspace{}
22454 \end_inset
22455
22456 Pixels
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 \begin_inset Formula $5.78\cdot$
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 \begin_inset Formula $10^{7}$
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $A\ne$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Formula $\:B_{\mathrm{red}}$
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 </row>
22510 <row>
22511 <cell alignment="center" valignment="top" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 32×
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 6
22525 \begin_inset space \thinspace{}
22526 \end_inset
22527
22528 cm
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 -
22538 \begin_inset Formula $33.5\cdot$
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $10^{4}$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 <cell alignment="center" valignment="top" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562 \begin_inset Formula $\sin(\alpha)\ge$
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 \begin_inset Formula $\:\sin(\beta)$
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 </lyxtabular>
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Subsection
22596 Customized Cell/Column Format
22597 \begin_inset CommandInset label
22598 LatexCommand label
22599 name "subsec:Customized-Format"
22600
22601 \end_inset
22602
22603
22604 \begin_inset Index idx
22605 status collapsed
22606
22607 \begin_layout Plain Layout
22608 Table Customization ! Cell/Column Format
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \begin_layout Standard
22617 Calculating the required width for normal columns as described in section
22618 \begin_inset space ~
22619 \end_inset
22620
22621
22622 \begin_inset CommandInset ref
22623 LatexCommand ref
22624 reference "sec:Table-Width-Calculation"
22625
22626 \end_inset
22627
22628  or for spanned columns as described in section
22629 \begin_inset space ~
22630 \end_inset
22631
22632
22633 \begin_inset CommandInset ref
22634 LatexCommand ref
22635 reference "subsec:Multicolumn-Calculations"
22636
22637 \end_inset
22638
22639  is very annoying if you have several tables where a calculation is necessary.
22640  To make life easier, you can define a cell/column format in the preamble,
22641  that can be used in all tables of the document.
22642  The format is defined with the command
22643 \end_layout
22644
22645 \begin_layout Standard
22646
22647 \series bold
22648
22649 \backslash
22650 newcolumntype{name of format}[number of arguments]{commands}
22651 \end_layout
22652
22653 \begin_layout Standard
22654 The format name may only consist of one letter.
22655  The letters 
22656 \emph on
22657 b
22658 \emph default
22659
22660 \emph on
22661 c
22662 \emph default
22663
22664 \emph on
22665 l
22666 \emph default
22667
22668 \emph on
22669 m
22670 \emph default
22671
22672 \emph on
22673 p
22674 \emph default
22675  and 
22676 \emph on
22677 r
22678 \emph default
22679  are predefined and cannot be used.
22680  But all letters are allowed as capitals.
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset VSpace medskip
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \begin_layout Standard
22691 For vertically and horizontally centered multicolumn cells with a fixed
22692  width you can define the cell format
22693 \end_layout
22694
22695 \begin_layout Standard
22696
22697 \series bold
22698
22699 \backslash
22700 newcolumntype{M}[1]{>{
22701 \backslash
22702 centering
22703 \backslash
22704 hspace{0pt}}m{#1}}
22705 \end_layout
22706
22707 \begin_layout Standard
22708 where 
22709 \series bold
22710
22711 \backslash
22712 hspace{0pt}
22713 \series default
22714  avoids the problem of hyphenating the first word, as described in section
22715 \begin_inset space ~
22716 \end_inset
22717
22718
22719 \begin_inset CommandInset ref
22720 LatexCommand ref
22721 reference "subsec:Multiple-Lines-in"
22722
22723 \end_inset
22724
22725 .
22726  Now you can simply enter
22727 \end_layout
22728
22729 \begin_layout Standard
22730
22731 \series bold
22732 M{width}
22733 \end_layout
22734
22735 \begin_layout Standard
22736 as 
22737 \family sans
22738 \SpecialChar LaTeX
22739 -argument
22740 \family default
22741  in the table dialog to create a multicolumn.
22742 \end_layout
22743
22744 \begin_layout Standard
22745 \begin_inset VSpace bigskip
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \begin_layout Standard
22752 For cells spanned by a multicolumn cell, you can define the format
22753 \end_layout
22754
22755 \begin_layout Standard
22756
22757 \series bold
22758
22759 \backslash
22760 newcolumntype{S}[2]{>{
22761 \backslash
22762 centering
22763 \backslash
22764 hspace{0pt}}
22765 \begin_inset Newline newline
22766 \end_inset
22767
22768
22769 \begin_inset Phantom HPhantom
22770 status open
22771
22772 \begin_layout Plain Layout
22773
22774 \series bold
22775
22776 \backslash
22777 newcolumntype
22778 \end_layout
22779
22780 \end_inset
22781
22782 m{(#1+(2
22783 \backslash
22784 tabcolsep+
22785 \backslash
22786 arrayrulewidth)*(1-#2))/#2}}
22787 \end_layout
22788
22789 \begin_layout Standard
22790 This format uses equation 
22791 \begin_inset CommandInset ref
22792 LatexCommand eqref
22793 reference "eq:Wgn"
22794
22795 \end_inset
22796
22797  to calculate the required width so that each spanned cell has the same
22798  width.
22799 \end_layout
22800
22801 \begin_layout Standard
22802 You can now enter
22803 \end_layout
22804
22805 \begin_layout Standard
22806
22807 \series bold
22808 S{width of multicolumn cell}{number of spanned columns}
22809 \end_layout
22810
22811 \begin_layout Standard
22812 as \SpecialChar LaTeX
22813 -argument of the column.
22814 \end_layout
22815
22816 \begin_layout Standard
22817 \begin_inset VSpace bigskip
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \begin_layout Standard
22824 For colored columns, you can define
22825 \end_layout
22826
22827 \begin_layout Standard
22828
22829 \series bold
22830
22831 \backslash
22832 newcolumntype{K}[1]{>{
22833 \backslash
22834 columncolor{#1}
22835 \backslash
22836 hspace{0pt}}c}
22837 \end_layout
22838
22839 \begin_layout Standard
22840 The 
22841 \begin_inset Quotes eld
22842 \end_inset
22843
22844 c
22845 \begin_inset Quotes erd
22846 \end_inset
22847
22848  at the end creates a column with a flexible width whose text is horizontally
22849  centered.
22850  You can now enter
22851 \end_layout
22852
22853 \begin_layout Standard
22854
22855 \series bold
22856 K{color name}
22857 \end_layout
22858
22859 \begin_layout Standard
22860 as \SpecialChar LaTeX
22861 -argument.
22862 \end_layout
22863
22864 \begin_layout Standard
22865 \begin_inset VSpace bigskip
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \begin_layout Standard
22872 To create Table
22873 \begin_inset space ~
22874 \end_inset
22875
22876
22877 \begin_inset CommandInset ref
22878 LatexCommand ref
22879 reference "tab:Table-using-user-defined"
22880
22881 \end_inset
22882
22883  use the \SpecialChar LaTeX
22884 -arguments
22885 \end_layout
22886
22887 \begin_layout Standard
22888
22889 \series bold
22890 M{2.5cm}
22891 \end_layout
22892
22893 \begin_layout Standard
22894 for the first column and the multicolumn,
22895 \end_layout
22896
22897 \begin_layout Standard
22898
22899 \series bold
22900 K{red}
22901 \end_layout
22902
22903 \begin_layout Standard
22904 for the last column, and
22905 \end_layout
22906
22907 \begin_layout Standard
22908
22909 \series bold
22910 S{2.5cm}{2}
22911 \end_layout
22912
22913 \begin_layout Standard
22914 for the cells in the second column.
22915 \end_layout
22916
22917 \begin_layout Standard
22918 \begin_inset Float table
22919 placement h
22920 wide false
22921 sideways false
22922 status open
22923
22924 \begin_layout Plain Layout
22925 \begin_inset Caption Standard
22926
22927 \begin_layout Plain Layout
22928 \begin_inset CommandInset label
22929 LatexCommand label
22930 name "tab:Table-using-user-defined"
22931
22932 \end_inset
22933
22934 Table using user-defined table formats
22935 \end_layout
22936
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \begin_layout Plain Layout
22943 \align center
22944 \begin_inset Tabular
22945 <lyxtabular version="3" rows="3" columns="4">
22946 <features tabularvalignment="middle">
22947 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22948 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22949 <column alignment="center" valignment="middle">
22950 <column alignment="center" valignment="middle" special="K{red}">
22951 <row>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 verylongtablecellword
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 multiple lines multicolumn
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 c
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 </row>
22989 <row>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 d
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 e
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 f
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 g
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 h
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 i
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050 j
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059 k
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 </row>
23065 </lyxtabular>
23066
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \begin_layout Subsection
23078 Line Thickness
23079 \begin_inset CommandInset label
23080 LatexCommand label
23081 name "subsec:Line-Thickness"
23082
23083 \end_inset
23084
23085
23086 \begin_inset Index idx
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090 Table Customization ! Line Thickness
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Standard
23099 The line thickness for all lines in a table can be adjusted with the length
23100  
23101 \series bold
23102
23103 \backslash
23104 arrayrulewidth
23105 \series default
23106 .
23107  To set for example a line thickness of 1.5
23108 \begin_inset space \thinspace{}
23109 \end_inset
23110
23111 pt, as in Table
23112 \begin_inset space ~
23113 \end_inset
23114
23115
23116 \begin_inset CommandInset ref
23117 LatexCommand ref
23118 reference "tab:Table-with-1.5"
23119
23120 \end_inset
23121
23122 , insert the command
23123 \end_layout
23124
23125 \begin_layout Standard
23126
23127 \series bold
23128
23129 \backslash
23130 setlength{
23131 \backslash
23132 arrayrulewidth}{1.5pt}
23133 \end_layout
23134
23135 \begin_layout Standard
23136 in \SpecialChar TeX
23137  Code before the table or table float.
23138  The changed thickness is valid for all subsequent tables.
23139  To use the default value again, set 
23140 \series bold
23141
23142 \backslash
23143 arrayrulewidth
23144 \series default
23145  to 0.4
23146 \begin_inset space \thinspace{}
23147 \end_inset
23148
23149 pt in \SpecialChar TeX
23150  Code after the table or table float.
23151 \end_layout
23152
23153 \begin_layout Standard
23154 \begin_inset ERT
23155 status collapsed
23156
23157 \begin_layout Plain Layout
23158
23159
23160 \backslash
23161 setlength{
23162 \backslash
23163 arrayrulewidth}{1.5pt}
23164 \end_layout
23165
23166 \end_inset
23167
23168
23169 \begin_inset Float table
23170 wide false
23171 sideways false
23172 status open
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Caption Standard
23176
23177 \begin_layout Plain Layout
23178 \begin_inset CommandInset label
23179 LatexCommand label
23180 name "tab:Table-with-1.5"
23181
23182 \end_inset
23183
23184 Table with 1.5
23185 \begin_inset space \thinspace{}
23186 \end_inset
23187
23188 pt thick lines
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \begin_layout Plain Layout
23197 \align center
23198 \begin_inset Tabular
23199 <lyxtabular version="3" rows="3" columns="3">
23200 <features tabularvalignment="middle">
23201 <column alignment="center" valignment="top">
23202 <column alignment="center" valignment="top">
23203 <column alignment="center" valignment="top">
23204 <row>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 sd
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 <row>
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" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 sd
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 <row>
23263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 sd
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 </row>
23291 </lyxtabular>
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \begin_inset ERT
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305
23306
23307 \backslash
23308 setlength{
23309 \backslash
23310 arrayrulewidth}{0.4pt}
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Standard
23319 \begin_inset VSpace bigskip
23320 \end_inset
23321
23322 To set the line thickness to 1.5
23323 \begin_inset space \thinspace{}
23324 \end_inset
23325
23326 pt only for horizontal lines, as in Table
23327 \begin_inset space ~
23328 \end_inset
23329
23330
23331 \begin_inset CommandInset ref
23332 LatexCommand ref
23333 reference "tab:Table-with-horizontal"
23334
23335 \end_inset
23336
23337 , insert these commands in \SpecialChar TeX
23338  Code before the table or table float:
23339 \end_layout
23340
23341 \begin_layout Standard
23342
23343 \series bold
23344
23345 \backslash
23346 let
23347 \backslash
23348 myHline
23349 \backslash
23350 hline
23351 \begin_inset Newline newline
23352 \end_inset
23353
23354
23355 \backslash
23356 renewcommand{
23357 \backslash
23358 hline}
23359 \begin_inset Newline newline
23360 \end_inset
23361
23362  {
23363 \backslash
23364 noalign{
23365 \backslash
23366 global
23367 \backslash
23368 arrayrulewidth 1.5pt}
23369 \begin_inset Newline newline
23370 \end_inset
23371
23372  
23373 \backslash
23374 myHline
23375 \backslash
23376 noalign{
23377 \backslash
23378 global
23379 \backslash
23380 arrayrulewidth 0.4pt}}
23381 \end_layout
23382
23383 \begin_layout Standard
23384 To return to the default line thickness, insert this command in \SpecialChar TeX
23385  Code after
23386  the table or table float:
23387 \end_layout
23388
23389 \begin_layout Standard
23390
23391 \series bold
23392
23393 \backslash
23394 renewcommand{
23395 \backslash
23396 hline}{
23397 \backslash
23398 myHline}
23399 \end_layout
23400
23401 \begin_layout Standard
23402 \begin_inset ERT
23403 status collapsed
23404
23405 \begin_layout Plain Layout
23406
23407
23408 \backslash
23409 let
23410 \backslash
23411 myHline
23412 \backslash
23413 hline
23414 \end_layout
23415
23416 \begin_layout Plain Layout
23417
23418
23419 \backslash
23420 renewcommand{
23421 \backslash
23422 hline}
23423 \end_layout
23424
23425 \begin_layout Plain Layout
23426
23427  {
23428 \backslash
23429 noalign{
23430 \backslash
23431 global
23432 \backslash
23433 arrayrulewidth 1.5pt}
23434 \end_layout
23435
23436 \begin_layout Plain Layout
23437
23438   
23439 \backslash
23440 myHline
23441 \backslash
23442 noalign{
23443 \backslash
23444 global
23445 \backslash
23446 arrayrulewidth 0.4pt}}
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \begin_inset Float table
23453 wide false
23454 sideways false
23455 status open
23456
23457 \begin_layout Plain Layout
23458 \begin_inset Caption Standard
23459
23460 \begin_layout Plain Layout
23461 \begin_inset CommandInset label
23462 LatexCommand label
23463 name "tab:Table-with-horizontal"
23464
23465 \end_inset
23466
23467 Table with 1.5
23468 \begin_inset space \thinspace{}
23469 \end_inset
23470
23471 pt thick horizontal lines
23472 \end_layout
23473
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \begin_layout Plain Layout
23480 \align center
23481 \begin_inset Tabular
23482 <lyxtabular version="3" rows="3" columns="3">
23483 <features tabularvalignment="middle">
23484 <column alignment="center" valignment="top">
23485 <column alignment="center" valignment="top">
23486 <column alignment="center" valignment="top">
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 sd
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 </row>
23516 <row>
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" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 sd
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 </row>
23545 <row>
23546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 sd
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 </row>
23574 </lyxtabular>
23575
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \begin_inset ERT
23585 status collapsed
23586
23587 \begin_layout Plain Layout
23588
23589
23590 \backslash
23591 renewcommand{
23592 \backslash
23593 hline}{
23594 \backslash
23595 myHline}
23596 \end_layout
23597
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \begin_layout Standard
23604 \begin_inset VSpace bigskip
23605 \end_inset
23606
23607 To set the line thickness to 1.5
23608 \begin_inset space \thinspace{}
23609 \end_inset
23610
23611 pt only for vertical lines, create the following column format in the document
23612  preamble, according to the description in section
23613 \begin_inset space ~
23614 \end_inset
23615
23616
23617 \begin_inset CommandInset ref
23618 LatexCommand ref
23619 reference "subsec:Customized-Format"
23620
23621 \end_inset
23622
23623 :
23624 \end_layout
23625
23626 \begin_layout Standard
23627
23628 \series bold
23629
23630 \backslash
23631 newcolumntype{V}{!{
23632 \backslash
23633 vrule width 1.5pt}}
23634 \end_layout
23635
23636 \begin_layout Standard
23637 For Table
23638 \begin_inset space ~
23639 \end_inset
23640
23641
23642 \begin_inset CommandInset ref
23643 LatexCommand ref
23644 reference "tab:Table-with-vertical"
23645
23646 \end_inset
23647
23648  the \SpecialChar LaTeX
23649 -argument
23650 \end_layout
23651
23652 \begin_layout Standard
23653
23654 \series bold
23655 VcV
23656 \end_layout
23657
23658 \begin_layout Standard
23659 was used for the last column and
23660 \end_layout
23661
23662 \begin_layout Standard
23663
23664 \series bold
23665 Vc
23666 \end_layout
23667
23668 \begin_layout Standard
23669 for the other columns.
23670 \end_layout
23671
23672 \begin_layout Standard
23673 \begin_inset Float table
23674 wide false
23675 sideways false
23676 status open
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Caption Standard
23680
23681 \begin_layout Plain Layout
23682 \begin_inset CommandInset label
23683 LatexCommand label
23684 name "tab:Table-with-vertical"
23685
23686 \end_inset
23687
23688 Table with 1.5
23689 \begin_inset space \thinspace{}
23690 \end_inset
23691
23692 pt thick vertical lines
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Plain Layout
23701 \align center
23702 \begin_inset Tabular
23703 <lyxtabular version="3" rows="3" columns="3">
23704 <features tabularvalignment="middle">
23705 <column alignment="center" valignment="top" special="Vc">
23706 <column alignment="center" valignment="top" special="Vc">
23707 <column alignment="center" valignment="top" special="VcV">
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 sd
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
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 sd
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 </row>
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 sd
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 </row>
23795 </lyxtabular>
23796
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \begin_layout Subsection
23808 Dashed Lines
23809 \begin_inset Index idx
23810 status collapsed
23811
23812 \begin_layout Plain Layout
23813 Table Customization ! Dashed Lines
23814 \end_layout
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Standard
23822 \begin_inset ERT
23823 status collapsed
23824
23825 \begin_layout Plain Layout
23826
23827
23828 \backslash
23829 ifarydshln
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \begin_inset Note Note
23836 status open
23837
23838 \begin_layout Plain Layout
23839 The following section will only be displayed when the \SpecialChar LaTeX
23840 -package 
23841 \series bold
23842 arydshln
23843 \series default
23844  is installed.
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 \begin_inset Float table
23854 placement H
23855 wide false
23856 sideways false
23857 status open
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Caption Standard
23861
23862 \begin_layout Plain Layout
23863 \begin_inset CommandInset label
23864 LatexCommand label
23865 name "tab:Table-with-dashed"
23866
23867 \end_inset
23868
23869 Table with dashed lines
23870 \end_layout
23871
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \begin_layout Plain Layout
23878 \align center
23879 \begin_inset Tabular
23880 <lyxtabular version="3" rows="5" columns="5">
23881 <features tabularvalignment="middle">
23882 <column alignment="center" valignment="top">
23883 <column alignment="center" valignment="top">
23884 <column alignment="center" valignment="top" special=":c">
23885 <column alignment="center" valignment="top">
23886 <column alignment="center" valignment="top">
23887 <row>
23888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892 a
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 b
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 c
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 d
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 e
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 f
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 g
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 h
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 i
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975 j
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 </row>
23981 <row>
23982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 \begin_inset ERT
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990
23991
23992 \backslash
23993 hdashline 
23994 \end_layout
23995
23996 \end_inset
23997
23998 k
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 l
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 m
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 n
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 o
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 </row>
24040 <row>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045 \begin_inset ERT
24046 status collapsed
24047
24048 \begin_layout Plain Layout
24049
24050
24051 \backslash
24052 cdashline{4-5}
24053 \end_layout
24054
24055 \end_inset
24056
24057 p
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 q
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 r
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 s
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 <row>
24100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 t
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 u
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 v
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 w
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 x
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 </row>
24146 </lyxtabular>
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 \SpecialChar LyX
24160  does not natively support dashed lines, so you have to use \SpecialChar TeX
24161  Code.
24162  As a prerequisite the \SpecialChar LaTeX
24163  package 
24164 \series bold
24165 arydshln
24166 \series default
24167
24168 \begin_inset Index idx
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172 \SpecialChar LaTeX
24173 -packages ! arydshln
24174 \end_layout
24175
24176 \end_inset
24177
24178  must be loaded in the document preamble with the command
24179 \end_layout
24180
24181 \begin_layout Standard
24182
24183 \series bold
24184
24185 \backslash
24186 usepackage{arydshln}
24187 \end_layout
24188
24189 \begin_layout Standard
24190 To make a vertical line dashed, enter the colon 
24191 \begin_inset Quotes eld
24192 \end_inset
24193
24194 :
24195 \begin_inset Quotes erd
24196 \end_inset
24197
24198  together with the character for the horizontal alignment as \SpecialChar LaTeX
24199  argument in
24200  the table cell dialog.
24201 \end_layout
24202
24203 \begin_layout Standard
24204 For a horizontal dashed line add the command
24205 \end_layout
24206
24207 \begin_layout Standard
24208
24209 \series bold
24210
24211 \backslash
24212 hdashline
24213 \end_layout
24214
24215 \begin_layout Standard
24216 in \SpecialChar TeX
24217  Code as first element of the first cell in the table row.
24218 \end_layout
24219
24220 \begin_layout Standard
24221 For dashed multicolumn lines use the command
24222 \end_layout
24223
24224 \begin_layout Standard
24225
24226 \series bold
24227
24228 \backslash
24229 cdashline{line number
24230 \series default
24231 }
24232 \end_layout
24233
24234 \begin_layout Standard
24235 in \SpecialChar TeX
24236  Code as the first element of the first cell in the table row.
24237  If you have for example a multicolumn spanning columns 2 to 4 and you want
24238  to have a dashed line above, add the command
24239 \end_layout
24240
24241 \begin_layout Standard
24242
24243 \series bold
24244
24245 \backslash
24246 cdashline{2-4}
24247 \end_layout
24248
24249 \begin_layout Standard
24250 as the first element of the first cell in the row of the multicolumn.
24251 \end_layout
24252
24253 \begin_layout Standard
24254 \begin_inset VSpace bigskip
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 Table
24262 \begin_inset space ~
24263 \end_inset
24264
24265
24266 \begin_inset CommandInset ref
24267 LatexCommand ref
24268 reference "tab:Table-with-dashed"
24269
24270 \end_inset
24271
24272  was created using 
24273 \begin_inset Quotes eld
24274 \end_inset
24275
24276
24277 \series bold
24278 :c
24279 \series default
24280
24281 \begin_inset Quotes erd
24282 \end_inset
24283
24284  as \SpecialChar LaTeX
24285  argument of the third column.
24286  The \SpecialChar TeX
24287  Code command 
24288 \series bold
24289
24290 \backslash
24291 hdashline
24292 \series default
24293  was inserted in the first cell of the third row and the \SpecialChar TeX
24294  Code command
24295 \begin_inset Newline newline
24296 \end_inset
24297
24298  
24299 \series bold
24300
24301 \backslash
24302 cdashline{4-5}
24303 \series default
24304  was inserted in the first cell of the fourth row.
24305 \end_layout
24306
24307 \begin_layout Standard
24308 \begin_inset VSpace bigskip
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \begin_layout Standard
24315 Tables with dashed lines can also be colored as shown by Table
24316 \begin_inset space ~
24317 \end_inset
24318
24319
24320 \begin_inset CommandInset ref
24321 LatexCommand ref
24322 reference "tab:Colored-table-with"
24323
24324 \end_inset
24325
24326 .
24327 \end_layout
24328
24329 \begin_layout Standard
24330 \begin_inset ERT
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334
24335
24336 \backslash
24337 setlength{
24338 \backslash
24339 arrayrulewidth}{1pt}
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \begin_inset Note Note
24346 status collapsed
24347
24348 \begin_layout Plain Layout
24349 thicker lines for better visualization of the line color
24350 \end_layout
24351
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \begin_layout Standard
24358 \begin_inset ERT
24359 status collapsed
24360
24361 \begin_layout Plain Layout
24362
24363
24364 \backslash
24365 dashgapcolor{green}
24366 \end_layout
24367
24368 \end_inset
24369
24370
24371 \begin_inset Note Note
24372 status collapsed
24373
24374 \begin_layout Plain Layout
24375 color gaps between dashes green
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset ERT
24385 status collapsed
24386
24387 \begin_layout Plain Layout
24388
24389
24390 \backslash
24391 let
24392 \backslash
24393 myHdashline
24394 \backslash
24395 hdashline
24396 \end_layout
24397
24398 \begin_layout Plain Layout
24399
24400
24401 \backslash
24402 renewcommand{
24403 \backslash
24404 hdashline}
24405 \end_layout
24406
24407 \begin_layout Plain Layout
24408
24409  {
24410 \backslash
24411 arrayrulecolor{red}
24412 \backslash
24413 myHdashline
24414 \backslash
24415 arrayrulecolor{black}}
24416 \end_layout
24417
24418 \end_inset
24419
24420
24421 \begin_inset Note Note
24422 status collapsed
24423
24424 \begin_layout Plain Layout
24425 color horizontal, dashed lines red
24426 \end_layout
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \begin_layout Standard
24434 \begin_inset ERT
24435 status collapsed
24436
24437 \begin_layout Plain Layout
24438
24439
24440 \backslash
24441 let
24442 \backslash
24443 myCdashline
24444 \backslash
24445 cdashline
24446 \end_layout
24447
24448 \begin_layout Plain Layout
24449
24450
24451 \backslash
24452 renewcommand{
24453 \backslash
24454 cdashline}[1]
24455 \end_layout
24456
24457 \begin_layout Plain Layout
24458
24459  {
24460 \backslash
24461 arrayrulecolor{yellow}
24462 \backslash
24463 myCdashline{#1}
24464 \backslash
24465 arrayrulecolor{black}}
24466 \end_layout
24467
24468 \end_inset
24469
24470
24471 \begin_inset Note Note
24472 status collapsed
24473
24474 \begin_layout Plain Layout
24475 color partial horizontal, dashed lines yellow
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \begin_layout Standard
24484 \begin_inset Float table
24485 placement h
24486 wide false
24487 sideways false
24488 status open
24489
24490 \begin_layout Plain Layout
24491 \begin_inset Caption Standard
24492
24493 \begin_layout Plain Layout
24494 \begin_inset CommandInset label
24495 LatexCommand label
24496 name "tab:Colored-table-with"
24497
24498 \end_inset
24499
24500 Colored table with dashed lines
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Plain Layout
24509 \align center
24510 \begin_inset Tabular
24511 <lyxtabular version="3" rows="5" columns="5">
24512 <features tabularvalignment="middle">
24513 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24514 <column alignment="center" valignment="top" width="0pt">
24515 <column alignment="center" valignment="top" width="0pt" special=":c">
24516 <column alignment="center" valignment="top">
24517 <column alignment="center" valignment="top">
24518 <row>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 a
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 b
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 c
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550 d
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559 e
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 </row>
24565 <row>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 f
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 g
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 h
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597 i
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606 j
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 </row>
24612 <row>
24613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617 \begin_inset ERT
24618 status collapsed
24619
24620 \begin_layout Plain Layout
24621
24622
24623 \backslash
24624 hdashline 
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \begin_inset ERT
24631 status collapsed
24632
24633 \begin_layout Plain Layout
24634
24635
24636 \backslash
24637 rowcolor{Gray}
24638 \end_layout
24639
24640 \end_inset
24641
24642 k
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 l
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 <cell alignment="center" valignment="top" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660 m
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 n
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Plain Layout
24678 o
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 </row>
24684 <row>
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 \begin_inset ERT
24690 status collapsed
24691
24692 \begin_layout Plain Layout
24693
24694
24695 \backslash
24696 cdashline{4-5}
24697 \end_layout
24698
24699 \end_inset
24700
24701 p
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710 q
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719 r
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728 s
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 </row>
24743 <row>
24744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748 t
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 u
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 v
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775 w
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784 \begin_inset ERT
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788
24789
24790 \backslash
24791 cellcolor{Maroon}
24792 \end_layout
24793
24794 \end_inset
24795
24796 i
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 </lyxtabular>
24803
24804 \end_inset
24805
24806
24807 \end_layout
24808
24809 \end_inset
24810
24811
24812 \end_layout
24813
24814 \begin_layout Standard
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820
24821 \backslash
24822 renewcommand{
24823 \backslash
24824 hdashline}{
24825 \backslash
24826 myHdashline}
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \begin_inset Note Note
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 reset to default
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 \begin_inset ERT
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849
24850
24851 \backslash
24852 renewcommand{
24853 \backslash
24854 cdashline}{
24855 \backslash
24856 myCdashline}
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \begin_inset Note Note
24863 status collapsed
24864
24865 \begin_layout Plain Layout
24866 reset to default
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \begin_layout Standard
24875 \begin_inset ERT
24876 status collapsed
24877
24878 \begin_layout Plain Layout
24879
24880
24881 \backslash
24882 nodashgapcolor
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \begin_inset Note Note
24889 status collapsed
24890
24891 \begin_layout Plain Layout
24892 reset to default
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \begin_layout Standard
24901 \begin_inset ERT
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905
24906
24907 \backslash
24908 setlength{
24909 \backslash
24910 arrayrulewidth}{0.4pt}
24911 \end_layout
24912
24913 \end_inset
24914
24915
24916 \begin_inset Note Note
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920 reset to default
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929 The coloring of lines, columns and lines works as decribed in section
24930 \begin_inset space ~
24931 \end_inset
24932
24933
24934 \begin_inset CommandInset ref
24935 LatexCommand ref
24936 reference "sec:Colored-Tables"
24937
24938 \end_inset
24939
24940 .
24941  Coloring horizontal lines works analogically as described there as well,
24942  one only needs to replace in the commands 
24943 \series bold
24944
24945 \backslash
24946 myHlineC
24947 \series default
24948  by 
24949 \series bold
24950
24951 \backslash
24952 myHdashline
24953 \series default
24954  and 
24955 \backslash
24956
24957 \series bold
24958 hline
24959 \series default
24960  by 
24961 \series bold
24962
24963 \backslash
24964 hdashline
24965 \series default
24966 ; so one uses the command
24967 \end_layout
24968
24969 \begin_layout Standard
24970
24971 \series bold
24972
24973 \backslash
24974 let
24975 \backslash
24976 myHdashline
24977 \backslash
24978 hdashline
24979 \begin_inset Newline newline
24980 \end_inset
24981
24982
24983 \backslash
24984 renewcommand{
24985 \backslash
24986 hdashline}
24987 \begin_inset Newline newline
24988 \end_inset
24989
24990
24991 \begin_inset Phantom HPhantom
24992 status open
24993
24994 \begin_layout Plain Layout
24995 \begin_inset space ~
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \end_inset
25002
25003 {
25004 \backslash
25005 arrayrulecolor{red}
25006 \backslash
25007 myHdashline
25008 \backslash
25009 arrayrulecolor{black}}
25010 \end_layout
25011
25012 \begin_layout Standard
25013 To color 
25014 \series bold
25015
25016 \backslash
25017 cdashline
25018 \series default
25019 , the command is
25020 \end_layout
25021
25022 \begin_layout Standard
25023
25024 \series bold
25025
25026 \backslash
25027 let
25028 \backslash
25029 myCdashline
25030 \backslash
25031 cdashline
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035
25036 \backslash
25037 renewcommand{
25038 \backslash
25039 cdashline}[1]
25040 \begin_inset Newline newline
25041 \end_inset
25042
25043
25044 \begin_inset Phantom HPhantom
25045 status open
25046
25047 \begin_layout Plain Layout
25048 \begin_inset space ~
25049 \end_inset
25050
25051
25052 \end_layout
25053
25054 \end_inset
25055
25056 {
25057 \backslash
25058 arrayrulecolor{red}
25059 \backslash
25060 myCdashline{#1}
25061 \backslash
25062 arrayrulecolor{black}}
25063 \end_layout
25064
25065 \begin_layout Standard
25066 To get back the black line color, one needs to insert the following commands
25067  as \SpecialChar TeX
25068  Code behind the table:
25069 \end_layout
25070
25071 \begin_layout Standard
25072 For 
25073 \series bold
25074
25075 \backslash
25076 hdashline
25077 \end_layout
25078
25079 \begin_layout Standard
25080
25081 \series bold
25082
25083 \backslash
25084 renewcommand{
25085 \backslash
25086 hdashline}{
25087 \backslash
25088 myHdashline}
25089 \end_layout
25090
25091 \begin_layout Standard
25092 and for 
25093 \series bold
25094
25095 \backslash
25096 cdashline
25097 \end_layout
25098
25099 \begin_layout Standard
25100
25101 \series bold
25102
25103 \backslash
25104 renewcommand{
25105 \backslash
25106 cdashline}{
25107 \backslash
25108 myCdashline}
25109 \end_layout
25110
25111 \begin_layout Standard
25112 To color the gaps between the dashes the command
25113 \end_layout
25114
25115 \begin_layout Standard
25116
25117 \series bold
25118
25119 \backslash
25120 dashgapcolor{color}
25121 \end_layout
25122
25123 \begin_layout Standard
25124 can be used in front of a table as \SpecialChar TeX
25125  Code.
25126  color is hereby the name of a defined color.
25127  The command
25128 \end_layout
25129
25130 \begin_layout Standard
25131
25132 \series bold
25133
25134 \backslash
25135 nodashgapcolor
25136 \end_layout
25137
25138 \begin_layout Standard
25139 unsets the changes made by 
25140 \series bold
25141
25142 \backslash
25143 dashgapcolor
25144 \series default
25145 .
25146 \end_layout
25147
25148 \begin_layout Standard
25149 \begin_inset Note Greyedout
25150 status open
25151
25152 \begin_layout Plain Layout
25153
25154 \series bold
25155 \color none
25156 Note
25157 \series default
25158 : If there are multiple commands in a cell, the command of 
25159 \series bold
25160 arydshln
25161 \series default
25162  needs to be the first one in the cell.
25163  Therefore in cell 
25164 \emph on
25165 k
25166 \emph default
25167  of Table
25168 \begin_inset space ~
25169 \end_inset
25170
25171
25172 \begin_inset CommandInset ref
25173 LatexCommand ref
25174 reference "tab:Colored-table-with"
25175
25176 \end_inset
25177
25178  the command 
25179 \series bold
25180
25181 \backslash
25182 hdashline
25183 \series default
25184  is before 
25185 \series bold
25186
25187 \backslash
25188 rowcolor
25189 \series default
25190 .
25191 \end_layout
25192
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \begin_layout Standard
25199 \begin_inset Note Greyedout
25200 status open
25201
25202 \begin_layout Plain Layout
25203
25204 \series bold
25205 \color none
25206 Note:
25207 \series default
25208  The \SpecialChar LaTeX
25209 -package 
25210 \series bold
25211 arydshln
25212 \series default
25213  must be loaded in the document preamble before the \SpecialChar LaTeX
25214 -package 
25215 \series bold
25216 colortbl
25217 \series default
25218
25219 \begin_inset Index idx
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223 \SpecialChar LaTeX
25224 -packages ! colortbl
25225 \end_layout
25226
25227 \end_inset
25228
25229 .
25230 \end_layout
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Standard
25238 \begin_inset ERT
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242
25243
25244 \backslash
25245 else
25246 \end_layout
25247
25248 \end_inset
25249
25250
25251 \begin_inset Note Note
25252 status open
25253
25254 \begin_layout Plain Layout
25255 The following will be displayed when the \SpecialChar LaTeX
25256 -package 
25257 \series bold
25258 arydshln
25259 \series default
25260  is not installed:
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \begin_layout Standard
25269 You need to install the package 
25270 \series bold
25271 arydshln
25272 \series default
25273  to see the content of this section in the output.
25274 \end_layout
25275
25276 \begin_layout Standard
25277 \begin_inset ERT
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281
25282
25283 \backslash
25284 fi
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \end_layout
25291
25292 \begin_layout Standard
25293 For more information about dashed lines see the documentation of 
25294 \series bold
25295 arydshln
25296 \series default
25297
25298 \begin_inset CommandInset citation
25299 LatexCommand cite
25300 key "arydshln"
25301 literal "true"
25302
25303 \end_inset
25304
25305 .
25306 \end_layout
25307
25308 \begin_layout Chapter
25309 Floats
25310 \begin_inset CommandInset label
25311 LatexCommand label
25312 name "chap:Floats"
25313
25314 \end_inset
25315
25316
25317 \begin_inset Index idx
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321 Floats
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \begin_layout Section
25330 Introduction
25331 \begin_inset CommandInset label
25332 LatexCommand label
25333 name "sec:FloatIntroduction"
25334
25335 \end_inset
25336
25337
25338 \begin_inset Index idx
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 Floats ! Introduction
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Standard
25351 A float is a block of text associated with some sort of label, which doesn't
25352  have a fixed location.
25353  It can 
25354 \begin_inset Quotes eld
25355 \end_inset
25356
25357 float
25358 \begin_inset Quotes erd
25359 \end_inset
25360
25361  forward or backward a page or two, to wherever it fits best.
25362  
25363 \family sans
25364 Footnotes
25365 \family default
25366  and 
25367 \family sans
25368 Margin
25369 \begin_inset space ~
25370 \end_inset
25371
25372 Notes
25373 \family default
25374  are also floats because they can float to the next page when there are
25375  too many notes on the page.
25376 \end_layout
25377
25378 \begin_layout Standard
25379 Floats allow a high quality layout.
25380  Images and tables can be spread evenly among the pages to avoid white space
25381  and pages without text.
25382  As the floating often destroys the context between the text and the image/table
25383 , every float can be referenced in the text.
25384  Floats are therefore numbered.
25385  Referencing is described in section
25386 \begin_inset space ~
25387 \end_inset
25388
25389
25390 \begin_inset CommandInset ref
25391 LatexCommand ref
25392 reference "sec:Referencing-Floats"
25393
25394 \end_inset
25395
25396 .
25397 \end_layout
25398
25399 \begin_layout Standard
25400 To insert a float, use the menu 
25401 \family sans
25402 Insert\SpecialChar menuseparator
25403 Float
25404 \family default
25405  (toolbar button 
25406 \begin_inset Info
25407 type  "icon"
25408 arg   "float-insert figure"
25409 \end_inset
25410
25411  or 
25412 \begin_inset Info
25413 type  "icon"
25414 arg   "float-insert table"
25415 \end_inset
25416
25417 ).
25418  This inserts the 
25419 \family sans
25420 Caption
25421 \family default
25422  inset, a box with a label.
25423  The label will automatically be translated to the document language in
25424  the output.
25425  After the label you can insert the caption text.
25426  The image or table is inserted above or below the caption in a separate
25427  paragraph within the float.
25428  More about the caption placement is contained in section
25429 \begin_inset space ~
25430 \end_inset
25431
25432
25433 \begin_inset CommandInset ref
25434 LatexCommand ref
25435 reference "sec:Caption-Placement"
25436
25437 \end_inset
25438
25439 .
25440  To keep your \SpecialChar LyX
25441  document readable, you can open and close the float box by
25442  left-clicking on the box label.
25443  A closed float box looks like this: 
25444 \begin_inset Graphics
25445         filename clipart/float.png
25446         scale 95
25447         scaleBeforeRotation
25448
25449 \end_inset
25450
25451  – a gray button with a red label.
25452 \end_layout
25453
25454 \begin_layout Standard
25455 It is recommended that you insert floats as separate standard paragraphs
25456  to avoid possible \SpecialChar LaTeX
25457 -errors that can occur when the surrounding text is specially
25458  formatted.
25459 \end_layout
25460
25461 \begin_layout Standard
25462 Existing figures or tables can be put into a float by highlighting them
25463  and then pressing the corresponding toolbar button for a new float.
25464 \end_layout
25465
25466 \begin_layout Section
25467 Float Types
25468 \end_layout
25469
25470 \begin_layout Standard
25471 Besides figure and table floats that are described in sections
25472 \begin_inset space ~
25473 \end_inset
25474
25475
25476 \begin_inset CommandInset ref
25477 LatexCommand ref
25478 reference "sec:Figure-Floats"
25479
25480 \end_inset
25481
25482  and 
25483 \begin_inset CommandInset ref
25484 LatexCommand ref
25485 reference "sec:Table-Floats"
25486
25487 \end_inset
25488
25489  respectively, \SpecialChar LyX
25490  offers the float types 
25491 \family sans
25492 Algorithm
25493 \family default
25494  and 
25495 \family sans
25496 Wrap
25497 \family default
25498 .
25499  The latter are explained in sec.
25500 \begin_inset space \thinspace{}
25501 \end_inset
25502
25503
25504 \begin_inset CommandInset ref
25505 LatexCommand ref
25506 reference "sec:Wrap-Floats"
25507
25508 \end_inset
25509
25510 .
25511 \end_layout
25512
25513 \begin_layout Subsection
25514 Algorithm Floats
25515 \begin_inset Index idx
25516 status collapsed
25517
25518 \begin_layout Plain Layout
25519 Floats ! Algorithms
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \begin_layout Standard
25528 \begin_inset Float algorithm
25529 placement h
25530 wide false
25531 sideways false
25532 status open
25533
25534 \begin_layout Plain Layout
25535 \begin_inset Caption Standard
25536
25537 \begin_layout Plain Layout
25538 \begin_inset CommandInset label
25539 LatexCommand label
25540 name "alg:Example-Algorithm-float"
25541
25542 \end_inset
25543
25544 Example Algorithm float
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout LyX-Code
25553 for I in 1..N loop
25554 \begin_inset Newline newline
25555 \end_inset
25556
25557  Sum:= Sum + A(I); /*comment*/
25558 \begin_inset Newline newline
25559 \end_inset
25560
25561 end loop
25562 \begin_inset VSpace -4mm
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Standard
25574 This float type is inserted with the menu 
25575 \family sans
25576 Insert\SpecialChar menuseparator
25577 Float\SpecialChar menuseparator
25578 Algorithm
25579 \family default
25580 .
25581  It is used for program codes and descriptions of algorithms and can be
25582  seen as an alternative to program code listings that are explained in chapter
25583 \begin_inset space ~
25584 \end_inset
25585
25586
25587 \begin_inset CommandInset ref
25588 LatexCommand ref
25589 reference "cha:Program-Code-Listings"
25590
25591 \end_inset
25592
25593 .
25594  A possible environment for algorithms is the 
25595 \family sans
25596 \SpecialChar LyX
25597  Code
25598 \family default
25599 , described in \SpecialChar LyX
25600 's 
25601 \emph on
25602 Userguide
25603 \emph default
25604 .
25605  Algorithm
25606 \begin_inset space ~
25607 \end_inset
25608
25609
25610 \begin_inset CommandInset ref
25611 LatexCommand ref
25612 reference "alg:Example-Algorithm-float"
25613
25614 \end_inset
25615
25616  is an example of an algorithm float where -4
25617 \begin_inset space \thinspace{}
25618 \end_inset
25619
25620 mm vertical space was added at the end of the float to have the bottom rule
25621  exactly below the last text line.
25622 \end_layout
25623
25624 \begin_layout Standard
25625 The float label is not automatically translated into the document language.
25626  If your document is not in English, you have to do this manually by adding
25627  the following line to the document preamble
25628 \series bold
25629 :
25630 \end_layout
25631
25632 \begin_layout Standard
25633
25634 \series bold
25635
25636 \backslash
25637 floatname{algorithm}{your
25638 \begin_inset space ~
25639 \end_inset
25640
25641 name}
25642 \end_layout
25643
25644 \begin_layout Standard
25645 where 
25646 \family sans
25647 your
25648 \begin_inset space ~
25649 \end_inset
25650
25651 name
25652 \family default
25653  is the word 
25654 \begin_inset Quotes eld
25655 \end_inset
25656
25657
25658 \emph on
25659 algorithm
25660 \emph default
25661
25662 \begin_inset Quotes erd
25663 \end_inset
25664
25665  in your language.
25666 \end_layout
25667
25668 \begin_layout Standard
25669 To insert the list of algorithms you can use the menu 
25670 \family sans
25671 Insert\SpecialChar menuseparator
25672 List
25673 \begin_inset space \thinspace{}
25674 \end_inset
25675
25676 /
25677 \begin_inset space \thinspace{}
25678 \end_inset
25679
25680 TOC\SpecialChar menuseparator
25681 List of Algorithms
25682 \family default
25683  when your document has the same language as \SpecialChar LyX
25684 's menu names.
25685  In other cases use this command in \SpecialChar TeX
25686  Code instead:
25687 \end_layout
25688
25689 \begin_layout Standard
25690
25691 \series bold
25692
25693 \backslash
25694 listof{algorithm}{your
25695 \begin_inset space ~
25696 \end_inset
25697
25698 name}
25699 \end_layout
25700
25701 \begin_layout Standard
25702 where 
25703 \family sans
25704 your
25705 \begin_inset space ~
25706 \end_inset
25707
25708 name
25709 \family default
25710  is the word 
25711 \begin_inset Quotes eld
25712 \end_inset
25713
25714
25715 \emph on
25716 List of Algorithm
25717 \emph default
25718 s
25719 \begin_inset Quotes erd
25720 \end_inset
25721
25722  in your language.
25723 \end_layout
25724
25725 \begin_layout Standard
25726 Algorithm floats are not by default numbered in the scheme 
25727 \begin_inset Quotes eld
25728 \end_inset
25729
25730 chapter.algorithm
25731 \begin_inset Quotes erd
25732 \end_inset
25733
25734  as is the case for table and figure floats in many document-classes.
25735  To number algorithm floats in the same scheme, add this command to your
25736  document preamble:
25737 \end_layout
25738
25739 \begin_layout Standard
25740
25741 \series bold
25742
25743 \backslash
25744 numberwithin{algorithm}{chapter}
25745 \end_layout
25746
25747 \begin_layout Standard
25748 To be able to use the command 
25749 \series bold
25750
25751 \backslash
25752 numberwithin
25753 \series default
25754 , set in the tab 
25755 \family sans
25756 Math
25757 \begin_inset space ~
25758 \end_inset
25759
25760 Options
25761 \family default
25762  in the document settings the option 
25763 \family sans
25764 Use
25765 \begin_inset space ~
25766 \end_inset
25767
25768 AMS
25769 \begin_inset space ~
25770 \end_inset
25771
25772 math
25773 \begin_inset space ~
25774 \end_inset
25775
25776 package
25777 \family default
25778 .
25779 \end_layout
25780
25781 \begin_layout Section
25782 Float Numbering
25783 \begin_inset Index idx
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787 Floats ! Numbering
25788 \end_layout
25789
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \begin_layout Standard
25796 Floats are usually numbered either independently from the sections the floats
25797  are in, or in the scheme 
25798 \begin_inset Quotes eld
25799 \end_inset
25800
25801 chapter.number
25802 \begin_inset Quotes erd
25803 \end_inset
25804
25805  or 
25806 \begin_inset Quotes eld
25807 \end_inset
25808
25809 section.number
25810 \begin_inset Quotes erd
25811 \end_inset
25812
25813 .
25814  This depends on the document class used.
25815 \end_layout
25816
25817 \begin_layout Standard
25818 To change section-independent numbering, you can use this command in the
25819  document preamble:
25820 \end_layout
25821
25822 \begin_layout Standard
25823
25824 \series bold
25825
25826 \backslash
25827 renewcommand{
25828 \backslash
25829 thetable}{
25830 \backslash
25831 roman{table}}
25832 \end_layout
25833
25834 \begin_layout Standard
25835
25836 \series bold
25837
25838 \backslash
25839 thetable
25840 \series default
25841  is the command that prints the table number.
25842  For figure floats, the command would be 
25843 \series bold
25844
25845 \backslash
25846 thefigure
25847 \series default
25848 .
25849  
25850 \series bold
25851
25852 \backslash
25853 roman
25854 \series default
25855  in the command above prints the table number as a small roman number.
25856 \end_layout
25857
25858 \begin_layout Standard
25859 To change the numbering scheme for example to 
25860 \begin_inset Quotes eld
25861 \end_inset
25862
25863 subsection.number
25864 \begin_inset Quotes erd
25865 \end_inset
25866
25867 , use this command in the preamble:
25868 \end_layout
25869
25870 \begin_layout Standard
25871
25872 \series bold
25873
25874 \backslash
25875 numberwithin{table}{subsection}
25876 \end_layout
25877
25878 \begin_layout Standard
25879 To be able to use the command 
25880 \series bold
25881
25882 \backslash
25883 numberwithin
25884 \series default
25885 , set in the tab 
25886 \family sans
25887 Math
25888 \begin_inset space ~
25889 \end_inset
25890
25891 Options
25892 \family default
25893  in the document settings the option 
25894 \family sans
25895 Use
25896 \begin_inset space ~
25897 \end_inset
25898
25899 AMS
25900 \begin_inset space ~
25901 \end_inset
25902
25903 math
25904 \begin_inset space ~
25905 \end_inset
25906
25907 package
25908 \family default
25909 .
25910 \end_layout
25911
25912 \begin_layout Standard
25913 Please also have a look at section
25914 \begin_inset space ~
25915 \end_inset
25916
25917
25918 \begin_inset CommandInset ref
25919 LatexCommand ref
25920 reference "subsec:Footnote-Numbering"
25921
25922 \end_inset
25923
25924  for the details and important notes about the numbering commands.
25925 \end_layout
25926
25927 \begin_layout Section
25928 Referencing Floats
25929 \begin_inset CommandInset label
25930 LatexCommand label
25931 name "sec:Referencing-Floats"
25932
25933 \end_inset
25934
25935
25936 \begin_inset Index idx
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940 Floats ! References
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \begin_inset Index idx
25947 status collapsed
25948
25949 \begin_layout Plain Layout
25950 References ! to Floats
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \begin_layout Standard
25959 To reference a float, insert a label into its caption using the menu 
25960 \family sans
25961 Insert\SpecialChar menuseparator
25962 Label
25963 \family default
25964  or the toolbar button 
25965 \begin_inset Info
25966 type  "icon"
25967 arg   "label-insert"
25968 \end_inset
25969
25970 .
25971  A grey label box like this one: 
25972 \begin_inset Graphics
25973         filename clipart/label.png
25974         scaleBeforeRotation
25975
25976 \end_inset
25977
25978  will be inserted and the label window pops up asking for the label text.
25979  \SpecialChar LyX
25980  offers as text the first words of the caption with a prefix.
25981  The prefix depends on the float type, e.
25982 \begin_inset space \thinspace{}
25983 \end_inset
25984
25985 g.
25986 \begin_inset space \space{}
25987 \end_inset
25988
25989 for figure floats the prefix will be "
25990 \family sans
25991 fig:
25992 \family default
25993 ".
25994 \end_layout
25995
25996 \begin_layout Standard
25997 The label is used as anchor and name for the reference.
25998  You can refer to the label using the menu 
25999 \family sans
26000 Insert\SpecialChar menuseparator
26001 Cross-reference
26002 \family default
26003  or the toolbar button 
26004 \begin_inset Info
26005 type  "icon"
26006 arg   "dialog-show-new-inset ref"
26007 \end_inset
26008
26009 .
26010  The cross-reference window appears showing all labels of the document.
26011  If you have multiple \SpecialChar LyX
26012  documents opened, choose the one you are working
26013  on from the drop-list at the top of the dialog.
26014  You can now sort the labels alphabetically and then choose one.
26015  A grey cross-reference box like this one: 
26016 \begin_inset Graphics
26017         filename clipart/reference.png
26018         scaleBeforeRotation
26019
26020 \end_inset
26021
26022  will be inserted.
26023  At the position of the cross-reference box the float number will appear
26024  in the output.
26025 \end_layout
26026
26027 \begin_layout Standard
26028 It is recommended that you use a protected space between the cross-reference
26029  name and its number to avoid line breaks between them.
26030  If a cross-reference refers to a non-existing label, you will see two question
26031  marks in the output instead of the reference.
26032 \end_layout
26033
26034 \begin_layout Standard
26035 You can change labels at any time by clicking on the label box.
26036  References to the changed label will automatically update their links to
26037  the new label text.
26038 \end_layout
26039
26040 \begin_layout Standard
26041 The button 
26042 \family sans
26043 Go
26044 \begin_inset space ~
26045 \end_inset
26046
26047 to
26048 \begin_inset space ~
26049 \end_inset
26050
26051 Label
26052 \family default
26053  in the cross-reference window sets the cursor before the referred label.
26054  The button text changes then to Go
26055 \begin_inset space ~
26056 \end_inset
26057
26058 Back and you can use it to set the cursor back to the cross-reference.
26059 \end_layout
26060
26061 \begin_layout Subsection
26062 Cross-Reference Formats
26063 \begin_inset CommandInset label
26064 LatexCommand label
26065 name "subsec:Cross-Reference-Formats"
26066
26067 \end_inset
26068
26069
26070 \begin_inset Index idx
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074 References ! Formats
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \begin_layout Standard
26083 There are six varieties of cross-references:
26084 \end_layout
26085
26086 \begin_layout Description
26087 <reference>: prints the float number, this is the default: 
26088 \begin_inset CommandInset ref
26089 LatexCommand ref
26090 reference "fig:Two-distorted-images"
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \begin_layout Description
26098 (<reference>): prints the float number within two parentheses, this is the
26099  style normally used to reference formulas, especially when the reference
26100  name 
26101 \begin_inset Quotes eld
26102 \end_inset
26103
26104 Equation
26105 \begin_inset Quotes erd
26106 \end_inset
26107
26108  is omitted: 
26109 \begin_inset CommandInset ref
26110 LatexCommand eqref
26111 reference "eq:Wgn"
26112
26113 \end_inset
26114
26115
26116 \end_layout
26117
26118 \begin_layout Description
26119 <page>: prints the page number: Page
26120 \begin_inset space ~
26121 \end_inset
26122
26123
26124 \begin_inset CommandInset ref
26125 LatexCommand pageref
26126 reference "fig:Two-distorted-images"
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Description
26134 on
26135 \begin_inset space ~
26136 \end_inset
26137
26138 page
26139 \begin_inset space ~
26140 \end_inset
26141
26142 <page>: prints the text "on page" and the page number: 
26143 \begin_inset CommandInset ref
26144 LatexCommand vpageref
26145 reference "fig:Two-distorted-images"
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Description
26153 <reference>
26154 \begin_inset space ~
26155 \end_inset
26156
26157 on
26158 \begin_inset space ~
26159 \end_inset
26160
26161 page
26162 \begin_inset space ~
26163 \end_inset
26164
26165 <page>: prints the float number, the text "on page", and the page number:
26166  
26167 \begin_inset CommandInset ref
26168 LatexCommand vref
26169 reference "fig:Two-distorted-images"
26170
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \begin_layout Description
26177 Formatted
26178 \begin_inset space ~
26179 \end_inset
26180
26181 reference: prints a self-defined cross-reference format.
26182 \begin_inset Newline newline
26183 \end_inset
26184
26185
26186 \begin_inset Note Greyedout
26187 status open
26188
26189 \begin_layout Plain Layout
26190
26191 \series bold
26192 Note:
26193 \series default
26194  This feature is only available when you have the \SpecialChar LaTeX
26195 -package 
26196 \series bold
26197 prettyref
26198 \series default
26199  or 
26200 \series bold
26201 refstyle
26202 \series default
26203
26204 \begin_inset Index idx
26205 status collapsed
26206
26207 \begin_layout Plain Layout
26208 \SpecialChar LaTeX
26209 -packages ! prettyref
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \begin_inset Index idx
26216 status collapsed
26217
26218 \begin_layout Plain Layout
26219 \SpecialChar LaTeX
26220 -packages ! refstyle
26221 \end_layout
26222
26223 \end_inset
26224
26225  installed.
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \begin_inset Newline newline
26232 \end_inset
26233
26234 You can select which \SpecialChar LaTeX
26235 -package should be used for this feature by setting
26236  the option 
26237 \family sans
26238 Use refstyle (not prettyref) for cross-references
26239 \family default
26240  in the menu 
26241 \family sans
26242 Document\SpecialChar menuseparator
26243 Settings\SpecialChar menuseparator
26244 Document Class
26245 \family default
26246 .
26247  The format is specified by adding the command 
26248 \series bold
26249
26250 \backslash
26251 newrefformat
26252 \series default
26253  (prettyref) or 
26254 \series bold
26255
26256 \backslash
26257 newref
26258 \series default
26259  (refstyle) to the preamble of the document.
26260  For example redefining all references to figures (which have the label
26261  prefix 
26262 \begin_inset Quotes eld
26263 \end_inset
26264
26265
26266 \family sans
26267 fig
26268 \family default
26269
26270 \begin_inset Quotes erd
26271 \end_inset
26272
26273 ) can be done with this command
26274 \begin_inset Newline newline
26275 \end_inset
26276
26277
26278 \series bold
26279
26280 \backslash
26281 newref{fig}{refcmd={Image on page 
26282 \backslash
26283 pageref{#1}}}
26284 \series default
26285
26286 \begin_inset Newline newline
26287 \end_inset
26288
26289 For more information about the format, have a look at the package documentations
26290
26291 \begin_inset CommandInset citation
26292 LatexCommand cite
26293 key "prettyref,refstyle"
26294 literal "true"
26295
26296 \end_inset
26297
26298 .
26299 \begin_inset Newline newline
26300 \end_inset
26301
26302 The options 
26303 \family sans
26304 Plural
26305 \family default
26306  and 
26307 \family sans
26308 Capitalized
26309 \family default
26310  are only available if you use the \SpecialChar LaTeX
26311 -package 
26312 \series bold
26313 refstyle
26314 \series default
26315 .
26316  
26317 \family sans
26318 Plural
26319 \family default
26320  adds an 
26321 \emph on
26322 s
26323 \emph default
26324  to the name, e.
26325 \begin_inset space \thinspace{}
26326 \end_inset
26327
26328 g.
26329 \begin_inset space \space{}
26330 \end_inset
26331
26332
26333 \begin_inset Quotes eld
26334 \end_inset
26335
26336 figures
26337 \begin_inset Quotes erd
26338 \end_inset
26339
26340
26341 \family sans
26342 Capitalized
26343 \family default
26344  outputs the name capitalized, 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 Figure
26357 \begin_inset Quotes erd
26358 \end_inset
26359
26360 .
26361  Both options can be combined to get e.
26362 \begin_inset space \thinspace{}
26363 \end_inset
26364
26365 g.
26366 \begin_inset space \space{}
26367 \end_inset
26368
26369
26370 \begin_inset Quotes eld
26371 \end_inset
26372
26373 Figures
26374 \begin_inset Quotes erd
26375 \end_inset
26376
26377 .
26378 \end_layout
26379
26380 \begin_layout Description
26381 Textual
26382 \begin_inset space ~
26383 \end_inset
26384
26385 reference: prints the caption of the reference: 
26386 \begin_inset CommandInset ref
26387 LatexCommand nameref
26388 reference "fig:Two-distorted-images"
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \begin_layout Description
26396 Label
26397 \begin_inset space ~
26398 \end_inset
26399
26400 only: prints only the \SpecialChar LaTeX
26401  label for the reference: 
26402 \begin_inset CommandInset ref
26403 LatexCommand labelonly
26404 reference "fig:Two-distorted-images"
26405 plural "false"
26406 caps "false"
26407 noprefix "false"
26408
26409 \end_inset
26410
26411
26412 \begin_inset Newline newline
26413 \end_inset
26414
26415 This allows to use the label for commands in \SpecialChar TeX
26416  code.
26417  With the option 
26418 \family sans
26419 No Prefix
26420 \family default
26421  one can omit the prefix of the label name: 
26422 \begin_inset CommandInset ref
26423 LatexCommand labelonly
26424 reference "fig:Two-distorted-images"
26425 plural "false"
26426 caps "false"
26427 noprefix "true"
26428
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \begin_layout Standard
26435
26436 \family sans
26437 <page>
26438 \family default
26439  will not print the page number if the label is on the previous, the same,
26440  or the next page.
26441  You will e.
26442 \begin_inset space \thinspace{}
26443 \end_inset
26444
26445 g.
26446 \begin_inset space \space{}
26447 \end_inset
26448
26449 see the text 
26450 \begin_inset Quotes eld
26451 \end_inset
26452
26453
26454 \family sans
26455 on this page
26456 \family default
26457
26458 \begin_inset Quotes erd
26459 \end_inset
26460
26461  instead.
26462  The style 
26463 \family sans
26464 <reference> on page <page>
26465 \family default
26466  will not print anything about the page if the label is on the same page.
26467 \end_layout
26468
26469 \begin_layout Standard
26470 The number and current page of the part of the document referred to in the
26471  output is automatically calculated by \SpecialChar LaTeX
26472 .
26473  The varieties are adjusted in the field 
26474 \family sans
26475 Format
26476 \family default
26477  of the cross-reference window that appears when you click on the cross-referenc
26478 e box.
26479 \end_layout
26480
26481 \begin_layout Standard
26482 \begin_inset Note Greyedout
26483 status open
26484
26485 \begin_layout Plain Layout
26486
26487 \series bold
26488 Note:
26489 \series default
26490  It is recommended to use the \SpecialChar LaTeX
26491 -package 
26492 \series bold
26493 refstyle
26494 \series default
26495
26496 \begin_inset Index idx
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500 \SpecialChar LaTeX
26501 -packages ! refstyle
26502 \end_layout
26503
26504 \end_inset
26505
26506  because 
26507 \series bold
26508 prettyref
26509 \series default
26510
26511 \begin_inset Index idx
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515 \SpecialChar LaTeX
26516 -packages ! prettyref
26517 \end_layout
26518
26519 \end_inset
26520
26521  does not know all of \SpecialChar LyX
26522 's possible label shortcuts
26523 \begin_inset Foot
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527 \begin_inset Quotes eld
26528 \end_inset
26529
26530 fig:
26531 \begin_inset Quotes erd
26532 \end_inset
26533
26534  is for example \SpecialChar LyX
26535 's shortcut for labels in figure captions.
26536 \end_layout
26537
26538 \end_inset
26539
26540  and is not internationalized.
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \begin_layout Subsection
26549 Automatic Reference Naming
26550 \begin_inset Index idx
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554 References ! Automatic Reference Naming
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Standard
26563 The \SpecialChar LaTeX
26564 -package 
26565 \series bold
26566 hyperref
26567 \series default
26568
26569 \begin_inset Index idx
26570 status collapsed
26571
26572 \begin_layout Plain Layout
26573 \SpecialChar LaTeX
26574 -packages ! hyperref
26575 \end_layout
26576
26577 \end_inset
26578
26579 , that is enabled in the 
26580 \family sans
26581 PDF Properties
26582 \family default
26583  of the 
26584 \family sans
26585 Document Settings
26586 \family default
26587  dialog, provides a very useful feature that cross-references automatically
26588  include the name of the referenced floats (or text parts like 
26589 \emph on
26590 section
26591 \emph default
26592 ).
26593  So you will save having to write e.
26594 \begin_inset space \thinspace{}
26595 \end_inset
26596
26597 g.
26598 \begin_inset space \space{}
26599 \end_inset
26600
26601 the name 
26602 \begin_inset Quotes eld
26603 \end_inset
26604
26605 Figure
26606 \begin_inset Quotes erd
26607 \end_inset
26608
26609  before every reference to a figure.
26610  To use this feature, enable 
26611 \series bold
26612 hyperref
26613 \series default
26614  and insert this line to the \SpecialChar LaTeX
26615  preamble:
26616 \end_layout
26617
26618 \begin_layout Standard
26619
26620 \series bold
26621
26622 \backslash
26623 AtBeginDocument{
26624 \backslash
26625 renewcommand{
26626 \backslash
26627 ref}[1]{
26628 \backslash
26629 mbox{
26630 \backslash
26631 autoref{#1}}}}
26632 \end_layout
26633
26634 \begin_layout Standard
26635 When you prefer other reference names than the default ones, for example
26636  you want instead of 
26637 \begin_inset Quotes eld
26638 \end_inset
26639
26640 section
26641 \begin_inset Quotes erd
26642 \end_inset
26643
26644  the name 
26645 \begin_inset Quotes eld
26646 \end_inset
26647
26648 sec.
26649 \begin_inset space \thinspace{}
26650 \end_inset
26651
26652
26653 \begin_inset Quotes eld
26654 \end_inset
26655
26656 , you can redefine the name by inserting this in the preamble:
26657 \end_layout
26658
26659 \begin_layout Standard
26660
26661 \series bold
26662
26663 \backslash
26664 addto
26665 \backslash
26666 extrasenglish{
26667 \backslash
26668 renewcommand{
26669 \backslash
26670 sectionautorefname}
26671 \begin_inset Newline newline
26672 \end_inset
26673
26674
26675 \begin_inset Phantom HPhantom
26676 status open
26677
26678 \begin_layout Plain Layout
26679
26680 \series bold
26681 \begin_inset space ~
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688
26689 {sec.
26690 \backslash
26691 negthinspace}}
26692 \end_layout
26693
26694 \begin_layout Standard
26695 When you are using another document language than English, replace
26696 \begin_inset Newline newline
26697 \end_inset
26698
26699
26700 \series bold
26701
26702 \backslash
26703 extrasenglish
26704 \series default
26705  by 
26706 \series bold
26707
26708 \backslash
26709 extras***
26710 \series default
26711 , where *** is the name of the language used.
26712 \end_layout
26713
26714 \begin_layout Standard
26715 To get automatic names, but not for certain reference types, for example
26716  not for equations, use this preamble code:
26717 \end_layout
26718
26719 \begin_layout Standard
26720
26721 \series bold
26722
26723 \backslash
26724 addto
26725 \backslash
26726 extrasenglish{
26727 \backslash
26728 renewcommand*{
26729 \backslash
26730 equationautorefname}[1]{}}
26731 \end_layout
26732
26733 \begin_layout Standard
26734 More about this topic can be found in 
26735 \series bold
26736 hyperref
26737 \series default
26738 's documentation 
26739 \begin_inset CommandInset citation
26740 LatexCommand cite
26741 key "hyperref"
26742 literal "true"
26743
26744 \end_inset
26745
26746 .
26747 \end_layout
26748
26749 \begin_layout Standard
26750 \begin_inset Note Greyedout
26751 status open
26752
26753 \begin_layout Plain Layout
26754
26755 \series bold
26756 Note:
26757 \series default
26758  Automatic reference naming cannot be used when you use cross-references
26759  in the 
26760 \family sans
26761 Formatted
26762 \begin_inset space ~
26763 \end_inset
26764
26765 reference
26766 \family default
26767  style, as described in section
26768 \begin_inset space ~
26769 \end_inset
26770
26771
26772 \begin_inset CommandInset ref
26773 LatexCommand ref
26774 reference "subsec:Cross-Reference-Formats"
26775
26776 \end_inset
26777
26778 .
26779 \end_layout
26780
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \begin_layout Standard
26787 The 
26788 \emph on
26789 Math
26790 \emph default
26791  manual is an example where automatic reference naming is used.
26792 \end_layout
26793
26794 \begin_layout Subsection
26795 Reference Position
26796 \begin_inset CommandInset label
26797 LatexCommand label
26798 name "subsec:Reference-Position"
26799
26800 \end_inset
26801
26802
26803 \begin_inset Index idx
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807 References ! Reference Position
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \begin_layout Standard
26816 If you use 
26817 \series bold
26818 hyperref
26819 \series default
26820
26821 \begin_inset Index idx
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 \SpecialChar LaTeX
26826 -packages ! hyperref
26827 \end_layout
26828
26829 \end_inset
26830
26831  in the 
26832 \family sans
26833 PDF Properties
26834 \family default
26835  of the 
26836 \family sans
26837 Document Settings
26838 \family default
26839  dialog to link cross-references in the output, you will see that clicking
26840  on an image float reference jumps to the image label.
26841  The caption will be the first text part on the screen, so that you cannot
26842  see the image without scrolling.
26843  This is because the reference link anchor is placed at the position of
26844  the label.
26845  With the use of the package 
26846 \series bold
26847 hypcap
26848 \series default
26849
26850 \begin_inset Index idx
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854 \SpecialChar LaTeX
26855 -packages ! hypcap
26856 \end_layout
26857
26858 \end_inset
26859
26860 , which is part of the \SpecialChar LaTeX
26861 -package 
26862 \series bold
26863 oberdiek
26864 \series default
26865
26866 \begin_inset Index idx
26867 status collapsed
26868
26869 \begin_layout Plain Layout
26870 \SpecialChar LaTeX
26871 -packages ! oberdiek
26872 \end_layout
26873
26874 \end_inset
26875
26876 , the link anchor is placed at the beginning of a float.
26877  To use this feature for figure floats, load 
26878 \series bold
26879 hypcap
26880 \series default
26881  in the document preamble with the line
26882 \end_layout
26883
26884 \begin_layout Standard
26885
26886 \series bold
26887
26888 \backslash
26889 usepackage[figure]{hypcap}
26890 \end_layout
26891
26892 \begin_layout Standard
26893 You can also use 
26894 \series bold
26895 hypcap
26896 \series default
26897  for all float types but this is not recommended for stability reasons.
26898  For more information, have a look at 
26899 \series bold
26900 hypcap
26901 \series default
26902 's manual 
26903 \begin_inset CommandInset citation
26904 LatexCommand cite
26905 key "hypcap"
26906 literal "true"
26907
26908 \end_inset
26909
26910 .
26911 \end_layout
26912
26913 \begin_layout Standard
26914 \begin_inset Note Greyedout
26915 status open
26916
26917 \begin_layout Plain Layout
26918
26919 \series bold
26920 Note:
26921 \series default
26922  
26923 \series bold
26924 hypcap
26925 \series default
26926  has no effect on references to subfigures.
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Section
26935 Float Placement
26936 \begin_inset CommandInset label
26937 LatexCommand label
26938 name "sec:Float-Placement"
26939
26940 \end_inset
26941
26942
26943 \begin_inset Index idx
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 Floats ! Placement
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Standard
26956 Right-clicking on a float-box and clicking on 
26957 \family sans
26958 Settings
26959 \family default
26960  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26961  uses for
26962  positioning the float.
26963 \begin_inset Newline newline
26964 \end_inset
26965
26966 The option 
26967 \family sans
26968 Span
26969 \begin_inset space ~
26970 \end_inset
26971
26972 columns
26973 \family default
26974  is only useful for two-column documents: If you select it, the float will
26975  span both columns on the page instead of being confined to just one.
26976 \begin_inset Newline newline
26977 \end_inset
26978
26979 The option 
26980 \family sans
26981 Rotate
26982 \begin_inset space ~
26983 \end_inset
26984
26985 sideways
26986 \family default
26987  is used to rotate floats, see section 
26988 \begin_inset CommandInset ref
26989 LatexCommand ref
26990 reference "sec:Rotated-Floats"
26991
26992 \end_inset
26993
26994 .
26995 \end_layout
26996
26997 \begin_layout Standard
26998 You can use one or more of the following options in the float dialog to
26999  set the placement for a particular float when you uncheck the option 
27000 \family sans
27001 Use
27002 \begin_inset space ~
27003 \end_inset
27004
27005 default
27006 \begin_inset space ~
27007 \end_inset
27008
27009 placement
27010 \family default
27011 :
27012 \end_layout
27013
27014 \begin_layout Description
27015 Here
27016 \begin_inset space ~
27017 \end_inset
27018
27019 if
27020 \begin_inset space ~
27021 \end_inset
27022
27023 possible try to place the float on the position where it has been inserted
27024 \end_layout
27025
27026 \begin_layout Description
27027 Top
27028 \begin_inset space ~
27029 \end_inset
27030
27031 of
27032 \begin_inset space ~
27033 \end_inset
27034
27035 page try to place the float at the top of the current page
27036 \end_layout
27037
27038 \begin_layout Description
27039 Bottom
27040 \begin_inset space ~
27041 \end_inset
27042
27043 of
27044 \begin_inset space ~
27045 \end_inset
27046
27047 page try to place the float at the bottom of the current page
27048 \end_layout
27049
27050 \begin_layout Description
27051 Page
27052 \begin_inset space ~
27053 \end_inset
27054
27055 of
27056 \begin_inset space ~
27057 \end_inset
27058
27059 floats try to place the float on its own page
27060 \end_layout
27061
27062 \begin_layout Standard
27063 The order of the above option is 
27064 \emph on
27065 always
27066 \emph default
27067  used by \SpecialChar LaTeX
27068 .
27069  That means, if you use the default placement, \SpecialChar LaTeX
27070  will first try out 
27071 \family sans
27072 Here
27073 \begin_inset space ~
27074 \end_inset
27075
27076 if
27077 \begin_inset space ~
27078 \end_inset
27079
27080 possible
27081 \family default
27082 , then 
27083 \family sans
27084 Top
27085 \begin_inset space ~
27086 \end_inset
27087
27088 of
27089 \begin_inset space ~
27090 \end_inset
27091
27092 page
27093 \family default
27094 , and then the others.
27095  If you do not use the default, \SpecialChar LaTeX
27096  will try only the checked options but in
27097  the same order.
27098  If none of the 4
27099 \begin_inset space ~
27100 \end_inset
27101
27102 placements is possible the procedure is internally repeated trying to put
27103  the float on the following page.
27104 \end_layout
27105
27106 \begin_layout Standard
27107 By default, each option has its own rules:
27108 \end_layout
27109
27110 \begin_layout Labeling
27111 \labelwidthstring 00.00.0000
27112
27113 \family sans
27114 Top
27115 \begin_inset space ~
27116 \end_inset
27117
27118 of
27119 \begin_inset space ~
27120 \end_inset
27121
27122 page
27123 \family default
27124  only floats occupying less than 70
27125 \begin_inset space \thinspace{}
27126 \end_inset
27127
27128 % of the page can be placed at the top of a page (
27129 \series bold
27130
27131 \backslash
27132 topfraction
27133 \series default
27134 )
27135 \end_layout
27136
27137 \begin_layout Labeling
27138 \labelwidthstring 00.00.0000
27139
27140 \family sans
27141 Bottom
27142 \begin_inset space ~
27143 \end_inset
27144
27145 of
27146 \begin_inset space ~
27147 \end_inset
27148
27149 page
27150 \family default
27151 : only floats occupying less than 30
27152 \begin_inset space \thinspace{}
27153 \end_inset
27154
27155 % of the page can be placed at the bottom of a page.
27156  (
27157 \series bold
27158
27159 \backslash
27160 bottomfraction
27161 \series default
27162 )
27163 \end_layout
27164
27165 \begin_layout Labeling
27166 \labelwidthstring 00.00.0000
27167
27168 \family sans
27169 Page
27170 \begin_inset space ~
27171 \end_inset
27172
27173 of
27174 \begin_inset space ~
27175 \end_inset
27176
27177 floats
27178 \family default
27179 : only if more than 50
27180 \begin_inset space \thinspace{}
27181 \end_inset
27182
27183 % of the page is occupied by floats, several floats can be set together
27184  on a page.
27185  (
27186 \series bold
27187
27188 \backslash
27189 floatpagefraction
27190 \series default
27191 )
27192 \end_layout
27193
27194 \begin_layout Standard
27195 If you don't like these rules, you can ignore them by using the additional
27196  option 
27197 \family sans
27198 Ignore
27199 \begin_inset space ~
27200 \end_inset
27201
27202 \SpecialChar LaTeX
27203
27204 \begin_inset space ~
27205 \end_inset
27206
27207 rules
27208 \family default
27209 .
27210 \begin_inset Newline newline
27211 \end_inset
27212
27213 You can also redefine the rules with \SpecialChar LaTeX
27214 -commands that are given in parentheses
27215  after the rules description above.
27216  To increase for example the often too small default of the bottom-rule
27217  to 50
27218 \begin_inset space \thinspace{}
27219 \end_inset
27220
27221 % of the page, add this line to your document preamble:
27222 \end_layout
27223
27224 \begin_layout Standard
27225
27226 \series bold
27227
27228 \backslash
27229 renewcommand{
27230 \backslash
27231 bottomfraction}{0.5}
27232 \end_layout
27233
27234 \begin_layout Standard
27235 Sometimes you might need, under all circumstances, a float to be placed
27236  exactly at the position where it is inserted.
27237  For this case you can use the option 
27238 \family sans
27239 Here
27240 \begin_inset space ~
27241 \end_inset
27242
27243 definitely
27244 \family default
27245 .
27246  Use this option very rarely and only if the document is almost ready to
27247  be printed, because the float is then no longer able to 
27248 \begin_inset Quotes eld
27249 \end_inset
27250
27251 float
27252 \begin_inset Quotes erd
27253 \end_inset
27254
27255  when you change your document and this will often destroy the page layout.
27256 \end_layout
27257
27258 \begin_layout Standard
27259 There are no placement options for text wrap floats, because they are always
27260  surrounded by the text of a certain paragraph.
27261 \begin_inset VSpace bigskip
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \begin_layout Standard
27268 Sometimes you have the problem that a float is placed at the top of a page
27269  while its corresponding section starts at the middle of the page, so that
27270  the reader could think the float is part of the previous section.
27271  To avoid this the \SpecialChar LaTeX
27272 -command 
27273 \series bold
27274
27275 \backslash
27276 suppressfloats
27277 \series default
27278  can be used.
27279  It suppresses a given float placement for the page where it is inserted
27280  and can therefore be used to avoid floats being set before a section starts.
27281  To get this, add these commands to your document preamble:
27282 \end_layout
27283
27284 \begin_layout Standard
27285
27286 \series bold
27287
27288 \backslash
27289 let
27290 \backslash
27291 mySection
27292 \backslash
27293 section
27294 \begin_inset Newline newline
27295 \end_inset
27296
27297
27298 \backslash
27299 renewcommand{
27300 \backslash
27301 section}{
27302 \backslash
27303 suppressfloats[t]
27304 \backslash
27305 mySection}
27306 \end_layout
27307
27308 \begin_layout Standard
27309 You can define the same for all section headings, like chapters and subsections.
27310  This definition is not recommended to be used for small text parts like
27311  subsubsections because \SpecialChar LaTeX
27312  may then have problems finding a suitable placement.
27313 \end_layout
27314
27315 \begin_layout Standard
27316 \begin_inset VSpace bigskip
27317 \end_inset
27318
27319 In some cases it is required to have all figures/tables at the end of the
27320  document.
27321  For this purpose the \SpecialChar LaTeX
27322 -package 
27323 \series bold
27324 endfloat
27325 \series default
27326
27327 \begin_inset Index idx
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331 \SpecialChar LaTeX
27332 -packages ! endfloat
27333 \end_layout
27334
27335 \end_inset
27336
27337  was developed.
27338  It puts all figure and table floats at the end of the document into their
27339  own sections.
27340  At the original float position a text hint like 
27341 \begin_inset Quotes eld
27342 \end_inset
27343
27344
27345 \family sans
27346 [Figure
27347 \begin_inset space ~
27348 \end_inset
27349
27350 3.2 about here.]
27351 \family default
27352
27353 \begin_inset Quotes erd
27354 \end_inset
27355
27356  is inserted.
27357  The endfloat-package is loaded in the preamble with the line
27358 \end_layout
27359
27360 \begin_layout Standard
27361
27362 \series bold
27363
27364 \backslash
27365 usepackage[options]{endfloat}
27366 \end_layout
27367
27368 \begin_layout Standard
27369 There are various package options to format the created figure/table sections.
27370  For more information we refer you to the 
27371 \series bold
27372 endfloat
27373 \series default
27374  documentation 
27375 \begin_inset CommandInset citation
27376 LatexCommand cite
27377 key "endfloat"
27378 literal "true"
27379
27380 \end_inset
27381
27382 .
27383 \begin_inset Newline newline
27384 \end_inset
27385
27386
27387 \begin_inset Note Greyedout
27388 status open
27389
27390 \begin_layout Plain Layout
27391
27392 \series bold
27393 Note: endfloat
27394 \series default
27395  doesn't provide an automatic translation for the text hint, you have to
27396  do this manually, see section
27397 \begin_inset space ~
27398 \end_inset
27399
27400 4 in 
27401 \begin_inset CommandInset citation
27402 LatexCommand cite
27403 key "endfloat"
27404 literal "true"
27405
27406 \end_inset
27407
27408 .
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \begin_inset Newline newline
27415 \end_inset
27416
27417
27418 \begin_inset Note Greyedout
27419 status open
27420
27421 \begin_layout Plain Layout
27422
27423 \series bold
27424 Note:
27425 \series default
27426  There is currently a bug in 
27427 \series bold
27428 endfloat
27429 \series default
27430  when the caption contains a German 
27431 \begin_inset Quotes eld
27432 \end_inset
27433
27434 ß
27435 \begin_inset Quotes erd
27436 \end_inset
27437
27438 .
27439  Use in this case the command 
27440 \begin_inset Quotes eld
27441 \end_inset
27442
27443
27444 \series bold
27445
27446 \backslash
27447 ss
27448 \series default
27449
27450 \begin_inset Quotes erd
27451 \end_inset
27452
27453  in \SpecialChar TeX
27454  Code instead of 
27455 \begin_inset Quotes eld
27456 \end_inset
27457
27458 ß
27459 \begin_inset Quotes erd
27460 \end_inset
27461
27462 .
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Standard
27471 \begin_inset VSpace bigskip
27472 \end_inset
27473
27474 For more details about float placements, have a look at \SpecialChar LaTeX
27475  books, 
27476 \begin_inset CommandInset citation
27477 LatexCommand cite
27478 key "latexcompanion,latexguide,latexbook"
27479 literal "true"
27480
27481 \end_inset
27482
27483 .
27484 \end_layout
27485
27486 \begin_layout Section
27487 Rotated Floats
27488 \begin_inset CommandInset label
27489 LatexCommand label
27490 name "sec:Rotated-Floats"
27491
27492 \end_inset
27493
27494
27495 \begin_inset Index idx
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499 Floats ! Rotating
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 Especially for wide tables you might have floats rotated.
27509  To rotate a whole float including the caption, right-click on the float-box
27510  and use the option 
27511 \family sans
27512 Rotate
27513 \begin_inset space ~
27514 \end_inset
27515
27516 sideways
27517 \family default
27518 .
27519 \end_layout
27520
27521 \begin_layout Standard
27522 Rotated floats are always placed on a page of their own (or column of their
27523  own; in case you have a multi-column document).
27524  You can let them span several columns using the float settings option 
27525 \family sans
27526 Span
27527 \begin_inset space ~
27528 \end_inset
27529
27530 columns
27531 \family default
27532 .
27533  Floats are rotated so that you can read them from the outside margin.
27534  To force a certain rotation direction for all pages, you can add either
27535  the option 
27536 \series bold
27537 figuresleft
27538 \series default
27539  or 
27540 \series bold
27541 figuresright
27542 \series default
27543  to the document class options.
27544 \end_layout
27545
27546 \begin_layout Standard
27547 Referencing rotated floats is the same as for normal floats, the caption
27548  format is also the same: Table
27549 \begin_inset space ~
27550 \end_inset
27551
27552
27553 \begin_inset CommandInset ref
27554 LatexCommand ref
27555 reference "tab:Rotated-table"
27556
27557 \end_inset
27558
27559  is an example of a rotated table float.
27560 \end_layout
27561
27562 \begin_layout Standard
27563 \begin_inset Note Greyedout
27564 status open
27565
27566 \begin_layout Plain Layout
27567
27568 \series bold
27569 Note:
27570 \series default
27571  Not all DVI-viewers are able to display rotated floats.
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \begin_layout Standard
27580 \begin_inset Float table
27581 wide false
27582 sideways true
27583 status open
27584
27585 \begin_layout Plain Layout
27586 \begin_inset Caption Standard
27587
27588 \begin_layout Plain Layout
27589 \begin_inset CommandInset label
27590 LatexCommand label
27591 name "tab:Rotated-table"
27592
27593 \end_inset
27594
27595  Rotated table
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Plain Layout
27604 \align center
27605 \begin_inset Tabular
27606 <lyxtabular version="3" rows="1" columns="5">
27607 <features tabularvalignment="middle">
27608 <column alignment="center" valignment="top">
27609 <column alignment="center" valignment="top">
27610 <column alignment="center" valignment="top">
27611 <column alignment="center" valignment="top">
27612 <column alignment="center" valignment="top">
27613 <row>
27614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 test
27619 \end_layout
27620
27621 \end_inset
27622 </cell>
27623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27624 \begin_inset Text
27625
27626 \begin_layout Plain Layout
27627 b
27628 \end_layout
27629
27630 \end_inset
27631 </cell>
27632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636 c
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27642 \begin_inset Text
27643
27644 \begin_layout Plain Layout
27645 d
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27651 \begin_inset Text
27652
27653 \begin_layout Plain Layout
27654 e
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 </row>
27660 </lyxtabular>
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \begin_layout Section
27673 Subfloats
27674 \begin_inset Index idx
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 Floats ! Subfloats
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \begin_layout Standard
27687 Subfloats are for example used when a figure consists of several images.
27688  They are created by inserting a float into an existing float.
27689  The placement of the subfloats can be controlled in the same way as for
27690  paragraphs as shown in table
27691 \begin_inset space ~
27692 \end_inset
27693
27694
27695 \begin_inset CommandInset ref
27696 LatexCommand ref
27697 reference "tab:Two-subtables-side"
27698
27699 \end_inset
27700
27701  and 
27702 \begin_inset CommandInset ref
27703 LatexCommand ref
27704 reference "tab:Two-subtables-upon"
27705
27706 \end_inset
27707
27708 .
27709 \end_layout
27710
27711 \begin_layout Standard
27712 Referencing subfloats works as for normal floats: Table
27713 \begin_inset space ~
27714 \end_inset
27715
27716
27717 \begin_inset CommandInset ref
27718 LatexCommand ref
27719 reference "tab:This-is-subtable-a"
27720
27721 \end_inset
27722
27723  and 
27724 \begin_inset CommandInset ref
27725 LatexCommand ref
27726 reference "tab:This-is-subtable-b"
27727
27728 \end_inset
27729
27730  are subtables of table
27731 \begin_inset space ~
27732 \end_inset
27733
27734
27735 \begin_inset CommandInset ref
27736 LatexCommand ref
27737 reference "tab:Two-subtables-side"
27738
27739 \end_inset
27740
27741 .
27742 \end_layout
27743
27744 \begin_layout Standard
27745 \begin_inset Float table
27746 wide false
27747 sideways false
27748 status open
27749
27750 \begin_layout Plain Layout
27751 \begin_inset Caption Standard
27752
27753 \begin_layout Plain Layout
27754 \begin_inset CommandInset label
27755 LatexCommand label
27756 name "tab:Two-subtables-side"
27757
27758 \end_inset
27759
27760 Two subtables placed side by side.
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Plain Layout
27769 \align center
27770 \begin_inset space \hfill{}
27771 \end_inset
27772
27773
27774 \begin_inset Float table
27775 wide false
27776 sideways false
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 \begin_inset Caption Standard
27781
27782 \begin_layout Plain Layout
27783 \begin_inset CommandInset label
27784 LatexCommand label
27785 name "tab:This-is-subtable-a"
27786
27787 \end_inset
27788
27789 This is subtable a.
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Plain Layout
27798 \align center
27799 \begin_inset Tabular
27800 <lyxtabular version="3" rows="1" columns="5">
27801 <features tabularvalignment="middle">
27802 <column alignment="center" valignment="top">
27803 <column alignment="center" valignment="top">
27804 <column alignment="center" valignment="top">
27805 <column alignment="center" valignment="top">
27806 <column alignment="center" valignment="top">
27807 <row>
27808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812 test
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 b
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830 c
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839 d
27840 \end_layout
27841
27842 \end_inset
27843 </cell>
27844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27845 \begin_inset Text
27846
27847 \begin_layout Plain Layout
27848 e
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 </row>
27854 </lyxtabular>
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \begin_inset space \hfill{}
27865 \end_inset
27866
27867
27868 \begin_inset Float table
27869 wide false
27870 sideways false
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874 \begin_inset Caption Standard
27875
27876 \begin_layout Plain Layout
27877 \begin_inset CommandInset label
27878 LatexCommand label
27879 name "tab:This-is-subtable-b"
27880
27881 \end_inset
27882
27883 This is subtable b.
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Plain Layout
27892 \align center
27893 \begin_inset Tabular
27894 <lyxtabular version="3" rows="1" columns="5">
27895 <features tabularvalignment="middle">
27896 <column alignment="center" valignment="top">
27897 <column alignment="center" valignment="top">
27898 <column alignment="center" valignment="top">
27899 <column alignment="center" valignment="top">
27900 <column alignment="center" valignment="top">
27901 <row>
27902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Plain Layout
27906 e
27907 \end_layout
27908
27909 \end_inset
27910 </cell>
27911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Plain Layout
27915 d
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924 c
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 b
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942 test
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 </row>
27948 </lyxtabular>
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \begin_inset space \hfill{}
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \begin_layout Standard
27970 \begin_inset Float table
27971 wide false
27972 sideways false
27973 status open
27974
27975 \begin_layout Plain Layout
27976 \begin_inset Caption Standard
27977
27978 \begin_layout Plain Layout
27979 \begin_inset CommandInset label
27980 LatexCommand label
27981 name "tab:Two-subtables-upon"
27982
27983 \end_inset
27984
27985 Two subtables placed one above the other.
27986  (a) table with 4 cells, (b) table with 5 cells.
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Plain Layout
27995 \align center
27996 \begin_inset Float table
27997 wide false
27998 sideways false
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 \begin_inset Caption Standard
28003
28004 \begin_layout Plain Layout
28005
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \begin_layout Plain Layout
28014 \align center
28015 \begin_inset Tabular
28016 <lyxtabular version="3" rows="1" columns="4">
28017 <features tabularvalignment="middle">
28018 <column alignment="center" valignment="top">
28019 <column alignment="center" valignment="top">
28020 <column alignment="center" valignment="top">
28021 <column alignment="center" valignment="top">
28022 <row>
28023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28024 \begin_inset Text
28025
28026 \begin_layout Plain Layout
28027 test
28028 \end_layout
28029
28030 \end_inset
28031 </cell>
28032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28033 \begin_inset Text
28034
28035 \begin_layout Plain Layout
28036 test
28037 \end_layout
28038
28039 \end_inset
28040 </cell>
28041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28042 \begin_inset Text
28043
28044 \begin_layout Plain Layout
28045 test
28046 \end_layout
28047
28048 \end_inset
28049 </cell>
28050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 test
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 </row>
28060 </lyxtabular>
28061
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Plain Layout
28073 \align center
28074 \begin_inset Float table
28075 wide false
28076 sideways false
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080 \begin_inset Caption Standard
28081
28082 \begin_layout Plain Layout
28083
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Plain Layout
28092 \align center
28093 \begin_inset Tabular
28094 <lyxtabular version="3" rows="1" columns="5">
28095 <features tabularvalignment="middle">
28096 <column alignment="center" valignment="top">
28097 <column alignment="center" valignment="top">
28098 <column alignment="center" valignment="top">
28099 <column alignment="center" valignment="top">
28100 <column alignment="center" valignment="top">
28101 <row>
28102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28103 \begin_inset Text
28104
28105 \begin_layout Plain Layout
28106 a
28107 \end_layout
28108
28109 \end_inset
28110 </cell>
28111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28112 \begin_inset Text
28113
28114 \begin_layout Plain Layout
28115 b
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124 c
28125 \end_layout
28126
28127 \end_inset
28128 </cell>
28129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28130 \begin_inset Text
28131
28132 \begin_layout Plain Layout
28133 d
28134 \end_layout
28135
28136 \end_inset
28137 </cell>
28138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28139 \begin_inset Text
28140
28141 \begin_layout Plain Layout
28142 e
28143 \end_layout
28144
28145 \end_inset
28146 </cell>
28147 </row>
28148 </lyxtabular>
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \end_layout
28164
28165 \begin_layout Section
28166 Floats Side by Side
28167 \begin_inset Index idx
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 Floats ! Side by side
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \begin_layout Standard
28180 To place floats side by side, as in Figures
28181 \begin_inset space ~
28182 \end_inset
28183
28184
28185 \begin_inset CommandInset ref
28186 LatexCommand ref
28187 reference "fig:Float-left"
28188
28189 \end_inset
28190
28191  and 
28192 \begin_inset CommandInset ref
28193 LatexCommand ref
28194 reference "fig:Float-right"
28195
28196 \end_inset
28197
28198 , only 
28199 \emph on
28200 one
28201 \emph default
28202  float is used.
28203  In it two minipage boxes are inserted.
28204 \begin_inset Foot
28205 status collapsed
28206
28207 \begin_layout Plain Layout
28208 Minipages are explained in section
28209 \begin_inset space ~
28210 \end_inset
28211
28212
28213 \begin_inset CommandInset ref
28214 LatexCommand ref
28215 reference "sec:Minipages"
28216
28217 \end_inset
28218
28219 .
28220 \end_layout
28221
28222 \end_inset
28223
28224  The width is set to 45
28225 \begin_inset space \thinspace{}
28226 \end_inset
28227
28228 -50
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 column% and the box alignment to 
28233 \family sans
28234 Bottom
28235 \family default
28236  for each minipage.
28237  The minipage boxes contain the image and the caption in the same way as
28238  they are in a float.
28239  The only difference is that the image unit 
28240 \family sans
28241 Column
28242 \begin_inset space ~
28243 \end_inset
28244
28245 Width
28246 \begin_inset space ~
28247 \end_inset
28248
28249 %
28250 \family default
28251  is now calculated according to the width of the minipage boxes.
28252 \end_layout
28253
28254 \begin_layout Standard
28255 \begin_inset Float figure
28256 wide false
28257 sideways false
28258 status open
28259
28260 \begin_layout Plain Layout
28261 \begin_inset Box Frameless
28262 position "b"
28263 hor_pos "c"
28264 has_inner_box 1
28265 inner_pos "t"
28266 use_parbox 0
28267 use_makebox 0
28268 width "45col%"
28269 special "none"
28270 height "1in"
28271 height_special "totalheight"
28272 thickness "0.4pt"
28273 separation "3pt"
28274 shadowsize "4pt"
28275 framecolor "black"
28276 backgroundcolor "none"
28277 status open
28278
28279 \begin_layout Plain Layout
28280 \align center
28281 \begin_inset Graphics
28282         filename clipart/2D-intensity-plot.pdf
28283         width 100col%
28284         scaleBeforeRotation
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Plain Layout
28292 \begin_inset Caption Standard
28293
28294 \begin_layout Plain Layout
28295 \begin_inset CommandInset label
28296 LatexCommand label
28297 name "fig:Float-left"
28298
28299 \end_inset
28300
28301 Float on the left side.
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \begin_inset space \hfill{}
28313 \end_inset
28314
28315
28316 \begin_inset Box Frameless
28317 position "b"
28318 hor_pos "c"
28319 has_inner_box 1
28320 inner_pos "t"
28321 use_parbox 0
28322 use_makebox 0
28323 width "45col%"
28324 special "none"
28325 height "1in"
28326 height_special "totalheight"
28327 thickness "0.4pt"
28328 separation "3pt"
28329 shadowsize "4pt"
28330 framecolor "black"
28331 backgroundcolor "none"
28332 status open
28333
28334 \begin_layout Plain Layout
28335 \align center
28336 \begin_inset Graphics
28337         filename clipart/Star-structure.pdf
28338         width 100col%
28339         scaleBeforeRotation
28340
28341 \end_inset
28342
28343
28344 \end_layout
28345
28346 \begin_layout Plain Layout
28347 \begin_inset Caption Standard
28348
28349 \begin_layout Plain Layout
28350 \begin_inset CommandInset label
28351 LatexCommand label
28352 name "fig:Float-right"
28353
28354 \end_inset
28355
28356 Float on the right side.
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Standard
28375 An alternative and simpler solution is to use the module 
28376 \family sans
28377 Variable-width Minipages
28378 \family default
28379 , see sec.
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383
28384 \begin_inset CommandInset ref
28385 LatexCommand ref
28386 reference "sec:Minipages"
28387
28388 \end_inset
28389
28390 .
28391  Variable-width minipages adapt automatically to the width of the figures
28392  and tables.
28393  They do not require an explicit width to be given, and they improve the
28394  horizontal alignment of the figures.
28395  The LyX example file 
28396 \emph on
28397 varwidth-floats-side-by-side
28398 \emph default
28399  gives examples of how to do this.
28400 \end_layout
28401
28402 \begin_layout Section
28403 Caption Formatting
28404 \begin_inset Index idx
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408 Caption ! Formatting
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \begin_inset Index idx
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Floats ! Caption Formatting
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \begin_inset CommandInset label
28425 LatexCommand label
28426 name "sec:Caption-Formatting"
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Standard
28434 The 
28435 \family sans
28436 Caption
28437 \family default
28438  environment is the default paragraph environment for 
28439 \family sans
28440 Floats
28441 \family default
28442 .
28443  On the \SpecialChar LyX
28444  screen captions appear as a label, e.
28445 \begin_inset space \thinspace{}
28446 \end_inset
28447
28448 g.
28449 \begin_inset space \space{}
28450 \end_inset
28451
28452
28453 \begin_inset Quotes eld
28454 \end_inset
28455
28456
28457 \family sans
28458 Figure #:
28459 \family default
28460
28461 \begin_inset Quotes erd
28462 \end_inset
28463
28464  followed by the caption text.
28465  
28466 \begin_inset Quotes eld
28467 \end_inset
28468
28469 #
28470 \begin_inset Quotes erd
28471 \end_inset
28472
28473  is the actual reference number.
28474  By default the label and the number are in the same font as the caption
28475  text and a colon follows the number to divide the label from the text.
28476  This caption format is suitable for many but not all documents.
28477  
28478 \end_layout
28479
28480 \begin_layout Standard
28481 To change the default caption format, load the \SpecialChar LaTeX
28482 -package 
28483 \series bold
28484 caption
28485 \series default
28486
28487 \begin_inset Index idx
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 \SpecialChar LaTeX
28492 -packages ! caption
28493 \end_layout
28494
28495 \end_inset
28496
28497  in the document preamble with this line:
28498 \end_layout
28499
28500 \begin_layout Standard
28501
28502 \series bold
28503
28504 \backslash
28505 usepackage[format definition]{caption}
28506 \end_layout
28507
28508 \begin_layout Standard
28509 To have for example the label and the number in sans-serif, bold font and
28510  the table captions always above the table as in this document, use the
28511  following command:
28512 \end_layout
28513
28514 \begin_layout Standard
28515
28516 \series bold
28517
28518 \backslash
28519 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28520 \end_layout
28521
28522 \begin_layout Standard
28523 You can also define different caption formats for the different float types.
28524  In this case load the 
28525 \series bold
28526 caption
28527 \series default
28528  package without format specific options and define the different formats
28529  with the help of the command
28530 \end_layout
28531
28532 \begin_layout Standard
28533
28534 \series bold
28535
28536 \backslash
28537 captionsetup[float type]{format definition}
28538 \end_layout
28539
28540 \begin_layout Standard
28541 in the document preamble.
28542  For example the caption formats of Figure
28543 \begin_inset space ~
28544 \end_inset
28545
28546
28547 \begin_inset CommandInset ref
28548 LatexCommand ref
28549 reference "fig:This-is-an-fig"
28550
28551 \end_inset
28552
28553  and Table
28554 \begin_inset space ~
28555 \end_inset
28556
28557
28558 \begin_inset CommandInset ref
28559 LatexCommand ref
28560 reference "tab:This-is-an-tab"
28561
28562 \end_inset
28563
28564  can be created using these commands in the document preamble:
28565 \end_layout
28566
28567 \begin_layout Standard
28568
28569 \series bold
28570
28571 \backslash
28572 usepackage[tableposition=top]{caption}
28573 \series default
28574
28575 \begin_inset Newline newline
28576 \end_inset
28577
28578
28579 \series bold
28580
28581 \backslash
28582 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28583 \begin_inset Newline newline
28584 \end_inset
28585
28586
28587 \begin_inset Phantom HPhantom
28588 status open
28589
28590 \begin_layout Plain Layout
28591
28592 \series bold
28593
28594 \backslash
28595 captionsetup[figure]{
28596 \end_layout
28597
28598 \end_inset
28599
28600 labelsep=period}
28601 \begin_inset Newline newline
28602 \end_inset
28603
28604
28605 \backslash
28606 captionsetup[table]{labelfont={bf,sf}}
28607 \end_layout
28608
28609 \begin_layout Standard
28610 \begin_inset Note Greyedout
28611 status open
28612
28613 \begin_layout Plain Layout
28614
28615 \series bold
28616 Note:
28617 \series default
28618  The option 
28619 \series bold
28620 tableposition=top
28621 \series default
28622  has no effect when a 
28623 \series bold
28624 KOMA-Script
28625 \series default
28626
28627 \begin_inset Index idx
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 \SpecialChar LaTeX
28632 -packages ! KOMA-Script
28633 \end_layout
28634
28635 \end_inset
28636
28637  document class is used.
28638  In this case the document class option 
28639 \series bold
28640 captions=tableheading
28641 \series default
28642  must be used.
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Standard
28651 For more information about the package 
28652 \series bold
28653 caption
28654 \series default
28655  we refer to its documentation 
28656 \begin_inset CommandInset citation
28657 LatexCommand cite
28658 key "caption"
28659 literal "true"
28660
28661 \end_inset
28662
28663 .
28664 \end_layout
28665
28666 \begin_layout Standard
28667 To change the label name from e.
28668 \begin_inset space \thinspace{}
28669 \end_inset
28670
28671 g.
28672 \begin_inset space \space{}
28673 \end_inset
28674
28675
28676 \begin_inset Quotes eld
28677 \end_inset
28678
28679 Figure
28680 \begin_inset Quotes erd
28681 \end_inset
28682
28683  to 
28684 \begin_inset Quotes eld
28685 \end_inset
28686
28687 Image
28688 \begin_inset Quotes erd
28689 \end_inset
28690
28691  use this preamble command:
28692 \end_layout
28693
28694 \begin_layout Standard
28695
28696 \series bold
28697
28698 \backslash
28699 renewcommand{
28700 \backslash
28701 fnum@figure}{Image~
28702 \backslash
28703 thefigure}
28704 \end_layout
28705
28706 \begin_layout Standard
28707 where 
28708 \series bold
28709
28710 \backslash
28711 thefigure
28712 \series default
28713  inserts the figure number and
28714 \series bold
28715  
28716 \begin_inset Quotes eld
28717 \end_inset
28718
28719 ~
28720 \series default
28721
28722 \begin_inset Quotes erd
28723 \end_inset
28724
28725  creates a protected space.
28726 \end_layout
28727
28728 \begin_layout Standard
28729 \begin_inset VSpace bigskip
28730 \end_inset
28731
28732 If you are using a 
28733 \series bold
28734 KOMA-Script
28735 \series default
28736
28737 \begin_inset Index idx
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741 \SpecialChar LaTeX
28742 -packages ! KOMA-Script
28743 \end_layout
28744
28745 \end_inset
28746
28747  document class (
28748 \family sans
28749 article (KOMA-Script)
28750 \family default
28751
28752 \family sans
28753 book (KOMA-Script)
28754 \family default
28755
28756 \family sans
28757 letter (KOMA-Script)
28758 \family default
28759 , or 
28760 \family sans
28761 report (KOMA-Script)
28762 \family default
28763
28764 \begin_inset space \thinspace{}
28765 \end_inset
28766
28767 ), you can alternatively to the 
28768 \series bold
28769 caption
28770 \series default
28771  package use 
28772 \series bold
28773 KOMA-Script
28774 \series default
28775 's built-in command 
28776 \series bold
28777
28778 \backslash
28779 setkomafont
28780 \series default
28781 .
28782  For example, to have the caption label in bold, add this command to your
28783  document preamble:
28784 \end_layout
28785
28786 \begin_layout Standard
28787
28788 \series bold
28789
28790 \backslash
28791 setkomafont{captionlabel}{
28792 \backslash
28793 bfseries}
28794 \end_layout
28795
28796 \begin_layout Standard
28797 For more information about 
28798 \series bold
28799
28800 \backslash
28801 setkomafont
28802 \series default
28803  we refer to the 
28804 \series bold
28805 KOMA-Script
28806 \series default
28807  documentation 
28808 \begin_inset CommandInset citation
28809 LatexCommand cite
28810 key "KOMA-Script"
28811 literal "true"
28812
28813 \end_inset
28814
28815 .
28816 \end_layout
28817
28818 \begin_layout Standard
28819 \begin_inset ERT
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823
28824
28825 \backslash
28826 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28827 }
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \begin_inset Note Note
28834 status open
28835
28836 \begin_layout Plain Layout
28837 The caption format is changed only for this example.
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 \begin_inset Float figure
28847 placement !p
28848 wide false
28849 sideways false
28850 status open
28851
28852 \begin_layout Plain Layout
28853 \align center
28854 \begin_inset Graphics
28855         filename clipart/2D-intensity-plot.pdf
28856         scaleBeforeRotation
28857
28858 \end_inset
28859
28860
28861 \end_layout
28862
28863 \begin_layout Plain Layout
28864 \begin_inset Caption Standard
28865
28866 \begin_layout Plain Layout
28867 \begin_inset CommandInset label
28868 LatexCommand label
28869 name "fig:This-is-an-fig"
28870
28871 \end_inset
28872
28873 This is an example figure caption that is longer than one line to show the
28874  different caption format.
28875  Here a self-defined caption format is used.
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 \begin_inset ERT
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893
28894
28895 \backslash
28896 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28897 on}
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 \begin_inset Float table
28907 placement !p
28908 wide false
28909 sideways false
28910 status open
28911
28912 \begin_layout Plain Layout
28913 \begin_inset Caption Standard
28914
28915 \begin_layout Plain Layout
28916 \begin_inset CommandInset label
28917 LatexCommand label
28918 name "tab:This-is-an-tab"
28919
28920 \end_inset
28921
28922 This is an example table caption that is longer than one line to show the
28923  different caption format.
28924  Here the standard caption format for tables in this document is used.
28925 \end_layout
28926
28927 \end_inset
28928
28929
28930 \end_layout
28931
28932 \begin_layout Plain Layout
28933 \align center
28934 \begin_inset Tabular
28935 <lyxtabular version="3" rows="1" columns="5">
28936 <features tabularvalignment="middle">
28937 <column alignment="center" valignment="top">
28938 <column alignment="center" valignment="top">
28939 <column alignment="center" valignment="top">
28940 <column alignment="center" valignment="top">
28941 <column alignment="center" valignment="top">
28942 <row>
28943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28944 \begin_inset Text
28945
28946 \begin_layout Plain Layout
28947 a
28948 \end_layout
28949
28950 \end_inset
28951 </cell>
28952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28953 \begin_inset Text
28954
28955 \begin_layout Plain Layout
28956 b
28957 \end_layout
28958
28959 \end_inset
28960 </cell>
28961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28962 \begin_inset Text
28963
28964 \begin_layout Plain Layout
28965 c
28966 \end_layout
28967
28968 \end_inset
28969 </cell>
28970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28971 \begin_inset Text
28972
28973 \begin_layout Plain Layout
28974 d
28975 \end_layout
28976
28977 \end_inset
28978 </cell>
28979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28980 \begin_inset Text
28981
28982 \begin_layout Plain Layout
28983 e
28984 \end_layout
28985
28986 \end_inset
28987 </cell>
28988 </row>
28989 </lyxtabular>
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \begin_layout Section
29002 Caption Placement
29003 \begin_inset Index idx
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007 Caption ! Placement
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \begin_inset Index idx
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017 Floats ! Caption Placement
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \begin_inset CommandInset label
29024 LatexCommand label
29025 name "sec:Caption-Placement"
29026
29027 \end_inset
29028
29029
29030 \end_layout
29031
29032 \begin_layout Standard
29033 The common caption placement rule is:
29034 \end_layout
29035
29036 \begin_layout Description
29037 Figure: Caption is set below the figure
29038 \end_layout
29039
29040 \begin_layout Description
29041 Table: Caption is set above the table
29042 \end_layout
29043
29044 \begin_layout Standard
29045 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29046 's
29047  standard classes.
29048  That means if you are using the document classes 
29049 \family sans
29050 article
29051 \family default
29052
29053 \family sans
29054 book
29055 \family default
29056
29057 \family sans
29058 letter
29059 \family default
29060 , or 
29061 \family sans
29062 report
29063 \family default
29064  there will be no space between the caption and the table.
29065  To insert the necessary space, load the \SpecialChar LaTeX
29066 -package 
29067 \series bold
29068 caption
29069 \series default
29070
29071 \begin_inset Index idx
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075 \SpecialChar LaTeX
29076 -packages ! caption
29077 \end_layout
29078
29079 \end_inset
29080
29081  in your document preamble with the option
29082 \begin_inset Foot
29083 status collapsed
29084
29085 \begin_layout Plain Layout
29086 See section
29087 \begin_inset space ~
29088 \end_inset
29089
29090
29091 \begin_inset CommandInset ref
29092 LatexCommand ref
29093 reference "sec:Caption-Formatting"
29094
29095 \end_inset
29096
29097  for more information of the package 
29098 \series bold
29099 caption
29100 \series default
29101 .
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110
29111 \series bold
29112 tableposition=top
29113 \end_layout
29114
29115 \begin_layout Standard
29116 If you are using a 
29117 \series bold
29118 KOMA-Script
29119 \series default
29120
29121 \begin_inset Index idx
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 \SpecialChar LaTeX
29126 -packages ! KOMA-Script
29127 \end_layout
29128
29129 \end_inset
29130
29131  document class (
29132 \family sans
29133 article (KOMA-Script)
29134 \family default
29135
29136 \family sans
29137 book (KOMA-Script)
29138 \family default
29139
29140 \family sans
29141 letter (KOMA-Script)
29142 \family default
29143 , or 
29144 \family sans
29145 report (KOMA-Script)
29146 \family default
29147
29148 \begin_inset space \thinspace{}
29149 \end_inset
29150
29151 ), you can alternatively to the 
29152 \series bold
29153 caption
29154 \series default
29155  package set the document class option
29156 \begin_inset Foot
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160 That option is used in this document.
29161 \end_layout
29162
29163 \end_inset
29164
29165
29166 \end_layout
29167
29168 \begin_layout Standard
29169
29170 \series bold
29171 captions=tableheading
29172 \end_layout
29173
29174 \begin_layout Standard
29175 In documents with a KOMA-Script document class you can also right-click
29176  on a caption and mark in the context menu if this should be a caption above
29177  or below the table/figure.
29178  This way you can override the document-wide caption placement for certain
29179  captions.
29180  Table
29181 \begin_inset space ~
29182 \end_inset
29183
29184
29185 \begin_inset CommandInset ref
29186 LatexCommand ref
29187 reference "tab:A-caption-marked"
29188
29189 \end_inset
29190
29191  is an example where the caption is marked a being below the table while
29192  it is above.
29193  For comparison the caption in Table
29194 \begin_inset space ~
29195 \end_inset
29196
29197
29198 \begin_inset CommandInset ref
29199 LatexCommand ref
29200 reference "tab:A-standard-table"
29201
29202 \end_inset
29203
29204  is not marked.
29205 \end_layout
29206
29207 \begin_layout Standard
29208 \begin_inset Float table
29209 wide false
29210 sideways false
29211 status open
29212
29213 \begin_layout Plain Layout
29214 \begin_inset Caption Below
29215
29216 \begin_layout Plain Layout
29217 \begin_inset CommandInset label
29218 LatexCommand label
29219 name "tab:A-caption-marked"
29220
29221 \end_inset
29222
29223 A caption marked as being below the table.
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \end_layout
29230
29231 \begin_layout Plain Layout
29232 \align center
29233 \begin_inset Tabular
29234 <lyxtabular version="3" rows="3" columns="3">
29235 <features tabularvalignment="middle">
29236 <column alignment="center" valignment="top" width="0pt">
29237 <column alignment="center" valignment="top" width="0pt">
29238 <column alignment="center" valignment="top" width="0pt">
29239 <row>
29240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29241 \begin_inset Text
29242
29243 \begin_layout Plain Layout
29244 1
29245 \end_layout
29246
29247 \end_inset
29248 </cell>
29249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29250 \begin_inset Text
29251
29252 \begin_layout Plain Layout
29253 2
29254 \end_layout
29255
29256 \end_inset
29257 </cell>
29258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29259 \begin_inset Text
29260
29261 \begin_layout Plain Layout
29262 3
29263 \end_layout
29264
29265 \end_inset
29266 </cell>
29267 </row>
29268 <row>
29269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273 Joe
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29279 \begin_inset Text
29280
29281 \begin_layout Plain Layout
29282 Mary
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29288 \begin_inset Text
29289
29290 \begin_layout Plain Layout
29291 Ted
29292 \end_layout
29293
29294 \end_inset
29295 </cell>
29296 </row>
29297 <row>
29298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29299 \begin_inset Text
29300
29301 \begin_layout Plain Layout
29302 \begin_inset Formula $\int x^{2}dx$
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \end_inset
29309 </cell>
29310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29311 \begin_inset Text
29312
29313 \begin_layout Plain Layout
29314 \begin_inset Formula $\left[\begin{array}{cc}
29315 a & b\\
29316 c & d
29317 \end{array}\right]$
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29326 \begin_inset Text
29327
29328 \begin_layout Plain Layout
29329 \begin_inset Formula $1+1=2$
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \end_inset
29336 </cell>
29337 </row>
29338 </lyxtabular>
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 \begin_inset Float table
29352 wide false
29353 sideways false
29354 status open
29355
29356 \begin_layout Plain Layout
29357 \begin_inset Caption Standard
29358
29359 \begin_layout Plain Layout
29360 \begin_inset CommandInset label
29361 LatexCommand label
29362 name "tab:A-standard-table"
29363
29364 \end_inset
29365
29366 A standard table caption.
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Plain Layout
29375 \align center
29376 \begin_inset Tabular
29377 <lyxtabular version="3" rows="3" columns="3">
29378 <features tabularvalignment="middle">
29379 <column alignment="center" valignment="top" width="0pt">
29380 <column alignment="center" valignment="top" width="0pt">
29381 <column alignment="center" valignment="top" width="0pt">
29382 <row>
29383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 1
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396 2
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 3
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 </row>
29411 <row>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416 Joe
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 Mary
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434 Ted
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 </row>
29440 <row>
29441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 \begin_inset Formula $\int x^{2}dx$
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457 \begin_inset Formula $\left[\begin{array}{cc}
29458 a & b\\
29459 c & d
29460 \end{array}\right]$
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Plain Layout
29472 \begin_inset Formula $1+1=2$
29473 \end_inset
29474
29475
29476 \end_layout
29477
29478 \end_inset
29479 </cell>
29480 </row>
29481 </lyxtabular>
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Standard
29494 \begin_inset VSpace bigskip
29495 \end_inset
29496
29497 It is also possible to set the caption beside a figure or table.
29498  To get this the \SpecialChar LaTeX
29499 -package 
29500 \series bold
29501 sidecap
29502 \series default
29503
29504 \begin_inset Index idx
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508 \SpecialChar LaTeX
29509 -packages ! sidecap
29510 \end_layout
29511
29512 \end_inset
29513
29514  has to be loaded in the document preamble with the line
29515 \end_layout
29516
29517 \begin_layout Standard
29518
29519 \series bold
29520
29521 \backslash
29522 usepackage[option]{sidecap}
29523 \end_layout
29524
29525 \begin_layout Standard
29526 If you set no option, the caption is placed on the side of the outer page
29527  margin – to the right on odd pages, to the left on even pages.
29528  You can change the placement to inner margin with the option 
29529 \series bold
29530 innercaption
29531 \series default
29532 .
29533  To force the placement always to the right or left, use the option 
29534 \series bold
29535 rightcaption
29536 \series default
29537  or 
29538 \series bold
29539 leftcaption
29540 \series default
29541 , respectively.
29542 \end_layout
29543
29544 \begin_layout Standard
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550
29551 \backslash
29552 ifsidecap
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \begin_inset Note Note
29559 status open
29560
29561 \begin_layout Plain Layout
29562 The following section will only be displayed when the \SpecialChar LaTeX
29563 -package 
29564 \series bold
29565 sidecap
29566 \series default
29567  is installed.
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 To place in \SpecialChar LyX
29577  the caption of a float on the side, it is necessary to add
29578  these commands to the document preamble:
29579 \end_layout
29580
29581 \begin_layout Standard
29582 \noindent
29583 \begin_inset CommandInset line
29584 LatexCommand rule
29585 offset "0.5ex"
29586 width "100line%"
29587 height "1pt"
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Standard
29595
29596 \series bold
29597
29598 \backslash
29599 newcommand{
29600 \backslash
29601 TabBesBeg}[1][1.0]{%
29602 \begin_inset Newline newline
29603 \end_inset
29604
29605
29606 \begin_inset Phantom HPhantom
29607 status open
29608
29609 \begin_layout Plain Layout
29610 \begin_inset space ~
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \backslash
29620 let
29621 \backslash
29622 MyTable
29623 \backslash
29624 table
29625 \begin_inset Newline newline
29626 \end_inset
29627
29628
29629 \begin_inset Phantom HPhantom
29630 status open
29631
29632 \begin_layout Plain Layout
29633
29634 \series medium
29635 \begin_inset space ~
29636 \end_inset
29637
29638
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \backslash
29645 let
29646 \backslash
29647 MyEndtable
29648 \backslash
29649 endtable
29650 \begin_inset Newline newline
29651 \end_inset
29652
29653
29654 \begin_inset Phantom HPhantom
29655 status open
29656
29657 \begin_layout Plain Layout
29658
29659 \series medium
29660 \begin_inset space ~
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \backslash
29670 renewenvironment{table}[1]{
29671 \backslash
29672 begin{SCtable}[#1]##1}{
29673 \backslash
29674 end{SCtable}}}
29675 \end_layout
29676
29677 \begin_layout Standard
29678
29679 \series bold
29680
29681 \backslash
29682 newcommand{
29683 \backslash
29684 TabBesEnd}{%
29685 \begin_inset Newline newline
29686 \end_inset
29687
29688
29689 \begin_inset Phantom HPhantom
29690 status open
29691
29692 \begin_layout Plain Layout
29693 \begin_inset space ~
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \backslash
29703 let
29704 \backslash
29705 table
29706 \backslash
29707 MyTable
29708 \begin_inset Newline newline
29709 \end_inset
29710
29711
29712 \begin_inset Phantom HPhantom
29713 status open
29714
29715 \begin_layout Plain Layout
29716 \begin_inset space ~
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \backslash
29726 let
29727 \backslash
29728 endtable
29729 \backslash
29730 MyEndtable
29731 \end_layout
29732
29733 \begin_layout Standard
29734
29735 \series bold
29736
29737 \backslash
29738 newcommand{
29739 \backslash
29740 FigBesBeg}[1][1.0]{%
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744
29745 \begin_inset Phantom HPhantom
29746 status open
29747
29748 \begin_layout Plain Layout
29749 \begin_inset space ~
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \backslash
29759 let
29760 \backslash
29761 MyFigure
29762 \backslash
29763 figure
29764 \begin_inset Newline newline
29765 \end_inset
29766
29767
29768 \begin_inset Phantom HPhantom
29769 status open
29770
29771 \begin_layout Plain Layout
29772 \begin_inset space ~
29773 \end_inset
29774
29775
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \backslash
29782 let
29783 \backslash
29784 MyEndfigure
29785 \backslash
29786 endfigure
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790
29791 \begin_inset Phantom HPhantom
29792 status open
29793
29794 \begin_layout Plain Layout
29795 \begin_inset space ~
29796 \end_inset
29797
29798
29799 \end_layout
29800
29801 \end_inset
29802
29803
29804 \backslash
29805 renewenvironment{figure}[1]{
29806 \backslash
29807 begin{SCfigure}[#1]##1}{
29808 \backslash
29809 end{SCfigure}}}
29810 \end_layout
29811
29812 \begin_layout Standard
29813
29814 \series bold
29815
29816 \backslash
29817 newcommand{
29818 \backslash
29819 FigBesEnd}{%
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823
29824 \begin_inset Phantom HPhantom
29825 status open
29826
29827 \begin_layout Plain Layout
29828 \begin_inset space ~
29829 \end_inset
29830
29831
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \backslash
29838 let
29839 \backslash
29840 figure
29841 \backslash
29842 MyFigure
29843 \begin_inset Newline newline
29844 \end_inset
29845
29846
29847 \begin_inset Phantom HPhantom
29848 status open
29849
29850 \begin_layout Plain Layout
29851 \begin_inset space ~
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \backslash
29861 let
29862 \backslash
29863 endfigure
29864 \backslash
29865 MyEndfigure}
29866 \end_layout
29867
29868 \begin_layout Standard
29869 \noindent
29870 \begin_inset CommandInset line
29871 LatexCommand rule
29872 offset "0.5ex"
29873 width "100line%"
29874 height "1pt"
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 The commands allow you to redefine the floats so that the caption is set
29883  on the side.
29884  For figure floats use the command
29885 \end_layout
29886
29887 \begin_layout Standard
29888
29889 \series bold
29890
29891 \backslash
29892 FigBesBeg
29893 \end_layout
29894
29895 \begin_layout Standard
29896 in \SpecialChar TeX
29897  Code before the float.
29898  And insert the command
29899 \end_layout
29900
29901 \begin_layout Standard
29902
29903 \series bold
29904
29905 \backslash
29906 FigBesEnd
29907 \end_layout
29908
29909 \begin_layout Standard
29910 in \SpecialChar TeX
29911  Code at the point where you want to get back to the original float definitio
29912 n.
29913 \end_layout
29914
29915 \begin_layout Standard
29916 For table floats use the corresponding commands
29917 \end_layout
29918
29919 \begin_layout Standard
29920
29921 \series bold
29922
29923 \backslash
29924 TabBesBeg
29925 \series default
29926  and 
29927 \series bold
29928
29929 \backslash
29930 TabBesEnd
29931 \end_layout
29932
29933 \begin_layout Standard
29934 Figure
29935 \begin_inset space ~
29936 \end_inset
29937
29938
29939 \begin_inset CommandInset ref
29940 LatexCommand ref
29941 reference "fig:cap-beside-fig"
29942
29943 \end_inset
29944
29945  and Table
29946 \begin_inset space ~
29947 \end_inset
29948
29949
29950 \begin_inset CommandInset ref
29951 LatexCommand ref
29952 reference "tab:cap-beside-tab"
29953
29954 \end_inset
29955
29956  are examples where the caption is set beside.
29957 \end_layout
29958
29959 \begin_layout Standard
29960 You can see in the examples that the caption text appears at the top of
29961  the floats for table floats and at the bottom for figure floats.
29962  To change this, you can use the command
29963 \end_layout
29964
29965 \begin_layout Standard
29966
29967 \series bold
29968
29969 \backslash
29970 sidecaptionvpos{float type}{placement}
29971 \end_layout
29972
29973 \begin_layout Standard
29974 in the document preamble or in \SpecialChar TeX
29975  Code before the float.
29976  The float type is either 
29977 \family sans
29978 figure
29979 \family default
29980  or 
29981 \family sans
29982 table
29983 \family default
29984 , the placement can be 
29985 \begin_inset Quotes eld
29986 \end_inset
29987
29988
29989 \family sans
29990 t
29991 \family default
29992
29993 \begin_inset Quotes erd
29994 \end_inset
29995
29996  for top, 
29997 \begin_inset Quotes eld
29998 \end_inset
29999
30000
30001 \family sans
30002 c
30003 \family default
30004
30005 \begin_inset Quotes erd
30006 \end_inset
30007
30008  for center, or 
30009 \begin_inset Quotes eld
30010 \end_inset
30011
30012
30013 \family sans
30014 b
30015 \family default
30016
30017 \begin_inset Quotes erd
30018 \end_inset
30019
30020  for bottom.
30021  To have for example the caption of figure floats vertically centered, use
30022  the command
30023 \end_layout
30024
30025 \begin_layout Standard
30026
30027 \series bold
30028
30029 \backslash
30030 sidecaptionvpos{figure}{c}
30031 \end_layout
30032
30033 \begin_layout Standard
30034 This was used for Figure
30035 \begin_inset space ~
30036 \end_inset
30037
30038
30039 \begin_inset CommandInset ref
30040 LatexCommand ref
30041 reference "fig:cap-beside-fig-2"
30042
30043 \end_inset
30044
30045 .
30046 \end_layout
30047
30048 \begin_layout Standard
30049 \begin_inset VSpace medskip
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Standard
30056 The default caption width is the width of the image/table.
30057  For thin image/tables, like in Table
30058 \begin_inset space ~
30059 \end_inset
30060
30061
30062 \begin_inset CommandInset ref
30063 LatexCommand ref
30064 reference "tab:cap-beside-tab"
30065
30066 \end_inset
30067
30068 , this leads to captions that are too thin.
30069  You can increase the width by specifying a factor that will be multiplied
30070  with the image/table width to get the caption width.
30071  The caption width will automatically be recalculated in case it would protrude
30072  over the page or column margin due to the specified width.
30073  The 
30074 \emph on
30075 factor
30076 \emph default
30077  can either be given as optional argument for 
30078 \series bold
30079
30080 \backslash
30081 FigBesBeg
30082 \series default
30083 :
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 FigBesBeg[factor]
30092 \end_layout
30093
30094 \begin_layout Standard
30095 or in the definition of 
30096 \series bold
30097
30098 \backslash
30099 FigBesBeg
30100 \series default
30101  by replacing the 
30102 \series bold
30103 1.0
30104 \series default
30105  with another value.
30106  If you do the latter, your factor will be the default if 
30107 \series bold
30108
30109 \backslash
30110 FigBesBeg
30111 \series default
30112  is used without an argument.
30113  For Table
30114 \begin_inset space ~
30115 \end_inset
30116
30117
30118 \begin_inset CommandInset ref
30119 LatexCommand ref
30120 reference "tab:cap-beside-tab-wider"
30121
30122 \end_inset
30123
30124  the factor 5 was used.
30125 \end_layout
30126
30127 \begin_layout Standard
30128 \begin_inset Note Greyedout
30129 status open
30130
30131 \begin_layout Plain Layout
30132
30133 \series bold
30134 Note:
30135 \series default
30136  For floats with captions set beside, you cannot use the float placement
30137  option 
30138 \family sans
30139 Here
30140 \begin_inset space ~
30141 \end_inset
30142
30143 definitely
30144 \family default
30145  because it is not supported by 
30146 \series bold
30147 sidecap
30148 \series default
30149 .
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Standard
30158 \begin_inset VSpace medskip
30159 \end_inset
30160
30161 For more information about the package 
30162 \series bold
30163 sidecap
30164 \series default
30165  we refer to its documentation 
30166 \begin_inset CommandInset citation
30167 LatexCommand cite
30168 key "sidecap"
30169 literal "true"
30170
30171 \end_inset
30172
30173 .
30174 \end_layout
30175
30176 \begin_layout Standard
30177 \begin_inset Note Greyedout
30178 status open
30179
30180 \begin_layout Plain Layout
30181
30182 \series bold
30183 Note:
30184 \series default
30185  The \SpecialChar LaTeX
30186 -package 
30187 \series bold
30188 hypcap
30189 \series default
30190
30191 \begin_inset Index idx
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195 \SpecialChar LaTeX
30196 -packages ! hypcap
30197 \end_layout
30198
30199 \end_inset
30200
30201 , described in section
30202 \begin_inset space ~
30203 \end_inset
30204
30205
30206 \begin_inset CommandInset ref
30207 LatexCommand ref
30208 reference "subsec:Reference-Position"
30209
30210 \end_inset
30211
30212 , has no effect on floats with the caption set beside.
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \begin_layout Standard
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226
30227 \backslash
30228 FigBesBeg
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \end_layout
30235
30236 \begin_layout Standard
30237 \begin_inset Float figure
30238 wide false
30239 sideways false
30240 status open
30241
30242 \begin_layout Plain Layout
30243 \begin_inset Graphics
30244         filename clipart/3D-structure-distort.pdf
30245         scale 50
30246         scaleBeforeRotation
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Plain Layout
30254 \begin_inset Caption Standard
30255
30256 \begin_layout Plain Layout
30257 \begin_inset CommandInset label
30258 LatexCommand label
30259 name "fig:cap-beside-fig"
30260
30261 \end_inset
30262
30263 This is a caption beside a figure.
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \end_layout
30275
30276 \begin_layout Standard
30277 \begin_inset ERT
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281
30282
30283 \backslash
30284 FigBesEnd
30285 \end_layout
30286
30287 \end_inset
30288
30289
30290 \end_layout
30291
30292 \begin_layout Standard
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298
30299 \backslash
30300 TabBesBeg
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \begin_layout Standard
30309 \begin_inset Float table
30310 wide false
30311 sideways false
30312 status open
30313
30314 \begin_layout Plain Layout
30315 \begin_inset Caption Standard
30316
30317 \begin_layout Plain Layout
30318 \begin_inset CommandInset label
30319 LatexCommand label
30320 name "tab:cap-beside-tab"
30321
30322 \end_inset
30323
30324 This is a caption beside a table.
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Plain Layout
30333 \begin_inset Tabular
30334 <lyxtabular version="3" rows="4" columns="5">
30335 <features tabularvalignment="middle">
30336 <column alignment="center" valignment="top">
30337 <column alignment="center" valignment="top">
30338 <column alignment="center" valignment="top">
30339 <column alignment="center" valignment="top">
30340 <column alignment="center" valignment="top">
30341 <row>
30342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30343 \begin_inset Text
30344
30345 \begin_layout Plain Layout
30346 a
30347 \end_layout
30348
30349 \end_inset
30350 </cell>
30351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30352 \begin_inset Text
30353
30354 \begin_layout Plain Layout
30355
30356 \end_layout
30357
30358 \end_inset
30359 </cell>
30360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30361 \begin_inset Text
30362
30363 \begin_layout Plain Layout
30364 b
30365 \end_layout
30366
30367 \end_inset
30368 </cell>
30369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30370 \begin_inset Text
30371
30372 \begin_layout Plain Layout
30373
30374 \end_layout
30375
30376 \end_inset
30377 </cell>
30378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30379 \begin_inset Text
30380
30381 \begin_layout Plain Layout
30382 c
30383 \end_layout
30384
30385 \end_inset
30386 </cell>
30387 </row>
30388 <row>
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" usebox="none">
30399 \begin_inset Text
30400
30401 \begin_layout Plain Layout
30402 d
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30408 \begin_inset Text
30409
30410 \begin_layout Plain Layout
30411
30412 \end_layout
30413
30414 \end_inset
30415 </cell>
30416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30417 \begin_inset Text
30418
30419 \begin_layout Plain Layout
30420 e
30421 \end_layout
30422
30423 \end_inset
30424 </cell>
30425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30426 \begin_inset Text
30427
30428 \begin_layout Plain Layout
30429
30430 \end_layout
30431
30432 \end_inset
30433 </cell>
30434 </row>
30435 <row>
30436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30437 \begin_inset Text
30438
30439 \begin_layout Plain Layout
30440 f
30441 \end_layout
30442
30443 \end_inset
30444 </cell>
30445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30446 \begin_inset Text
30447
30448 \begin_layout Plain Layout
30449
30450 \end_layout
30451
30452 \end_inset
30453 </cell>
30454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30455 \begin_inset Text
30456
30457 \begin_layout Plain Layout
30458 g
30459 \end_layout
30460
30461 \end_inset
30462 </cell>
30463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30464 \begin_inset Text
30465
30466 \begin_layout Plain Layout
30467
30468 \end_layout
30469
30470 \end_inset
30471 </cell>
30472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30473 \begin_inset Text
30474
30475 \begin_layout Plain Layout
30476 h
30477 \end_layout
30478
30479 \end_inset
30480 </cell>
30481 </row>
30482 <row>
30483 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
30493 \begin_inset Text
30494
30495 \begin_layout Plain Layout
30496 i
30497 \end_layout
30498
30499 \end_inset
30500 </cell>
30501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30502 \begin_inset Text
30503
30504 \begin_layout Plain Layout
30505
30506 \end_layout
30507
30508 \end_inset
30509 </cell>
30510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30511 \begin_inset Text
30512
30513 \begin_layout Plain Layout
30514 j
30515 \end_layout
30516
30517 \end_inset
30518 </cell>
30519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30520 \begin_inset Text
30521
30522 \begin_layout Plain Layout
30523
30524 \end_layout
30525
30526 \end_inset
30527 </cell>
30528 </row>
30529 </lyxtabular>
30530
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \end_layout
30540
30541 \begin_layout Standard
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 TabBesEnd
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \end_layout
30556
30557 \begin_layout Standard
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563
30564 \backslash
30565 FigBesBeg
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 sidecaptionvpos{figure}{c}
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Float figure
30585 wide false
30586 sideways false
30587 status open
30588
30589 \begin_layout Plain Layout
30590 \begin_inset Graphics
30591         filename clipart/3D-structure-distort.pdf
30592         scale 50
30593         scaleBeforeRotation
30594
30595 \end_inset
30596
30597
30598 \end_layout
30599
30600 \begin_layout Plain Layout
30601 \begin_inset Caption Standard
30602
30603 \begin_layout Plain Layout
30604 \begin_inset CommandInset label
30605 LatexCommand label
30606 name "fig:cap-beside-fig-2"
30607
30608 \end_inset
30609
30610 This is a vertically centered caption beside a figure.
30611 \end_layout
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \begin_layout Standard
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629
30630 \backslash
30631 FigBesEnd
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 TabBesBeg[5]
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset Float table
30657 wide false
30658 sideways false
30659 status open
30660
30661 \begin_layout Plain Layout
30662 \begin_inset Caption Standard
30663
30664 \begin_layout Plain Layout
30665 \begin_inset CommandInset label
30666 LatexCommand label
30667 name "tab:cap-beside-tab-wider"
30668
30669 \end_inset
30670
30671 This caption is wider than the one in Table
30672 \begin_inset space ~
30673 \end_inset
30674
30675
30676 \begin_inset CommandInset ref
30677 LatexCommand ref
30678 reference "tab:cap-beside-tab"
30679
30680 \end_inset
30681
30682 .
30683 \end_layout
30684
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Plain Layout
30691 \begin_inset Tabular
30692 <lyxtabular version="3" rows="4" columns="5">
30693 <features tabularvalignment="middle">
30694 <column alignment="center" valignment="top">
30695 <column alignment="center" valignment="top">
30696 <column alignment="center" valignment="top">
30697 <column alignment="center" valignment="top">
30698 <column alignment="center" valignment="top">
30699 <row>
30700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30701 \begin_inset Text
30702
30703 \begin_layout Plain Layout
30704 a
30705 \end_layout
30706
30707 \end_inset
30708 </cell>
30709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30710 \begin_inset Text
30711
30712 \begin_layout Plain Layout
30713
30714 \end_layout
30715
30716 \end_inset
30717 </cell>
30718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30719 \begin_inset Text
30720
30721 \begin_layout Plain Layout
30722 b
30723 \end_layout
30724
30725 \end_inset
30726 </cell>
30727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30728 \begin_inset Text
30729
30730 \begin_layout Plain Layout
30731
30732 \end_layout
30733
30734 \end_inset
30735 </cell>
30736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30737 \begin_inset Text
30738
30739 \begin_layout Plain Layout
30740 c
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 </row>
30746 <row>
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" usebox="none">
30757 \begin_inset Text
30758
30759 \begin_layout Plain Layout
30760 d
30761 \end_layout
30762
30763 \end_inset
30764 </cell>
30765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30766 \begin_inset Text
30767
30768 \begin_layout Plain Layout
30769
30770 \end_layout
30771
30772 \end_inset
30773 </cell>
30774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778 e
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 </row>
30793 <row>
30794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30795 \begin_inset Text
30796
30797 \begin_layout Plain Layout
30798 f
30799 \end_layout
30800
30801 \end_inset
30802 </cell>
30803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30804 \begin_inset Text
30805
30806 \begin_layout Plain Layout
30807
30808 \end_layout
30809
30810 \end_inset
30811 </cell>
30812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30813 \begin_inset Text
30814
30815 \begin_layout Plain Layout
30816 g
30817 \end_layout
30818
30819 \end_inset
30820 </cell>
30821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30822 \begin_inset Text
30823
30824 \begin_layout Plain Layout
30825
30826 \end_layout
30827
30828 \end_inset
30829 </cell>
30830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834 h
30835 \end_layout
30836
30837 \end_inset
30838 </cell>
30839 </row>
30840 <row>
30841 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
30851 \begin_inset Text
30852
30853 \begin_layout Plain Layout
30854 i
30855 \end_layout
30856
30857 \end_inset
30858 </cell>
30859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30860 \begin_inset Text
30861
30862 \begin_layout Plain Layout
30863
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872 j
30873 \end_layout
30874
30875 \end_inset
30876 </cell>
30877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30878 \begin_inset Text
30879
30880 \begin_layout Plain Layout
30881
30882 \end_layout
30883
30884 \end_inset
30885 </cell>
30886 </row>
30887 </lyxtabular>
30888
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \end_layout
30898
30899 \begin_layout Standard
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905
30906 \backslash
30907 TabBesEnd
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \begin_layout Standard
30916 \begin_inset ERT
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920
30921
30922 \backslash
30923 else
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \begin_inset Note Note
30930 status open
30931
30932 \begin_layout Plain Layout
30933 The following will be displayed when the \SpecialChar LaTeX
30934 -package 
30935 \series bold
30936 sidecap
30937 \series default
30938  is not installed:
30939 \end_layout
30940
30941 \end_inset
30942
30943
30944 \end_layout
30945
30946 \begin_layout Standard
30947 You need to install the \SpecialChar LaTeX
30948 -package 
30949 \series bold
30950 sidecap
30951 \series default
30952  to see the following part of this section in the output.
30953 \end_layout
30954
30955 \begin_layout Standard
30956 \begin_inset ERT
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960
30961
30962 \backslash
30963 fi
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Section
30972 Listings of Floats
30973 \begin_inset Index idx
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977 Floats ! Float Lists
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Standard
30986 Similar to the table of contents where the sections of the document are
30987  listed, there are listings for all float types, like the figures of the
30988  documents.
30989  You can insert them via the 
30990 \family sans
30991 Insert\SpecialChar menuseparator
30992 List
30993 \begin_inset space ~
30994 \end_inset
30995
30996 /
30997 \begin_inset space ~
30998 \end_inset
30999
31000 TOC
31001 \family default
31002  sub menus.
31003 \end_layout
31004
31005 \begin_layout Standard
31006 The list entries are the float captions or its short title, the float number,
31007  and the page number where they appear in the document.
31008 \end_layout
31009
31010 \begin_layout Standard
31011 You can find the list of figures and tables at the end of this document.
31012 \end_layout
31013
31014 \begin_layout Chapter
31015 Notes
31016 \end_layout
31017
31018 \begin_layout Section
31019 \SpecialChar LyX
31020  Notes
31021 \begin_inset Index idx
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025 Notes ! \SpecialChar LyX
31026  Notes
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \begin_layout Standard
31035 Notes are inserted with the toolbar button 
31036 \begin_inset Info
31037 type  "icon"
31038 arg   "note-insert"
31039 \end_inset
31040
31041  or the menu 
31042 \family sans
31043 Insert\SpecialChar menuseparator
31044 Note
31045 \family default
31046 .
31047  There are three types of notes:
31048 \end_layout
31049
31050 \begin_layout Description
31051 \SpecialChar LyX
31052
31053 \begin_inset space ~
31054 \end_inset
31055
31056 Note This note type is for internal notes that won't appear in the output.
31057  Its note-box looks like this:
31058 \begin_inset Newline newline
31059 \end_inset
31060
31061
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \begin_inset Graphics
31067         filename clipart/LyXNoteImage.png
31068         display false
31069         scaleBeforeRotation
31070
31071 \end_inset
31072
31073  
31074 \begin_inset Note Note
31075 status open
31076
31077 \begin_layout Plain Layout
31078 This is text in a note box that doesn't appear in the output.
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Description
31087 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31088 -comment,
31089  when you export the document to \SpecialChar LaTeX
31090  via the menu 
31091 \family sans
31092 File\SpecialChar menuseparator
31093 Export\SpecialChar menuseparator
31094 LaTeX
31095 \begin_inset space ~
31096 \end_inset
31097
31098 (pdflatex) / (plain)
31099 \family default
31100 .
31101  Its note-box looks like this:
31102 \begin_inset Newline newline
31103 \end_inset
31104
31105
31106 \begin_inset Newline newline
31107 \end_inset
31108
31109
31110 \begin_inset Graphics
31111         filename clipart/CommentNoteImage.png
31112         display false
31113         scaleBeforeRotation
31114
31115 \end_inset
31116
31117  
31118 \begin_inset Note Comment
31119 status open
31120
31121 \begin_layout Plain Layout
31122 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31123 -files.
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \begin_layout Description
31132 Greyed
31133 \begin_inset space ~
31134 \end_inset
31135
31136 Out This note will appear in the output as grey text.
31137  Its note-box looks like this:
31138 \begin_inset Newline newline
31139 \end_inset
31140
31141
31142 \begin_inset Newline newline
31143 \end_inset
31144
31145
31146 \begin_inset Graphics
31147         filename clipart/GreyedOutNoteImage.png
31148         display false
31149         scaleBeforeRotation
31150
31151 \end_inset
31152
31153
31154 \begin_inset Newline newline
31155 \end_inset
31156
31157
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 renewenvironment{lyxgreyedout}
31166 \end_layout
31167
31168 \begin_layout Plain Layout
31169
31170 {
31171 \backslash
31172 textcolor[gray]{0.8}
31173 \backslash
31174 bgroup}{
31175 \backslash
31176 egroup}
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \begin_inset Note Greyedout
31183 status open
31184
31185 \begin_layout Plain Layout
31186 This is text of a comment that appears grey in the output.
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 renewenvironment{lyxgreyedout}
31200 \end_layout
31201
31202 \begin_layout Plain Layout
31203
31204 {
31205 \backslash
31206 textcolor{blue}
31207 \backslash
31208 bgroup}{
31209 \backslash
31210 egroup}
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \begin_inset Note Note
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31221  definition
31222  because greyed out notes are redefined in the preamble of this document,
31223  as described below, to have blue text.
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \begin_inset Newline newline
31230 \end_inset
31231
31232
31233 \begin_inset Newline newline
31234 \end_inset
31235
31236 As you can see in the example, the first line of greyed out notes is a bit
31237  indented and greyed out notes can have footnotes.
31238 \end_layout
31239
31240 \begin_layout Standard
31241 \begin_inset VSpace bigskip
31242 \end_inset
31243
31244 When you use the toolbar button 
31245 \begin_inset Info
31246 type  "icon"
31247 arg   "note-insert"
31248 \end_inset
31249
31250  to insert notes, a 
31251 \family sans
31252 \SpecialChar LyX
31253
31254 \begin_inset space ~
31255 \end_inset
31256
31257 Note
31258 \family default
31259  is inserted.
31260  You can switch between the three note types by right-clicking on the note-box.
31261  
31262 \family roman
31263 \series medium
31264 \bar no
31265 If you want to turn existing text into a note, mark it and click on the
31266  note
31267 \family default
31268 \series default
31269 \bar default
31270  toolbar 
31271 \family roman
31272 \series medium
31273 \bar no
31274 button
31275 \family default
31276 \series default
31277 \bar default
31278 .
31279  To change a note to text, press the backspace key when the cursor is in
31280  the first position of a note, or press the delete key when the cursor is
31281  in the very last position of the note, respectively.
31282 \end_layout
31283
31284 \begin_layout Standard
31285 \begin_inset VSpace bigskip
31286 \end_inset
31287
31288 You can change the text color of the greyed out notes in the menu 
31289 \family sans
31290 Document\SpecialChar menuseparator
31291 Settings\SpecialChar menuseparator
31292 Colors
31293 \family default
31294 .
31295 \end_layout
31296
31297 \begin_layout Section
31298 Footnotes
31299 \begin_inset CommandInset label
31300 LatexCommand label
31301 name "sec:Footnotes"
31302
31303 \end_inset
31304
31305
31306 \begin_inset Index idx
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310 Notes ! Footnotes
31311 \end_layout
31312
31313 \end_inset
31314
31315
31316 \begin_inset Index idx
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 Footnotes
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 Footnotes can be inserted using the toolbar button 
31330 \begin_inset Info
31331 type  "icon"
31332 arg   "footnote-insert"
31333 \end_inset
31334
31335  or the menu 
31336 \family sans
31337 Insert\SpecialChar menuseparator
31338 Footnote
31339 \family default
31340 .
31341  You will then see the following footnote-box: 
31342 \begin_inset Graphics
31343         filename clipart/footnote.png
31344         scale 95
31345         scaleBeforeRotation
31346
31347 \end_inset
31348
31349  
31350 \family roman
31351 \series medium
31352 \bar no
31353 where you can enter the footnote text.
31354  If you want to turn existing text into a footnote, mark it and click on
31355  the footnote
31356 \family default
31357 \series default
31358 \bar default
31359  toolbar 
31360 \family roman
31361 \series medium
31362 \bar no
31363 button
31364 \family default
31365 \series default
31366 \bar default
31367 .
31368  To change a 
31369 \family roman
31370 \series medium
31371 \bar no
31372 footnote
31373 \family default
31374 \series default
31375 \bar default
31376  to text, press the 
31377 \family sans
31378 Backspace
31379 \family default
31380  key when the cursor is in the first position of a 
31381 \family roman
31382 \series medium
31383 \bar no
31384 footnote
31385 \family default
31386 \series default
31387 \bar default
31388 , or press the 
31389 \family sans
31390 Delete
31391 \family default
31392  key when the cursor is in the very last position of the 
31393 \family roman
31394 \series medium
31395 \bar no
31396 footnote
31397 \family default
31398 \series default
31399 \bar default
31400 , respectively.
31401 \end_layout
31402
31403 \begin_layout Standard
31404 Here is an example footnote:
31405 \family roman
31406 \series medium
31407 \bar no
31408
31409 \begin_inset Foot
31410 status open
31411
31412 \begin_layout Plain Layout
31413 \begin_inset CommandInset label
31414 LatexCommand label
31415 name "foot:This-is-an"
31416
31417 \end_inset
31418
31419 This is an example footnote.
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \family default
31426 \series default
31427 \bar default
31428
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 newcounter{MyRepeatFoot}
31437 \end_layout
31438
31439 \begin_layout Plain Layout
31440
31441
31442 \backslash
31443 setcounter{MyRepeatFoot}{
31444 \backslash
31445 thefootnote}
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 The footnote will appear in the output as a superscript number at the text
31455  position where the footnote box is placed.
31456  The footnote text is placed at the bottom of the current page.
31457  The footnote number is calculated by \SpecialChar LaTeX
31458 ; the numbers are consecutive.
31459  Whether the footnote number is reset for every chapter depends on your
31460  document class.
31461 \end_layout
31462
31463 \begin_layout Standard
31464 Footnotes can be referenced like floats: Insert a label into the footnote
31465  and cross-reference this label in the text as described in section
31466 \begin_inset space ~
31467 \end_inset
31468
31469
31470 \begin_inset CommandInset ref
31471 LatexCommand ref
31472 reference "sec:Referencing-Floats"
31473
31474 \end_inset
31475
31476 .
31477 \begin_inset Newline newline
31478 \end_inset
31479
31480 This is a cross-reference of Footnote
31481 \begin_inset space ~
31482 \end_inset
31483
31484
31485 \begin_inset CommandInset ref
31486 LatexCommand ref
31487 reference "foot:This-is-an"
31488
31489 \end_inset
31490
31491 .
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset VSpace defskip
31496 \end_inset
31497
31498 Footnotes in title environments are usually not numbered with symbols and
31499  they cannot contain several paragraphs.
31500  See for example the footnote in the titling of this document.
31501 \end_layout
31502
31503 \begin_layout Standard
31504 \begin_inset VSpace defskip
31505 \end_inset
31506
31507 Footnotes in tables are not printed by \SpecialChar LaTeX
31508  due to technical reasons.
31509  However there exists another method to print them: Instead of the footnote
31510  the command 
31511 \series bold
31512
31513 \backslash
31514 footnotemark{}
31515 \series default
31516  is inserted as \SpecialChar TeX
31517  code.
31518  The text of the footnote is entered as an argument of the \SpecialChar TeX
31519  code command
31520  
31521 \series bold
31522
31523 \backslash
31524 footnotetext
31525 \series default
31526  after the table.
31527 \begin_inset Newline newline
31528 \end_inset
31529
31530 This was done for the following table with the command
31531 \end_layout
31532
31533 \begin_layout Standard
31534
31535 \series bold
31536
31537 \backslash
31538 footnotetext{
31539 \series default
31540 Printed table footnote.
31541 \series bold
31542 }
31543 \end_layout
31544
31545 \begin_layout Standard
31546 \begin_inset Tabular
31547 <lyxtabular version="3" rows="2" columns="1">
31548 <features tabularvalignment="middle">
31549 <column alignment="center" valignment="top">
31550 <row>
31551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31552 \begin_inset Text
31553
31554 \begin_layout Plain Layout
31555 This an example text.
31556 \begin_inset Foot
31557 status open
31558
31559 \begin_layout Plain Layout
31560 This footnote will not be printed!
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \end_inset
31569 </cell>
31570 </row>
31571 <row>
31572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 This an example text.
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582
31583 \backslash
31584 footnotemark{}
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \end_inset
31593 </cell>
31594 </row>
31595 </lyxtabular>
31596
31597 \end_inset
31598
31599
31600 \begin_inset ERT
31601 status collapsed
31602
31603 \begin_layout Plain Layout
31604
31605
31606 \backslash
31607 footnotetext{
31608 \end_layout
31609
31610 \end_inset
31611
31612 Printed table footnote.
31613 \begin_inset ERT
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617
31618 }
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Standard
31627 Footnotes in multi-page tables are described in section
31628 \begin_inset space ~
31629 \end_inset
31630
31631
31632 \begin_inset CommandInset ref
31633 LatexCommand ref
31634 reference "subsec:Footnotes-in-Multi-page"
31635
31636 \end_inset
31637
31638 .
31639 \end_layout
31640
31641 \begin_layout Standard
31642 Footnotes in minipage boxes are printed, but inside the box and with a different
31643  numbering because a minipage box is like a page inside a page.
31644  (For more about minipages, see section
31645 \begin_inset space ~
31646 \end_inset
31647
31648
31649 \begin_inset CommandInset ref
31650 LatexCommand ref
31651 reference "sec:Minipages"
31652
31653 \end_inset
31654
31655 .) To get a footnote in the minipage that is output at the bottom of the
31656  page like normal footnotes, also use the method of 
31657 \series bold
31658
31659 \backslash
31660 footnotemark{}
31661 \series default
31662  and 
31663 \series bold
31664
31665 \backslash
31666 footnotetext
31667 \series default
31668 .
31669 \end_layout
31670
31671 \begin_layout Standard
31672 \begin_inset Box Frameless
31673 position "t"
31674 hor_pos "c"
31675 has_inner_box 1
31676 inner_pos "t"
31677 use_parbox 0
31678 use_makebox 0
31679 width "100col%"
31680 special "none"
31681 height "1in"
31682 height_special "totalheight"
31683 thickness "0.4pt"
31684 separation "3pt"
31685 shadowsize "4pt"
31686 framecolor "black"
31687 backgroundcolor "none"
31688 status open
31689
31690 \begin_layout Plain Layout
31691 This an example text in a minipage.
31692 \begin_inset Foot
31693 status open
31694
31695 \begin_layout Plain Layout
31696 Footnote in the minipage.
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \end_layout
31703
31704 \begin_layout Plain Layout
31705 This an example text in a minipage.
31706 \begin_inset ERT
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710
31711
31712 \backslash
31713 footnotemark{}
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \end_layout
31725
31726 \begin_layout Standard
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 footnotetext{
31735 \end_layout
31736
31737 \end_inset
31738
31739 Footnote outside the minipage.
31740 \begin_inset ERT
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744
31745 }
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Standard
31754 \begin_inset VSpace defskip
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Standard
31761 To refer to the same footnote several times without printing the footnote
31762  text every time, use the command 
31763 \series bold
31764
31765 \backslash
31766 footnotemark[number]
31767 \series default
31768  in \SpecialChar TeX
31769  code.
31770 \begin_inset Newline newline
31771 \end_inset
31772
31773 As you do not know the number of the repeating footnote while you are writing
31774  the text, you have to store its number.
31775  For the following footnote mark example, these commands were inserted in
31776  \SpecialChar TeX
31777  code after Footnote
31778 \begin_inset space ~
31779 \end_inset
31780
31781
31782 \begin_inset CommandInset ref
31783 LatexCommand ref
31784 reference "foot:This-is-an"
31785
31786 \end_inset
31787
31788  to store the footnote number:
31789 \end_layout
31790
31791 \begin_layout Standard
31792
31793 \series bold
31794
31795 \backslash
31796 newcounter{MyRepeatFoot}
31797 \begin_inset Newline newline
31798 \end_inset
31799
31800
31801 \backslash
31802 setcounter{MyRepeatFoot}{
31803 \backslash
31804 thefootnote}
31805 \end_layout
31806
31807 \begin_layout Standard
31808 The footnote mark was then created with this command:
31809 \end_layout
31810
31811 \begin_layout Standard
31812
31813 \series bold
31814
31815 \backslash
31816 footnotemark[
31817 \backslash
31818 theMyRepeatFoot]
31819 \end_layout
31820
31821 \begin_layout Standard
31822 Here is a repeated footnote:
31823 \family roman
31824 \series medium
31825 \bar no
31826
31827 \begin_inset ERT
31828 status collapsed
31829
31830 \begin_layout Plain Layout
31831
31832
31833 \backslash
31834 footnotemark[
31835 \backslash
31836 theMyRepeatFoot]
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \begin_layout Standard
31845 If you want to repeat the previous footnote, you can omit the storage of
31846  the footnote number and just use this command instead:
31847 \end_layout
31848
31849 \begin_layout Standard
31850
31851 \series bold
31852
31853 \backslash
31854 footnotemark[
31855 \backslash
31856 thefootnote]
31857 \end_layout
31858
31859 \begin_layout Standard
31860 Here is another repeated footnote:
31861 \family roman
31862 \series medium
31863 \bar no
31864
31865 \begin_inset ERT
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869
31870
31871 \backslash
31872 footnotemark[
31873 \backslash
31874 thefootnote]
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Subsection
31883 Footnote Numbering
31884 \begin_inset CommandInset label
31885 LatexCommand label
31886 name "subsec:Footnote-Numbering"
31887
31888 \end_inset
31889
31890
31891 \begin_inset Index idx
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895 Footnotes ! Numbering
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \end_layout
31902
31903 \begin_layout Standard
31904 To reset the footnote number back to 1 after each section
31905 \family roman
31906 , add this command to your document preamble:
31907 \end_layout
31908
31909 \begin_layout Standard
31910
31911 \series bold
31912
31913 \backslash
31914 @addtoreset{footnote}{section}
31915 \end_layout
31916
31917 \begin_layout Standard
31918 \begin_inset VSpace bigskip
31919 \end_inset
31920
31921 The following preamble command changes the footnote numbering style to small
31922  roman numerals:
31923 \end_layout
31924
31925 \begin_layout Standard
31926
31927 \series bold
31928
31929 \backslash
31930 renewcommand{
31931 \backslash
31932 thefootnote}{
31933 \backslash
31934 roman{footnote}}
31935 \end_layout
31936
31937 \begin_layout Standard
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943
31944 \backslash
31945 renewcommand{
31946 \backslash
31947 thefootnote}{
31948 \backslash
31949 roman{footnote}}
31950 \end_layout
31951
31952 \end_inset
31953
31954  This is a footnote with roman numbering:
31955 \begin_inset Foot
31956 status open
31957
31958 \begin_layout Plain Layout
31959 This is an example footnote with roman numbering.
31960 \end_layout
31961
31962 \end_inset
31963
31964
31965 \end_layout
31966
31967 \begin_layout Standard
31968 To change the numbering style to capital roman numerals replace in the command
31969  above 
31970 \series bold
31971
31972 \backslash
31973 roman
31974 \series default
31975  by 
31976 \series bold
31977
31978 \backslash
31979 Roman
31980 \series default
31981 .
31982  To 
31983 \begin_inset Quotes eld
31984 \end_inset
31985
31986 number
31987 \begin_inset Quotes erd
31988 \end_inset
31989
31990  footnotes with capital or small Latin letters use 
31991 \series bold
31992
31993 \backslash
31994 Alph
31995 \series default
31996  or 
31997 \series bold
31998
31999 \backslash
32000 alph
32001 \series default
32002 , respectively.
32003  To 
32004 \begin_inset Quotes eld
32005 \end_inset
32006
32007 number
32008 \begin_inset Quotes erd
32009 \end_inset
32010
32011  footnotes with symbols use 
32012 \series bold
32013
32014 \backslash
32015 fnsymbol
32016 \series default
32017 .
32018 \end_layout
32019
32020 \begin_layout Standard
32021 \begin_inset Note Greyedout
32022 status open
32023
32024 \begin_layout Plain Layout
32025
32026 \series bold
32027 Note:
32028 \series default
32029  You can only number 26 footnotes with Latin letters, because this numbering
32030  is limited to single letters.
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \begin_inset Note Greyedout
32041 status open
32042
32043 \begin_layout Plain Layout
32044
32045 \series bold
32046 Note:
32047 \series default
32048  You can only number 9 footnotes with symbols.
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \end_layout
32055
32056 \begin_layout Standard
32057 To return to the default numbering style after you have changed to another
32058  one, use 
32059 \series bold
32060
32061 \backslash
32062 arabic
32063 \series default
32064  instead of 
32065 \series bold
32066
32067 \backslash
32068 roman
32069 \series default
32070  in the command above.
32071 \begin_inset ERT
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075
32076
32077 \backslash
32078 renewcommand{
32079 \backslash
32080 thefootnote}{
32081 \backslash
32082 arabic{footnote}}
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Standard
32091 \begin_inset VSpace bigskip
32092 \end_inset
32093
32094
32095 \end_layout
32096
32097 \begin_layout Standard
32098 If you want to have footnotes numbered in the scheme 
32099 \begin_inset Quotes eld
32100 \end_inset
32101
32102 chapter.footnote
32103 \begin_inset Quotes erd
32104 \end_inset
32105
32106 , add the following command to your document preamble:
32107 \end_layout
32108
32109 \begin_layout Standard
32110
32111 \series bold
32112
32113 \backslash
32114 numberwithin{footnote}{chapter}
32115 \end_layout
32116
32117 \begin_layout Standard
32118 To be able to use the command 
32119 \series bold
32120
32121 \backslash
32122 numberwithin
32123 \series default
32124 , set in the tab 
32125 \family sans
32126 Math
32127 \begin_inset space ~
32128 \end_inset
32129
32130 Options
32131 \family default
32132  in the document settings the option 
32133 \family sans
32134 Use
32135 \begin_inset space ~
32136 \end_inset
32137
32138 AMS
32139 \begin_inset space ~
32140 \end_inset
32141
32142 math
32143 \begin_inset space ~
32144 \end_inset
32145
32146 package
32147 \family default
32148 .
32149 \end_layout
32150
32151 \begin_layout Standard
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157
32158 \backslash
32159 numberwithin{footnote}{chapter}
32160 \end_layout
32161
32162 \end_inset
32163
32164 This is another example footnote:
32165 \series bold
32166
32167 \begin_inset Foot
32168 status open
32169
32170 \begin_layout Plain Layout
32171 This is a footnote numbered in the scheme 
32172 \begin_inset Quotes eld
32173 \end_inset
32174
32175 chapter.footnote
32176 \begin_inset Quotes erd
32177 \end_inset
32178
32179 .
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \series default
32186
32187 \begin_inset ERT
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191
32192
32193 \backslash
32194 renewcommand{
32195 \backslash
32196 thefootnote}{
32197 \backslash
32198 arabic{footnote}}
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \begin_layout Standard
32207 \begin_inset Note Greyedout
32208 status open
32209
32210 \begin_layout Plain Layout
32211
32212 \series bold
32213 Note:
32214 \series default
32215  
32216 \series bold
32217
32218 \backslash
32219 numberwithin
32220 \series default
32221  always prints out the footnote number as arabic number; previous redefinitions
32222  to get non-arabic numbers are overwritten.
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 So to get for example the scheme 
32232 \begin_inset Quotes eld
32233 \end_inset
32234
32235 chapter.
32236 \backslash
32237 Roman{footnote}
32238 \begin_inset Quotes erd
32239 \end_inset
32240
32241 , use this command instead of 
32242 \series bold
32243
32244 \backslash
32245 numberwithin
32246 \series default
32247 :
32248 \end_layout
32249
32250 \begin_layout Standard
32251
32252 \series bold
32253
32254 \backslash
32255 renewcommand{
32256 \backslash
32257 thefootnote}{
32258 \backslash
32259 thechapter.
32260 \backslash
32261 Roman{footnote}}
32262 \end_layout
32263
32264 \begin_layout Subsection
32265 Footnote Placement
32266 \begin_inset Index idx
32267 status collapsed
32268
32269 \begin_layout Plain Layout
32270 Footnotes ! Placement
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Standard
32279 If you have several footnotes in one page, they appear without vertical
32280  space between them at the bottom of the page.
32281  To make them more readable you can e.
32282 \begin_inset space \thinspace{}
32283 \end_inset
32284
32285 g.
32286 \begin_inset space \space{}
32287 \end_inset
32288
32289 add 1.5
32290 \begin_inset space \thinspace{}
32291 \end_inset
32292
32293 mm space with the following preamble command:
32294 \end_layout
32295
32296 \begin_layout Standard
32297
32298 \series bold
32299
32300 \backslash
32301 let
32302 \backslash
32303 myFoot
32304 \backslash
32305 footnote
32306 \begin_inset Newline newline
32307 \end_inset
32308
32309
32310 \backslash
32311 renewcommand{
32312 \backslash
32313 footnote}[1]{
32314 \backslash
32315 myFoot{#1
32316 \backslash
32317 vspace{1.5mm}}}
32318 \end_layout
32319
32320 \begin_layout Standard
32321 \begin_inset VSpace bigskip
32322 \end_inset
32323
32324 In a two-column document the footnotes appear at the bottom of every column,
32325  see Figure
32326 \begin_inset space ~
32327 \end_inset
32328
32329
32330 \begin_inset CommandInset ref
32331 LatexCommand ref
32332 reference "fig:Standard-footnote-placement"
32333
32334 \end_inset
32335
32336 .
32337  If the footnotes should only appear at the bottom of the right column,
32338  as in Figure
32339 \begin_inset space ~
32340 \end_inset
32341
32342
32343 \begin_inset CommandInset ref
32344 LatexCommand ref
32345 reference "fig:Footnote-placement-in"
32346
32347 \end_inset
32348
32349 , use the \SpecialChar LaTeX
32350 -package 
32351 \series bold
32352 ftnright
32353 \series default
32354
32355 \begin_inset Index idx
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 \SpecialChar LaTeX
32360 -packages ! ftnright
32361 \end_layout
32362
32363 \end_inset
32364
32365  with this command in the document preamble:
32366 \end_layout
32367
32368 \begin_layout Standard
32369
32370 \series bold
32371
32372 \backslash
32373 usepackage{ftnright}
32374 \end_layout
32375
32376 \begin_layout Standard
32377 \begin_inset Float figure
32378 placement !h
32379 wide false
32380 sideways false
32381 status open
32382
32383 \begin_layout Plain Layout
32384 \noindent
32385 \align center
32386 \begin_inset Box Boxed
32387 position "t"
32388 hor_pos "c"
32389 has_inner_box 0
32390 inner_pos "t"
32391 use_parbox 0
32392 use_makebox 0
32393 width ""
32394 special "none"
32395 height "1in"
32396 height_special "totalheight"
32397 thickness "0.4pt"
32398 separation "3pt"
32399 shadowsize "4pt"
32400 framecolor "black"
32401 backgroundcolor "none"
32402 status open
32403
32404 \begin_layout Plain Layout
32405 \begin_inset Graphics
32406         filename clipart/without_fntright.pdf
32407         width 100col%
32408         scaleBeforeRotation
32409
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Plain Layout
32421 \begin_inset Caption Standard
32422
32423 \begin_layout Plain Layout
32424 \begin_inset CommandInset label
32425 LatexCommand label
32426 name "fig:Standard-footnote-placement"
32427
32428 \end_inset
32429
32430 Standard footnote placement in two-column documents.
32431 \end_layout
32432
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \end_inset
32439
32440
32441 \end_layout
32442
32443 \begin_layout Standard
32444 \begin_inset Float figure
32445 placement !h
32446 wide false
32447 sideways false
32448 status open
32449
32450 \begin_layout Plain Layout
32451 \noindent
32452 \align center
32453 \begin_inset Box Boxed
32454 position "t"
32455 hor_pos "c"
32456 has_inner_box 0
32457 inner_pos "t"
32458 use_parbox 0
32459 use_makebox 0
32460 width ""
32461 special "none"
32462 height "1in"
32463 height_special "totalheight"
32464 thickness "0.4pt"
32465 separation "3pt"
32466 shadowsize "4pt"
32467 framecolor "black"
32468 backgroundcolor "none"
32469 status open
32470
32471 \begin_layout Plain Layout
32472 \begin_inset Graphics
32473         filename clipart/with_fntright.pdf
32474         width 100col%
32475         scaleBeforeRotation
32476
32477 \end_inset
32478
32479
32480 \end_layout
32481
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \begin_layout Plain Layout
32488 \begin_inset Caption Standard
32489
32490 \begin_layout Plain Layout
32491 \begin_inset CommandInset label
32492 LatexCommand label
32493 name "fig:Footnote-placement-in"
32494
32495 \end_inset
32496
32497 Footnote placement in two-column documents when the \SpecialChar LaTeX
32498 -package 
32499 \series bold
32500 ftnright
32501 \series default
32502  is used.
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \end_inset
32511
32512
32513 \end_layout
32514
32515 \begin_layout Standard
32516 \begin_inset VSpace bigskip
32517 \end_inset
32518
32519 In some scientific literature it is usual to collect the footnotes and print
32520  them in a separate paragraph at the end of a section, as in Figure
32521 \begin_inset space ~
32522 \end_inset
32523
32524
32525 \begin_inset CommandInset ref
32526 LatexCommand ref
32527 reference "fig:Endnotes"
32528
32529 \end_inset
32530
32531 .
32532  They are then called 
32533 \begin_inset Quotes eld
32534 \end_inset
32535
32536 endnotes
32537 \begin_inset Quotes erd
32538 \end_inset
32539
32540 .
32541 \begin_inset Index idx
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545 Endnotes
32546 \end_layout
32547
32548 \end_inset
32549
32550  To use endnotes instead of footnotes in your document, load in the menu
32551  
32552 \family sans
32553 Document\SpecialChar menuseparator
32554 Settings\SpecialChar menuseparator
32555 Modules 
32556 \family default
32557 the module 
32558 \family sans
32559 Foot
32560 \begin_inset space ~
32561 \end_inset
32562
32563 to
32564 \begin_inset space ~
32565 \end_inset
32566
32567 End
32568 \family default
32569 .
32570  To insert the collected footnotes, insert the command
32571 \end_layout
32572
32573 \begin_layout Standard
32574
32575 \series bold
32576
32577 \backslash
32578 theendnotes
32579 \end_layout
32580
32581 \begin_layout Standard
32582 in \SpecialChar TeX
32583  Code at the end of a section or chapter.
32584 \end_layout
32585
32586 \begin_layout Standard
32587 \begin_inset Float figure
32588 wide false
32589 sideways false
32590 status open
32591
32592 \begin_layout Plain Layout
32593 \noindent
32594 \align center
32595 \begin_inset Box Boxed
32596 position "t"
32597 hor_pos "c"
32598 has_inner_box 0
32599 inner_pos "t"
32600 use_parbox 0
32601 use_makebox 0
32602 width ""
32603 special "none"
32604 height "1in"
32605 height_special "totalheight"
32606 thickness "0.4pt"
32607 separation "3pt"
32608 shadowsize "4pt"
32609 framecolor "black"
32610 backgroundcolor "none"
32611 status open
32612
32613 \begin_layout Plain Layout
32614 \begin_inset Graphics
32615         filename clipart/endnotes.pdf
32616         width 100col%
32617         scaleBeforeRotation
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Plain Layout
32630 \begin_inset Caption Standard
32631
32632 \begin_layout Plain Layout
32633 \begin_inset CommandInset label
32634 LatexCommand label
32635 name "fig:Endnotes"
32636
32637 \end_inset
32638
32639 Endnotes – footnotes are printed in a separate paragraph at the end of sections
32640  or chapters.
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 \begin_inset VSpace medskip
32655 \end_inset
32656
32657 The paragraph heading for the endnotes isn't automatically translated into
32658  the document language, this must be done manually.
32659  The following preamble command translates the default English 
32660 \begin_inset Quotes eld
32661 \end_inset
32662
32663 Notes
32664 \begin_inset Quotes erd
32665 \end_inset
32666
32667  into the German 
32668 \begin_inset Quotes eld
32669 \end_inset
32670
32671 Anmerkungen
32672 \begin_inset Quotes erd
32673 \end_inset
32674
32675 :
32676 \end_layout
32677
32678 \begin_layout Standard
32679
32680 \series bold
32681
32682 \backslash
32683 renewcommand{
32684 \backslash
32685 notesname}{Anmerkungen}
32686 \end_layout
32687
32688 \begin_layout Standard
32689 \begin_inset VSpace medskip
32690 \end_inset
32691
32692 The numbering of endnotes can be changed like the footnote numbering as
32693  described in section
32694 \begin_inset space ~
32695 \end_inset
32696
32697
32698 \begin_inset CommandInset ref
32699 LatexCommand ref
32700 reference "subsec:Footnote-Numbering"
32701
32702 \end_inset
32703
32704 ; just replace the command 
32705 \series bold
32706
32707 \backslash
32708 thefootnote
32709 \series default
32710  by 
32711 \series bold
32712
32713 \backslash
32714 theendnote
32715 \series default
32716 .
32717  To reset the endnote number use the command 
32718 \series bold
32719
32720 \backslash
32721 @addtoreset
32722 \series default
32723  as described in section
32724 \begin_inset space ~
32725 \end_inset
32726
32727
32728 \begin_inset CommandInset ref
32729 LatexCommand ref
32730 reference "subsec:Footnote-Numbering"
32731
32732 \end_inset
32733
32734  and replace the command parameter 
32735 \series bold
32736 footnote
32737 \series default
32738  by 
32739 \series bold
32740 endnote
32741 \series default
32742 .
32743 \end_layout
32744
32745 \begin_layout Standard
32746 For endnotes there is the command 
32747 \series bold
32748
32749 \backslash
32750 endnotemark[number]
32751 \series default
32752  similar to the command 
32753 \series bold
32754
32755 \backslash
32756 footnotemark
32757 \series default
32758 , that is described in section
32759 \begin_inset space ~
32760 \end_inset
32761
32762
32763 \begin_inset CommandInset ref
32764 LatexCommand ref
32765 reference "sec:Footnotes"
32766
32767 \end_inset
32768
32769 .
32770 \end_layout
32771
32772 \begin_layout Standard
32773 \begin_inset VSpace bigskip
32774 \end_inset
32775
32776 Footnotes can also be placed in the page margin and the footnote text alignment
32777  can be changed, see the \SpecialChar LaTeX
32778 -package 
32779 \series bold
32780 footmisc
32781 \series default
32782
32783 \begin_inset Index idx
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787 \SpecialChar LaTeX
32788 -packages ! footmisc
32789 \end_layout
32790
32791 \end_inset
32792
32793
32794 \begin_inset CommandInset citation
32795 LatexCommand cite
32796 key "footmisc"
32797 literal "true"
32798
32799 \end_inset
32800
32801  for more information about this.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32806 -books, 
32807 \begin_inset CommandInset citation
32808 LatexCommand cite
32809 key "latexcompanion,latexguide,latexbook"
32810 literal "true"
32811
32812 \end_inset
32813
32814 .
32815  If you are using a 
32816 \series bold
32817 KOMA-Script
32818 \series default
32819
32820 \begin_inset Index idx
32821 status collapsed
32822
32823 \begin_layout Plain Layout
32824 \SpecialChar LaTeX
32825 -packages ! KOMA-Script
32826 \end_layout
32827
32828 \end_inset
32829
32830  document class, you can adjust all footnote settings using class-specific
32831  commands, see 
32832 \begin_inset CommandInset citation
32833 LatexCommand cite
32834 key "KOMA-Script"
32835 literal "true"
32836
32837 \end_inset
32838
32839 .
32840 \end_layout
32841
32842 \begin_layout Section
32843 Margin Notes
32844 \begin_inset Index idx
32845 status collapsed
32846
32847 \begin_layout Plain Layout
32848 Notes ! Margin Notes
32849 \end_layout
32850
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \begin_layout Standard
32857 Margin notes look and behave in \SpecialChar LyX
32858  like footnotes.
32859  They are inserted via the menu 
32860 \family sans
32861 Insert\SpecialChar menuseparator
32862 Marginal
32863 \begin_inset space ~
32864 \end_inset
32865
32866 Note
32867 \family default
32868  or the toolbar button 
32869 \begin_inset Info
32870 type  "icon"
32871 arg   "marginalnote-insert"
32872 \end_inset
32873
32874 .
32875  A grey 
32876 \family roman
32877 \series medium
32878 box with the
32879 \family default
32880 \series default
32881  red 
32882 \family roman
32883 \series medium
32884 label 
32885 \begin_inset Quotes eld
32886 \end_inset
32887
32888 margin
32889 \begin_inset Quotes erd
32890 \end_inset
32891
32892  appears where you can enter the text of the margin note.
32893 \end_layout
32894
32895 \begin_layout Standard
32896 At the side is an example margin note.
32897
32898 \family roman
32899 \series medium
32900  
32901 \begin_inset Marginal
32902 status open
32903
32904 \begin_layout Plain Layout
32905 This is a margin note.
32906 \end_layout
32907
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \begin_layout Standard
32914 Margin notes appear at the right side in single-sided documents.
32915  In double-sided documents they appear in the outer margin – left on even
32916  pages, right on odd pages.
32917  The text of margin notes is aligned opposite to the outer margin – right-aligne
32918 d when the note appears in the left margin.
32919  The first line of the margin note is placed at the position of the text
32920  line where it is inserted in the document.
32921 \end_layout
32922
32923 \begin_layout Standard
32924 \begin_inset VSpace bigskip
32925 \end_inset
32926
32927 To place the margin note in the inner margin, add the command
32928 \end_layout
32929
32930 \begin_layout Standard
32931
32932 \series bold
32933
32934 \backslash
32935 reversemarginpar
32936 \end_layout
32937
32938 \begin_layout Standard
32939 in \SpecialChar TeX
32940  Code before a margin note.
32941  The new placement is valid for all subsequent margin notes.
32942  
32943 \begin_inset ERT
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947
32948
32949 \backslash
32950 reversemarginpar 
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \begin_inset Marginal
32957 status open
32958
32959 \begin_layout Plain Layout
32960 This is a margin note in the inner margin.
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \series bold
32967
32968 \begin_inset Newline newline
32969 \end_inset
32970
32971
32972 \series default
32973
32974 \begin_inset Note Greyedout
32975 status open
32976
32977 \begin_layout Plain Layout
32978
32979 \series bold
32980 Note:
32981 \series default
32982  There is often not enough space in the inner margin so that the notes are
32983  not correctly displayed in the output.
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 To return to the default placement insert the command
32993 \end_layout
32994
32995 \begin_layout Standard
32996
32997 \series bold
32998
32999 \backslash
33000 normalmarginpar
33001 \end_layout
33002
33003 \begin_layout Standard
33004 in \SpecialChar TeX
33005  Code.
33006 \begin_inset ERT
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010
33011
33012 \backslash
33013 normalmarginpar 
33014 \end_layout
33015
33016 \end_inset
33017
33018  
33019 \begin_inset Note Greyedout
33020 status open
33021
33022 \begin_layout Plain Layout
33023
33024 \series bold
33025 Note:
33026 \series default
33027  The command is ignored when it is within a paragraph where also the command
33028  
33029 \series bold
33030
33031 \backslash
33032 reversemarginpar
33033 \series default
33034  is inserted.
33035 \end_layout
33036
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \begin_layout Standard
33043 \begin_inset VSpace bigskip
33044 \end_inset
33045
33046
33047 \family roman
33048 \series medium
33049
33050 \begin_inset Marginal
33051 status open
33052
33053 \begin_layout Plain Layout
33054 AVeryLongMarginParWord that isn't hyphenated.
33055 \end_layout
33056
33057 \end_inset
33058
33059
33060 \family default
33061 \series default
33062  Similar to the case described in section
33063 \begin_inset space ~
33064 \end_inset
33065
33066
33067 \begin_inset CommandInset ref
33068 LatexCommand ref
33069 reference "subsec:Multiple-Lines-in"
33070
33071 \end_inset
33072
33073 , long words cannot be hyphenated when they are the first word in a margin
33074  note.
33075  To avoid this, insert 0
33076 \begin_inset space \thinspace{}
33077 \end_inset
33078
33079 pt horizontal space before the word
33080 \family roman
33081 \series medium
33082 .
33083  
33084 \begin_inset Marginal
33085 status open
33086
33087 \begin_layout Plain Layout
33088 \begin_inset space \hspace*{}
33089 \length 0pt
33090 \end_inset
33091
33092 AVeryLongMarginParWord that is hyphenated.
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \begin_layout Standard
33101 \begin_inset VSpace bigskip
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Standard
33108 \begin_inset Note Greyedout
33109 status open
33110
33111 \begin_layout Plain Layout
33112
33113 \series bold
33114 Note:
33115 \series default
33116  Margin notes can normally not be used inside tables, floats, and footnotes.
33117 \end_layout
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Standard
33125 \begin_inset VSpace bigskip
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \begin_layout Standard
33132 \begin_inset ERT
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136
33137
33138 \backslash
33139 ifmarginnote
33140 \end_layout
33141
33142 \end_inset
33143
33144
33145 \begin_inset Note Note
33146 status open
33147
33148 \begin_layout Plain Layout
33149 The following section will only be displayed when the \SpecialChar LaTeX
33150 -package 
33151 \series bold
33152 marginnote
33153 \series default
33154  is installed.
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Standard
33163 This restriction can be evaded by using the \SpecialChar LaTeX
33164 -package 
33165 \series bold
33166 marginnote
33167 \series default
33168
33169 \begin_inset Index idx
33170 status collapsed
33171
33172 \begin_layout Plain Layout
33173 \SpecialChar LaTeX
33174 -packages ! marginnote
33175 \end_layout
33176
33177 \end_inset
33178
33179 .
33180  By adding these two lines to your document preamble, the command used by
33181  \SpecialChar LyX
33182  for margin notes is redefined to use the command provided by the 
33183 \series bold
33184 marginnote
33185 \series default
33186 -package:
33187 \end_layout
33188
33189 \begin_layout Standard
33190
33191 \series bold
33192
33193 \backslash
33194 usepackage{marginnote}
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198
33199 \backslash
33200 let
33201 \backslash
33202 marginpar
33203 \backslash
33204 marginnote
33205 \end_layout
33206
33207 \begin_layout Standard
33208 This is also used in this document because 
33209 \series bold
33210 marginnote
33211 \series default
33212  has another useful feature: You can set a vertical offset for the note.
33213  This is often needed when too many margin notes are too close together
33214  or for a better page layout.
33215  The offset is set in \SpecialChar LyX
33216  as \SpecialChar TeX
33217  Code directly after the margin note in the scheme
33218 \end_layout
33219
33220 \begin_layout Standard
33221
33222 \series bold
33223 [offset]
33224 \end_layout
33225
33226 \begin_layout Standard
33227 where the offset is a length with one of the units listed in Table
33228 \begin_inset space ~
33229 \end_inset
33230
33231
33232 \begin_inset CommandInset ref
33233 LatexCommand ref
33234 reference "tab:Units"
33235
33236 \end_inset
33237
33238 .
33239  A negative value shifts the note up, a positive value shifts it down.
33240  
33241 \family roman
33242 \series medium
33243 For example the margin note beside this text line is shifted up 1.5
33244 \begin_inset space \thinspace{}
33245 \end_inset
33246
33247 cm with the \SpecialChar TeX
33248  Code command 
33249 \begin_inset Quotes eld
33250 \end_inset
33251
33252
33253 \family default
33254 \series bold
33255 [-1.5cm]
33256 \family roman
33257 \series medium
33258
33259 \begin_inset Quotes erd
33260 \end_inset
33261
33262
33263 \begin_inset Marginal
33264 status open
33265
33266 \begin_layout Plain Layout
33267 This margin note is shifted up 1.5
33268 \begin_inset space \thinspace{}
33269 \end_inset
33270
33271 cm from its original position.
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \family default
33278 \series default
33279
33280 \begin_inset ERT
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284
33285 [-1.5cm]
33286 \end_layout
33287
33288 \end_inset
33289
33290
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \begin_inset VSpace medskip
33295 \end_inset
33296
33297 With 
33298 \series bold
33299 marginnote
33300 \series default
33301  you can also change the alignment of the text in the margin note.
33302  For example the commands
33303 \end_layout
33304
33305 \begin_layout Standard
33306
33307 \series bold
33308
33309 \backslash
33310 renewcommand*{
33311 \backslash
33312 raggedleftmarginnote}{
33313 \backslash
33314 centering}
33315 \begin_inset Newline newline
33316 \end_inset
33317
33318
33319 \backslash
33320 renewcommand*{
33321 \backslash
33322 raggedrightmarginnote}{
33323 \backslash
33324 centering}
33325 \end_layout
33326
33327 \begin_layout Standard
33328 set the alignment to centered.
33329  
33330 \series bold
33331
33332 \backslash
33333 raggedleftmarginnote
33334 \series default
33335  denotes margin notes that appear at the left side.
33336 \family roman
33337 \series medium
33338
33339 \begin_inset ERT
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343
33344
33345 \backslash
33346 renewcommand*{
33347 \backslash
33348 raggedleftmarginnote}{
33349 \backslash
33350 centering}
33351 \end_layout
33352
33353 \begin_layout Plain Layout
33354
33355
33356 \backslash
33357 renewcommand*{
33358 \backslash
33359 raggedrightmarginnote}{
33360 \backslash
33361 centering}
33362 \end_layout
33363
33364 \end_inset
33365
33366
33367 \begin_inset Marginal
33368 status open
33369
33370 \begin_layout Plain Layout
33371 The text of this margin note is centered.
33372 \end_layout
33373
33374 \end_inset
33375
33376
33377 \family default
33378 \series default
33379  The default is
33380 \end_layout
33381
33382 \begin_layout Standard
33383
33384 \series bold
33385
33386 \backslash
33387 renewcommand*{
33388 \backslash
33389 raggedleftmarginnote}{
33390 \backslash
33391 raggedleft}
33392 \begin_inset Newline newline
33393 \end_inset
33394
33395
33396 \backslash
33397 renewcommand*{
33398 \backslash
33399 raggedrightmarginnote}{
33400 \backslash
33401 raggedright}
33402 \family roman
33403 \series medium
33404
33405 \begin_inset ERT
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409
33410
33411 \backslash
33412 renewcommand*{
33413 \backslash
33414 raggedleftmarginnote}{
33415 \backslash
33416 raggedleft}
33417 \end_layout
33418
33419 \begin_layout Plain Layout
33420
33421
33422 \backslash
33423 renewcommand*{
33424 \backslash
33425 raggedrightmarginnote}{
33426 \backslash
33427 raggedright}
33428 \end_layout
33429
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Standard
33436 \begin_inset VSpace medskip
33437 \end_inset
33438
33439 For the other features of 
33440 \series bold
33441 marginnote
33442 \series default
33443  refer to its documentation 
33444 \begin_inset CommandInset citation
33445 LatexCommand cite
33446 key "marginnote"
33447 literal "true"
33448
33449 \end_inset
33450
33451 .
33452 \end_layout
33453
33454 \begin_layout Standard
33455 \begin_inset VSpace bigskip
33456 \end_inset
33457
33458 You can adjust the layout of margin notes by changing its definition.
33459  To create for example a header for all margin notes with the underlined,
33460  sans-serif, and bold header text 
33461 \begin_inset Quotes eld
33462 \end_inset
33463
33464
33465 \family sans
33466 \series bold
33467 \bar under
33468 Attention!
33469 \family default
33470 \series default
33471 \bar default
33472
33473 \begin_inset Quotes erd
33474 \end_inset
33475
33476 , add this to your document preamble:
33477 \end_layout
33478
33479 \begin_layout Standard
33480
33481 \series bold
33482
33483 \backslash
33484 let
33485 \backslash
33486 myMarginpar
33487 \backslash
33488 marginpar
33489 \begin_inset Newline newline
33490 \end_inset
33491
33492
33493 \backslash
33494 renewcommand{
33495 \backslash
33496 marginpar}[1]{
33497 \backslash
33498 myMarginpar{%
33499 \begin_inset Newline newline
33500 \end_inset
33501
33502
33503 \begin_inset Phantom HPhantom
33504 status open
33505
33506 \begin_layout Plain Layout
33507
33508 \series bold
33509 \begin_inset space ~
33510 \end_inset
33511
33512
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \backslash
33519 hspace{0pt}
33520 \backslash
33521 textsf{
33522 \backslash
33523 textbf{
33524 \backslash
33525 underbar{Attention!}}}%
33526 \begin_inset Newline newline
33527 \end_inset
33528
33529
33530 \begin_inset Phantom HPhantom
33531 status open
33532
33533 \begin_layout Plain Layout
33534
33535 \series bold
33536 \begin_inset space ~
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \end_inset
33543
33544
33545 \backslash
33546 vspace{1.5mm}
33547 \backslash
33548
33549 \backslash
33550 #1}}
33551 \end_layout
33552
33553 \begin_layout Standard
33554
33555 \family roman
33556 \series medium
33557 \begin_inset ERT
33558 status collapsed
33559
33560 \begin_layout Plain Layout
33561
33562
33563 \backslash
33564 let
33565 \backslash
33566 myMarginpar
33567 \backslash
33568 marginpar
33569 \end_layout
33570
33571 \begin_layout Plain Layout
33572
33573
33574 \backslash
33575 renewcommand{
33576 \backslash
33577 marginpar}[1]{
33578 \backslash
33579 myMarginpar{%
33580 \end_layout
33581
33582 \begin_layout Plain Layout
33583
33584    
33585 \backslash
33586 textsf{
33587 \backslash
33588 textbf{
33589 \backslash
33590 underbar{Attention!}}}%
33591 \end_layout
33592
33593 \begin_layout Plain Layout
33594
33595    
33596 \backslash
33597 vspace{1.5mm}
33598 \backslash
33599
33600 \backslash
33601 #1}}
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \begin_inset Marginal
33608 status open
33609
33610 \begin_layout Plain Layout
33611 This is a margin note with a defined heading.
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \family default
33618 \series default
33619
33620 \begin_inset ERT
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624
33625 [-1.5cm]
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \family roman
33632 \series medium
33633
33634 \begin_inset ERT
33635 status collapsed
33636
33637 \begin_layout Plain Layout
33638
33639
33640 \backslash
33641 renewcommand{
33642 \backslash
33643 marginpar}[1]{
33644 \backslash
33645 myMarginpar{#1}}
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \family default
33652 \series default
33653
33654 \begin_inset Note Note
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 The margin note format is changed only for this example.
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 \begin_inset ERT
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671
33672
33673 \backslash
33674 else
33675 \end_layout
33676
33677 \end_inset
33678
33679
33680 \begin_inset Note Note
33681 status open
33682
33683 \begin_layout Plain Layout
33684 The following will be displayed when the \SpecialChar LaTeX
33685 -package 
33686 \series bold
33687 marginnote
33688 \series default
33689  is not installed:
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Standard
33698 You need to install the \SpecialChar LaTeX
33699 -package 
33700 \series bold
33701 marginnote
33702 \series default
33703  to see the following part of this section in the output.
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset ERT
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711
33712
33713 \backslash
33714 fi
33715 \end_layout
33716
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Chapter
33723 Boxes
33724 \end_layout
33725
33726 \begin_layout Section
33727 Introduction
33728 \begin_inset Index idx
33729 status collapsed
33730
33731 \begin_layout Plain Layout
33732 Boxes ! Introduction
33733 \end_layout
33734
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 Boxes are used to format a block of text.
33742  Boxes can be used to write documents with multiple languages, see section
33743 \begin_inset space ~
33744 \end_inset
33745
33746
33747 \begin_inset CommandInset ref
33748 LatexCommand ref
33749 reference "sec:Minipages"
33750
33751 \end_inset
33752
33753 , to frame texts, see section
33754 \begin_inset space ~
33755 \end_inset
33756
33757
33758 \begin_inset CommandInset ref
33759 LatexCommand ref
33760 reference "sec:Decoration"
33761
33762 \end_inset
33763
33764 , to prevent words from being hyphenated, see section
33765 \begin_inset space ~
33766 \end_inset
33767
33768
33769 \begin_inset CommandInset ref
33770 LatexCommand ref
33771 reference "sec:Prevent-Hyphenation"
33772
33773 \end_inset
33774
33775 , to align text, see section
33776 \begin_inset space ~
33777 \end_inset
33778
33779
33780 \begin_inset CommandInset ref
33781 LatexCommand ref
33782 reference "subsec:Vertical-Alignment"
33783
33784 \end_inset
33785
33786 , or to set the background color of texts, see section
33787 \begin_inset space ~
33788 \end_inset
33789
33790
33791 \begin_inset CommandInset ref
33792 LatexCommand ref
33793 reference "sec:Colored-Boxes"
33794
33795 \end_inset
33796
33797 .
33798 \end_layout
33799
33800 \begin_layout Standard
33801 Boxes can be inserted with the menu 
33802 \family sans
33803 Insert\SpecialChar menuseparator
33804 Box
33805 \family default
33806  or the toolbar button 
33807 \begin_inset Info
33808 type  "icon"
33809 arg   "box-insert Frameless"
33810 \end_inset
33811
33812 .
33813  A grey box with the label 
33814 \family sans
33815 Box (Minipage)
33816 \family default
33817
33818 \begin_inset Graphics
33819         filename clipart/BoxInsetDefault.png
33820         scale 95
33821         scaleBeforeRotation
33822
33823 \end_inset
33824
33825  will be inserted.
33826  The box type can be specified by right-clicking on the box and selecting
33827  
33828 \family sans
33829 Settings
33830 \family default
33831 .
33832  The box dialog offers the 
33833 \family sans
33834 Inner
33835 \begin_inset space ~
33836 \end_inset
33837
33838 Box
33839 \family default
33840  types 
33841 \family sans
33842 Makebox
33843 \family default
33844
33845 \family sans
33846 Parbox
33847 \family default
33848  and 
33849 \family sans
33850 Minipage
33851 \family default
33852 .
33853  The type 
33854 \family sans
33855 Minipage
33856 \family default
33857  is the default for new boxes and is explained in section
33858 \begin_inset space ~
33859 \end_inset
33860
33861
33862 \begin_inset CommandInset ref
33863 LatexCommand ref
33864 reference "sec:Minipages"
33865
33866 \end_inset
33867
33868 ; the type 
33869 \family sans
33870 Parbox
33871 \family default
33872  is described in section
33873 \begin_inset space ~
33874 \end_inset
33875
33876
33877 \begin_inset CommandInset ref
33878 LatexCommand ref
33879 reference "sec:Parboxes"
33880
33881 \end_inset
33882
33883  and the type 
33884 \family sans
33885 Makebox
33886 \family default
33887  in 
33888 \begin_inset CommandInset ref
33889 LatexCommand ref
33890 reference "sec:Prevent-Hyphenation"
33891
33892 \end_inset
33893
33894 .
33895 \end_layout
33896
33897 \begin_layout Standard
33898 Boxes are not numbered and can therefore not be referenced like floats or
33899  footnotes.
33900 \end_layout
33901
33902 \begin_layout Standard
33903 \begin_inset Note Greyedout
33904 status open
33905
33906 \begin_layout Plain Layout
33907
33908 \series bold
33909 Note:
33910 \series default
33911  Boxes must not be the item in an 
33912 \family sans
33913 Itemize
33914 \family default
33915  or 
33916 \family sans
33917 Description
33918 \family default
33919  environment.
33920 \end_layout
33921
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \begin_layout Standard
33928 \begin_inset Note Greyedout
33929 status open
33930
33931 \begin_layout Plain Layout
33932
33933 \series bold
33934 Note:
33935 \series default
33936  For an unknown reason you can only set the 
33937 \family sans
33938 Inner
33939 \begin_inset space ~
33940 \end_inset
33941
33942 Box
33943 \family default
33944  type to 
33945 \family sans
33946 None
33947 \family default
33948  when you use a framed box.
33949  Boxes without an 
33950 \family sans
33951 Inner
33952 \begin_inset space ~
33953 \end_inset
33954
33955 Box
33956 \family default
33957  type and without frames are explained in section
33958 \begin_inset space ~
33959 \end_inset
33960
33961
33962 \begin_inset CommandInset ref
33963 LatexCommand ref
33964 reference "sec:Prevent-Hyphenation"
33965
33966 \end_inset
33967
33968 .
33969 \end_layout
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Section
33977 Box Dialog
33978 \begin_inset CommandInset label
33979 LatexCommand label
33980 name "sec:Box-Dialog"
33981
33982 \end_inset
33983
33984
33985 \begin_inset Index idx
33986 status collapsed
33987
33988 \begin_layout Plain Layout
33989 Boxes ! Box Dialog
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \begin_layout Subsection
33998 Size
33999 \begin_inset Index idx
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003 Boxes ! Size
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Standard
34012 In the box dialog you can adjust the box geometry in the fields 
34013 \family sans
34014 Width
34015 \family default
34016  and 
34017 \family sans
34018 Height
34019 \family default
34020 .
34021  The available units for the geometry are explained in Table
34022 \begin_inset space ~
34023 \end_inset
34024
34025
34026 \begin_inset CommandInset ref
34027 LatexCommand ref
34028 reference "tab:Units"
34029
34030 \end_inset
34031
34032 .
34033  The field 
34034 \family sans
34035 Height
34036 \family default
34037  offers the following additional sizes:
34038 \end_layout
34039
34040 \begin_layout Description
34041 Depth This is the plain text 
34042 \begin_inset Quotes eld
34043 \end_inset
34044
34045 height
34046 \begin_inset Quotes erd
34047 \end_inset
34048
34049 .
34050  It ignores the total depth when there are multiple text lines in the box:
34051 \begin_inset Newline newline
34052 \end_inset
34053
34054
34055 \begin_inset Newline newline
34056 \end_inset
34057
34058
34059 \begin_inset Newline newline
34060 \end_inset
34061
34062
34063 \begin_inset Box Boxed
34064 position "c"
34065 hor_pos "c"
34066 has_inner_box 1
34067 inner_pos "c"
34068 use_parbox 0
34069 use_makebox 0
34070 width "12col%"
34071 special "none"
34072 height "1in"
34073 height_special "depth"
34074 thickness "0.4pt"
34075 separation "3pt"
34076 shadowsize "4pt"
34077 framecolor "black"
34078 backgroundcolor "none"
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082 \align center
34083 Box height set to 1
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 Depth
34088 \end_layout
34089
34090 \end_inset
34091
34092
34093 \begin_inset Newline newline
34094 \end_inset
34095
34096
34097 \begin_inset Newline newline
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \begin_layout Description
34104 Height This is the height of the text that is inside the box.
34105  A value of e.
34106 \begin_inset space \thinspace{}
34107 \end_inset
34108
34109 g.
34110 \begin_inset space \space{}
34111 \end_inset
34112
34113 2 for this size will set the box height to 2
34114 \begin_inset space ~
34115 \end_inset
34116
34117 times the text height: 
34118 \begin_inset Box Boxed
34119 position "c"
34120 hor_pos "c"
34121 has_inner_box 1
34122 inner_pos "c"
34123 use_parbox 0
34124 use_makebox 0
34125 width "20col%"
34126 special "none"
34127 height "2in"
34128 height_special "height"
34129 thickness "0.4pt"
34130 separation "3pt"
34131 shadowsize "4pt"
34132 framecolor "black"
34133 backgroundcolor "none"
34134 status collapsed
34135
34136 \begin_layout Plain Layout
34137 \align center
34138 Box height set to 2
34139 \begin_inset space \thinspace{}
34140 \end_inset
34141
34142 Height
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Description
34151 Total
34152 \begin_inset space ~
34153 \end_inset
34154
34155 Height This is the Height
34156 \begin_inset space \thinspace{}
34157 \end_inset
34158
34159 +
34160 \begin_inset space \thinspace{}
34161 \end_inset
34162
34163 Depth: 
34164 \begin_inset Box Boxed
34165 position "c"
34166 hor_pos "c"
34167 has_inner_box 1
34168 inner_pos "c"
34169 use_parbox 0
34170 use_makebox 0
34171 width "20col%"
34172 special "none"
34173 height "1in"
34174 height_special "totalheight"
34175 thickness "0.4pt"
34176 separation "3pt"
34177 shadowsize "4pt"
34178 framecolor "black"
34179 backgroundcolor "none"
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183 \align center
34184 Box height set to 1
34185 \begin_inset space \thinspace{}
34186 \end_inset
34187
34188 Total
34189 \begin_inset space ~
34190 \end_inset
34191
34192 Height
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Description
34201 Width This sets the width of the box as height: 
34202 \begin_inset Box Boxed
34203 position "c"
34204 hor_pos "c"
34205 has_inner_box 1
34206 inner_pos "c"
34207 use_parbox 0
34208 use_makebox 0
34209 width "12col%"
34210 special "none"
34211 height "1in"
34212 height_special "width"
34213 thickness "0.4pt"
34214 separation "3pt"
34215 shadowsize "4pt"
34216 framecolor "black"
34217 backgroundcolor "none"
34218 status collapsed
34219
34220 \begin_layout Plain Layout
34221 \align center
34222 Box height set to 1
34223 \begin_inset space \thinspace{}
34224 \end_inset
34225
34226 Width
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Subsection
34235 Alignment
34236 \begin_inset Index idx
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240 Boxes ! Alignment
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 When you have chosen an 
34250 \family sans
34251 Inner
34252 \begin_inset space ~
34253 \end_inset
34254
34255 Box
34256 \family default
34257 , the vertical box alignment can be:
34258 \end_layout
34259
34260 \begin_layout Description
34261 Top This is an example text line.
34262  
34263 \begin_inset Box Boxed
34264 position "t"
34265 hor_pos "c"
34266 has_inner_box 1
34267 inner_pos "c"
34268 use_parbox 0
34269 use_makebox 0
34270 width "12col%"
34271 special "none"
34272 height "1in"
34273 height_special "totalheight"
34274 thickness "0.4pt"
34275 separation "3pt"
34276 shadowsize "4pt"
34277 framecolor "black"
34278 backgroundcolor "none"
34279 status collapsed
34280
34281 \begin_layout Plain Layout
34282 \align center
34283 This box is top-aligned.
34284 \end_layout
34285
34286 \end_inset
34287
34288  This is an example text line.
34289 \end_layout
34290
34291 \begin_layout Description
34292 Middle This is an example text line.
34293  
34294 \begin_inset Box Boxed
34295 position "c"
34296 hor_pos "c"
34297 has_inner_box 1
34298 inner_pos "c"
34299 use_parbox 0
34300 use_makebox 0
34301 width "12col%"
34302 special "none"
34303 height "1in"
34304 height_special "totalheight"
34305 thickness "0.4pt"
34306 separation "3pt"
34307 shadowsize "4pt"
34308 framecolor "black"
34309 backgroundcolor "none"
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 \align center
34314 This box is middle-aligned.
34315 \end_layout
34316
34317 \end_inset
34318
34319  This is an example text line.
34320 \end_layout
34321
34322 \begin_layout Description
34323 Bottom This is an example text line.
34324  
34325 \begin_inset Box Boxed
34326 position "b"
34327 hor_pos "c"
34328 has_inner_box 1
34329 inner_pos "c"
34330 use_parbox 0
34331 use_makebox 0
34332 width "12col%"
34333 special "none"
34334 height "1in"
34335 height_special "totalheight"
34336 thickness "0.4pt"
34337 separation "3pt"
34338 shadowsize "4pt"
34339 framecolor "black"
34340 backgroundcolor "none"
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344 \align center
34345 This box is bottom-aligned.
34346 \end_layout
34347
34348 \end_inset
34349
34350  This is an example text line.
34351 \end_layout
34352
34353 \begin_layout Standard
34354 \begin_inset Note Greyedout
34355 status open
34356
34357 \begin_layout Plain Layout
34358
34359 \series bold
34360 Note:
34361 \series default
34362  The vertical box alignment can be lost in the output when you have two
34363  boxes in a line and one has e.
34364 \begin_inset space \thinspace{}
34365 \end_inset
34366
34367 g.
34368 \begin_inset space \space{}
34369 \end_inset
34370
34371 a shadow and the other one not.
34372 \end_layout
34373
34374 \end_inset
34375
34376
34377 \end_layout
34378
34379 \begin_layout Standard
34380 The horizontal box alignment can be set via \SpecialChar LyX
34381 's paragraph dialog when you
34382  set the box into its own paragraph.
34383 \end_layout
34384
34385 \begin_layout Standard
34386 \begin_inset VSpace bigskip
34387 \end_inset
34388
34389 When you have chosen an 
34390 \family sans
34391 Inner
34392 \begin_inset space ~
34393 \end_inset
34394
34395 Box
34396 \family default
34397 , the box content can be aligned vertically to:
34398 \end_layout
34399
34400 \begin_layout Description
34401 top This is an example text line.
34402  
34403 \begin_inset Box Boxed
34404 position "c"
34405 hor_pos "c"
34406 has_inner_box 1
34407 inner_pos "t"
34408 use_parbox 0
34409 use_makebox 0
34410 width "12col%"
34411 special "none"
34412 height "1.5in"
34413 height_special "totalheight"
34414 thickness "0.4pt"
34415 separation "3pt"
34416 shadowsize "4pt"
34417 framecolor "black"
34418 backgroundcolor "none"
34419 status collapsed
34420
34421 \begin_layout Plain Layout
34422 \align center
34423 This box text is top-aligned.
34424 \end_layout
34425
34426 \end_inset
34427
34428  This is an example text line.
34429 \end_layout
34430
34431 \begin_layout Description
34432 middle This is an example text line.
34433  
34434 \begin_inset Box Boxed
34435 position "c"
34436 hor_pos "c"
34437 has_inner_box 1
34438 inner_pos "c"
34439 use_parbox 0
34440 use_makebox 0
34441 width "12col%"
34442 special "none"
34443 height "1.5in"
34444 height_special "totalheight"
34445 thickness "0.4pt"
34446 separation "3pt"
34447 shadowsize "4pt"
34448 framecolor "black"
34449 backgroundcolor "none"
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453 \align center
34454 This box text is middle-aligned.
34455 \end_layout
34456
34457 \end_inset
34458
34459  This is an example text line.
34460 \end_layout
34461
34462 \begin_layout Description
34463 bottom This is an example text line.
34464  
34465 \begin_inset Box Boxed
34466 position "c"
34467 hor_pos "c"
34468 has_inner_box 1
34469 inner_pos "b"
34470 use_parbox 0
34471 use_makebox 0
34472 width "12col%"
34473 special "none"
34474 height "1.5in"
34475 height_special "totalheight"
34476 thickness "0.4pt"
34477 separation "3pt"
34478 shadowsize "4pt"
34479 framecolor "black"
34480 backgroundcolor "none"
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484 \align center
34485 This box text is bottom-aligned.
34486 \end_layout
34487
34488 \end_inset
34489
34490  This is an example text line.
34491 \end_layout
34492
34493 \begin_layout Description
34494 stretch This is an example text line.
34495  
34496 \begin_inset Box Boxed
34497 position "c"
34498 hor_pos "c"
34499 has_inner_box 1
34500 inner_pos "s"
34501 use_parbox 0
34502 use_makebox 0
34503 width "12col%"
34504 special "none"
34505 height "1.5in"
34506 height_special "totalheight"
34507 thickness "0.4pt"
34508 separation "3pt"
34509 shadowsize "4pt"
34510 framecolor "black"
34511 backgroundcolor "none"
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515 \align center
34516 This box
34517 \end_layout
34518
34519 \begin_layout Plain Layout
34520 \align center
34521 text is
34522 \end_layout
34523
34524 \begin_layout Plain Layout
34525 \align center
34526 stretched.
34527 \end_layout
34528
34529 \end_inset
34530
34531  This is an example text line.
34532 \end_layout
34533
34534 \begin_layout Standard
34535 To stretch the box content, it must consist of more than one paragraph.
34536  In the example above every text line is in an own paragraph.
34537 \end_layout
34538
34539 \begin_layout Standard
34540 \begin_inset VSpace bigskip
34541 \end_inset
34542
34543 To align the box content horizontally you can use \SpecialChar LyX
34544 's paragraph dialog when
34545  you have chosen an 
34546 \family sans
34547 Inner
34548 \begin_inset space ~
34549 \end_inset
34550
34551 Box
34552 \family default
34553 .
34554 \end_layout
34555
34556 \begin_layout Standard
34557 \align center
34558 \begin_inset Box Boxed
34559 position "c"
34560 hor_pos "c"
34561 has_inner_box 1
34562 inner_pos "s"
34563 use_parbox 0
34564 use_makebox 0
34565 width "15col%"
34566 special "none"
34567 height "1.25in"
34568 height_special "totalheight"
34569 thickness "0.4pt"
34570 separation "3pt"
34571 shadowsize "4pt"
34572 framecolor "black"
34573 backgroundcolor "none"
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577 \align left
34578 This box
34579 \end_layout
34580
34581 \begin_layout Plain Layout
34582 \align center
34583 text is
34584 \end_layout
34585
34586 \begin_layout Plain Layout
34587 \align right
34588 stretched.
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Standard
34597 If you have not set an 
34598 \family sans
34599 Inner
34600 \begin_inset space ~
34601 \end_inset
34602
34603 Box
34604 \family default
34605 , you can align the box content horizontally in the box dialog.
34606 \end_layout
34607
34608 \begin_layout Standard
34609 \align center
34610 \begin_inset Box Boxed
34611 position "c"
34612 hor_pos "s"
34613 has_inner_box 0
34614 inner_pos "s"
34615 use_parbox 0
34616 use_makebox 0
34617 width "90col%"
34618 special "none"
34619 height "1.25in"
34620 height_special "totalheight"
34621 thickness "0.4pt"
34622 separation "3pt"
34623 shadowsize "4pt"
34624 framecolor "black"
34625 backgroundcolor "none"
34626 status collapsed
34627
34628 \begin_layout Plain Layout
34629 This box text is horizontally stretched.
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Subsection
34638 Decoration
34639 \begin_inset CommandInset label
34640 LatexCommand label
34641 name "sec:Decoration"
34642
34643 \end_inset
34644
34645
34646 \begin_inset Index idx
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 Boxes ! Decoration
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Standard
34659 The type of the box can be specified in the box dialog in the drop-down
34660  list 
34661 \family sans
34662 Decoration
34663 \family default
34664 .
34665  The following types are possible:
34666 \end_layout
34667
34668 \begin_layout Description
34669 No
34670 \begin_inset space ~
34671 \end_inset
34672
34673 frame Nothing is drawn.
34674 \end_layout
34675
34676 \begin_layout Description
34677 Simple
34678 \begin_inset space ~
34679 \end_inset
34680
34681 rectangular
34682 \begin_inset space ~
34683 \end_inset
34684
34685 frame This draws a rectangular frame around the box.
34686  The frame line thickness can be specified.
34687  
34688 \begin_inset Box Boxed
34689 position "c"
34690 hor_pos "c"
34691 has_inner_box 1
34692 inner_pos "c"
34693 use_parbox 0
34694 use_makebox 0
34695 width "20col%"
34696 special "none"
34697 height "1in"
34698 height_special "totalheight"
34699 thickness "0.4pt"
34700 separation "3pt"
34701 shadowsize "4pt"
34702 framecolor "black"
34703 backgroundcolor "none"
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707 \align center
34708 Rectangular box
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Description
34717 Oval
34718 \begin_inset space ~
34719 \end_inset
34720
34721 box,
34722 \begin_inset space ~
34723 \end_inset
34724
34725 thin This draws an oval frame around the box.
34726  The frame line thickness has the size 0.4
34727 \begin_inset space \thinspace{}
34728 \end_inset
34729
34730 pt.
34731  
34732 \begin_inset Box ovalbox
34733 position "c"
34734 hor_pos "c"
34735 has_inner_box 1
34736 inner_pos "c"
34737 use_parbox 0
34738 use_makebox 0
34739 width "20col%"
34740 special "none"
34741 height "1in"
34742 height_special "totalheight"
34743 thickness "0.4pt"
34744 separation "3pt"
34745 shadowsize "4pt"
34746 framecolor "black"
34747 backgroundcolor "none"
34748 status collapsed
34749
34750 \begin_layout Plain Layout
34751 \align center
34752 Oval box, thin
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Description
34761 Oval
34762 \begin_inset space ~
34763 \end_inset
34764
34765 box,
34766 \begin_inset space ~
34767 \end_inset
34768
34769 thick This draws an oval frame around the box.
34770  The frame line thickness has the size 0.8
34771 \begin_inset space \thinspace{}
34772 \end_inset
34773
34774 pt.
34775  
34776 \begin_inset Box Ovalbox
34777 position "c"
34778 hor_pos "c"
34779 has_inner_box 1
34780 inner_pos "c"
34781 use_parbox 0
34782 use_makebox 0
34783 width "20col%"
34784 special "none"
34785 height "1in"
34786 height_special "totalheight"
34787 thickness "0.4pt"
34788 separation "3pt"
34789 shadowsize "4pt"
34790 framecolor "black"
34791 backgroundcolor "none"
34792 status collapsed
34793
34794 \begin_layout Plain Layout
34795 \align center
34796 Oval box, thick
34797 \end_layout
34798
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \begin_layout Description
34805 Drop
34806 \begin_inset space ~
34807 \end_inset
34808
34809 shadow This draws a rectangular frame with a shadow around the box.
34810  The frame line thickness and the shadow can be specified.
34811  
34812 \begin_inset Box Shadowbox
34813 position "c"
34814 hor_pos "c"
34815 has_inner_box 1
34816 inner_pos "c"
34817 use_parbox 0
34818 use_makebox 0
34819 width "20col%"
34820 special "none"
34821 height "1in"
34822 height_special "totalheight"
34823 thickness "0.4pt"
34824 separation "3pt"
34825 shadowsize "4pt"
34826 framecolor "black"
34827 backgroundcolor "none"
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831 \align center
34832 Shadow box
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Description
34841 Shaded
34842 \begin_inset space ~
34843 \end_inset
34844
34845 background This draws a box with a red background.
34846  Unlike colored boxes
34847 \begin_inset Foot
34848 status collapsed
34849
34850 \begin_layout Plain Layout
34851 see sec.
34852 \begin_inset space \thinspace{}
34853 \end_inset
34854
34855
34856 \begin_inset CommandInset ref
34857 LatexCommand ref
34858 reference "sec:Colored-Boxes"
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \end_inset
34866
34867 , it always uses the whole column width and the box is set as its own paragraph.
34868  
34869 \begin_inset Box Shaded
34870 position "t"
34871 hor_pos "c"
34872 has_inner_box 0
34873 inner_pos "t"
34874 use_parbox 0
34875 use_makebox 0
34876 width "50col%"
34877 special "none"
34878 height "1in"
34879 height_special "totalheight"
34880 thickness "0.4pt"
34881 separation "3pt"
34882 shadowsize "4pt"
34883 framecolor "black"
34884 backgroundcolor "none"
34885 status collapsed
34886
34887 \begin_layout Plain Layout
34888 Shaded background box
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \end_layout
34895
34896 \begin_layout Description
34897 Double
34898 \begin_inset space ~
34899 \end_inset
34900
34901 rectangular
34902 \begin_inset space ~
34903 \end_inset
34904
34905 frame This draws a double-line rectangular frame around the box.
34906  The line thickness of the inner frame is 0.75
34907 \begin_inset space \thinspace{}
34908 \end_inset
34909
34910 line
34911 \begin_inset space ~
34912 \end_inset
34913
34914 thickness, the thickness of the outer frame is 1.5
34915 \begin_inset space \thinspace{}
34916 \end_inset
34917
34918 line
34919 \begin_inset space ~
34920 \end_inset
34921
34922 thickness.
34923  The distance between the lines is 1.5
34924 \begin_inset space \thinspace{}
34925 \end_inset
34926
34927 line
34928 \begin_inset space ~
34929 \end_inset
34930
34931 thickness
34932 \begin_inset space \thinspace{}
34933 \end_inset
34934
34935 +
34936 \begin_inset space \thinspace{}
34937 \end_inset
34938
34939 0.5
34940 \begin_inset space \thinspace{}
34941 \end_inset
34942
34943 pt.
34944  
34945 \begin_inset Box Doublebox
34946 position "c"
34947 hor_pos "c"
34948 has_inner_box 1
34949 inner_pos "c"
34950 use_parbox 0
34951 use_makebox 0
34952 width "20col%"
34953 special "none"
34954 height "1in"
34955 height_special "totalheight"
34956 thickness "0.4pt"
34957 separation "3pt"
34958 shadowsize "4pt"
34959 framecolor "black"
34960 backgroundcolor "none"
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964 \align center
34965 Double rectangular box
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Standard
34974 \begin_inset VSpace bigskip
34975 \end_inset
34976
34977 \SpecialChar LyX
34978 's box label will reflect the different frame types.
34979  To be able to use all types, the \SpecialChar LaTeX
34980 -package 
34981 \series bold
34982 fancybox
34983 \series default
34984
34985 \begin_inset Index idx
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989 \SpecialChar LaTeX
34990 -packages ! fancybox
34991 \end_layout
34992
34993 \end_inset
34994
34995  must be installed.
34996 \end_layout
34997
34998 \begin_layout Standard
34999 \begin_inset VSpace bigskip
35000 \end_inset
35001
35002 When you use the decoration 
35003 \family sans
35004 simple rectangular frame
35005 \family default
35006  and no inner box, you can allow page breaks within a box.
35007  Note that then, unlike other framed boxes, the frame always uses the whole
35008  column width and the box is set as its own paragraph: 
35009 \begin_inset Box Framed
35010 position "t"
35011 hor_pos "c"
35012 has_inner_box 0
35013 inner_pos "t"
35014 use_parbox 0
35015 use_makebox 0
35016 width "100col%"
35017 special "none"
35018 height "1in"
35019 height_special "totalheight"
35020 thickness "0.4pt"
35021 separation "3pt"
35022 shadowsize "4pt"
35023 framecolor "black"
35024 backgroundcolor "none"
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028 Allow page break box
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \begin_layout Section
35037 Box Customization
35038 \begin_inset Index idx
35039 status collapsed
35040
35041 \begin_layout Plain Layout
35042 Boxes ! Customization
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \end_layout
35049
35050 \begin_layout Standard
35051 The diameter of the round corners of the oval boxes can be set with the
35052  command 
35053 \series bold
35054
35055 \backslash
35056 cornersize
35057 \series default
35058 .
35059  The command
35060 \end_layout
35061
35062 \begin_layout Standard
35063
35064 \series bold
35065
35066 \backslash
35067 cornersize*{1cm}
35068 \end_layout
35069
35070 \begin_layout Standard
35071 sets the diameter to 1
35072 \begin_inset space \thinspace{}
35073 \end_inset
35074
35075 cm.
35076  The command
35077 \end_layout
35078
35079 \begin_layout Standard
35080
35081 \series bold
35082
35083 \backslash
35084 cornersize{num}
35085 \end_layout
35086
35087 \begin_layout Standard
35088 sets the diameter to 
35089 \family sans
35090 num
35091 \begin_inset space \thinspace{}
35092 \end_inset
35093
35094 ×
35095 \begin_inset space \thinspace{}
35096 \end_inset
35097
35098 minimum(width and height of box)
35099 \family default
35100 .
35101  The default is 
35102 \series bold
35103
35104 \backslash
35105 cornersize{0.5}
35106 \series default
35107 .
35108 \end_layout
35109
35110 \begin_layout Standard
35111 \begin_inset ERT
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115
35116
35117 \backslash
35118 cornersize*{1.5cm}
35119 \end_layout
35120
35121 \end_inset
35122
35123
35124 \begin_inset Box Ovalbox
35125 position "c"
35126 hor_pos "c"
35127 has_inner_box 1
35128 inner_pos "c"
35129 use_parbox 0
35130 use_makebox 0
35131 width "25col%"
35132 special "none"
35133 height "1in"
35134 height_special "totalheight"
35135 thickness "0.4pt"
35136 separation "3pt"
35137 shadowsize "4pt"
35138 framecolor "black"
35139 backgroundcolor "none"
35140 status open
35141
35142 \begin_layout Plain Layout
35143 \align center
35144 Oval box with 
35145 \series bold
35146
35147 \backslash
35148 cornersize
35149 \series default
35150
35151 \begin_inset space \thinspace{}
35152 \end_inset
35153
35154 =
35155 \begin_inset space \thinspace{}
35156 \end_inset
35157
35158 1.5
35159 \begin_inset space \thinspace{}
35160 \end_inset
35161
35162 cm
35163 \end_layout
35164
35165 \end_inset
35166
35167
35168 \begin_inset ERT
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172
35173
35174 \backslash
35175 cornersize{0.5}
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 \begin_inset VSpace bigskip
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 The default background color red of 
35192 \family sans
35193 shaded background
35194 \family default
35195  boxes can either be changed locally with the command 
35196 \series bold
35197
35198 \backslash
35199 definecolor{shadecolor}
35200 \series default
35201  or globally with the menu 
35202 \family sans
35203 Tools\SpecialChar menuseparator
35204 Preferences\SpecialChar menuseparator
35205 Colors\SpecialChar menuseparator
35206 shaded
35207 \begin_inset space ~
35208 \end_inset
35209
35210 box
35211 \family default
35212 .
35213  The scheme of the 
35214 \series bold
35215
35216 \backslash
35217 definecolor
35218 \series default
35219  command is explained in section
35220 \begin_inset space ~
35221 \end_inset
35222
35223
35224 \begin_inset CommandInset ref
35225 LatexCommand ref
35226 reference "sec:Colored-Tables"
35227
35228 \end_inset
35229
35230 .
35231 \begin_inset Foot
35232 status collapsed
35233
35234 \begin_layout Plain Layout
35235 Note that 
35236 \series bold
35237
35238 \backslash
35239 definecolor
35240 \series default
35241  requires the \SpecialChar LaTeX
35242 -package 
35243 \series bold
35244 color
35245 \series default
35246  in the preamble, see section
35247 \begin_inset space ~
35248 \end_inset
35249
35250
35251 \begin_inset CommandInset ref
35252 LatexCommand ref
35253 reference "sec:Colored-Boxes"
35254
35255 \end_inset
35256
35257 .
35258 \end_layout
35259
35260 \end_inset
35261
35262  For example the appearance of the following shaded background box is set
35263  with the \SpecialChar TeX
35264  Code command
35265 \end_layout
35266
35267 \begin_layout Standard
35268
35269 \series bold
35270
35271 \backslash
35272 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35273 \end_layout
35274
35275 \begin_layout Standard
35276 \begin_inset ERT
35277 status collapsed
35278
35279 \begin_layout Plain Layout
35280
35281
35282 \backslash
35283 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \begin_inset Box Shaded
35290 position "t"
35291 hor_pos "c"
35292 has_inner_box 0
35293 inner_pos "t"
35294 use_parbox 0
35295 use_makebox 0
35296 width "100col%"
35297 special "none"
35298 height "1in"
35299 height_special "totalheight"
35300 thickness "0.4pt"
35301 separation "3pt"
35302 shadowsize "4pt"
35303 framecolor "black"
35304 backgroundcolor "none"
35305 status open
35306
35307 \begin_layout Plain Layout
35308
35309 \color yellow
35310 This is yellow text in a
35311 \color none
35312  
35313 \family sans
35314 \color yellow
35315 shaded background
35316 \family default
35317 \color none
35318  
35319 \color yellow
35320 box with dark green background.
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \begin_inset ERT
35327 status collapsed
35328
35329 \begin_layout Plain Layout
35330
35331
35332 \backslash
35333 definecolor{shadecolor}{rgb}{1,0,0}
35334 \end_layout
35335
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \begin_layout Standard
35342 \begin_inset VSpace bigskip
35343 \end_inset
35344
35345 Manually changed sizes and colors are valid for all boxes following the
35346  commands that change them.
35347 \end_layout
35348
35349 \begin_layout Section
35350 Minipages
35351 \begin_inset CommandInset label
35352 LatexCommand label
35353 name "sec:Minipages"
35354
35355 \end_inset
35356
35357
35358 \begin_inset Index idx
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362 Boxes ! Minipages
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Standard
35371 Minipages are treated by \SpecialChar LaTeX
35372  as pages within pages and can therefore for example
35373  have their own footnotes.
35374 \end_layout
35375
35376 \begin_layout Standard
35377 Minipages are useful when you write documents with different languages.
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Below are two example minipages side by side.
35382  Their width is set to 45
35383 \begin_inset space \thinspace{}
35384 \end_inset
35385
35386 col% and they are separated by a horizontal fill, that was inserted via
35387  the menu 
35388 \family sans
35389 Insert\SpecialChar menuseparator
35390 Special
35391 \begin_inset space ~
35392 \end_inset
35393
35394 Formatting\SpecialChar menuseparator
35395 Horizontal
35396 \begin_inset space ~
35397 \end_inset
35398
35399 Fill
35400 \family default
35401 .
35402 \begin_inset Newpage newpage
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Standard
35409 \begin_inset Box Frameless
35410 position "t"
35411 hor_pos "c"
35412 has_inner_box 1
35413 inner_pos "c"
35414 use_parbox 0
35415 use_makebox 0
35416 width "45col%"
35417 special "none"
35418 height "1in"
35419 height_special "totalheight"
35420 thickness "0.4pt"
35421 separation "3pt"
35422 shadowsize "4pt"
35423 framecolor "black"
35424 backgroundcolor "none"
35425 status open
35426
35427 \begin_layout Plain Layout
35428
35429 \lang ngerman
35430 Dies ist ein deutscher Text.
35431  Dies ist ein deutscher Text.
35432  Dies ist ein deutscher Text.
35433  Dies ist ein deutscher Text.
35434  Dies ist ein deutscher Text.
35435  Dies ist ein deutscher Text.
35436  Dies ist ein deutscher Text.
35437  Dies ist ein deutscher Text.
35438  Dies ist ein deutscher Text.
35439  Dies ist ein deutscher Text.
35440  Dies ist ein deutscher Text.
35441  Dies ist ein deutscher Text.
35442  Dies ist ein deutscher Text
35443 \begin_inset Foot
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447
35448 \lang ngerman
35449 Dies ist eine deutsche Fußnote.
35450 \end_layout
35451
35452 \end_inset
35453
35454 .
35455  Dies ist ein deutscher Text.
35456  Dies ist ein deutscher Text.
35457 \end_layout
35458
35459 \end_inset
35460
35461
35462 \begin_inset space \hfill{}
35463 \end_inset
35464
35465
35466 \begin_inset Box Frameless
35467 position "t"
35468 hor_pos "c"
35469 has_inner_box 1
35470 inner_pos "c"
35471 use_parbox 0
35472 use_makebox 0
35473 width "45col%"
35474 special "none"
35475 height "1in"
35476 height_special "totalheight"
35477 thickness "0.4pt"
35478 separation "3pt"
35479 shadowsize "4pt"
35480 framecolor "black"
35481 backgroundcolor "none"
35482 status open
35483
35484 \begin_layout Plain Layout
35485 This is an English Text.
35486  This is an English Text.
35487  This is an English Text.
35488  This is an English Text.
35489  This is an English Text.
35490  This is an English Text.
35491  This is an English Text.
35492  This is an English Text.
35493  This is an English Text.
35494  This is an English Text.
35495  This is an English Text.
35496  This is an English Text.
35497  This is an English Text.
35498  This is an English Text.
35499  This is an English Text.
35500  This is an English Text.
35501 \begin_inset Foot
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505 This is an English footnote.
35506 \end_layout
35507
35508 \end_inset
35509
35510  This is an English Text.
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519 \begin_inset VSpace bigskip
35520 \end_inset
35521
35522 The document-wide paragraph settings are ignored within minipages.
35523  That means that there will be no space between paragraphs in minipages
35524  although you set it to e.
35525 \begin_inset space \thinspace{}
35526 \end_inset
35527
35528 g.
35529 \begin_inset space \space{}
35530 \end_inset
35531
35532
35533 \family sans
35534 MedSkip
35535 \family default
35536  in the document settings.
35537 \end_layout
35538
35539 \begin_layout Standard
35540 Minipages can also be used to set a background color for text parts, see
35541  section
35542 \begin_inset space ~
35543 \end_inset
35544
35545
35546 \begin_inset CommandInset ref
35547 LatexCommand ref
35548 reference "sec:Colored-Boxes"
35549
35550 \end_inset
35551
35552 .
35553 \end_layout
35554
35555 \begin_layout Standard
35556 \begin_inset Note Greyedout
35557 status open
35558
35559 \begin_layout Plain Layout
35560
35561 \series bold
35562 Note:
35563 \series default
35564  You cannot have floats or margin notes inside minipages but minipages can
35565  be used inside tables, floats, and other boxes.
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 \begin_inset VSpace bigskip
35575 \end_inset
35576
35577
35578 \end_layout
35579
35580 \begin_layout Standard
35581 \SpecialChar LyX
35582  has also basic support for minipages whose size is automatically determined
35583  by the width of their contents, via the module 
35584 \family sans
35585 Variable-width Minipages
35586 \family default
35587 .
35588  The \SpecialChar LyX
35589  example file 
35590 \emph on
35591 varwidth-floats-side-by-side
35592 \emph default
35593  gives examples of variable-width minipages used for placing two floats
35594  side-by-side.
35595 \end_layout
35596
35597 \begin_layout Section
35598 Parboxes
35599 \begin_inset CommandInset label
35600 LatexCommand label
35601 name "sec:Parboxes"
35602
35603 \end_inset
35604
35605
35606 \begin_inset Index idx
35607 status collapsed
35608
35609 \begin_layout Plain Layout
35610 Boxes ! Parboxes
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Standard
35619 Parboxes are very similar to minipages with the difference that they cannot
35620  have footnotes.
35621 \end_layout
35622
35623 \begin_layout Standard
35624 \align center
35625 \begin_inset Box Frameless
35626 position "t"
35627 hor_pos "c"
35628 has_inner_box 1
35629 inner_pos "t"
35630 use_parbox 1
35631 use_makebox 0
35632 width "33col%"
35633 special "none"
35634 height "1in"
35635 height_special "totalheight"
35636 thickness "0.4pt"
35637 separation "3pt"
35638 shadowsize "4pt"
35639 framecolor "black"
35640 backgroundcolor "none"
35641 status open
35642
35643 \begin_layout Plain Layout
35644 This a text within a parbox.
35645  This a text within a parbox.
35646 \end_layout
35647
35648 \begin_layout Plain Layout
35649 This footnote won't appear:
35650 \begin_inset Foot
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 This footnote is inside a parbox and will therefore not appear.
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \end_inset
35663
35664
35665 \end_layout
35666
35667 \begin_layout Section
35668 Boxes for Words and Characters
35669 \begin_inset Index idx
35670 status collapsed
35671
35672 \begin_layout Plain Layout
35673 Boxes ! for Characters
35674 \end_layout
35675
35676 \end_inset
35677
35678
35679 \end_layout
35680
35681 \begin_layout Subsection
35682 Prevent Hyphenation
35683 \begin_inset CommandInset label
35684 LatexCommand label
35685 name "sec:Prevent-Hyphenation"
35686
35687 \end_inset
35688
35689
35690 \begin_inset Index idx
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694 Boxes ! to Prevent Hyphenation
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \end_layout
35701
35702 \begin_layout Standard
35703 You can use the box type 
35704 \family sans
35705 Makebox
35706 \family default
35707  to prevent words or text from being hyphenated.
35708 \begin_inset Newline newline
35709 \end_inset
35710
35711 Here is an example text:
35712 \end_layout
35713
35714 \begin_layout Standard
35715 This line is an example to show how you can prevent the hyphenation of 
35716 \begin_inset Quotes eld
35717 \end_inset
35718
35719 veryverylongword
35720 \begin_inset Quotes erd
35721 \end_inset
35722
35723 .
35724 \end_layout
35725
35726 \begin_layout Standard
35727 To prevent the hyphenation of the word 
35728 \begin_inset Quotes eld
35729 \end_inset
35730
35731 veryverylongword
35732 \begin_inset Quotes erd
35733 \end_inset
35734
35735 , put the word into a box, set the 
35736 \family sans
35737 Inner
35738 \begin_inset space ~
35739 \end_inset
35740
35741 box
35742 \family default
35743  to 
35744 \family sans
35745 Makebox
35746 \family default
35747  and use no explicit width.
35748 \end_layout
35749
35750 \begin_layout Standard
35751 This is the result:
35752 \end_layout
35753
35754 \begin_layout Standard
35755 This line is an example to show how you can prevent the hyphenation of 
35756 \begin_inset Box Frameless
35757 position "t"
35758 hor_pos "c"
35759 has_inner_box 1
35760 inner_pos "t"
35761 use_parbox 0
35762 use_makebox 1
35763 width ""
35764 special "none"
35765 height "1in"
35766 height_special "totalheight"
35767 thickness "0.4pt"
35768 separation "3pt"
35769 shadowsize "4pt"
35770 framecolor "black"
35771 backgroundcolor "none"
35772 status open
35773
35774 \begin_layout Plain Layout
35775 \begin_inset Quotes eld
35776 \end_inset
35777
35778 veryverylongword
35779 \begin_inset Quotes erd
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \end_inset
35786
35787 .
35788 \end_layout
35789
35790 \begin_layout Standard
35791 You can alternatively set the command 
35792 \begin_inset Quotes eld
35793 \end_inset
35794
35795
35796 \series bold
35797
35798 \backslash
35799 -
35800 \series default
35801
35802 \begin_inset Quotes grd
35803 \end_inset
35804
35805  as \SpecialChar TeX
35806  Code directly before the word:
35807 \end_layout
35808
35809 \begin_layout Standard
35810 This line is an example to show how you can prevent the hyphenation of 
35811 \begin_inset Quotes eld
35812 \end_inset
35813
35814
35815 \begin_inset ERT
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819
35820
35821 \backslash
35822 -
35823 \end_layout
35824
35825 \end_inset
35826
35827 veryverylongword
35828 \begin_inset Quotes erd
35829 \end_inset
35830
35831 .
35832 \end_layout
35833
35834 \begin_layout Standard
35835 Of course the word now protrudes over the side margin.
35836  To avoid this, add via the menu 
35837 \family sans
35838 Insert\SpecialChar menuseparator
35839 Formatting\SpecialChar menuseparator
35840 Ragged
35841 \begin_inset space ~
35842 \end_inset
35843
35844 Line
35845 \begin_inset space ~
35846 \end_inset
35847
35848 Break
35849 \family default
35850  (shortcut 
35851 \begin_inset Info
35852 type  "shortcut"
35853 arg   "newline-insert newline"
35854 \end_inset
35855
35856 ) a line break before the word:
35857 \end_layout
35858
35859 \begin_layout Standard
35860 This line is an example to show how you can prevent the hyphenation of 
35861 \begin_inset Newline newline
35862 \end_inset
35863
35864
35865 \begin_inset Box Frameless
35866 position "t"
35867 hor_pos "c"
35868 has_inner_box 1
35869 inner_pos "t"
35870 use_parbox 0
35871 use_makebox 1
35872 width ""
35873 special "none"
35874 height "1in"
35875 height_special "totalheight"
35876 thickness "0.4pt"
35877 separation "3pt"
35878 shadowsize "4pt"
35879 framecolor "black"
35880 backgroundcolor "none"
35881 status open
35882
35883 \begin_layout Plain Layout
35884 \begin_inset Quotes eld
35885 \end_inset
35886
35887 veryverylongword
35888 \begin_inset Quotes erd
35889 \end_inset
35890
35891
35892 \end_layout
35893
35894 \end_inset
35895
35896 .
35897 \end_layout
35898
35899 \begin_layout Subsection
35900 Vertical Alignment
35901 \begin_inset CommandInset label
35902 LatexCommand label
35903 name "subsec:Vertical-Alignment"
35904
35905 \end_inset
35906
35907
35908 \begin_inset Index idx
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912 Boxes ! for Vertical Alignment
35913 \end_layout
35914
35915 \end_inset
35916
35917
35918 \begin_inset Index idx
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922 Boxes ! Raiseboxes
35923 \end_layout
35924
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \begin_layout Standard
35931 With the help of the command 
35932 \series bold
35933
35934 \backslash
35935 raisebox
35936 \series default
35937  you can align words, characters or other boxes vertically relative to the
35938  surrounding text.
35939  
35940 \series bold
35941
35942 \backslash
35943 raisebox
35944 \series default
35945  is used with the following scheme:
35946 \end_layout
35947
35948 \begin_layout Standard
35949
35950 \series bold
35951
35952 \backslash
35953 raisebox{lift}[height][depth]{box content}
35954 \end_layout
35955
35956 \begin_layout Standard
35957 The lift can be a positive value to raise the box or a negative value to
35958  lower the box.
35959 \end_layout
35960
35961 \begin_layout Standard
35962 To align for example the word 
35963 \begin_inset Quotes eld
35964 \end_inset
35965
35966 preventing
35967 \begin_inset Quotes erd
35968 \end_inset
35969
35970  so that the bottom of the 
35971 \begin_inset Quotes eld
35972 \end_inset
35973
35974 deepest
35975 \begin_inset Quotes erd
35976 \end_inset
35977
35978  character 
35979 \begin_inset Quotes eld
35980 \end_inset
35981
35982 p
35983 \begin_inset Quotes erd
35984 \end_inset
35985
35986  is at the baseline, insert the command
35987 \end_layout
35988
35989 \begin_layout Standard
35990
35991 \series bold
35992
35993 \backslash
35994 raisebox{
35995 \backslash
35996 depth}{
35997 \end_layout
35998
35999 \begin_layout Standard
36000 in \SpecialChar TeX
36001  Code before the word.
36002  After the word insert a closing brace 
36003 \begin_inset Quotes eld
36004 \end_inset
36005
36006
36007 \series bold
36008 }
36009 \series default
36010
36011 \begin_inset Quotes erd
36012 \end_inset
36013
36014  in \SpecialChar TeX
36015  Code.
36016 \begin_inset Newline newline
36017 \end_inset
36018
36019 This is the result:
36020 \end_layout
36021
36022 \begin_layout Standard
36023 This is a text line with the word 
36024 \begin_inset ERT
36025 status collapsed
36026
36027 \begin_layout Plain Layout
36028
36029
36030 \backslash
36031 raisebox{
36032 \backslash
36033 depth}{
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \begin_inset Quotes eld
36040 \end_inset
36041
36042 preventing
36043 \begin_inset Quotes erd
36044 \end_inset
36045
36046
36047 \begin_inset ERT
36048 status collapsed
36049
36050 \begin_layout Plain Layout
36051
36052 }
36053 \end_layout
36054
36055 \end_inset
36056
36057  as a raised word.
36058 \end_layout
36059
36060 \begin_layout Standard
36061 \begin_inset VSpace bigskip
36062 \end_inset
36063
36064 When you raise or lower characters in a line, the line distance will be
36065  spread:
36066 \end_layout
36067
36068 \begin_layout Standard
36069 This is a text line with the word 
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 raisebox{-
36078 \backslash
36079 depth}{
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \begin_inset Quotes eld
36086 \end_inset
36087
36088 preventing
36089 \begin_inset Quotes erd
36090 \end_inset
36091
36092
36093 \begin_inset ERT
36094 status collapsed
36095
36096 \begin_layout Plain Layout
36097
36098 }
36099 \end_layout
36100
36101 \end_inset
36102
36103  as a lowered word.
36104 \begin_inset Newline newline
36105 \end_inset
36106
36107 This is a text line with the word 
36108 \begin_inset ERT
36109 status collapsed
36110
36111 \begin_layout Plain Layout
36112
36113
36114 \backslash
36115 raisebox{0.5cm}{
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \begin_inset Quotes eld
36122 \end_inset
36123
36124 testing
36125 \begin_inset Quotes erd
36126 \end_inset
36127
36128
36129 \begin_inset ERT
36130 status collapsed
36131
36132 \begin_layout Plain Layout
36133
36134 }
36135 \end_layout
36136
36137 \end_inset
36138
36139  as a raised word.
36140 \end_layout
36141
36142 \begin_layout Standard
36143 If you want to prevent this for a certain reason, set the box height to
36144  a zero value.
36145  For example use
36146 \end_layout
36147
36148 \begin_layout Standard
36149
36150 \series bold
36151
36152 \backslash
36153 raisebox{-
36154 \backslash
36155 depth}[0pt]{
36156 \end_layout
36157
36158 \begin_layout Standard
36159 This is a text line with the word 
36160 \begin_inset ERT
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164
36165
36166 \backslash
36167 raisebox{-
36168 \backslash
36169 depth}[0pt]{
36170 \end_layout
36171
36172 \end_inset
36173
36174
36175 \begin_inset Quotes eld
36176 \end_inset
36177
36178 preventing
36179 \begin_inset Quotes erd
36180 \end_inset
36181
36182
36183 \begin_inset ERT
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187
36188 }
36189 \end_layout
36190
36191 \end_inset
36192
36193  as a lowered word.
36194 \begin_inset Newline newline
36195 \end_inset
36196
36197
36198 \begin_inset Newline newline
36199 \end_inset
36200
36201 This is a text line with the word 
36202 \begin_inset ERT
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206
36207
36208 \backslash
36209 raisebox{0.5cm}[0pt]{
36210 \end_layout
36211
36212 \end_inset
36213
36214
36215 \begin_inset Quotes eld
36216 \end_inset
36217
36218 testing
36219 \begin_inset Quotes erd
36220 \end_inset
36221
36222
36223 \begin_inset ERT
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227
36228 }
36229 \end_layout
36230
36231 \end_inset
36232
36233  as a raised word.
36234 \end_layout
36235
36236 \begin_layout Section
36237 Colored Boxes
36238 \begin_inset CommandInset label
36239 LatexCommand label
36240 name "sec:Colored-Boxes"
36241
36242 \end_inset
36243
36244
36245 \begin_inset Index idx
36246 status collapsed
36247
36248 \begin_layout Plain Layout
36249 Boxes ! Color
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Standard
36258 To color the background of a box just select the color you like in the box
36259  dialog.
36260  This is for example a box with orange background: 
36261 \begin_inset Box Frameless
36262 position "t"
36263 hor_pos "c"
36264 has_inner_box 1
36265 inner_pos "t"
36266 use_parbox 0
36267 use_makebox 1
36268 width ""
36269 special "none"
36270 height "1in"
36271 height_special "totalheight"
36272 thickness "0.4pt"
36273 separation "3pt"
36274 shadowsize "4pt"
36275 framecolor "black"
36276 backgroundcolor "orange"
36277 status open
36278
36279 \begin_layout Plain Layout
36280 Box with orange background
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \begin_layout Standard
36289 If you use the decoration 
36290 \family sans
36291 Simple
36292 \begin_inset space ~
36293 \end_inset
36294
36295 rectangular
36296 \begin_inset space ~
36297 \end_inset
36298
36299 frame
36300 \family default
36301  you can set a frame color.
36302  In this case you must also specify a background color (LyX sets white as
36303  default).
36304  Here is an example: 
36305 \begin_inset Box Boxed
36306 position "t"
36307 hor_pos "c"
36308 has_inner_box 0
36309 inner_pos "t"
36310 use_parbox 0
36311 use_makebox 0
36312 width ""
36313 special "none"
36314 height "1in"
36315 height_special "totalheight"
36316 thickness "0.4pt"
36317 separation "3pt"
36318 shadowsize "4pt"
36319 framecolor "teal"
36320 backgroundcolor "yellow"
36321 status open
36322
36323 \begin_layout Plain Layout
36324 Box with teal frame color and yellow background color
36325 \end_layout
36326
36327 \end_inset
36328
36329
36330 \end_layout
36331
36332 \begin_layout Standard
36333 \begin_inset VSpace bigskip
36334 \end_inset
36335
36336 Of course you can also have colored text inside a colored box:
36337 \begin_inset Newline newline
36338 \end_inset
36339
36340
36341 \begin_inset Box Boxed
36342 position "t"
36343 hor_pos "c"
36344 has_inner_box 0
36345 inner_pos "t"
36346 use_parbox 0
36347 use_makebox 0
36348 width ""
36349 special "none"
36350 height "1in"
36351 height_special "totalheight"
36352 thickness "0.4pt"
36353 separation "3pt"
36354 shadowsize "4pt"
36355 framecolor "cyan"
36356 backgroundcolor "magenta"
36357 status open
36358
36359 \begin_layout Plain Layout
36360
36361 \color yellow
36362 This is colored text within a colored, framed box
36363 \end_layout
36364
36365 \end_inset
36366
36367
36368 \end_layout
36369
36370 \begin_layout Standard
36371 \begin_inset VSpace bigskip
36372 \end_inset
36373
36374
36375 \end_layout
36376
36377 \begin_layout Standard
36378 If you need another color than the predefined ones, you can define your
36379  own color as described in section
36380 \begin_inset space ~
36381 \end_inset
36382
36383
36384 \begin_inset CommandInset ref
36385 LatexCommand ref
36386 reference "sec:Colored-Tables"
36387
36388 \end_inset
36389
36390 .
36391  To use your own color you must typeset the box by using TeX code:
36392 \end_layout
36393
36394 \begin_layout Standard
36395 Colored boxes without frame are created with the command 
36396 \series bold
36397
36398 \backslash
36399 colorbox
36400 \series default
36401 .
36402  It has the following scheme:
36403 \end_layout
36404
36405 \begin_layout Standard
36406
36407 \series bold
36408
36409 \backslash
36410 colorbox{color}{box content}
36411 \end_layout
36412
36413 \begin_layout Standard
36414 The box content can also be a box and colored boxes can also be within other
36415  boxes.
36416  To have e.
36417 \begin_inset space \thinspace{}
36418 \end_inset
36419
36420 g.
36421 \begin_inset space \space{}
36422 \end_inset
36423
36424 a darkgreen background for a word, insert the command
36425 \end_layout
36426
36427 \begin_layout Standard
36428
36429 \series bold
36430
36431 \backslash
36432 colorbox{darkgreen}{
36433 \end_layout
36434
36435 \begin_layout Standard
36436 before the word in \SpecialChar TeX
36437  Code.
36438  After the word insert a closing brace 
36439 \begin_inset Quotes eld
36440 \end_inset
36441
36442
36443 \series bold
36444 }
36445 \series default
36446
36447 \begin_inset Quotes erd
36448 \end_inset
36449
36450  in \SpecialChar TeX
36451  Code.
36452 \begin_inset Newline newline
36453 \end_inset
36454
36455 This is the result:
36456 \end_layout
36457
36458 \begin_layout Standard
36459 This is a line where the word 
36460 \begin_inset ERT
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464
36465
36466 \backslash
36467 colorbox{darkgreen}{
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \begin_inset Quotes eld
36474 \end_inset
36475
36476 Attention!
36477 \begin_inset Quotes erd
36478 \end_inset
36479
36480
36481 \begin_inset ERT
36482 status collapsed
36483
36484 \begin_layout Plain Layout
36485
36486 }
36487 \end_layout
36488
36489 \end_inset
36490
36491  has a darkgreen background.
36492 \end_layout
36493
36494 \begin_layout Standard
36495 Framed, colored boxes are created with the command 
36496 \series bold
36497
36498 \backslash
36499 fcolorbox
36500 \series default
36501 .
36502  It has the following scheme:
36503 \end_layout
36504
36505 \begin_layout Standard
36506
36507 \series bold
36508
36509 \backslash
36510 fcolorbox{frame color}{box color}{box content}
36511 \end_layout
36512
36513 \begin_layout Section
36514 Rotated and Scaled Boxes
36515 \end_layout
36516
36517 \begin_layout Standard
36518 To use the boxes described in this section, the module 
36519 \family sans
36520 GraphicBoxes
36521 \family default
36522  must be loaded in the document settings.
36523 \end_layout
36524
36525 \begin_layout Standard
36526 \begin_inset Note Greyedout
36527 status open
36528
36529 \begin_layout Plain Layout
36530
36531 \series bold
36532 Note:
36533 \series default
36534  Not all DVI viewers are able to display rotated or scaled material.
36535 \end_layout
36536
36537 \end_inset
36538
36539
36540 \end_layout
36541
36542 \begin_layout Standard
36543 \begin_inset Note Greyedout
36544 status open
36545
36546 \begin_layout Plain Layout
36547
36548 \series bold
36549 Note:
36550 \series default
36551  Floats are not allowed inside a rotated or scaled box.
36552 \end_layout
36553
36554 \end_inset
36555
36556
36557 \end_layout
36558
36559 \begin_layout Subsection
36560 Rotated Boxes
36561 \begin_inset Index idx
36562 status collapsed
36563
36564 \begin_layout Plain Layout
36565 Boxes ! rotated
36566 \end_layout
36567
36568 \end_inset
36569
36570
36571 \begin_inset Index idx
36572 status collapsed
36573
36574 \begin_layout Plain Layout
36575 Rotated Material
36576 \end_layout
36577
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \begin_layout Standard
36584 To rotate material, you can put it into a 
36585 \family sans
36586 Rotatebox
36587 \family default
36588 .
36589  Such a box is inserted via the menu 
36590 \family sans
36591 Insert\SpecialChar menuseparator
36592 Custom Insets\SpecialChar menuseparator
36593 Rotatebox
36594 \family default
36595 .
36596 \end_layout
36597
36598 \begin_layout Standard
36599 The rotation origin can be specified via the inset 
36600 \family sans
36601 Origin
36602 \family default
36603  (menu 
36604 \family sans
36605 Insert\SpecialChar menuseparator
36606 Origin
36607 \family default
36608 ) in the form 
36609 \series bold
36610 origin=position
36611 \series default
36612 .
36613  The following positions are possible: 
36614 \emph on
36615 c
36616 \emph default
36617  (center), 
36618 \emph on
36619 l
36620 \emph default
36621  (left), 
36622 \emph on
36623 r
36624 \emph default
36625  (right), 
36626 \emph on
36627 b
36628 \emph default
36629  (bottom), 
36630 \emph on
36631 t
36632 \emph default
36633  (top), along with meaningful combinations of the four base positions.
36634  For example 
36635 \emph on
36636 lt
36637 \emph default
36638  means that the rotation origin is at the top left corner of the box.
36639  When no rotation origin is specified, the position 
36640 \emph on
36641 l
36642 \emph default
36643  will be used.
36644  The rotation angle is a number that can be negative that specifies the
36645  angle in degrees.
36646  The rotation direction is counterclockwise.
36647 \end_layout
36648
36649 \begin_layout Standard
36650 In the following example 
36651 \series bold
36652 origin=c
36653 \series default
36654  was inserted to the 
36655 \family sans
36656 Origin
36657 \family default
36658  inset and 
36659 \series bold
36660 60
36661 \series default
36662  was inserted to the 
36663 \family sans
36664 Angle
36665 \family default
36666  inset.
36667 \end_layout
36668
36669 \begin_layout Standard
36670 This is a line 
36671 \begin_inset Flex Rotatebox
36672 status open
36673
36674 \begin_layout Plain Layout
36675 \begin_inset Argument 1
36676 status open
36677
36678 \begin_layout Plain Layout
36679 origin=c
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \begin_inset Argument 2
36686 status open
36687
36688 \begin_layout Plain Layout
36689 60
36690 \end_layout
36691
36692 \end_inset
36693
36694 with rotated
36695 \end_layout
36696
36697 \end_inset
36698
36699  text.
36700 \end_layout
36701
36702 \begin_layout Standard
36703 The box content can also be another box or an inline formula:
36704 \end_layout
36705
36706 \begin_layout Standard
36707 This is a line 
36708 \begin_inset Flex Rotatebox
36709 status open
36710
36711 \begin_layout Plain Layout
36712 \begin_inset Argument 1
36713 status open
36714
36715 \begin_layout Plain Layout
36716 origin=r
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \begin_inset Argument 2
36723 status open
36724
36725 \begin_layout Plain Layout
36726 -60
36727 \end_layout
36728
36729 \end_inset
36730
36731
36732 \begin_inset Box Doublebox
36733 position "c"
36734 hor_pos "c"
36735 has_inner_box 0
36736 inner_pos "c"
36737 use_parbox 0
36738 use_makebox 0
36739 width "1in"
36740 special "width"
36741 height "1in"
36742 height_special "totalheight"
36743 thickness "0.4pt"
36744 separation "3pt"
36745 shadowsize "4pt"
36746 framecolor "black"
36747 backgroundcolor "none"
36748 status collapsed
36749
36750 \begin_layout Plain Layout
36751 with rotated
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \end_inset
36760
36761  framed text 
36762 \begin_inset Flex Rotatebox
36763 status open
36764
36765 \begin_layout Plain Layout
36766 \begin_inset Argument 1
36767 status open
36768
36769 \begin_layout Plain Layout
36770 origin=lb
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \begin_inset Argument 2
36777 status open
36778
36779 \begin_layout Plain Layout
36780 60
36781 \end_layout
36782
36783 \end_inset
36784
36785
36786 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36787 \end_inset
36788
36789
36790 \end_layout
36791
36792 \end_inset
36793
36794  and a formula.
36795 \end_layout
36796
36797 \begin_layout Standard
36798 or an image or table:
36799 \end_layout
36800
36801 \begin_layout Standard
36802 This is a line 
36803 \begin_inset Flex Rotatebox
36804 status open
36805
36806 \begin_layout Plain Layout
36807 \begin_inset Argument 1
36808 status open
36809
36810 \begin_layout Plain Layout
36811 origin=lb
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \begin_inset Argument 2
36818 status open
36819
36820 \begin_layout Plain Layout
36821 90
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \begin_inset Graphics
36828         filename clipart/platypus.eps
36829         lyxscale 50
36830         width 25col%
36831
36832 \end_inset
36833
36834
36835 \end_layout
36836
36837 \end_inset
36838
36839  with a rotated image 
36840 \begin_inset Flex Rotatebox
36841 status open
36842
36843 \begin_layout Plain Layout
36844 \begin_inset Argument 2
36845 status open
36846
36847 \begin_layout Plain Layout
36848 -90
36849 \end_layout
36850
36851 \end_inset
36852
36853
36854 \begin_inset Tabular
36855 <lyxtabular version="3" rows="2" columns="2">
36856 <features tabularvalignment="middle">
36857 <column alignment="center" valignment="top">
36858 <column alignment="center" valignment="top">
36859 <row>
36860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 q
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 w
36874 \end_layout
36875
36876 \end_inset
36877 </cell>
36878 </row>
36879 <row>
36880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884 e
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36890 \begin_inset Text
36891
36892 \begin_layout Plain Layout
36893 r
36894 \end_layout
36895
36896 \end_inset
36897 </cell>
36898 </row>
36899 </lyxtabular>
36900
36901 \end_inset
36902
36903
36904 \end_layout
36905
36906 \end_inset
36907
36908  and table.
36909 \begin_inset Index idx
36910 status collapsed
36911
36912 \begin_layout Plain Layout
36913 Figures ! rotated
36914 \end_layout
36915
36916 \end_inset
36917
36918
36919 \begin_inset Index idx
36920 status collapsed
36921
36922 \begin_layout Plain Layout
36923 Table Customization ! Rotating
36924 \end_layout
36925
36926 \end_inset
36927
36928
36929 \end_layout
36930
36931 \begin_layout Standard
36932 \begin_inset Note Greyedout
36933 status open
36934
36935 \begin_layout Plain Layout
36936
36937 \series bold
36938 Note:
36939 \series default
36940  If the 
36941 \family sans
36942 Angle
36943 \family default
36944  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36945
36946  errors when viewing/exporting the document.
36947 \end_layout
36948
36949 \end_inset
36950
36951
36952 \end_layout
36953
36954 \begin_layout Subsection
36955 Scaled Boxes
36956 \begin_inset Index idx
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960 Boxes ! scaled
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \begin_inset Index idx
36967 status collapsed
36968
36969 \begin_layout Plain Layout
36970 Scaled Material
36971 \end_layout
36972
36973 \end_inset
36974
36975
36976 \end_layout
36977
36978 \begin_layout Standard
36979 To scale material put it into a 
36980 \family sans
36981 Scalebox
36982 \family default
36983 .
36984  Such a box is inserted via the menu 
36985 \family sans
36986 Insert\SpecialChar menuseparator
36987 Custom Insets\SpecialChar menuseparator
36988 Scalebox
36989 \family default
36990 .
36991 \end_layout
36992
36993 \begin_layout Standard
36994 The 
36995 \family sans
36996 Scalebox
36997 \family default
36998  inset has the mandatory inset 
36999 \family sans
37000 H-Factor
37001 \family default
37002  and the optional inset 
37003 \family sans
37004 V-Factor
37005 \family default
37006  (inserted via the menu 
37007 \family sans
37008 Insert\SpecialChar menuseparator
37009 V-Factor)
37010 \family default
37011 .
37012  Input there the horizontal and vertical scale factor, respectively.
37013  If no 
37014 \family sans
37015 V-Factor
37016 \family default
37017  inset is used, the horizontal factor will also be used as the vertical
37018  one.
37019 \end_layout
37020
37021 \begin_layout Standard
37022 To get for example the double text size, compared to the document text size,
37023  insert 
37024 \series bold
37025 2
37026 \series default
37027  into the 
37028 \family sans
37029 H-Factor
37030 \family default
37031  inset.
37032  An example: 
37033 \begin_inset Flex Scalebox
37034 status open
37035
37036 \begin_layout Plain Layout
37037 \begin_inset Argument 1
37038 status open
37039
37040 \begin_layout Plain Layout
37041 2
37042 \end_layout
37043
37044 \end_inset
37045
37046 Hello
37047 \end_layout
37048
37049 \end_inset
37050
37051
37052 \end_layout
37053
37054 \begin_layout Standard
37055
37056 \series bold
37057 2
37058 \series default
37059  as 
37060 \family sans
37061 H-Factor
37062 \family default
37063  and 
37064 \series bold
37065 1
37066 \series default
37067  as 
37068 \family sans
37069 V-Factor
37070 \family default
37071  distorts the 
37072 \begin_inset Flex Scalebox
37073 status open
37074
37075 \begin_layout Plain Layout
37076 \begin_inset Argument 1
37077 status open
37078
37079 \begin_layout Plain Layout
37080 2
37081 \end_layout
37082
37083 \end_inset
37084
37085
37086 \begin_inset Argument 2
37087 status open
37088
37089 \begin_layout Plain Layout
37090 1
37091 \end_layout
37092
37093 \end_inset
37094
37095 Hello
37096 \end_layout
37097
37098 \end_inset
37099
37100 .
37101 \end_layout
37102
37103 \begin_layout Standard
37104 If the scaling factor is negative, the box content will be mirrored.
37105  Therefore 
37106 \series bold
37107 -1
37108 \series default
37109  as 
37110 \family sans
37111 H-Factor
37112 \family default
37113  and 
37114 \series bold
37115 1
37116 \series default
37117  as 
37118 \family sans
37119 V-Factor
37120 \family default
37121  can be used to create mirror writing: 
37122 \begin_inset Flex Scalebox
37123 status open
37124
37125 \begin_layout Plain Layout
37126 \begin_inset Argument 1
37127 status open
37128
37129 \begin_layout Plain Layout
37130 -1
37131 \end_layout
37132
37133 \end_inset
37134
37135
37136 \begin_inset Argument 2
37137 status open
37138
37139 \begin_layout Plain Layout
37140 1
37141 \end_layout
37142
37143 \end_inset
37144
37145 Hello
37146 \end_layout
37147
37148 \end_inset
37149
37150
37151 \end_layout
37152
37153 \begin_layout Standard
37154
37155 \series bold
37156 1
37157 \series default
37158  as 
37159 \family sans
37160 H-Factor
37161 \family default
37162  and 
37163 \series bold
37164 -1
37165 \series default
37166  as 
37167 \family sans
37168 V-Factor
37169 \family default
37170  reflects the 
37171 \begin_inset Flex Scalebox
37172 status open
37173
37174 \begin_layout Plain Layout
37175 \begin_inset Argument 1
37176 status open
37177
37178 \begin_layout Plain Layout
37179 1
37180 \end_layout
37181
37182 \end_inset
37183
37184
37185 \begin_inset Argument 2
37186 status open
37187
37188 \begin_layout Plain Layout
37189 -1
37190 \end_layout
37191
37192 \end_inset
37193
37194 Hello
37195 \end_layout
37196
37197 \end_inset
37198
37199  at the base line.
37200 \end_layout
37201
37202 \begin_layout Standard
37203 The 
37204 \family sans
37205 Reflectbox
37206 \family default
37207  (menu 
37208 \family sans
37209 Insert\SpecialChar menuseparator
37210 Custom Insets\SpecialChar menuseparator
37211 Reflectbox
37212 \family default
37213 ) is equivalent to 
37214 \series bold
37215 -1
37216 \series default
37217  as 
37218 \family sans
37219 H-Factor
37220 \family default
37221  and 
37222 \series bold
37223 1
37224 \series default
37225  as 
37226 \family sans
37227 V-Factor 
37228 \family default
37229 for a 
37230 \family sans
37231 Scalebox
37232 \family default
37233 .
37234 \end_layout
37235
37236 \begin_layout Standard
37237 \begin_inset Note Greyedout
37238 status open
37239
37240 \begin_layout Plain Layout
37241
37242 \series bold
37243 Note:
37244 \series default
37245  If the 
37246 \family sans
37247 H-Factor
37248 \family default
37249  inset is empty or contains other characters than numbers you will get LaTeX
37250  errors when viewing/exporting the document.
37251 \end_layout
37252
37253 \end_inset
37254
37255
37256 \end_layout
37257
37258 \begin_layout Standard
37259 \begin_inset VSpace bigskip
37260 \end_inset
37261
37262 The 
37263 \family sans
37264 Resizebox
37265 \family default
37266  (menu 
37267 \family sans
37268 Insert\SpecialChar menuseparator
37269 Custom Insets\SpecialChar menuseparator
37270 Resizebox
37271 \family default
37272 ) is used to scale the content to a defined width and height.
37273  The 
37274 \family sans
37275 Resizebox
37276 \family default
37277  inset has the mandatory inset 
37278 \family sans
37279 Width
37280 \family default
37281  and the optional inset 
37282 \family sans
37283 Height
37284 \family default
37285  (inserted via the menu 
37286 \family sans
37287 Insert\SpecialChar menuseparator
37288 Height)
37289 \family default
37290 .
37291  Input there the width and height, respectively, as value with a unit.
37292  
37293 \begin_inset CommandInset ref
37294 LatexCommand ref
37295 reference "tab:Units"
37296
37297 \end_inset
37298
37299  lists the possible units.
37300  If there is an exclamation mark 
37301 \series bold
37302 !
37303 \series default
37304  in of of the two insets, the size is set so that the aspect ratio of the
37305  box content is kept.
37306  If no 
37307 \family sans
37308 Height
37309 \family default
37310  inset is used an exclamation mark will internally be used for the height.
37311 \end_layout
37312
37313 \begin_layout Standard
37314
37315 \series bold
37316 2cm
37317 \series default
37318  as 
37319 \family sans
37320 Width
37321 \family default
37322  and 
37323 \series bold
37324 1cm
37325 \series default
37326  as 
37327 \family sans
37328 Height
37329 \family default
37330  produces: 
37331 \begin_inset Flex Resizebox
37332 status open
37333
37334 \begin_layout Plain Layout
37335 \begin_inset Argument 1
37336 status open
37337
37338 \begin_layout Plain Layout
37339 2cm
37340 \end_layout
37341
37342 \end_inset
37343
37344
37345 \begin_inset Argument 2
37346 status open
37347
37348 \begin_layout Plain Layout
37349 1cm
37350 \end_layout
37351
37352 \end_inset
37353
37354 Hello
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \begin_inset Newline newline
37361 \end_inset
37362
37363
37364 \series bold
37365 2cm
37366 \series default
37367  as 
37368 \family sans
37369 Width
37370 \family default
37371  and 
37372 \series bold
37373 !
37374 \series default
37375  as 
37376 \family sans
37377 Height
37378 \family default
37379  (or no 
37380 \family sans
37381 Height
37382 \family default
37383 ) produces: 
37384 \begin_inset Flex Resizebox
37385 status open
37386
37387 \begin_layout Plain Layout
37388 \begin_inset Argument 1
37389 status open
37390
37391 \begin_layout Plain Layout
37392 2cm
37393 \end_layout
37394
37395 \end_inset
37396
37397
37398 \begin_inset Argument 2
37399 status open
37400
37401 \begin_layout Plain Layout
37402 !
37403 \end_layout
37404
37405 \end_inset
37406
37407 Hello
37408 \end_layout
37409
37410 \end_inset
37411
37412
37413 \end_layout
37414
37415 \begin_layout Standard
37416 \begin_inset Note Greyedout
37417 status open
37418
37419 \begin_layout Plain Layout
37420
37421 \series bold
37422 Note:
37423 \series default
37424  If the 
37425 \family sans
37426 Width
37427 \family default
37428  inset is empty or contains an invalid unit you will get LaTeX errors when
37429  viewing/exporting the document.
37430 \end_layout
37431
37432 \end_inset
37433
37434
37435 \end_layout
37436
37437 \begin_layout Standard
37438 \begin_inset VSpace bigskip
37439 \end_inset
37440
37441
37442 \end_layout
37443
37444 \begin_layout Standard
37445 The boxes can be combined in any order.
37446  As example a 
37447 \family sans
37448 Reflectbox
37449 \family default
37450  inside a 
37451 \family sans
37452 Resizebox
37453 \family default
37454  which is in turn inside a 
37455 \family sans
37456 Rotatebox
37457 \family default
37458 :
37459 \end_layout
37460
37461 \begin_layout Standard
37462 \noindent
37463 \align center
37464 \begin_inset Flex Rotatebox
37465 status open
37466
37467 \begin_layout Plain Layout
37468 \begin_inset Argument 1
37469 status open
37470
37471 \begin_layout Plain Layout
37472 origin=c
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 \begin_inset Argument 2
37479 status open
37480
37481 \begin_layout Plain Layout
37482 -45
37483 \end_layout
37484
37485 \end_inset
37486
37487
37488 \begin_inset Flex Resizebox
37489 status open
37490
37491 \begin_layout Plain Layout
37492 \begin_inset Argument 1
37493 status open
37494
37495 \begin_layout Plain Layout
37496 2cm
37497 \end_layout
37498
37499 \end_inset
37500
37501
37502 \begin_inset Flex Reflectbox
37503 status open
37504
37505 \begin_layout Plain Layout
37506 Hello
37507 \end_layout
37508
37509 \end_inset
37510
37511
37512 \end_layout
37513
37514 \end_inset
37515
37516
37517 \end_layout
37518
37519 \end_inset
37520
37521
37522 \end_layout
37523
37524 \begin_layout Standard
37525 \noindent
37526 Images, tables, and inline formulas are allowed as box content:
37527 \end_layout
37528
37529 \begin_layout Standard
37530 \noindent
37531 \align center
37532 \begin_inset Flex Resizebox
37533 status open
37534
37535 \begin_layout Plain Layout
37536 \begin_inset Argument 1
37537 status open
37538
37539 \begin_layout Plain Layout
37540 2cm
37541 \end_layout
37542
37543 \end_inset
37544
37545
37546 \begin_inset Flex Reflectbox
37547 status open
37548
37549 \begin_layout Plain Layout
37550 \begin_inset Graphics
37551         filename clipart/platypus.eps
37552         lyxscale 50
37553         width 25col%
37554
37555 \end_inset
37556
37557
37558 \end_layout
37559
37560 \end_inset
37561
37562
37563 \end_layout
37564
37565 \end_inset
37566
37567  
37568 \begin_inset Flex Resizebox
37569 status open
37570
37571 \begin_layout Plain Layout
37572 \begin_inset Argument 1
37573 status open
37574
37575 \begin_layout Plain Layout
37576 2cm
37577 \end_layout
37578
37579 \end_inset
37580
37581
37582 \begin_inset Flex Reflectbox
37583 status open
37584
37585 \begin_layout Plain Layout
37586 \begin_inset Tabular
37587 <lyxtabular version="3" rows="2" columns="2">
37588 <features tabularvalignment="middle">
37589 <column alignment="center" valignment="top">
37590 <column alignment="center" valignment="top">
37591 <row>
37592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37593 \begin_inset Text
37594
37595 \begin_layout Plain Layout
37596 q
37597 \end_layout
37598
37599 \end_inset
37600 </cell>
37601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605 w
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 </row>
37611 <row>
37612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616 e
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625 r
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 </row>
37631 </lyxtabular>
37632
37633 \end_inset
37634
37635
37636 \end_layout
37637
37638 \end_inset
37639
37640
37641 \end_layout
37642
37643 \end_inset
37644
37645  
37646 \begin_inset Flex Resizebox
37647 status open
37648
37649 \begin_layout Plain Layout
37650 \begin_inset Argument 1
37651 status open
37652
37653 \begin_layout Plain Layout
37654 3cm
37655 \end_layout
37656
37657 \end_inset
37658
37659
37660 \begin_inset Flex Reflectbox
37661 status open
37662
37663 \begin_layout Plain Layout
37664 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37665 \end_inset
37666
37667
37668 \end_layout
37669
37670 \end_inset
37671
37672
37673 \end_layout
37674
37675 \end_inset
37676
37677
37678 \begin_inset Index idx
37679 status collapsed
37680
37681 \begin_layout Plain Layout
37682 Figures ! scaled
37683 \end_layout
37684
37685 \end_inset
37686
37687
37688 \begin_inset Index idx
37689 status collapsed
37690
37691 \begin_layout Plain Layout
37692 Table Customization ! Scaling
37693 \end_layout
37694
37695 \end_inset
37696
37697
37698 \end_layout
37699
37700 \begin_layout Standard
37701 When the global formula style 
37702 \series bold
37703 fleqn
37704 \series default
37705  is used in the document
37706 \begin_inset Foot
37707 status collapsed
37708
37709 \begin_layout Plain Layout
37710 When 
37711 \begin_inset Quotes eld
37712 \end_inset
37713
37714 fleqn
37715 \begin_inset Quotes erd
37716 \end_inset
37717
37718  is added to the document class options.
37719 \end_layout
37720
37721 \end_inset
37722
37723 , display style formulas can also be scaled.
37724 \end_layout
37725
37726 \begin_layout Chapter
37727 Objects Surrounded by Text
37728 \begin_inset Index idx
37729 status collapsed
37730
37731 \begin_layout Plain Layout
37732 Surrounded by text
37733 \end_layout
37734
37735 \end_inset
37736
37737
37738 \end_layout
37739
37740 \begin_layout Section
37741 Wrap Floats
37742 \begin_inset CommandInset label
37743 LatexCommand label
37744 name "sec:Wrap-Floats"
37745
37746 \end_inset
37747
37748
37749 \begin_inset Index idx
37750 status collapsed
37751
37752 \begin_layout Plain Layout
37753 Floats ! Wrap Floats
37754 \end_layout
37755
37756 \end_inset
37757
37758
37759 \begin_inset Index idx
37760 status collapsed
37761
37762 \begin_layout Plain Layout
37763 Surrounded by text ! Wrap Floats
37764 \end_layout
37765
37766 \end_inset
37767
37768
37769 \end_layout
37770
37771 \begin_layout Standard
37772 \begin_inset Wrap figure
37773 lines 0
37774 placement l
37775 overhang 1cm
37776 width "40col%"
37777 status open
37778
37779 \begin_layout Plain Layout
37780 \begin_inset Graphics
37781         filename clipart/mobius.eps
37782         width 40col%
37783         scaleBeforeRotation
37784         rotateOrigin center
37785
37786 \end_inset
37787
37788
37789 \end_layout
37790
37791 \begin_layout Plain Layout
37792 \begin_inset Caption Standard
37793
37794 \begin_layout Plain Layout
37795 \begin_inset CommandInset label
37796 LatexCommand label
37797 name "fig:This-is-a"
37798
37799 \end_inset
37800
37801 This is a figure wrap float.
37802 \end_layout
37803
37804 \end_inset
37805
37806
37807 \end_layout
37808
37809 \end_inset
37810
37811  This float type is used if you want to wrap text around a figure or table
37812  so that it only occupies some fraction of the column width.
37813  It can be inserted using the menu 
37814 \family sans
37815 Insert\SpecialChar menuseparator
37816 Floats\SpecialChar menuseparator
37817 Figure
37818 \begin_inset space ~
37819 \end_inset
37820
37821 Wrap
37822 \begin_inset space ~
37823 \end_inset
37824
37825 Float
37826 \family default
37827  or 
37828 \family sans
37829 Table
37830 \begin_inset space ~
37831 \end_inset
37832
37833 Wrap
37834 \begin_inset space ~
37835 \end_inset
37836
37837 Float
37838 \family default
37839  if the \SpecialChar LaTeX
37840 -package 
37841 \series bold
37842 wrapfig
37843 \series default
37844
37845 \begin_inset Index idx
37846 status collapsed
37847
37848 \begin_layout Plain Layout
37849 \SpecialChar LaTeX
37850 -packages ! wrapfig
37851 \end_layout
37852
37853 \end_inset
37854
37855  is installed.
37856 \begin_inset Foot
37857 status collapsed
37858
37859 \begin_layout Plain Layout
37860 Installing a \SpecialChar LaTeX
37861 -package is explained it in the 
37862 \emph on
37863 \SpecialChar LaTeX
37864
37865 \begin_inset space ~
37866 \end_inset
37867
37868 Configuration
37869 \emph default
37870  manual.
37871 \end_layout
37872
37873 \end_inset
37874
37875  The settings of the float can be modified by right-clicking on the float
37876  box.
37877  The mandatory settings are the float 
37878 \family sans
37879 Placement
37880 \family default
37881  and its 
37882 \family sans
37883 Width
37884 \family default
37885 .
37886  Optional are the 
37887 \family sans
37888 Overhang
37889 \family default
37890  that specifies how much the float is set into the paragraph
37891 \begin_inset space \thinspace{}
37892 \end_inset
37893
37894 /
37895 \begin_inset space \thinspace{}
37896 \end_inset
37897
37898 page margin, and the 
37899 \family sans
37900 Line
37901 \begin_inset space ~
37902 \end_inset
37903
37904 span
37905 \family default
37906  that specifies how many text lines the float will approximately need.
37907  The line span is often hard to approximate; so it is better only to use
37908  it when you encounter float placement problems.
37909  You can furthermore decide if \SpecialChar LaTeX
37910  is allowed to let the float float within
37911  the paragraph or to surrounding paragraphs.
37912  Figure
37913 \begin_inset space ~
37914 \end_inset
37915
37916
37917 \begin_inset CommandInset ref
37918 LatexCommand ref
37919 reference "fig:This-is-a"
37920
37921 \end_inset
37922
37923  is an example text wrap float with a width of 40
37924 \begin_inset space \thinspace{}
37925 \end_inset
37926
37927 col%, 1
37928 \begin_inset space \thinspace{}
37929 \end_inset
37930
37931 cm overhang, set to the left.
37932 \end_layout
37933
37934 \begin_layout Standard
37935 \begin_inset Note Greyedout
37936 status open
37937
37938 \begin_layout Plain Layout
37939
37940 \series bold
37941 Note:
37942 \series default
37943  Text
37944 \begin_inset space ~
37945 \end_inset
37946
37947 wrap float floats are fragile! E.
37948 \begin_inset space \thinspace{}
37949 \end_inset
37950
37951 g.
37952 \begin_inset space \space{}
37953 \end_inset
37954
37955 having a figure too close to the bottom of the page can mess things up in
37956  such a way that the float does not appear in the output or that it is placed
37957  over some other text.
37958 \end_layout
37959
37960 \end_inset
37961
37962
37963 \end_layout
37964
37965 \begin_layout Standard
37966 In general, the following applies for wrap floats:
37967 \end_layout
37968
37969 \begin_layout Itemize
37970 They should not be placed in paragraphs that run over a page break.
37971  That means that wrap floats are better inserted in their exact place when
37972  the document is almost finished and you are able to estimate where page
37973  breaks will appear.
37974 \end_layout
37975
37976 \begin_layout Itemize
37977 They should either be placed in their own paragraph before the paragraph
37978  where they should wrap into or within a paragraph.
37979 \end_layout
37980
37981 \begin_layout Itemize
37982 In consecutive paragraphs they may cause troubles, so ensure that there
37983  is a text paragraph between them as separator.
37984 \end_layout
37985
37986 \begin_layout Itemize
37987 They are not allowed in section headings or tables.
37988 \end_layout
37989
37990 \begin_layout Itemize
37991 Their numbering and referencing works as described in chap.
37992 \begin_inset space \thinspace{}
37993 \end_inset
37994
37995
37996 \begin_inset CommandInset ref
37997 LatexCommand ref
37998 reference "chap:Floats"
37999
38000 \end_inset
38001
38002 .
38003 \end_layout
38004
38005 \begin_layout Section
38006 Surrounded Fixed Objects
38007 \begin_inset Index idx
38008 status collapsed
38009
38010 \begin_layout Plain Layout
38011 Surrounded by text ! Fixed objects
38012 \end_layout
38013
38014 \end_inset
38015
38016
38017 \end_layout
38018
38019 \begin_layout Standard
38020 The wrap floats described in sec.
38021 \begin_inset space \thinspace{}
38022 \end_inset
38023
38024
38025 \begin_inset CommandInset ref
38026 LatexCommand ref
38027 reference "sec:Wrap-Floats"
38028
38029 \end_inset
38030
38031  have these positions in the paragraph:
38032 \end_layout
38033
38034 \begin_layout Standard
38035 \noindent
38036 \align center
38037 \begin_inset Tabular
38038 <lyxtabular version="3" rows="2" columns="2">
38039 <features tabularvalignment="middle">
38040 <column alignment="center" valignment="top">
38041 <column alignment="center" valignment="top">
38042 <row>
38043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38044 \begin_inset Text
38045
38046 \begin_layout Plain Layout
38047 \begin_inset Info
38048 type  "icon"
38049 arg   "dialog-show-new-inset graphics"
38050 \end_inset
38051
38052
38053 \end_layout
38054
38055 \end_inset
38056 </cell>
38057 <cell alignment="center" valignment="top" topline="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 <row>
38068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38069 \begin_inset Text
38070
38071 \begin_layout Plain Layout
38072 text
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081 text
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 </row>
38087 </lyxtabular>
38088
38089 \end_inset
38090
38091  or 
38092 \begin_inset Tabular
38093 <lyxtabular version="3" rows="2" columns="2">
38094 <features tabularvalignment="middle">
38095 <column alignment="center" valignment="top">
38096 <column alignment="center" valignment="top">
38097 <row>
38098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38099 \begin_inset Text
38100
38101 \begin_layout Plain Layout
38102 text
38103 \end_layout
38104
38105 \end_inset
38106 </cell>
38107 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111 \begin_inset Info
38112 type  "icon"
38113 arg   "dialog-show-new-inset graphics"
38114 \end_inset
38115
38116
38117 \end_layout
38118
38119 \end_inset
38120 </cell>
38121 </row>
38122 <row>
38123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127 text
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136 text
38137 \end_layout
38138
38139 \end_inset
38140 </cell>
38141 </row>
38142 </lyxtabular>
38143
38144 \end_inset
38145
38146
38147 \end_layout
38148
38149 \begin_layout Standard
38150 To get an object exactly at the position where it is inserted, for example
38151  to get one of these positions:
38152 \begin_inset VSpace defskip
38153 \end_inset
38154
38155
38156 \end_layout
38157
38158 \begin_layout Standard
38159 \noindent
38160 \align center
38161 \begin_inset Tabular
38162 <lyxtabular version="3" rows="2" columns="2">
38163 <features tabularvalignment="middle">
38164 <column alignment="center" valignment="top">
38165 <column alignment="center" valignment="top">
38166 <row>
38167 <cell alignment="center" valignment="top" topline="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" topline="true" rightline="true" usebox="none">
38177 \begin_inset Text
38178
38179 \begin_layout Plain Layout
38180 text
38181 \end_layout
38182
38183 \end_inset
38184 </cell>
38185 </row>
38186 <row>
38187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 \begin_inset Info
38192 type  "icon"
38193 arg   "dialog-show-new-inset graphics"
38194 \end_inset
38195
38196
38197 \end_layout
38198
38199 \end_inset
38200 </cell>
38201 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38202 \begin_inset Text
38203
38204 \begin_layout Plain Layout
38205 text
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 </row>
38211 </lyxtabular>
38212
38213 \end_inset
38214
38215  
38216 \begin_inset Tabular
38217 <lyxtabular version="3" rows="2" columns="2">
38218 <features tabularvalignment="middle">
38219 <column alignment="center" valignment="top">
38220 <column alignment="center" valignment="top">
38221 <row>
38222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38223 \begin_inset Text
38224
38225 \begin_layout Plain Layout
38226 text
38227 \end_layout
38228
38229 \end_inset
38230 </cell>
38231 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38232 \begin_inset Text
38233
38234 \begin_layout Plain Layout
38235 text
38236 \end_layout
38237
38238 \end_inset
38239 </cell>
38240 </row>
38241 <row>
38242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38243 \begin_inset Text
38244
38245 \begin_layout Plain Layout
38246 text
38247 \end_layout
38248
38249 \end_inset
38250 </cell>
38251 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38252 \begin_inset Text
38253
38254 \begin_layout Plain Layout
38255 \begin_inset Info
38256 type  "icon"
38257 arg   "dialog-show-new-inset graphics"
38258 \end_inset
38259
38260
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 </row>
38266 </lyxtabular>
38267
38268 \end_inset
38269
38270  
38271 \begin_inset Tabular
38272 <lyxtabular version="3" rows="2" columns="3">
38273 <features tabularvalignment="middle">
38274 <column alignment="center" valignment="top">
38275 <column alignment="center" valignment="top">
38276 <column alignment="center" valignment="top">
38277 <row>
38278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282 text
38283 \end_layout
38284
38285 \end_inset
38286 </cell>
38287 <cell alignment="center" valignment="top" topline="true" usebox="none">
38288 \begin_inset Text
38289
38290 \begin_layout Plain Layout
38291 \begin_inset Info
38292 type  "icon"
38293 arg   "dialog-show-new-inset graphics"
38294 \end_inset
38295
38296
38297 \end_layout
38298
38299 \end_inset
38300 </cell>
38301 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38302 \begin_inset Text
38303
38304 \begin_layout Plain Layout
38305 text
38306 \end_layout
38307
38308 \end_inset
38309 </cell>
38310 </row>
38311 <row>
38312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38313 \begin_inset Text
38314
38315 \begin_layout Plain Layout
38316 text
38317 \end_layout
38318
38319 \end_inset
38320 </cell>
38321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38322 \begin_inset Text
38323
38324 \begin_layout Plain Layout
38325 text
38326 \end_layout
38327
38328 \end_inset
38329 </cell>
38330 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38331 \begin_inset Text
38332
38333 \begin_layout Plain Layout
38334 text
38335 \end_layout
38336
38337 \end_inset
38338 </cell>
38339 </row>
38340 </lyxtabular>
38341
38342 \end_inset
38343
38344  
38345 \begin_inset Tabular
38346 <lyxtabular version="3" rows="2" columns="3">
38347 <features tabularvalignment="middle">
38348 <column alignment="center" valignment="top">
38349 <column alignment="center" valignment="top">
38350 <column alignment="center" valignment="top">
38351 <row>
38352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38353 \begin_inset Text
38354
38355 \begin_layout Plain Layout
38356 text
38357 \end_layout
38358
38359 \end_inset
38360 </cell>
38361 <cell alignment="center" valignment="top" topline="true" usebox="none">
38362 \begin_inset Text
38363
38364 \begin_layout Plain Layout
38365 text
38366 \end_layout
38367
38368 \end_inset
38369 </cell>
38370 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38371 \begin_inset Text
38372
38373 \begin_layout Plain Layout
38374 text
38375 \end_layout
38376
38377 \end_inset
38378 </cell>
38379 </row>
38380 <row>
38381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38382 \begin_inset Text
38383
38384 \begin_layout Plain Layout
38385 text
38386 \end_layout
38387
38388 \end_inset
38389 </cell>
38390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38391 \begin_inset Text
38392
38393 \begin_layout Plain Layout
38394 \begin_inset Info
38395 type  "icon"
38396 arg   "dialog-show-new-inset graphics"
38397 \end_inset
38398
38399
38400 \end_layout
38401
38402 \end_inset
38403 </cell>
38404 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38405 \begin_inset Text
38406
38407 \begin_layout Plain Layout
38408 text
38409 \end_layout
38410
38411 \end_inset
38412 </cell>
38413 </row>
38414 </lyxtabular>
38415
38416 \end_inset
38417
38418
38419 \end_layout
38420
38421 \begin_layout Standard
38422 \noindent
38423 \align center
38424 \begin_inset Tabular
38425 <lyxtabular version="3" rows="3" columns="2">
38426 <features tabularvalignment="middle">
38427 <column alignment="center" valignment="top">
38428 <column alignment="center" valignment="top">
38429 <row>
38430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38431 \begin_inset Text
38432
38433 \begin_layout Plain Layout
38434 text
38435 \end_layout
38436
38437 \end_inset
38438 </cell>
38439 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38440 \begin_inset Text
38441
38442 \begin_layout Plain Layout
38443 text
38444 \end_layout
38445
38446 \end_inset
38447 </cell>
38448 </row>
38449 <row>
38450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38451 \begin_inset Text
38452
38453 \begin_layout Plain Layout
38454 \begin_inset Info
38455 type  "icon"
38456 arg   "dialog-show-new-inset graphics"
38457 \end_inset
38458
38459
38460 \end_layout
38461
38462 \end_inset
38463 </cell>
38464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38465 \begin_inset Text
38466
38467 \begin_layout Plain Layout
38468 text
38469 \end_layout
38470
38471 \end_inset
38472 </cell>
38473 </row>
38474 <row>
38475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38476 \begin_inset Text
38477
38478 \begin_layout Plain Layout
38479 text
38480 \end_layout
38481
38482 \end_inset
38483 </cell>
38484 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38485 \begin_inset Text
38486
38487 \begin_layout Plain Layout
38488 text
38489 \end_layout
38490
38491 \end_inset
38492 </cell>
38493 </row>
38494 </lyxtabular>
38495
38496 \end_inset
38497
38498  
38499 \begin_inset Tabular
38500 <lyxtabular version="3" rows="3" columns="3">
38501 <features tabularvalignment="middle">
38502 <column alignment="center" valignment="top">
38503 <column alignment="center" valignment="top">
38504 <column alignment="center" valignment="top">
38505 <row>
38506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38507 \begin_inset Text
38508
38509 \begin_layout Plain Layout
38510 text
38511 \end_layout
38512
38513 \end_inset
38514 </cell>
38515 <cell alignment="center" valignment="top" topline="true" usebox="none">
38516 \begin_inset Text
38517
38518 \begin_layout Plain Layout
38519 text
38520 \end_layout
38521
38522 \end_inset
38523 </cell>
38524 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38525 \begin_inset Text
38526
38527 \begin_layout Plain Layout
38528 text
38529 \end_layout
38530
38531 \end_inset
38532 </cell>
38533 </row>
38534 <row>
38535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38536 \begin_inset Text
38537
38538 \begin_layout Plain Layout
38539 text
38540 \end_layout
38541
38542 \end_inset
38543 </cell>
38544 <cell alignment="center" valignment="top" usebox="none">
38545 \begin_inset Text
38546
38547 \begin_layout Plain Layout
38548 \begin_inset Info
38549 type  "icon"
38550 arg   "dialog-show-new-inset graphics"
38551 \end_inset
38552
38553
38554 \end_layout
38555
38556 \end_inset
38557 </cell>
38558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38559 \begin_inset Text
38560
38561 \begin_layout Plain Layout
38562 text
38563 \end_layout
38564
38565 \end_inset
38566 </cell>
38567 </row>
38568 <row>
38569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38570 \begin_inset Text
38571
38572 \begin_layout Plain Layout
38573 text
38574 \end_layout
38575
38576 \end_inset
38577 </cell>
38578 <cell alignment="center" valignment="top" bottomline="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 \begin_inset Tabular
38603 <lyxtabular version="3" rows="3" columns="2">
38604 <features tabularvalignment="middle">
38605 <column alignment="center" valignment="top">
38606 <column alignment="center" valignment="top">
38607 <row>
38608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38609 \begin_inset Text
38610
38611 \begin_layout Plain Layout
38612 text
38613 \end_layout
38614
38615 \end_inset
38616 </cell>
38617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38618 \begin_inset Text
38619
38620 \begin_layout Plain Layout
38621 text
38622 \end_layout
38623
38624 \end_inset
38625 </cell>
38626 </row>
38627 <row>
38628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38629 \begin_inset Text
38630
38631 \begin_layout Plain Layout
38632 text
38633 \end_layout
38634
38635 \end_inset
38636 </cell>
38637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38638 \begin_inset Text
38639
38640 \begin_layout Plain Layout
38641 \begin_inset Info
38642 type  "icon"
38643 arg   "dialog-show-new-inset graphics"
38644 \end_inset
38645
38646
38647 \end_layout
38648
38649 \end_inset
38650 </cell>
38651 </row>
38652 <row>
38653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38654 \begin_inset Text
38655
38656 \begin_layout Plain Layout
38657 text
38658 \end_layout
38659
38660 \end_inset
38661 </cell>
38662 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38663 \begin_inset Text
38664
38665 \begin_layout Plain Layout
38666 text
38667 \end_layout
38668
38669 \end_inset
38670 </cell>
38671 </row>
38672 </lyxtabular>
38673
38674 \end_inset
38675
38676
38677 \end_layout
38678
38679 \begin_layout Standard
38680 \noindent
38681 you can use the \SpecialChar LaTeX
38682 -package 
38683 \series bold
38684 picinpar
38685 \series default
38686
38687 \begin_inset Index idx
38688 status collapsed
38689
38690 \begin_layout Plain Layout
38691 \SpecialChar LaTeX
38692 -packages ! picinpar
38693 \end_layout
38694
38695 \end_inset
38696
38697 .
38698  Here is an example:
38699 \end_layout
38700
38701 \begin_layout Standard
38702 \begin_inset ERT
38703 status collapsed
38704
38705 \begin_layout Plain Layout
38706
38707
38708 \backslash
38709 ifpicinpar
38710 \end_layout
38711
38712 \end_inset
38713
38714
38715 \begin_inset Note Note
38716 status open
38717
38718 \begin_layout Plain Layout
38719 The following section will only be displayed when the \SpecialChar LaTeX
38720 -package 
38721 \series bold
38722 picinpar
38723 \series default
38724  is installed.
38725 \end_layout
38726
38727 \end_inset
38728
38729
38730 \end_layout
38731
38732 \begin_layout Standard
38733 \begin_inset ERT
38734 status collapsed
38735
38736 \begin_layout Plain Layout
38737
38738
38739 \backslash
38740 begin{window}[2,c,{
38741 \end_layout
38742
38743 \end_inset
38744
38745
38746 \begin_inset Graphics
38747         filename clipart/mobius.eps
38748         lyxscale 60
38749         width 40col%
38750         scaleBeforeRotation
38751         rotateOrigin center
38752
38753 \end_inset
38754
38755
38756 \begin_inset ERT
38757 status collapsed
38758
38759 \begin_layout Plain Layout
38760
38761 },]
38762 \end_layout
38763
38764 \begin_layout Plain Layout
38765
38766 {}
38767 \end_layout
38768
38769 \end_inset
38770
38771
38772 \size small
38773 It was in the spring of the year 1894 that all London was interested, and
38774  the fashionable world dismayed, by the murder of the Honourable Ronald
38775  Adair under most unusual and inexplicable circumstances.
38776  The public has already learned those particulars of the crime which
38777 \size default
38778
38779 \begin_inset ERT
38780 status collapsed
38781
38782 \begin_layout Plain Layout
38783
38784
38785 \backslash
38786 footnotemark{}
38787 \end_layout
38788
38789 \end_inset
38790
38791
38792 \size small
38793  came out in the police investigation, but a good deal was suppressed upon
38794  that occasion, since the case for the prosecution was so overwhelmingly
38795  strong that it was not necessary to bring forward all the facts.
38796  Only now, at the end of nearly ten years, am I allowed to supply those
38797  missing links which make up the whole of that remarkable chain.
38798 \size default
38799
38800 \begin_inset ERT
38801 status collapsed
38802
38803 \begin_layout Plain Layout
38804
38805
38806 \backslash
38807 end{window}
38808 \end_layout
38809
38810 \end_inset
38811
38812
38813 \end_layout
38814
38815 \begin_layout Standard
38816 \begin_inset ERT
38817 status collapsed
38818
38819 \begin_layout Plain Layout
38820
38821
38822 \backslash
38823 footnotetext{
38824 \end_layout
38825
38826 \end_inset
38827
38828 Footnote of the paragraph with the fixed object.
38829 \begin_inset ERT
38830 status collapsed
38831
38832 \begin_layout Plain Layout
38833
38834 }
38835 \end_layout
38836
38837 \end_inset
38838
38839
38840 \end_layout
38841
38842 \begin_layout Standard
38843 Surrounded fixed objects are used to let text float around them, at which
38844  the object's position in the paragraph can be determined by the number
38845  of lines above it.
38846  In contrary to floats is it not possible to have a numbered caption.
38847 \end_layout
38848
38849 \begin_layout Standard
38850 A fixed object is inserted by adding the command
38851 \end_layout
38852
38853 \begin_layout Standard
38854
38855 \series bold
38856
38857 \backslash
38858 begin{window}[2,c,{
38859 \end_layout
38860
38861 \begin_layout Standard
38862 as \SpecialChar TeX
38863  Code at the beginning of the paragraph.
38864  The first parameter in the bracket, here '2', defines the number of lines
38865  above the object, the second, here 'c', the position of the object.
38866  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38867  Behind the command you insert the object.
38868  In this example an image with a width of 40
38869 \begin_inset space \thinspace{}
38870 \end_inset
38871
38872 % of the text column width was inserted.
38873  The object can also be a table, a box or an equation.
38874  Behind the object the command
38875 \end_layout
38876
38877 \begin_layout Standard
38878
38879 \series bold
38880 },description text]
38881 \begin_inset Newline newline
38882 \end_inset
38883
38884 {}
38885 \end_layout
38886
38887 \begin_layout Standard
38888 is inserted.
38889  Note that the 
38890 \begin_inset Quotes eld
38891 \end_inset
38892
38893
38894 \series bold
38895 {}
38896 \series default
38897
38898 \begin_inset Quotes erd
38899 \end_inset
38900
38901  is in the second line.
38902  The description text is optional.
38903  The text surrounding the object must be in the same paragraph as the object,
38904  so it must begin directly after the 
38905 \series bold
38906 {}
38907 \series default
38908 .
38909  At the end of the paragraph insert the command:
38910 \end_layout
38911
38912 \begin_layout Standard
38913
38914 \series bold
38915
38916 \backslash
38917 end{window}
38918 \end_layout
38919
38920 \begin_layout Standard
38921 Within a paragraph with a fixed object, you cannot insert footnotes in the
38922  normal way.
38923  You have to use instead the command 
38924 \series bold
38925
38926 \backslash
38927 footnotemark
38928 \series default
38929  inside the paragraph and outside the command 
38930 \series bold
38931
38932 \backslash
38933 footnotetext
38934 \series default
38935  as described in sec.
38936 \begin_inset space \thinspace{}
38937 \end_inset
38938
38939
38940 \begin_inset CommandInset ref
38941 LatexCommand ref
38942 reference "sec:Footnotes"
38943
38944 \end_inset
38945
38946 .
38947 \end_layout
38948
38949 \begin_layout Standard
38950 \begin_inset ERT
38951 status collapsed
38952
38953 \begin_layout Plain Layout
38954
38955
38956 \backslash
38957 else
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset Note Note
38964 status open
38965
38966 \begin_layout Plain Layout
38967 The following will be displayed when the \SpecialChar LaTeX
38968 -package 
38969 \series bold
38970 picinpar
38971 \series default
38972  is not installed:
38973 \end_layout
38974
38975 \end_inset
38976
38977
38978 \end_layout
38979
38980 \begin_layout Standard
38981 You need to install the \SpecialChar LaTeX
38982 -package 
38983 \series bold
38984 picinpar
38985 \series default
38986  to see the following part of this section in the output.
38987 \end_layout
38988
38989 \begin_layout Standard
38990 \begin_inset ERT
38991 status collapsed
38992
38993 \begin_layout Plain Layout
38994
38995
38996 \backslash
38997 fi
38998 \end_layout
38999
39000 \end_inset
39001
39002
39003 \end_layout
39004
39005 \begin_layout Section
39006 Initials
39007 \begin_inset Index idx
39008 status collapsed
39009
39010 \begin_layout Plain Layout
39011 Initials
39012 \end_layout
39013
39014 \end_inset
39015
39016
39017 \begin_inset Index idx
39018 status collapsed
39019
39020 \begin_layout Plain Layout
39021 Surrounded by text ! Initials
39022 \end_layout
39023
39024 \end_inset
39025
39026
39027 \end_layout
39028
39029 \begin_layout Standard
39030 To use initials, you must have the \SpecialChar LaTeX
39031 -package 
39032 \series bold
39033 lettrine
39034 \series default
39035
39036 \begin_inset Index idx
39037 status collapsed
39038
39039 \begin_layout Plain Layout
39040 \SpecialChar LaTeX
39041 -packages ! lettrine
39042 \end_layout
39043
39044 \end_inset
39045
39046  installed and use the module 
39047 \family sans
39048 Initials
39049 \family default
39050  in your document (menu 
39051 \family sans
39052 Document\SpecialChar menuseparator
39053 Settings\SpecialChar menuseparator
39054 Modules
39055 \family default
39056 ).
39057  To insert an initial, use the style 
39058 \family sans
39059 Initial
39060 \family default
39061 .
39062  This style has a mandatory and two optional arguments.
39063  The arguments are inserted via the 
39064 \family sans
39065 Insert
39066 \family default
39067  menu.
39068  The mandatory argument 
39069 \family sans
39070 Initial
39071 \family default
39072  contains the letter(s) that is the initial, the argument 
39073 \family sans
39074 Rest
39075 \begin_inset space ~
39076 \end_inset
39077
39078 of
39079 \begin_inset space ~
39080 \end_inset
39081
39082 Initial
39083 \family default
39084  contains the rest of the word or text of the initial letter(s).
39085  The argument 
39086 \family sans
39087 Options
39088 \family default
39089  contains parameters to modify the initial.
39090  For more information about the possible parameters see the documentation
39091  of 
39092 \series bold
39093 lettrine
39094 \series default
39095
39096 \begin_inset CommandInset citation
39097 LatexCommand cite
39098 key "lettrine"
39099 literal "true"
39100
39101 \end_inset
39102
39103 .
39104  The style itself contains the text that is surrounding the initial.
39105  The usual style is hereby that the word whose first letter is the initial,
39106  is printed with 
39107 \shape smallcaps
39108 small caps
39109 \shape default
39110 .
39111 \end_layout
39112
39113 \begin_layout Standard
39114 Here are some examples:
39115 \end_layout
39116
39117 \begin_layout Standard
39118 \begin_inset ERT
39119 status collapsed
39120
39121 \begin_layout Plain Layout
39122
39123
39124 \backslash
39125 iflettrine
39126 \end_layout
39127
39128 \end_inset
39129
39130
39131 \begin_inset Note Note
39132 status open
39133
39134 \begin_layout Plain Layout
39135 The following section will only be displayed when the \SpecialChar LaTeX
39136 -package 
39137 \series bold
39138 lettrine
39139 \series default
39140  is installed.
39141 \end_layout
39142
39143 \end_inset
39144
39145
39146 \end_layout
39147
39148 \begin_layout Enumerate
39149 No optional argument, the initial is the letter 'I' in the math font 
39150 \begin_inset Formula $\mathfrak{Fraktur}$
39151 \end_inset
39152
39153 :
39154 \end_layout
39155
39156 \begin_deeper
39157 \begin_layout Initial
39158 \begin_inset Argument 2
39159 status open
39160
39161 \begin_layout Plain Layout
39162 \begin_inset Formula $\mathfrak{I}$
39163 \end_inset
39164
39165
39166 \end_layout
39167
39168 \end_inset
39169
39170
39171 \begin_inset Argument 3
39172 status open
39173
39174 \begin_layout Plain Layout
39175 t
39176 \end_layout
39177
39178 \end_inset
39179
39180  was in the spring of the year 1894 that all London was interested, and
39181  the fashionable world dismayed, by the murder of the Honourable Ronald
39182  Adair under most unusual and inexplicable circumstances.
39183  The public has already learned those particulars of the crime which came
39184  out in the police investigation, but a good deal was suppressed upon that
39185  occasion, since the case for the prosecution was so overwhelmingly strong
39186  that it was not necessary to bring forward all the facts.
39187 \begin_inset Newpage newpage
39188 \end_inset
39189
39190
39191 \end_layout
39192
39193 \end_deeper
39194 \begin_layout Enumerate
39195 Only one line is surrounding the initial, which is formed by two letters
39196  in standard font and no text is printed in small caps:
39197 \end_layout
39198
39199 \begin_deeper
39200 \begin_layout Initial
39201 \begin_inset Argument 1
39202 status open
39203
39204 \begin_layout Plain Layout
39205 lines=1
39206 \end_layout
39207
39208 \end_inset
39209
39210
39211 \begin_inset Argument 2
39212 status open
39213
39214 \begin_layout Plain Layout
39215 It
39216 \end_layout
39217
39218 \end_inset
39219
39220  was in the spring of the year 1894 that all London was interested, and
39221  the fashionable world dismayed, by the murder of the Honourable Ronald
39222  Adair under most unusual and inexplicable circumstances.
39223  The public has already learned those particulars of the crime which came
39224  out in the police investigation, but a good deal was suppressed upon that
39225  occasion, since the case for the prosecution was so overwhelmingly strong
39226  that it was not necessary to bring forward all the facts.
39227 \end_layout
39228
39229 \end_deeper
39230 \begin_layout Enumerate
39231 Magenta, hanging initial over 3
39232 \begin_inset space ~
39233 \end_inset
39234
39235 lines in the math font 
39236 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39237 \end_inset
39238
39239 , the text 
39240 \begin_inset Quotes eld
39241 \end_inset
39242
39243 t was in the spring
39244 \begin_inset Quotes erd
39245 \end_inset
39246
39247  is in 
39248 \shape smallcaps
39249 small caps
39250 \shape default
39251 ; to color the initial, you must insert this command before the initial:
39252 \begin_inset Newline newline
39253 \end_inset
39254
39255
39256 \series bold
39257
39258 \backslash
39259 renewcommand{
39260 \backslash
39261 LettrineFontHook}{
39262 \backslash
39263 color{color}}
39264 \series default
39265
39266 \begin_inset Newline newline
39267 \end_inset
39268
39269 where the second 
39270 \emph on
39271 color
39272 \emph default
39273  can be 
39274 \begin_inset Quotes eld
39275 \end_inset
39276
39277 red
39278 \begin_inset Quotes erd
39279 \end_inset
39280
39281
39282 \begin_inset Quotes eld
39283 \end_inset
39284
39285 blue
39286 \begin_inset Quotes erd
39287 \end_inset
39288
39289
39290 \begin_inset Quotes eld
39291 \end_inset
39292
39293 green
39294 \begin_inset Quotes erd
39295 \end_inset
39296
39297
39298 \begin_inset Quotes eld
39299 \end_inset
39300
39301 yellow
39302 \begin_inset Quotes erd
39303 \end_inset
39304
39305
39306 \begin_inset Quotes eld
39307 \end_inset
39308
39309 cyan
39310 \begin_inset Quotes erd
39311 \end_inset
39312
39313
39314 \begin_inset Quotes eld
39315 \end_inset
39316
39317 magenta
39318 \begin_inset Quotes erd
39319 \end_inset
39320
39321
39322 \begin_inset Quotes eld
39323 \end_inset
39324
39325 black
39326 \begin_inset Quotes erd
39327 \end_inset
39328
39329  or 
39330 \begin_inset Quotes eld
39331 \end_inset
39332
39333 white
39334 \begin_inset Quotes erd
39335 \end_inset
39336
39337 , and add this command to the document preamble:
39338 \begin_inset Newline newline
39339 \end_inset
39340
39341
39342 \series bold
39343
39344 \backslash
39345 @ifundefined{textcolor}
39346 \begin_inset Newline newline
39347 \end_inset
39348
39349
39350 \begin_inset space ~
39351 \end_inset
39352
39353 {
39354 \backslash
39355 usepackage{color}}{}
39356 \end_layout
39357
39358 \begin_deeper
39359 \begin_layout Standard
39360 \begin_inset ERT
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364
39365
39366 \backslash
39367 renewcommand{
39368 \backslash
39369 LettrineFontHook}{
39370 \backslash
39371 color{magenta}}
39372 \end_layout
39373
39374 \end_inset
39375
39376
39377 \begin_inset Note Note
39378 status collapsed
39379
39380 \begin_layout Plain Layout
39381 makes the initial magenta
39382 \end_layout
39383
39384 \end_inset
39385
39386
39387 \end_layout
39388
39389 \begin_layout Initial
39390 \begin_inset Argument 1
39391 status open
39392
39393 \begin_layout Plain Layout
39394 lines=3, lhang=0.33, loversize=0.25
39395 \end_layout
39396
39397 \end_inset
39398
39399
39400 \begin_inset Argument 2
39401 status open
39402
39403 \begin_layout Plain Layout
39404 \begin_inset Formula $\mathcal{I}$
39405 \end_inset
39406
39407
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \begin_inset Argument 3
39414 status open
39415
39416 \begin_layout Plain Layout
39417 t was in the spring
39418 \end_layout
39419
39420 \end_inset
39421
39422  of the year 1894 that all London was interested, and the fashionable world
39423  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39424  and inexplicable circumstances.
39425  The public has already learned those particulars of the crime which came
39426  out in the police investigation, but a good deal was suppressed upon that
39427  occasion, since the case for the prosecution was so overwhelmingly strong
39428  that it was not necessary to bring forward all the facts.
39429 \end_layout
39430
39431 \end_deeper
39432 \begin_layout Standard
39433 \begin_inset ERT
39434 status collapsed
39435
39436 \begin_layout Plain Layout
39437
39438
39439 \backslash
39440 else
39441 \end_layout
39442
39443 \end_inset
39444
39445
39446 \begin_inset Note Note
39447 status open
39448
39449 \begin_layout Plain Layout
39450 The following will be displayed when the \SpecialChar LaTeX
39451 -package 
39452 \series bold
39453 lettrine
39454 \series default
39455  is not installed:
39456 \end_layout
39457
39458 \end_inset
39459
39460
39461 \end_layout
39462
39463 \begin_layout Standard
39464 You need to install the \SpecialChar LaTeX
39465 -package 
39466 \series bold
39467 lettrine
39468 \series default
39469  to see the following part of this section in the output.
39470 \end_layout
39471
39472 \begin_layout Standard
39473 \begin_inset ERT
39474 status collapsed
39475
39476 \begin_layout Plain Layout
39477
39478
39479 \backslash
39480 fi
39481 \end_layout
39482
39483 \end_inset
39484
39485
39486 \end_layout
39487
39488 \begin_layout Chapter
39489 External Document Parts
39490 \begin_inset Index idx
39491 status collapsed
39492
39493 \begin_layout Plain Layout
39494 External Document Parts
39495 \end_layout
39496
39497 \end_inset
39498
39499
39500 \end_layout
39501
39502 \begin_layout Standard
39503 With the menu 
39504 \family sans
39505 Insert\SpecialChar menuseparator
39506 File
39507 \family default
39508  you can insert external material into your document.
39509  This can be:
39510 \end_layout
39511
39512 \begin_layout Description
39513 LyX
39514 \begin_inset space ~
39515 \end_inset
39516
39517 Document Another \SpecialChar LyX
39518  document; its content is directly inserted to your document.
39519 \end_layout
39520
39521 \begin_layout Description
39522 Plain
39523 \begin_inset space ~
39524 \end_inset
39525
39526 Text A text document; each line is inserted in your document as a separate
39527  paragraph.
39528 \end_layout
39529
39530 \begin_layout Description
39531 Plain
39532 \begin_inset space ~
39533 \end_inset
39534
39535 Text,
39536 \begin_inset space ~
39537 \end_inset
39538
39539 Join
39540 \begin_inset space ~
39541 \end_inset
39542
39543 Lines A text document; text lines are inserted in your document continuously
39544  but an empty text line creates a new paragraph.
39545 \end_layout
39546
39547 \begin_layout Description
39548 External
39549 \begin_inset space ~
39550 \end_inset
39551
39552 Material Files in various formats.
39553 \end_layout
39554
39555 \begin_layout Description
39556 Child
39557 \begin_inset space ~
39558 \end_inset
39559
39560 Document \SpecialChar LyX
39561  or \SpecialChar LaTeX
39562  documents.
39563 \end_layout
39564
39565 \begin_layout Section
39566 External Material
39567 \begin_inset Index idx
39568 status collapsed
39569
39570 \begin_layout Plain Layout
39571 External Document Parts ! External Material
39572 \end_layout
39573
39574 \end_inset
39575
39576
39577 \end_layout
39578
39579 \begin_layout Standard
39580 The external material feature allows you to insert files into your document
39581  without converting them to a format that can be read by the document output
39582  format.
39583  \SpecialChar LyX
39584  takes care of the necessary conversions.
39585  This is similar to images that can be inserted in various image formats
39586  in \SpecialChar LyX
39587  documents.
39588  When you have enabled Instant Preview in \SpecialChar LyX
39589 's preferences under 
39590 \family sans
39591 Look
39592 \begin_inset space ~
39593 \end_inset
39594
39595 and
39596 \begin_inset space ~
39597 \end_inset
39598
39599 feel\SpecialChar menuseparator
39600 Graphics
39601 \family default
39602 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39603 .
39604 \end_layout
39605
39606 \begin_layout Standard
39607 External material can be inserted via the 
39608 \family sans
39609 External Material
39610 \family default
39611  dialog that is accessible with the menu 
39612 \family sans
39613 Insert\SpecialChar menuseparator
39614 File\SpecialChar menuseparator
39615 External
39616 \begin_inset space ~
39617 \end_inset
39618
39619 Material
39620 \family default
39621 .
39622  Currently the following file types (
39623 \family sans
39624 Templates
39625 \family default
39626 ) are allowed:
39627 \end_layout
39628
39629 \begin_layout Description
39630 Chess
39631 \begin_inset space ~
39632 \end_inset
39633
39634 diagram This template supports chess position diagrams made with the program
39635  
39636 \series bold
39637
39638 \begin_inset CommandInset href
39639 LatexCommand href
39640 name "XBoard"
39641 target "http://en.wikipedia.org/wiki/XBoard"
39642 literal "false"
39643
39644 \end_inset
39645
39646
39647 \series default
39648 .
39649 \end_layout
39650
39651 \begin_layout Description
39652 Dia
39653 \begin_inset space ~
39654 \end_inset
39655
39656 diagram This template supports diagrams created with the program 
39657 \series bold
39658
39659 \begin_inset CommandInset href
39660 LatexCommand href
39661 name "Dia"
39662 target "http://en.wikipedia.org/wiki/Dia_(software)"
39663 literal "false"
39664
39665 \end_inset
39666
39667
39668 \series default
39669 .
39670 \end_layout
39671
39672 \begin_layout Description
39673 Spreadsheet With this template you can insert spreadsheets
39674 \begin_inset space \thinspace{}
39675 \end_inset
39676
39677 /
39678 \begin_inset space \thinspace{}
39679 \end_inset
39680
39681 tables in the format of 
39682 \series bold
39683
39684 \begin_inset CommandInset href
39685 LatexCommand href
39686 name "Gnumeric"
39687 target "http://en.wikipedia.org/wiki/Gnumeric"
39688 literal "false"
39689
39690 \end_inset
39691
39692
39693 \series default
39694
39695 \begin_inset CommandInset href
39696 LatexCommand href
39697 name "OpenDocument"
39698 target "http://en.wikipedia.org/wiki/OpenDocument"
39699 literal "false"
39700
39701 \end_inset
39702
39703
39704 \begin_inset CommandInset href
39705 LatexCommand href
39706 name "Microsoft Office XML"
39707 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39708 literal "false"
39709
39710 \end_inset
39711
39712  and 
39713 \begin_inset CommandInset href
39714 LatexCommand href
39715 name "Office Open XML"
39716 target "http://en.wikipedia.org/wiki/Office_Open_XML"
39717 literal "false"
39718
39719 \end_inset
39720
39721 .
39722  For this feature \SpecialChar LyX
39723  must have found the program 
39724 \family typewriter
39725 ssconvert
39726 \family default
39727  during its configuration.
39728  This program is part of Gnumeric, so that you must have Gnumeric installed,
39729  also if you don't have tables in the Gnumeric format.
39730  For examples and possible limitations have a look at \SpecialChar LyX
39731 's example file 
39732 \emph on
39733 spreadsheet.lyx
39734 \emph default
39735 .
39736 \end_layout
39737
39738 \begin_layout Description
39739 Lilypond
39740 \begin_inset space ~
39741 \end_inset
39742
39743 typeset
39744 \begin_inset space ~
39745 \end_inset
39746
39747 music This template is used for music notation typeset with the program
39748 \begin_inset Newline linebreak
39749 \end_inset
39750
39751
39752 \series bold
39753
39754 \begin_inset CommandInset href
39755 LatexCommand href
39756 name "LilyPond"
39757 target "http://en.wikipedia.org/wiki/LilyPond"
39758 literal "false"
39759
39760 \end_inset
39761
39762
39763 \series default
39764 .
39765  For \SpecialChar LyX
39766 's extended support for LilyPond have a look at \SpecialChar LyX
39767 's example file 
39768 \emph on
39769 lilypond.lyx
39770 \emph default
39771 .
39772 \end_layout
39773
39774 \begin_layout Description
39775 PDF
39776 \begin_inset space ~
39777 \end_inset
39778
39779 pages With this template you can insert PDF documents to your document.
39780  To specify the range of pages that should be included, use the option 
39781 \series bold
39782 pages
39783 \series default
39784  in the 
39785 \family sans
39786 Option
39787 \family default
39788  field in the 
39789 \family sans
39790 LaTeX and LyX options
39791 \family default
39792  tab.
39793  The argument of this option is a comma separated list, containing page
39794  numbers (insert as option 
39795 \series bold
39796 pages={3,5,6,8}
39797 \series default
39798 ), ranges of page numbers (
39799 \series bold
39800 pages={4-9}
39801 \series default
39802 ) or any combination.
39803  To insert empty pages use {}.
39804  E.
39805 \begin_inset space \thinspace{}
39806 \end_inset
39807
39808 g.
39809 \begin_inset space ~
39810 \end_inset
39811
39812
39813 \series bold
39814 pages={3,{},8-11,15}
39815 \series default
39816  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39817  Page ranges are specified in the syntax 
39818 \emph on
39819 start
39820 \emph default
39821 -
39822 \emph on
39823 stop
39824 \emph default
39825 .
39826  This selects all pages from 
39827 \emph on
39828 start
39829 \emph default
39830  to 
39831 \emph on
39832 stop
39833 \emph default
39834 .
39835  Omitting 
39836 \emph on
39837 start
39838 \emph default
39839  defaults to the first page; omitting 
39840 \emph on
39841 stop
39842 \emph default
39843  defaults to the last page of the document.
39844  The last page can also be selected with the keyword 
39845 \series bold
39846 last
39847 \series default
39848 .
39849  (This is only permitted in a page range.) So 
39850 \series bold
39851 pages=-
39852 \series default
39853  will insert all pages of the document and 
39854 \series bold
39855 pages=last-1
39856 \series default
39857  will insert all pages in reverse order.
39858  If the pages option is not specified, only the first page of the PDF is
39859  inserted.
39860 \begin_inset Newline newline
39861 \end_inset
39862
39863 The option 
39864 \series bold
39865 noautoscale
39866 \series default
39867  inserts the pages with their original size, if this option is not given,
39868  the pages will be resized to fith the width of the page of your document.
39869  In the tab 
39870 \family sans
39871 Size and Rotation
39872 \family default
39873  you can specify the width and height of the input pages and their rotation.
39874  If another width than 100
39875 \begin_inset space \thinspace{}
39876 \end_inset
39877
39878 Scale% is used, the option 
39879 \series bold
39880 noautoscale
39881 \series default
39882  will be overwritten.
39883  For more info and possible options, have a look into the documentation
39884  of the \SpecialChar LaTeX
39885 -package 
39886 \series bold
39887 pdfpages
39888 \series default
39889  
39890 \begin_inset CommandInset citation
39891 LatexCommand cite
39892 key "pdfpages"
39893 literal "true"
39894
39895 \end_inset
39896
39897 .
39898 \begin_inset Index idx
39899 status collapsed
39900
39901 \begin_layout Plain Layout
39902 \SpecialChar LaTeX
39903 -packages ! pdfpages
39904 \end_layout
39905
39906 \end_inset
39907
39908
39909 \begin_inset Newline newline
39910 \end_inset
39911
39912 To use this template in a 
39913 \family sans
39914 Beamer
39915 \family default
39916  presentation you need to first insert an 
39917 \family sans
39918 EndFrame
39919 \family default
39920  environment and in a subsequent paragraph a \SpecialChar TeX
39921  Code box containing the command
39922  
39923 \series bold
39924
39925 \backslash
39926 setbeamertemplate{background canvas}{}
39927 \series default
39928 .
39929  Then you can insert as many paragraphs containing the PDFPages template
39930  as you wish.
39931  Behind the included PDF pages you can resume the Beamer presentation by
39932  beginning a new frame or by starting a new section.
39933  To avoid stray blank pages prior to the PDF pages, make sure to use the
39934  
39935 \family sans
39936 Default
39937 \family default
39938  alignment for the paragraph containing the template.
39939 \begin_inset Newline newline
39940 \end_inset
39941
39942 Here is an included PDF which is rotated by -5°: 
39943 \begin_inset External
39944         template PDFPages
39945         filename clipart/Abstract.pdf
39946         extra LaTeX "noautoscale, pages=-"
39947         rotateAngle -5
39948         rotateOrigin bottomleft
39949
39950 \end_inset
39951
39952
39953 \end_layout
39954
39955 \begin_layout Description
39956 Raster
39957 \begin_inset space ~
39958 \end_inset
39959
39960 image This can be used for bitmap images.
39961  The image can be treated in the 
39962 \family sans
39963 External material
39964 \family default
39965  dialog like the images that are usually included via the 
39966 \family sans
39967 Graphics
39968 \family default
39969  dialog as described in section
39970 \begin_inset space ~
39971 \end_inset
39972
39973
39974 \begin_inset CommandInset ref
39975 LatexCommand ref
39976 reference "sec:Graphics-Dialog"
39977
39978 \end_inset
39979
39980 .
39981  Here is an inserted raster image: 
39982 \begin_inset External
39983         template RasterImage
39984         filename clipart/ToolbarEnvBox.png
39985
39986 \end_inset
39987
39988
39989 \end_layout
39990
39991 \begin_layout Description
39992 Vector
39993 \begin_inset space ~
39994 \end_inset
39995
39996 graphics This can be used for vector graphics.
39997  The image can be treated in the 
39998 \family sans
39999 External material
40000 \family default
40001  dialog like the images that are usually included via the 
40002 \family sans
40003 Graphics
40004 \family default
40005  dialog as described in section
40006 \begin_inset space ~
40007 \end_inset
40008
40009
40010 \begin_inset CommandInset ref
40011 LatexCommand ref
40012 reference "sec:Graphics-Dialog"
40013
40014 \end_inset
40015
40016 .
40017  Here is an inserted vector graphics: 
40018 \begin_inset External
40019         template VectorGraphics
40020         filename clipart/SVG-Drawing.svg
40021         lyxscale 50
40022         scale 33
40023
40024 \end_inset
40025
40026
40027 \end_layout
40028
40029 \begin_layout Description
40030 Xfig
40031 \begin_inset space ~
40032 \end_inset
40033
40034 figure This template supports images created with the program 
40035 \series bold
40036
40037 \begin_inset CommandInset href
40038 LatexCommand href
40039 name "Xfig"
40040 target "http://en.wikipedia.org/wiki/Xfig"
40041 literal "false"
40042
40043 \end_inset
40044
40045
40046 \series default
40047 .
40048 \change_inserted 227574939 1473131626
40049
40050 \end_layout
40051
40052 \begin_layout Description
40053
40054 \change_inserted 227574939 1473131628
40055 Inkscape
40056 \begin_inset space ~
40057 \end_inset
40058
40059 figure This experimental template supports 
40060 \change_inserted 2047637253 1475533187
40061 SVG 
40062 \change_inserted 227574939 1473131628
40063 images
40064 \change_inserted 2047637253 1475533525
40065  that contain text written in \SpecialChar LaTeX
40066 .
40067
40068 \change_inserted 227574939 1473131628
40069  
40070 \change_inserted 2047637253 1475533551
40071 It relies on the PDF/PS+\SpecialChar LaTeX
40072  option of 
40073 \change_deleted 2047637253 1475533556
40074 created with 
40075 \change_inserted 227574939 1473131628
40076 the program 
40077 \begin_inset CommandInset href
40078 LatexCommand href
40079 name "Inkscape"
40080 target "https://en.wikipedia.org/wiki/Inkscape"
40081 literal "false"
40082
40083 \end_inset
40084
40085 .
40086  
40087 \change_inserted 2047637253 1475534005
40088 As described by the CTAN demonstration package 
40089 \emph on
40090 svg-inkscape
40091 \emph default
40092 ,
40093 \end_layout
40094
40095 \begin_deeper
40096 \begin_layout Quote
40097
40098 \change_inserted 2047637253 1475534064
40099
40100 \emph on
40101 using the 
40102 \begin_inset Quotes eld
40103 \end_inset
40104
40105 PDF+\SpecialChar LaTeX
40106  output
40107 \begin_inset Quotes erd
40108 \end_inset
40109
40110  option of Inkscape, it is possible to include SVG in documents, in which
40111  \SpecialChar LaTeX
40112  typesets the text.
40113  This results in uniform text style throughout the document, including text
40114  in images; moreover, \SpecialChar LaTeX
40115  commands may be used in the image’s text, providing
40116  such things as mathematics and references.
40117 \end_layout
40118
40119 \begin_layout Standard
40120
40121 \change_inserted 2047637253 1475534692
40122 With Inkscape, even the size of the font is taken from the surrounding \SpecialChar LaTeX
40123
40124  document.
40125  Of course, you can always embed \SpecialChar LaTeX
40126  modifiers like 
40127 \family typewriter
40128
40129 \backslash
40130 Large
40131 \family default
40132
40133 \family typewriter
40134
40135 \backslash
40136 small
40137 \family default
40138 , etc.
40139  into your figure text strings.
40140  Refer to the 
40141 \emph on
40142 svg-inkscape
40143 \emph default
40144  documentation package for more information and examples.
40145 \end_layout
40146
40147 \begin_layout Standard
40148
40149 \change_inserted 2047637253 1475534902
40150 It should be noted that while the image takes into account the surrounding
40151  font, its preview in \SpecialChar LyX
40152  does not.
40153  Wrapping the external inset in a preview inset gives better results in
40154  this regard.
40155 \end_layout
40156
40157 \begin_layout Standard
40158
40159 \change_deleted 2047637253 1475534821
40160 It
40161 \change_inserted 2047637253 1475534913
40162 The template
40163 \change_inserted 227574939 1473131628
40164  works very similarly to Xfig support, except that Inkscape is a more modern
40165  image editor than Xfig, which uses Scalable Vector Graphics (SVG) as its
40166  native format.
40167
40168 \change_unchanged
40169  
40170 \change_inserted 227574939 1473131628
40171 LyX will process the image file in much the same way as it does an Xfig
40172  image, extracting the text into a separate TeX file for the text strings,
40173  and a PDF file for the rest.
40174 \end_layout
40175
40176 \begin_layout Description
40177
40178 \change_inserted 227574939 1473131628
40179 Warning: Unfortunately the latest version of Inkscape, 0.91, contains a bug:
40180  with multi-page PDFs, the TeX file will sometimes reference more pages
40181  than the PDF file contains.
40182  This is the version that ships with Ubuntu 16.04.
40183  Its use with LyX can therefore not be recommended, until the bug is fixed
40184 \begin_inset Foot
40185 status open
40186
40187 \begin_layout Plain Layout
40188
40189 \change_inserted 227574939 1473131628
40190 A workaround for those who have already SVG figures in their document is,
40191  to manually do the LaTeX+PDF output from Inkscape, edit the 
40192 \family typewriter
40193 .pdf_tex
40194 \family default
40195  file to remove the erroneous references, and 
40196 \family typewriter
40197
40198 \backslash
40199 input
40200 \family default
40201  it directly into LyX, i.e., not use the external-template mechanism:
40202 \end_layout
40203
40204 \begin_layout Plain Layout
40205
40206 \change_inserted 227574939 1473131628
40207 \begin_inset Graphics
40208         filename clipart/workaround.png
40209         scale 50
40210
40211 \end_inset
40212
40213
40214 \end_layout
40215
40216 \begin_layout Plain Layout
40217
40218 \change_inserted 227574939 1473131628
40219 Here, the child document input inset (
40220 \family sans
40221 Insert\SpecialChar menuseparator
40222 File\SpecialChar menuseparator
40223 Child Document
40224 \family default
40225 ) was used, which allows you do directly edit the 
40226 \family typewriter
40227 .pdf_tex
40228 \family default
40229  file in a text editor.
40230  The LaTeX output is based on this edited snippet as re-generation from
40231  the SVG file has been commented out.
40232 \end_layout
40233
40234 \end_inset
40235
40236 .
40237 \change_deleted 2047637253 1475534230
40238
40239 \end_layout
40240
40241 \begin_layout Standard
40242
40243 \change_deleted 2047637253 1475534225
40244 The reason why we would use this complicated process at all, like in the
40245  case of Xfig, is that it makes the text strings inside the figure of the
40246  same font type and attributes as the surrounding text, which looks so much
40247  more professional.
40248  With Inkscape, even the 
40249 \emph on
40250 size
40251 \emph default
40252  of the font is taken from the surrounding LaTeX document – in Xfig, you
40253  have to set it by hand to be the same.
40254  Of course you can always embed LaTeX modifiers like 
40255 \family typewriter
40256
40257 \backslash
40258 Large
40259 \family default
40260
40261 \family typewriter
40262
40263 \backslash
40264 small
40265 \family default
40266 , etc.
40267  into your figure text strings.
40268 \change_inserted 227574939 1473131628
40269
40270 \end_layout
40271
40272 \end_deeper
40273 \begin_layout Standard
40274 \begin_inset Float table
40275 placement !h
40276 wide false
40277 sideways false
40278 status open
40279
40280 \begin_layout Plain Layout
40281 \begin_inset Caption Standard
40282
40283 \begin_layout Plain Layout
40284 \begin_inset CommandInset label
40285 LatexCommand label
40286 name "tab:Comparison-of-the"
40287
40288 \end_inset
40289
40290 Comparison of the date input methods.
40291 \end_layout
40292
40293 \end_inset
40294
40295
40296 \end_layout
40297
40298 \begin_layout Plain Layout
40299 \align center
40300 \begin_inset Tabular
40301 <lyxtabular version="3" rows="4" columns="3">
40302 <features tabularvalignment="middle">
40303 <column alignment="center" valignment="top">
40304 <column alignment="center" valignment="top">
40305 <column alignment="center" valignment="top">
40306 <row>
40307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40308 \begin_inset Text
40309
40310 \begin_layout Plain Layout
40311 Document format
40312 \end_layout
40313
40314 \end_inset
40315 </cell>
40316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40317 \begin_inset Text
40318
40319 \begin_layout Plain Layout
40320
40321 \family sans
40322 Insert\SpecialChar menuseparator
40323 Date
40324 \end_layout
40325
40326 \end_inset
40327 </cell>
40328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 command 
40333 \series bold
40334
40335 \backslash
40336 today
40337 \end_layout
40338
40339 \end_inset
40340 </cell>
40341 </row>
40342 <row>
40343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40344 \begin_inset Text
40345
40346 \begin_layout Plain Layout
40347 \SpecialChar LyX
40348
40349 \end_layout
40350
40351 \end_inset
40352 </cell>
40353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40354 \begin_inset Text
40355
40356 \begin_layout Plain Layout
40357 as date
40358 \end_layout
40359
40360 \end_inset
40361 </cell>
40362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40363 \begin_inset Text
40364
40365 \begin_layout Plain Layout
40366 as \SpecialChar TeX
40367  Code inset box
40368 \end_layout
40369
40370 \end_inset
40371 </cell>
40372 </row>
40373 <row>
40374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 \SpecialChar LaTeX
40379
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 as date
40389 \end_layout
40390
40391 \end_inset
40392 </cell>
40393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40394 \begin_inset Text
40395
40396 \begin_layout Plain Layout
40397 as command
40398 \end_layout
40399
40400 \end_inset
40401 </cell>
40402 </row>
40403 <row>
40404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 DVI, PDF, PS
40409 \end_layout
40410
40411 \end_inset
40412 </cell>
40413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40414 \begin_inset Text
40415
40416 \begin_layout Plain Layout
40417 as date
40418 \end_layout
40419
40420 \end_inset
40421 </cell>
40422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40423 \begin_inset Text
40424
40425 \begin_layout Plain Layout
40426 as date
40427 \end_layout
40428
40429 \end_inset
40430 </cell>
40431 </row>
40432 </lyxtabular>
40433
40434 \end_inset
40435
40436
40437 \end_layout
40438
40439 \end_inset
40440
40441
40442 \end_layout
40443
40444 \begin_layout Standard
40445 When you use the option 
40446 \family sans
40447 Draft
40448 \family default
40449  in the 
40450 \family sans
40451 File
40452 \family default
40453  tab of the 
40454 \family sans
40455 External Material
40456 \family default
40457  dialog, only the path to the inserted file is shown in the output.
40458 \begin_inset Newline newline
40459 \end_inset
40460
40461 External material is displayed in \SpecialChar LyX
40462  either as a box like this: 
40463 \begin_inset Graphics
40464         filename clipart/ExternalMaterial.png
40465         scale 95
40466         scaleBeforeRotation
40467
40468 \end_inset
40469
40470  or as image, depending on the option 
40471 \family sans
40472 Show in LyX
40473 \family default
40474  in the 
40475 \family sans
40476 LaTeX and LyX options
40477 \family default
40478  tab of the dialog.
40479 \end_layout
40480
40481 \begin_layout Standard
40482 The 
40483 \family sans
40484 \emph on
40485 Customization
40486 \family default
40487 \emph default
40488  manual explains how you can define your own templates.
40489 \end_layout
40490
40491 \begin_layout Section
40492 Child Documents
40493 \begin_inset CommandInset label
40494 LatexCommand label
40495 name "sec:Child-Documents"
40496
40497 \end_inset
40498
40499
40500 \begin_inset Index idx
40501 status collapsed
40502
40503 \begin_layout Plain Layout
40504 External Document Parts ! Child Documents
40505 \end_layout
40506
40507 \end_inset
40508
40509
40510 \begin_inset Index idx
40511 status collapsed
40512
40513 \begin_layout Plain Layout
40514 Files ! Include
40515 \end_layout
40516
40517 \end_inset
40518
40519
40520 \end_layout
40521
40522 \begin_layout Standard
40523 Child documents are used if you have a long document consisting of several
40524  larger parts or sections.
40525  For maintenance it is often useful and sometimes even required to split
40526  the document into several files that can be revised separately.
40527  The different documents are then the so called 
40528 \begin_inset Quotes eld
40529 \end_inset
40530
40531 child documents
40532 \begin_inset Quotes erd
40533 \end_inset
40534
40535 , and a master document connects them to print the full document or parts
40536  of it.
40537  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40538  preamble,
40539  the bibliography, and labels for cross-references.
40540 \end_layout
40541
40542 \begin_layout Standard
40543 To be able to work on child documents without the need to open their master,
40544  specify in the child document the master in the menu
40545 \family sans
40546  Document\SpecialChar menuseparator
40547 Settings\SpecialChar menuseparator
40548 Document
40549 \begin_inset space ~
40550 \end_inset
40551
40552 Class
40553 \family default
40554 .
40555  This master document will then be used in the background by \SpecialChar LyX
40556  when you edit
40557  the child document.
40558 \end_layout
40559
40560 \begin_layout Standard
40561 Included documents are displayed in \SpecialChar LyX
40562  as a box like this: 
40563 \begin_inset Graphics
40564         filename clipart/ChildDocument.png
40565         scale 95
40566         scaleBeforeRotation
40567
40568 \end_inset
40569
40570  To include child documents in a master document use the menu 
40571 \family sans
40572 Insert\SpecialChar menuseparator
40573 File\SpecialChar menuseparator
40574 Child
40575 \begin_inset space ~
40576 \end_inset
40577
40578 Documents
40579 \family default
40580 .
40581  A dialog pops up where you can choose between four include methods:
40582 \end_layout
40583
40584 \begin_layout Description
40585 Include You can include \SpecialChar LyX
40586  and \SpecialChar LaTeX
40587  documents.
40588  When you press the 
40589 \family sans
40590 Edit
40591 \family default
40592  button in the 
40593 \family sans
40594 Child Document
40595 \family default
40596  dialog, the included document will be opened in \SpecialChar LyX
40597  in a new file tab so that
40598  you can modify it.
40599 \begin_inset Newline newline
40600 \end_inset
40601
40602
40603 \end_layout
40604
40605 \begin_layout Standard
40606 Here is a child document inserted using 
40607 \family sans
40608 Include
40609 \family default
40610
40611 \begin_inset CommandInset include
40612 LatexCommand include
40613 filename "DummyDocument1.lyx"
40614
40615 \end_inset
40616
40617
40618 \end_layout
40619
40620 \begin_layout Standard
40621 The section numbering includes the sections of the included files in the
40622  order they are inserted in the master document.
40623  The included example document has for example a subsection that is numbered
40624  as a subsection of this section.
40625  Labels of included documents can be referenced: Subsection
40626 \begin_inset space ~
40627 \end_inset
40628
40629
40630 \begin_inset CommandInset ref
40631 LatexCommand ref
40632 reference "subsec:External-Subsection-1"
40633
40634 \end_inset
40635
40636 .
40637 \end_layout
40638
40639 \begin_layout Standard
40640 The preamble of the child document is ignored; only the preamble of the
40641  master document is used.
40642  Branches in child documents will be ignored by the master document when
40643  the master document does not have a branch with the same name.
40644  Included documents are inserted starting on a new page and ending with
40645  a page break.
40646 \end_layout
40647
40648 \begin_layout Standard
40649 \begin_inset Note Greyedout
40650 status open
40651
40652 \begin_layout Plain Layout
40653
40654 \series bold
40655 Note:
40656 \series default
40657  If you have included a \SpecialChar LyX
40658  or \SpecialChar LaTeX
40659  file, you are warned when you export/view the
40660  document in case the child document uses another document class than the
40661  master document as this will lead to unexpected outputs.
40662 \end_layout
40663
40664 \end_inset
40665
40666
40667 \end_layout
40668
40669 \begin_layout Description
40670 Input This method is very similar to the Include method.
40671  The differences are:
40672 \end_layout
40673
40674 \begin_deeper
40675 \begin_layout Itemize
40676 Input files don't start with a new page and don't end with a page break.
40677 \end_layout
40678
40679 \begin_layout Itemize
40680 Input files can be previewed in \SpecialChar LyX
40681  when 
40682 \family sans
40683 Instant
40684 \begin_inset space ~
40685 \end_inset
40686
40687 Preview
40688 \family default
40689  is enabled in \SpecialChar LyX
40690 's preferences under 
40691 \family sans
40692 Look
40693 \begin_inset space ~
40694 \end_inset
40695
40696 and
40697 \begin_inset space ~
40698 \end_inset
40699
40700 feel\SpecialChar menuseparator
40701 Graphics
40702 \family default
40703 .
40704 \end_layout
40705
40706 \begin_layout Itemize
40707 You cannot exclude Input files via the menu 
40708 \family sans
40709 Document\SpecialChar menuseparator
40710 Settings\SpecialChar menuseparator
40711 Child Documents
40712 \family default
40713 .
40714 \end_layout
40715
40716 \end_deeper
40717 \begin_layout Standard
40718 Here is a child document inserted using 
40719 \family sans
40720 Input
40721 \family default
40722
40723 \begin_inset CommandInset include
40724 LatexCommand input
40725 filename "DummyDocument2.lyx"
40726
40727 \end_inset
40728
40729
40730 \end_layout
40731
40732 \begin_layout Description
40733 Verbatim With this method any text file can be included.
40734  The file is shown in the output with its source code; no command used in
40735  the text is invoked.
40736  You can use the option 
40737 \family sans
40738 Mark spaces in output
40739 \family default
40740  that displays the character 
40741 \begin_inset Quotes eld
40742 \end_inset
40743
40744
40745 \begin_inset ERT
40746 status collapsed
40747
40748 \begin_layout Plain Layout
40749
40750
40751 \backslash
40752 textvisiblespace 
40753 \end_layout
40754
40755 \end_inset
40756
40757
40758 \begin_inset Quotes erd
40759 \end_inset
40760
40761  for every space character in the source code.
40762  The difference from the method via the menu 
40763 \family sans
40764 Insert\SpecialChar menuseparator
40765 File\SpecialChar menuseparator
40766 Plain
40767 \begin_inset space ~
40768 \end_inset
40769
40770 Text
40771 \family default
40772  is that the document content is not shown in \SpecialChar LyX
40773 .
40774 \end_layout
40775
40776 \begin_layout Standard
40777 Here is a child document inserted as Verbatim: 
40778 \begin_inset CommandInset include
40779 LatexCommand verbatiminput
40780 filename "DummyTextDocument.txt"
40781
40782 \end_inset
40783
40784
40785 \begin_inset VSpace bigskip
40786 \end_inset
40787
40788  Here is a child document inserted as Verbatim using the 
40789 \family sans
40790 Mark spaces in output
40791 \family default
40792  option: 
40793 \begin_inset CommandInset include
40794 LatexCommand verbatiminput*
40795 filename "DummyTextDocument.txt"
40796
40797 \end_inset
40798
40799
40800 \end_layout
40801
40802 \begin_layout Standard
40803 \begin_inset VSpace bigskip
40804 \end_inset
40805
40806
40807 \end_layout
40808
40809 \begin_layout Standard
40810 \begin_inset Note Greyedout
40811 status open
40812
40813 \begin_layout Plain Layout
40814
40815 \series bold
40816 Note:
40817 \series default
40818  As you can see in the examples above, the text of the documents included
40819  as 
40820 \family sans
40821 verbatim
40822 \family default
40823  is not broken at the end of the document lines.
40824 \end_layout
40825
40826 \end_inset
40827
40828
40829 \end_layout
40830
40831 \begin_layout Description
40832 Listings This type is described in chapter
40833 \begin_inset space ~
40834 \end_inset
40835
40836
40837 \begin_inset CommandInset ref
40838 LatexCommand ref
40839 reference "cha:Program-Code-Listings"
40840
40841 \end_inset
40842
40843 .
40844 \end_layout
40845
40846 \begin_layout Standard
40847 \begin_inset Note Greyedout
40848 status open
40849
40850 \begin_layout Plain Layout
40851
40852 \series bold
40853 Note:
40854 \series default
40855  Including the same document twice in a document using different methods
40856  could cause \SpecialChar LaTeX
40857 -problems.
40858 \end_layout
40859
40860 \end_inset
40861
40862
40863 \end_layout
40864
40865 \begin_layout Standard
40866 If you want to view/export only selected children of your master document,
40867  either because you want to save compiling time or because you want to distribut
40868 e single chapters of the book you are just writing, you can exclude children
40869  from the output.
40870  This is done via the menu 
40871 \family sans
40872 Document\SpecialChar menuseparator
40873 Settings\SpecialChar menuseparator
40874 Child Documents
40875 \family default
40876 .
40877  You can exclude\SpecialChar breakableslash
40878 include children by double-clicking on the 
40879 \family sans
40880 include to output
40881 \family default
40882  column of the respective child document in the list (note that this only
40883  works for documents embedded via 
40884 \begin_inset Quotes eld
40885 \end_inset
40886
40887 Include
40888 \begin_inset Quotes erd
40889 \end_inset
40890
40891 , not with 
40892 \begin_inset Quotes eld
40893 \end_inset
40894
40895 Input
40896 \begin_inset Quotes erd
40897 \end_inset
40898
40899 ).
40900  If the option 
40901 \family sans
40902 Maintain counters and references
40903 \family default
40904  is enabled, \SpecialChar LyX
40905  will assure that all page numbers, references etc.
40906 \begin_inset space ~
40907 \end_inset
40908
40909 are correct as if the whole document was processed.
40910  This is useful if you want the selected sub-documents to look exactly as
40911  in the context of the whole document.
40912  However, \SpecialChar LyX
40913  needs to process the whole document in the background for this
40914  feature.
40915  So if you want to save compile time and if counters and references do not
40916  need to be correct, disable this checkbox.
40917 \end_layout
40918
40919 \begin_layout Standard
40920 Alternatively, you can put each included file into a branch.
40921 \begin_inset Foot
40922 status collapsed
40923
40924 \begin_layout Plain Layout
40925 Branches are described in section 
40926 \emph on
40927 Branches
40928 \emph default
40929  of the \SpecialChar LyX
40930  
40931 \emph on
40932 Userguide
40933 \emph default
40934 .
40935 \end_layout
40936
40937 \end_inset
40938
40939  By enabling\SpecialChar breakableslash
40940 disabling branches you can decide which included files will
40941  appear in the output.
40942  This has the advantage that it also works with Input'ed sub-documents.
40943  However, counters and references will not be maintained with this approach.
40944 \end_layout
40945
40946 \begin_layout Chapter
40947 Program Code Listings
40948 \begin_inset CommandInset label
40949 LatexCommand label
40950 name "cha:Program-Code-Listings"
40951
40952 \end_inset
40953
40954
40955 \begin_inset Index idx
40956 status collapsed
40957
40958 \begin_layout Plain Layout
40959 Listings
40960 \end_layout
40961
40962 \end_inset
40963
40964
40965 \begin_inset Index idx
40966 status collapsed
40967
40968 \begin_layout Plain Layout
40969 Program Code
40970 \end_layout
40971
40972 \end_inset
40973
40974
40975 \begin_inset Index idx
40976 status collapsed
40977
40978 \begin_layout Plain Layout
40979 Floats ! Listings
40980 \end_layout
40981
40982 \end_inset
40983
40984
40985 \end_layout
40986
40987 \begin_layout Standard
40988 To include and typeset program code you can use the 
40989 \family sans
40990 Listings
40991 \family default
40992  inset that can be inserted via the menu 
40993 \family sans
40994 Insert\SpecialChar menuseparator
40995 Program Listing
40996 \family default
40997 .
40998  The \SpecialChar LaTeX
40999 -package 
41000 \series bold
41001 listings
41002 \series default
41003
41004 \begin_inset Index idx
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008 \SpecialChar LaTeX
41009 -packages ! listings
41010 \end_layout
41011
41012 \end_inset
41013
41014  provides a powerful and flexible way to insert program source code into
41015  your document.
41016 \end_layout
41017
41018 \begin_layout Standard
41019 Right-clicking on a listings inset opens the context menu containing where
41020  you can set the listings format.
41021 \end_layout
41022
41023 \begin_layout Standard
41024 By default, a listing starts a new paragraph in the output.
41025  The placement option 
41026 \family sans
41027 Inline
41028 \begin_inset space ~
41029 \end_inset
41030
41031 listing
41032 \family default
41033  prints the listing inline like this: 
41034 \begin_inset listings
41035 lstparams "language={C++}"
41036 inline true
41037 status open
41038
41039 \begin_layout Plain Layout
41040
41041 int a=5;
41042 \end_layout
41043
41044 \end_inset
41045
41046
41047 \begin_inset Newline newline
41048 \end_inset
41049
41050 The option 
41051 \family sans
41052 Float
41053 \family default
41054  creates a listings float where you can specify the placement options 
41055 \begin_inset Quotes eld
41056 \end_inset
41057
41058
41059 \family sans
41060 h
41061 \family default
41062
41063 \begin_inset Quotes erd
41064 \end_inset
41065
41066
41067 \begin_inset Quotes eld
41068 \end_inset
41069
41070
41071 \family sans
41072 t
41073 \family default
41074
41075 \begin_inset Quotes erd
41076 \end_inset
41077
41078
41079 \begin_inset Quotes eld
41080 \end_inset
41081
41082
41083 \family sans
41084 b
41085 \family default
41086
41087 \begin_inset Quotes erd
41088 \end_inset
41089
41090 , and 
41091 \begin_inset Quotes eld
41092 \end_inset
41093
41094
41095 \family sans
41096 p
41097 \family default
41098
41099 \begin_inset Quotes erd
41100 \end_inset
41101
41102  corresponding to the float placement options described in section
41103 \begin_inset space ~
41104 \end_inset
41105
41106
41107 \begin_inset CommandInset ref
41108 LatexCommand ref
41109 reference "sec:Float-Placement"
41110
41111 \end_inset
41112
41113 .
41114  The placement options can be mixed and are inserted without any separation,
41115  e.
41116 \begin_inset space \thinspace{}
41117 \end_inset
41118
41119 g.
41120 \begin_inset space \space{}
41121 \end_inset
41122
41123
41124 \begin_inset Quotes eld
41125 \end_inset
41126
41127
41128 \family sans
41129 htbp
41130 \family default
41131
41132 \begin_inset Quotes erd
41133 \end_inset
41134
41135 .
41136  The option 
41137 \begin_inset Quotes eld
41138 \end_inset
41139
41140 h
41141 \begin_inset Quotes erd
41142 \end_inset
41143
41144  has sometimes no effect, but you don't need to use the 
41145 \family sans
41146 Float
41147 \family default
41148  option in this case as also non-float listings can have captions and be
41149  referenced.
41150 \end_layout
41151
41152 \begin_layout Standard
41153 You can add captions to listings with the menu 
41154 \family sans
41155 Insert\SpecialChar menuseparator
41156 Caption
41157 \family default
41158 .
41159  Listings can be referenced like floats: Listing
41160 \begin_inset space ~
41161 \end_inset
41162
41163
41164 \begin_inset CommandInset ref
41165 LatexCommand ref
41166 reference "lst:Example-Listing"
41167
41168 \end_inset
41169
41170 .
41171  A list of listings which contains all listings with captions can be created
41172  via the menu 
41173 \family sans
41174 Insert\SpecialChar menuseparator
41175 List
41176 \begin_inset space ~
41177 \end_inset
41178
41179 /
41180 \begin_inset space ~
41181 \end_inset
41182
41183 TOC\SpecialChar menuseparator
41184 List of Listings
41185 \family default
41186 .
41187  The list entries are the listing caption and the listing number.
41188 \end_layout
41189
41190 \begin_layout Standard
41191 \begin_inset listings
41192 lstparams "language=Python"
41193 inline false
41194 status open
41195
41196 \begin_layout Plain Layout
41197
41198 \begin_inset Caption Standard
41199
41200 \begin_layout Plain Layout
41201 \begin_inset CommandInset label
41202 LatexCommand label
41203 name "lst:Example-Listing"
41204
41205 \end_inset
41206
41207 Example Listing float
41208 \end_layout
41209
41210 \end_inset
41211
41212 # Example listing float
41213 \end_layout
41214
41215 \begin_layout Plain Layout
41216
41217 def func(param):
41218 \end_layout
41219
41220 \begin_layout Plain Layout
41221
41222     'this is a python function'
41223 \end_layout
41224
41225 \begin_layout Plain Layout
41226
41227     pass
41228 \end_layout
41229
41230 \end_inset
41231
41232
41233 \end_layout
41234
41235 \begin_layout Standard
41236 When you have set a programming language in the listings dialog, the keywords
41237  of this language will be recognized and specially typeset in the output.
41238  In the example listings the Python keyword 
41239 \begin_inset Quotes eld
41240 \end_inset
41241
41242 def
41243 \begin_inset Quotes erd
41244 \end_inset
41245
41246  is recognized and printed bold in the output.
41247 \end_layout
41248
41249 \begin_layout Standard
41250 \begin_inset Note Greyedout
41251 status open
41252
41253 \begin_layout Plain Layout
41254
41255 \series bold
41256 Note:
41257 \series default
41258  If you don't get bold keywords when using typewriter fonts, your 
41259 \family typewriter
41260 typewriter
41261 \family default
41262  font probably doesn't provide a bold shape.
41263  In this case select a different one in the menu 
41264 \family sans
41265 Document\SpecialChar menuseparator
41266 Settings\SpecialChar menuseparator
41267 Fonts
41268 \family default
41269 .
41270  (The fonts 
41271 \emph on
41272 LuxiMono, BeraMono
41273 \emph default
41274  and 
41275 \emph on
41276 Courier
41277 \emph default
41278  provide bold shapes.)
41279 \end_layout
41280
41281 \end_inset
41282
41283
41284 \end_layout
41285
41286 \begin_layout Standard
41287 In section 
41288 \family sans
41289 Line
41290 \begin_inset space ~
41291 \end_inset
41292
41293 numbering
41294 \family default
41295  of the listings dialog you can specify the line numbering style.
41296  You can insert a number to specify which lines are numbered in the field
41297  
41298 \family sans
41299 Step
41300 \family default
41301 .
41302  When you insert e.
41303 \begin_inset space \thinspace{}
41304 \end_inset
41305
41306 g.
41307 \begin_inset space \space{}
41308 \end_inset
41309
41310
41311 \begin_inset Quotes eld
41312 \end_inset
41313
41314 3
41315 \begin_inset Quotes erd
41316 \end_inset
41317
41318 , only every 3rd line will be numbered.
41319 \end_layout
41320
41321 \begin_layout Standard
41322 You can furthermore specify a range of lines; only these will then appear
41323  in the output.
41324  The option 
41325 \family sans
41326 Extended character table
41327 \family default
41328  should be used when you use national characters like the German umlauts
41329  in the listing.
41330 \begin_inset Newline newline
41331 \end_inset
41332
41333 Here is an example listing with left line numbering, step 
41334 \begin_inset Quotes eld
41335 \end_inset
41336
41337 3
41338 \begin_inset Quotes erd
41339 \end_inset
41340
41341 , language 
41342 \begin_inset Quotes eld
41343 \end_inset
41344
41345 Python
41346 \begin_inset Quotes erd
41347 \end_inset
41348
41349 , options 
41350 \begin_inset Quotes eld
41351 \end_inset
41352
41353 Extended character table
41354 \begin_inset Quotes erd
41355 \end_inset
41356
41357  and 
41358 \begin_inset Quotes eld
41359 \end_inset
41360
41361 Space
41362 \begin_inset space ~
41363 \end_inset
41364
41365 as
41366 \begin_inset space ~
41367 \end_inset
41368
41369 symbol
41370 \begin_inset Quotes erd
41371 \end_inset
41372
41373 , range lines 3
41374 \begin_inset space \thinspace{}
41375 \end_inset
41376
41377 -
41378 \begin_inset space \thinspace{}
41379 \end_inset
41380
41381 8:
41382 \end_layout
41383
41384 \begin_layout Standard
41385 \begin_inset listings
41386 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41387 inline false
41388 status open
41389
41390 \begin_layout Plain Layout
41391
41392 def func(param):
41393 \end_layout
41394
41395 \begin_layout Plain Layout
41396
41397     'this is a python function'
41398 \end_layout
41399
41400 \begin_layout Plain Layout
41401
41402     pass
41403 \end_layout
41404
41405 \begin_layout Plain Layout
41406
41407 def func(param):
41408 \end_layout
41409
41410 \begin_layout Plain Layout
41411
41412 'This is a German word: Tschüß'
41413 \end_layout
41414
41415 \begin_layout Plain Layout
41416
41417 pass
41418 \end_layout
41419
41420 \begin_layout Plain Layout
41421
41422 def func(param):
41423 \end_layout
41424
41425 \begin_layout Plain Layout
41426
41427 'this is a python function'
41428 \end_layout
41429
41430 \begin_layout Plain Layout
41431
41432 pass
41433 \end_layout
41434
41435 \end_inset
41436
41437
41438 \end_layout
41439
41440 \begin_layout Standard
41441 When you have tabulators in your listing, you can specify the number of
41442  characters that are spanned by a tabulator in the field 
41443 \family sans
41444 Tabulator
41445 \begin_inset space ~
41446 \end_inset
41447
41448 size
41449 \family default
41450 .
41451 \end_layout
41452
41453 \begin_layout Standard
41454 \begin_inset Note Greyedout
41455 status open
41456
41457 \begin_layout Plain Layout
41458
41459 \series bold
41460 Note:
41461 \series default
41462  Due to a bug in the 
41463 \series bold
41464 listings
41465 \series default
41466  package the line numbering is shifted by a line by every previous listing.
41467  That's the reason why the lines 2 and 5 are numbered in the above listing
41468  and not the lines 3 and 6.
41469 \end_layout
41470
41471 \end_inset
41472
41473
41474 \end_layout
41475
41476 \begin_layout Standard
41477 \begin_inset VSpace bigskip
41478 \end_inset
41479
41480
41481 \end_layout
41482
41483 \begin_layout Standard
41484 It is also possible to print lines from a file as listing.
41485  To do this, use the menu 
41486 \family sans
41487 Insert\SpecialChar menuseparator
41488 File\SpecialChar menuseparator
41489 Child Document
41490 \family default
41491  and choose the type 
41492 \family sans
41493 Listings
41494 \family default
41495 .
41496 \begin_inset Foot
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500 The other child document types are described in section
41501 \begin_inset space ~
41502 \end_inset
41503
41504
41505 \begin_inset CommandInset ref
41506 LatexCommand ref
41507 reference "sec:Child-Documents"
41508
41509 \end_inset
41510
41511 .
41512 \end_layout
41513
41514 \end_inset
41515
41516  In the child document dialog you can specify the listing parameters in
41517  a text box.
41518  To show a list of all available parameters, type in a question mark 
41519 \begin_inset Quotes eld
41520 \end_inset
41521
41522 ?
41523 \begin_inset Quotes erd
41524 \end_inset
41525
41526  in the text box.
41527 \end_layout
41528
41529 \begin_layout Standard
41530 To reference child document listings, write a label text into the corresponding
41531  field of the child document dialog.
41532  The label can then be referenced using the menu 
41533 \family sans
41534 Insert\SpecialChar menuseparator
41535 Cross-Reference
41536 \family default
41537 .
41538 \end_layout
41539
41540 \begin_layout Standard
41541 Listing
41542 \begin_inset space ~
41543 \end_inset
41544
41545
41546 \begin_inset CommandInset ref
41547 LatexCommand ref
41548 reference "lst:file-listing"
41549
41550 \end_inset
41551
41552  is an example for a listing of a file; there the lines 10
41553 \begin_inset space \thinspace{}
41554 \end_inset
41555
41556 -
41557 \begin_inset space \thinspace{}
41558 \end_inset
41559
41560 15 of this \SpecialChar LyX
41561  file are listed.
41562 \end_layout
41563
41564 \begin_layout Standard
41565 \begin_inset CommandInset include
41566 LatexCommand lstinputlisting
41567 filename "EmbeddedObjects.lyx"
41568 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41569
41570 \end_inset
41571
41572
41573 \end_layout
41574
41575 \begin_layout Standard
41576 \begin_inset VSpace bigskip
41577 \end_inset
41578
41579
41580 \end_layout
41581
41582 \begin_layout Standard
41583 Inserting a formula into a listing can be done the following way:
41584 \end_layout
41585
41586 \begin_layout Enumerate
41587 Open the listings dialog and add
41588 \begin_inset Newline newline
41589 \end_inset
41590
41591
41592 \family sans
41593 mathescape=true
41594 \family default
41595
41596 \begin_inset Newline newline
41597 \end_inset
41598
41599 to the field of the 
41600 \family sans
41601 Advanced
41602 \family default
41603  tab.
41604 \end_layout
41605
41606 \begin_layout Enumerate
41607 Create a formula outside the listing
41608 \end_layout
41609
41610 \begin_layout Enumerate
41611 Copy the content of the formula (not the formula inset) to the clipboard
41612  (shortcut 
41613 \begin_inset Info
41614 type  "shortcut"
41615 arg   "copy"
41616 \end_inset
41617
41618 )
41619 \end_layout
41620
41621 \begin_layout Enumerate
41622 In the listing write 
41623 \begin_inset Quotes eld
41624 \end_inset
41625
41626
41627 \family sans
41628 $$
41629 \family default
41630
41631 \begin_inset Quotes erd
41632 \end_inset
41633
41634  and copy from the clipboard between the dollar-signs (shortcut 
41635 \begin_inset Info
41636 type  "shortcut"
41637 arg   "paste"
41638 \end_inset
41639
41640 )
41641 \end_layout
41642
41643 \begin_layout Standard
41644 \begin_inset listings
41645 lstparams "language=Python,mathescape=true"
41646 inline false
41647 status open
41648
41649 \begin_layout Plain Layout
41650
41651 \begin_inset Caption Standard
41652
41653 \begin_layout Plain Layout
41654 Example Listing float containing a formula
41655 \end_layout
41656
41657 \end_inset
41658
41659 # Example listing float
41660 \end_layout
41661
41662 \begin_layout Plain Layout
41663
41664 def func(param):
41665 \end_layout
41666
41667 \begin_layout Plain Layout
41668
41669     # $
41670 \backslash
41671 prod_{n=1}^{
41672 \backslash
41673 infty}
41674 \backslash
41675 ,
41676 \backslash
41677 frac{1}{x^{2}}$
41678 \end_layout
41679
41680 \begin_layout Plain Layout
41681
41682     pass
41683 \end_layout
41684
41685 \end_inset
41686
41687
41688 \end_layout
41689
41690 \begin_layout Standard
41691 \begin_inset VSpace bigskip
41692 \end_inset
41693
41694
41695 \end_layout
41696
41697 \begin_layout Standard
41698 Global listings settings can be set in the 
41699 \family sans
41700 Document\SpecialChar menuseparator
41701 Settings\SpecialChar menuseparator
41702 Listings
41703 \family default
41704  dialog.
41705  To get there a list of available options, type in a question mark 
41706 \begin_inset Quotes eld
41707 \end_inset
41708
41709 ?
41710 \begin_inset Quotes erd
41711 \end_inset
41712
41713 .
41714 \end_layout
41715
41716 \begin_layout Standard
41717 For more information about the 
41718 \series bold
41719 listings
41720 \series default
41721  package, we refer to its documentation 
41722 \begin_inset CommandInset citation
41723 LatexCommand cite
41724 key "listings"
41725 literal "true"
41726
41727 \end_inset
41728
41729 .
41730 \end_layout
41731
41732 \begin_layout Standard
41733 \begin_inset Newpage newpage
41734 \end_inset
41735
41736
41737 \end_layout
41738
41739 \begin_layout Chapter
41740 \start_of_appendix
41741 Units available in \SpecialChar LyX
41742
41743 \begin_inset Index idx
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747 Units
41748 \end_layout
41749
41750 \end_inset
41751
41752
41753 \begin_inset CommandInset label
41754 LatexCommand label
41755 name "cha:Units-available-in"
41756
41757 \end_inset
41758
41759
41760 \end_layout
41761
41762 \begin_layout Standard
41763 To understand the units described in this documentation, Table
41764 \begin_inset space ~
41765 \end_inset
41766
41767
41768 \begin_inset CommandInset ref
41769 LatexCommand ref
41770 reference "tab:Units"
41771
41772 \end_inset
41773
41774  explains all units available in \SpecialChar LyX
41775 .
41776 \end_layout
41777
41778 \begin_layout Standard
41779 \begin_inset Float table
41780 placement h
41781 wide false
41782 sideways false
41783 status open
41784
41785 \begin_layout Plain Layout
41786 \begin_inset Caption Standard
41787
41788 \begin_layout Plain Layout
41789 \begin_inset CommandInset label
41790 LatexCommand label
41791 name "tab:Units"
41792
41793 \end_inset
41794
41795 Units
41796 \end_layout
41797
41798 \end_inset
41799
41800
41801 \end_layout
41802
41803 \begin_layout Plain Layout
41804 \begin_inset VSpace medskip
41805 \end_inset
41806
41807
41808 \end_layout
41809
41810 \begin_layout Plain Layout
41811 \align center
41812 \begin_inset Tabular
41813 <lyxtabular version="3" rows="20" columns="3">
41814 <features tabularvalignment="middle">
41815 <column alignment="center" valignment="top">
41816 <column alignment="center" valignment="top">
41817 <column alignment="center" valignment="top">
41818 <row>
41819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 unit
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832 name/description
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841 \SpecialChar LaTeX
41842  command
41843 \end_layout
41844
41845 \end_inset
41846 </cell>
41847 </row>
41848 <row>
41849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853 mm
41854 \end_layout
41855
41856 \end_inset
41857 </cell>
41858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41859 \begin_inset Text
41860
41861 \begin_layout Plain Layout
41862 millimeter
41863 \end_layout
41864
41865 \end_inset
41866 </cell>
41867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41868 \begin_inset Text
41869
41870 \begin_layout Plain Layout
41871 -
41872 \end_layout
41873
41874 \end_inset
41875 </cell>
41876 </row>
41877 <row>
41878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41879 \begin_inset Text
41880
41881 \begin_layout Plain Layout
41882 cm
41883 \end_layout
41884
41885 \end_inset
41886 </cell>
41887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41888 \begin_inset Text
41889
41890 \begin_layout Plain Layout
41891 centimeter
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41897 \begin_inset Text
41898
41899 \begin_layout Plain Layout
41900 -
41901 \end_layout
41902
41903 \end_inset
41904 </cell>
41905 </row>
41906 <row>
41907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41908 \begin_inset Text
41909
41910 \begin_layout Plain Layout
41911 in
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41917 \begin_inset Text
41918
41919 \begin_layout Plain Layout
41920 inch
41921 \end_layout
41922
41923 \end_inset
41924 </cell>
41925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41926 \begin_inset Text
41927
41928 \begin_layout Plain Layout
41929 -
41930 \end_layout
41931
41932 \end_inset
41933 </cell>
41934 </row>
41935 <row>
41936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41937 \begin_inset Text
41938
41939 \begin_layout Plain Layout
41940 pt
41941 \end_layout
41942
41943 \end_inset
41944 </cell>
41945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41946 \begin_inset Text
41947
41948 \begin_layout Plain Layout
41949 point (72.27
41950 \begin_inset space \thinspace{}
41951 \end_inset
41952
41953 pt = 1
41954 \begin_inset space \thinspace{}
41955 \end_inset
41956
41957 in)
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41963 \begin_inset Text
41964
41965 \begin_layout Plain Layout
41966 -
41967 \end_layout
41968
41969 \end_inset
41970 </cell>
41971 </row>
41972 <row>
41973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41974 \begin_inset Text
41975
41976 \begin_layout Plain Layout
41977 pc
41978 \end_layout
41979
41980 \end_inset
41981 </cell>
41982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41983 \begin_inset Text
41984
41985 \begin_layout Plain Layout
41986 pica (1
41987 \begin_inset space \thinspace{}
41988 \end_inset
41989
41990 pc = 12
41991 \begin_inset space \thinspace{}
41992 \end_inset
41993
41994 pt)
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003 -
42004 \end_layout
42005
42006 \end_inset
42007 </cell>
42008 </row>
42009 <row>
42010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014 sp
42015 \end_layout
42016
42017 \end_inset
42018 </cell>
42019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42020 \begin_inset Text
42021
42022 \begin_layout Plain Layout
42023 scaled point (65536
42024 \begin_inset space \thinspace{}
42025 \end_inset
42026
42027 sp = 1
42028 \begin_inset space \thinspace{}
42029 \end_inset
42030
42031 pt)
42032 \end_layout
42033
42034 \end_inset
42035 </cell>
42036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 -
42041 \end_layout
42042
42043 \end_inset
42044 </cell>
42045 </row>
42046 <row>
42047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42048 \begin_inset Text
42049
42050 \begin_layout Plain Layout
42051 bp
42052 \end_layout
42053
42054 \end_inset
42055 </cell>
42056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060 big point (72
42061 \begin_inset space \thinspace{}
42062 \end_inset
42063
42064 bp = 1
42065 \begin_inset space \thinspace{}
42066 \end_inset
42067
42068 in)
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42074 \begin_inset Text
42075
42076 \begin_layout Plain Layout
42077 -
42078 \end_layout
42079
42080 \end_inset
42081 </cell>
42082 </row>
42083 <row>
42084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42085 \begin_inset Text
42086
42087 \begin_layout Plain Layout
42088 dd
42089 \end_layout
42090
42091 \end_inset
42092 </cell>
42093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42094 \begin_inset Text
42095
42096 \begin_layout Plain Layout
42097 didot (1
42098 \begin_inset space \thinspace{}
42099 \end_inset
42100
42101 dd 
42102 \begin_inset Formula $\approx$
42103 \end_inset
42104
42105  0.376
42106 \begin_inset space \thinspace{}
42107 \end_inset
42108
42109 mm)
42110 \end_layout
42111
42112 \end_inset
42113 </cell>
42114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42115 \begin_inset Text
42116
42117 \begin_layout Plain Layout
42118 -
42119 \end_layout
42120
42121 \end_inset
42122 </cell>
42123 </row>
42124 <row>
42125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42126 \begin_inset Text
42127
42128 \begin_layout Plain Layout
42129 cc
42130 \end_layout
42131
42132 \end_inset
42133 </cell>
42134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42135 \begin_inset Text
42136
42137 \begin_layout Plain Layout
42138 cicero (1
42139 \begin_inset space \thinspace{}
42140 \end_inset
42141
42142 cc = 12
42143 \begin_inset space \thinspace{}
42144 \end_inset
42145
42146 dd)
42147 \end_layout
42148
42149 \end_inset
42150 </cell>
42151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42152 \begin_inset Text
42153
42154 \begin_layout Plain Layout
42155 -
42156 \end_layout
42157
42158 \end_inset
42159 </cell>
42160 </row>
42161 <row>
42162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42163 \begin_inset Text
42164
42165 \begin_layout Plain Layout
42166 Scale Graphics %
42167 \end_layout
42168
42169 \end_inset
42170 </cell>
42171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42172 \begin_inset Text
42173
42174 \begin_layout Plain Layout
42175 % of original image width
42176 \end_layout
42177
42178 \end_inset
42179 </cell>
42180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42181 \begin_inset Text
42182
42183 \begin_layout Plain Layout
42184
42185 \end_layout
42186
42187 \end_inset
42188 </cell>
42189 </row>
42190 <row>
42191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42192 \begin_inset Text
42193
42194 \begin_layout Plain Layout
42195 Text Width %
42196 \end_layout
42197
42198 \end_inset
42199 </cell>
42200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42201 \begin_inset Text
42202
42203 \begin_layout Plain Layout
42204 % of text width
42205 \end_layout
42206
42207 \end_inset
42208 </cell>
42209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213
42214 \backslash
42215 textwidth
42216 \end_layout
42217
42218 \end_inset
42219 </cell>
42220 </row>
42221 <row>
42222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42223 \begin_inset Text
42224
42225 \begin_layout Plain Layout
42226 Column Width %
42227 \end_layout
42228
42229 \end_inset
42230 </cell>
42231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42232 \begin_inset Text
42233
42234 \begin_layout Plain Layout
42235 % of column width
42236 \end_layout
42237
42238 \end_inset
42239 </cell>
42240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42241 \begin_inset Text
42242
42243 \begin_layout Plain Layout
42244
42245 \backslash
42246 columnwidth
42247 \end_layout
42248
42249 \end_inset
42250 </cell>
42251 </row>
42252 <row>
42253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42254 \begin_inset Text
42255
42256 \begin_layout Plain Layout
42257 Page Width %
42258 \end_layout
42259
42260 \end_inset
42261 </cell>
42262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42263 \begin_inset Text
42264
42265 \begin_layout Plain Layout
42266 % of paper width
42267 \end_layout
42268
42269 \end_inset
42270 </cell>
42271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42272 \begin_inset Text
42273
42274 \begin_layout Plain Layout
42275
42276 \backslash
42277 paperwidth
42278 \end_layout
42279
42280 \end_inset
42281 </cell>
42282 </row>
42283 <row>
42284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42285 \begin_inset Text
42286
42287 \begin_layout Plain Layout
42288 Line Width %
42289 \end_layout
42290
42291 \end_inset
42292 </cell>
42293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42294 \begin_inset Text
42295
42296 \begin_layout Plain Layout
42297 % of line width
42298 \end_layout
42299
42300 \end_inset
42301 </cell>
42302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42303 \begin_inset Text
42304
42305 \begin_layout Plain Layout
42306
42307 \backslash
42308 linewidth
42309 \end_layout
42310
42311 \end_inset
42312 </cell>
42313 </row>
42314 <row>
42315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42316 \begin_inset Text
42317
42318 \begin_layout Plain Layout
42319 Text Height %
42320 \end_layout
42321
42322 \end_inset
42323 </cell>
42324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42325 \begin_inset Text
42326
42327 \begin_layout Plain Layout
42328 % of text height
42329 \end_layout
42330
42331 \end_inset
42332 </cell>
42333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42334 \begin_inset Text
42335
42336 \begin_layout Plain Layout
42337
42338 \backslash
42339 textheight
42340 \end_layout
42341
42342 \end_inset
42343 </cell>
42344 </row>
42345 <row>
42346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42347 \begin_inset Text
42348
42349 \begin_layout Plain Layout
42350 Page Height %
42351 \end_layout
42352
42353 \end_inset
42354 </cell>
42355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359 % of paper height
42360 \end_layout
42361
42362 \end_inset
42363 </cell>
42364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42365 \begin_inset Text
42366
42367 \begin_layout Plain Layout
42368
42369 \backslash
42370 paperheight
42371 \end_layout
42372
42373 \end_inset
42374 </cell>
42375 </row>
42376 <row>
42377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42378 \begin_inset Text
42379
42380 \begin_layout Plain Layout
42381 ex
42382 \end_layout
42383
42384 \end_inset
42385 </cell>
42386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42387 \begin_inset Text
42388
42389 \begin_layout Plain Layout
42390 height of letter 
42391 \emph on
42392 x
42393 \emph default
42394  in current font
42395 \end_layout
42396
42397 \end_inset
42398 </cell>
42399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42400 \begin_inset Text
42401
42402 \begin_layout Plain Layout
42403 -
42404 \end_layout
42405
42406 \end_inset
42407 </cell>
42408 </row>
42409 <row>
42410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42411 \begin_inset Text
42412
42413 \begin_layout Plain Layout
42414 em
42415 \end_layout
42416
42417 \end_inset
42418 </cell>
42419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42420 \begin_inset Text
42421
42422 \begin_layout Plain Layout
42423 width of letter 
42424 \emph on
42425 M
42426 \emph default
42427  in current font
42428 \end_layout
42429
42430 \end_inset
42431 </cell>
42432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42433 \begin_inset Text
42434
42435 \begin_layout Plain Layout
42436 -
42437 \end_layout
42438
42439 \end_inset
42440 </cell>
42441 </row>
42442 <row>
42443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42444 \begin_inset Text
42445
42446 \begin_layout Plain Layout
42447 mu
42448 \end_layout
42449
42450 \end_inset
42451 </cell>
42452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42453 \begin_inset Text
42454
42455 \begin_layout Plain Layout
42456 math unit (1
42457 \begin_inset space \thinspace{}
42458 \end_inset
42459
42460 mu = 1/18
42461 \begin_inset space \thinspace{}
42462 \end_inset
42463
42464 em)
42465 \end_layout
42466
42467 \end_inset
42468 </cell>
42469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42470 \begin_inset Text
42471
42472 \begin_layout Plain Layout
42473 -
42474 \end_layout
42475
42476 \end_inset
42477 </cell>
42478 </row>
42479 </lyxtabular>
42480
42481 \end_inset
42482
42483
42484 \end_layout
42485
42486 \end_inset
42487
42488
42489 \end_layout
42490
42491 \begin_layout Chapter
42492 Output File Formats with Graphics
42493 \begin_inset CommandInset label
42494 LatexCommand label
42495 name "cha:Output-File-Formats"
42496
42497 \end_inset
42498
42499
42500 \end_layout
42501
42502 \begin_layout Section
42503 DVI
42504 \begin_inset Index idx
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508 File Formats ! DVI
42509 \end_layout
42510
42511 \end_inset
42512
42513
42514 \begin_inset Index idx
42515 status collapsed
42516
42517 \begin_layout Plain Layout
42518 DVI|see
42519 \begin_inset ERT
42520 status collapsed
42521
42522 \begin_layout Plain Layout
42523
42524 {
42525 \end_layout
42526
42527 \end_inset
42528
42529 File Formats
42530 \begin_inset ERT
42531 status collapsed
42532
42533 \begin_layout Plain Layout
42534
42535 }
42536 \end_layout
42537
42538 \end_inset
42539
42540
42541 \end_layout
42542
42543 \end_inset
42544
42545
42546 \end_layout
42547
42548 \begin_layout Standard
42549 This file type has the extension 
42550 \begin_inset Quotes eld
42551 \end_inset
42552
42553
42554 \family typewriter
42555 .dvi
42556 \family default
42557
42558 \begin_inset Quotes erd
42559 \end_inset
42560
42561 .
42562  It is called 
42563 \begin_inset Quotes eld
42564 \end_inset
42565
42566 device-independent
42567 \begin_inset Quotes erd
42568 \end_inset
42569
42570  (DVI), because it is completely portable; you can move them from one machine
42571  to another without needing to do any sort of conversion.
42572  At the time when this file-format was developed, this was no matter of
42573  course.
42574  DVIs are used for quick previews and as pre-stage for other output formats,
42575  like PostScript.
42576 \end_layout
42577
42578 \begin_layout Standard
42579 \begin_inset Note Greyedout
42580 status open
42581
42582 \begin_layout Plain Layout
42583
42584 \series bold
42585 Note:
42586 \series default
42587  DVI-files do not contain images; they will only be a linked.
42588 \end_layout
42589
42590 \end_inset
42591
42592  So don't forget this, if you move your 
42593 \family typewriter
42594 .dvi
42595 \family default
42596  file to another computer.
42597  This property can also slow down your computer when you view the DVI, because
42598  the DVI-viewer has to convert the image in the background to make it visible
42599  when you scroll in the DVI.
42600  So it is recommended that you use PDF for files with many images.
42601 \end_layout
42602
42603 \begin_layout Standard
42604 You can export your document to DVI by using the menu 
42605 \family sans
42606 File\SpecialChar menuseparator
42607 Export\SpecialChar menuseparator
42608 DVI
42609 \family default
42610 .
42611  You can view your document as DVI via the 
42612 \family sans
42613 View
42614 \family default
42615  menu.
42616 \end_layout
42617
42618 \begin_layout Section
42619 PostScript
42620 \begin_inset Index idx
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624 File Formats ! PostScript
42625 \end_layout
42626
42627 \end_inset
42628
42629
42630 \begin_inset Index idx
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634 PostScript|see
42635 \begin_inset ERT
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639
42640 {
42641 \end_layout
42642
42643 \end_inset
42644
42645 File Formats
42646 \begin_inset ERT
42647 status collapsed
42648
42649 \begin_layout Plain Layout
42650
42651 }
42652 \end_layout
42653
42654 \end_inset
42655
42656
42657 \end_layout
42658
42659 \end_inset
42660
42661
42662 \end_layout
42663
42664 \begin_layout Standard
42665 This file type has the extension 
42666 \begin_inset Quotes eld
42667 \end_inset
42668
42669
42670 \family typewriter
42671 .ps
42672 \family default
42673
42674 \begin_inset Quotes erd
42675 \end_inset
42676
42677 .
42678  PostScript was developed by the company 
42679 \family typewriter
42680 Adobe
42681 \family default
42682  as a printer language.
42683  The file therefore contains commands that the printer uses to print the
42684  file.
42685  PostScript can be seen as a 
42686 \begin_inset Quotes eld
42687 \end_inset
42688
42689 programming language
42690 \begin_inset Quotes erd
42691 \end_inset
42692
42693 ; you can calculate with it and draw diagrams and images.
42694 \begin_inset Foot
42695 status collapsed
42696
42697 \begin_layout Plain Layout
42698 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42699 -package
42700  
42701 \series bold
42702 PSTricks
42703 \series default
42704  
42705 \begin_inset CommandInset citation
42706 LatexCommand cite
42707 key "pstricks"
42708 literal "true"
42709
42710 \end_inset
42711
42712 .
42713 \end_layout
42714
42715 \end_inset
42716
42717  Due to this ability, the files are often bigger than PDFs.
42718 \end_layout
42719
42720 \begin_layout Standard
42721 PostScript can only contain images in the format 
42722 \begin_inset Quotes eld
42723 \end_inset
42724
42725 Encapsulated PostScript
42726 \begin_inset Quotes erd
42727 \end_inset
42728
42729  (EPS, file extension 
42730 \begin_inset Quotes eld
42731 \end_inset
42732
42733
42734 \family typewriter
42735 .eps
42736 \family default
42737
42738 \begin_inset Quotes erd
42739 \end_inset
42740
42741 ).
42742  As \SpecialChar LyX
42743  allows you to use any known image format in your document, it has to
42744  convert images in the background to EPS.
42745  If you have e.g.
42746 \begin_inset space ~
42747 \end_inset
42748
42749 50
42750 \begin_inset space ~
42751 \end_inset
42752
42753 images in your document, \SpecialChar LyX
42754  has to do 50
42755 \begin_inset space ~
42756 \end_inset
42757
42758 conversions whenever you view or export your document.
42759  This will slow down your work flow with \SpecialChar LyX
42760  drastically.
42761  So if you plan to use PostScript, you can insert your images directly as
42762  EPS to avoid this problem.
42763 \end_layout
42764
42765 \begin_layout Standard
42766 You can export your document to PostScript using the menu 
42767 \family sans
42768 File\SpecialChar menuseparator
42769 Export\SpecialChar menuseparator
42770 Postscript
42771 \family default
42772 .
42773  You can view your document as PostScript via the 
42774 \family sans
42775 View
42776 \family default
42777  menu.
42778 \end_layout
42779
42780 \begin_layout Section
42781 PDF
42782 \begin_inset Index idx
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786 File Formats ! PDF
42787 \end_layout
42788
42789 \end_inset
42790
42791
42792 \begin_inset Index idx
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796 PDF
42797 \end_layout
42798
42799 \end_inset
42800
42801
42802 \end_layout
42803
42804 \begin_layout Standard
42805 This file type has the extension 
42806 \begin_inset Quotes eld
42807 \end_inset
42808
42809
42810 \family typewriter
42811 .pdf
42812 \family default
42813
42814 \begin_inset Quotes erd
42815 \end_inset
42816
42817 .
42818  The 
42819 \begin_inset Quotes eld
42820 \end_inset
42821
42822 Portable Document Format
42823 \begin_inset Quotes erd
42824 \end_inset
42825
42826  (PDF) was developed by 
42827 \family typewriter
42828 Adobe
42829 \family default
42830  as a derivative of PostScript.
42831  It is more compressed and it uses fewer commands than PostScript.
42832  As the name 
42833 \begin_inset Quotes eld
42834 \end_inset
42835
42836 portable
42837 \begin_inset Quotes erd
42838 \end_inset
42839
42840  implies, it can be processed at any computer system and the printed output
42841  looks exactly the same.
42842 \end_layout
42843
42844 \begin_layout Standard
42845 PDF can contain images in its own PDF format, in the format 
42846 \begin_inset Quotes eld
42847 \end_inset
42848
42849 Joint Photographic Experts Group
42850 \begin_inset Quotes erd
42851 \end_inset
42852
42853  (JPG, file extension 
42854 \begin_inset Quotes eld
42855 \end_inset
42856
42857
42858 \family typewriter
42859 .jpg
42860 \family default
42861
42862 \begin_inset Quotes erd
42863 \end_inset
42864
42865  or 
42866 \begin_inset Quotes eld
42867 \end_inset
42868
42869
42870 \family typewriter
42871 .jpeg
42872 \family default
42873
42874 \begin_inset Quotes erd
42875 \end_inset
42876
42877 ), and in the format 
42878 \begin_inset Quotes eld
42879 \end_inset
42880
42881 Portable Network Graphics
42882 \begin_inset Quotes erd
42883 \end_inset
42884
42885  (PNG, file extension 
42886 \begin_inset Quotes eld
42887 \end_inset
42888
42889
42890 \family typewriter
42891 .png
42892 \family default
42893
42894 \begin_inset Quotes erd
42895 \end_inset
42896
42897 ).
42898  Nevertheless you can use any other image format, because \SpecialChar LyX
42899  converts them
42900  in the background to one of these formats.
42901  But as described in the section about PostScript, the image conversion
42902  will slow down your work flow.
42903  So it is recommended that you use images in one of the three mentioned
42904  formats.
42905 \end_layout
42906
42907 \begin_layout Standard
42908 You can export your document to PDF via the menu 
42909 \family sans
42910 File\SpecialChar menuseparator
42911 Export
42912 \family default
42913  in three different ways:
42914 \end_layout
42915
42916 \begin_layout Description
42917 PDF
42918 \begin_inset space ~
42919 \end_inset
42920
42921 (ps2pdf) This uses the program 
42922 \family typewriter
42923 ps2pdf
42924 \family default
42925  that creates a PDF from a PostScript-version of your file.
42926  The PostScript-version is produced by the program 
42927 \family typewriter
42928 dvips
42929 \family default
42930  which uses a DVI-version as intermediate step.
42931  So this export variant consists of three conversions.
42932 \end_layout
42933
42934 \begin_layout Description
42935 PDF
42936 \begin_inset space ~
42937 \end_inset
42938
42939 (dvipdfm) This uses the program 
42940 \family typewriter
42941 dvipdfm
42942 \family default
42943  that converts your file in the background to DVI and in a second step to
42944  PDF.
42945 \end_layout
42946
42947 \begin_layout Description
42948 PDF
42949 \begin_inset space ~
42950 \end_inset
42951
42952 (pdflatex) This uses the program 
42953 \family typewriter
42954 pdftex
42955 \family default
42956  that converts your file directly to PDF.
42957 \end_layout
42958
42959 \begin_layout Standard
42960 It is recommended that you use 
42961 \family sans
42962 PDF
42963 \begin_inset space ~
42964 \end_inset
42965
42966 (pdflatex)
42967 \family default
42968  because 
42969 \family typewriter
42970 pdftex
42971 \family default
42972  supports all features of actual PDF-versions, is quick and works stable.
42973  The program 
42974 \family typewriter
42975 dvipdfm
42976 \family default
42977  is not under development and therefore a bit outdated.
42978 \end_layout
42979
42980 \begin_layout Standard
42981 You can view your document as PDF via the 
42982 \family sans
42983 View
42984 \family default
42985  menu or by using a toolbar button.
42986 \end_layout
42987
42988 \begin_layout Chapter
42989 List of dvips color names
42990 \begin_inset CommandInset label
42991 LatexCommand label
42992 name "chap:List-of-dvips-colornames"
42993
42994 \end_inset
42995
42996
42997 \end_layout
42998
42999 \begin_layout Standard
43000 \begin_inset Tabular
43001 <lyxtabular version="3" rows="17" columns="4">
43002 <features tabularvalignment="middle">
43003 <column alignment="left" valignment="top" width="0pt">
43004 <column alignment="left" valignment="top" width="0pt">
43005 <column alignment="left" valignment="top" width="0pt">
43006 <column alignment="left" valignment="top" width="0pt">
43007 <row>
43008 <cell alignment="left" valignment="top" usebox="none">
43009 \begin_inset Text
43010
43011 \begin_layout Plain Layout
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017
43018 \backslash
43019 fcolorbox{black}{
43020 \end_layout
43021
43022 \end_inset
43023
43024 white
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030 }{
43031 \end_layout
43032
43033 \end_inset
43034
43035 Color
43036 \begin_inset ERT
43037 status collapsed
43038
43039 \begin_layout Plain Layout
43040
43041 }
43042 \end_layout
43043
43044 \end_inset
43045
43046  Color name
43047 \end_layout
43048
43049 \end_inset
43050 </cell>
43051 <cell alignment="left" valignment="top" usebox="none">
43052 \begin_inset Text
43053
43054 \begin_layout Plain Layout
43055 \begin_inset ERT
43056 status collapsed
43057
43058 \begin_layout Plain Layout
43059
43060
43061 \backslash
43062 fcolorbox{black}{
43063 \end_layout
43064
43065 \end_inset
43066
43067 white
43068 \begin_inset ERT
43069 status collapsed
43070
43071 \begin_layout Plain Layout
43072
43073 }{
43074 \end_layout
43075
43076 \end_inset
43077
43078 Color
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084 }
43085 \end_layout
43086
43087 \end_inset
43088
43089  Color name
43090 \end_layout
43091
43092 \end_inset
43093 </cell>
43094 <cell alignment="left" valignment="top" usebox="none">
43095 \begin_inset Text
43096
43097 \begin_layout Plain Layout
43098 \begin_inset ERT
43099 status collapsed
43100
43101 \begin_layout Plain Layout
43102
43103
43104 \backslash
43105 fcolorbox{black}{
43106 \end_layout
43107
43108 \end_inset
43109
43110 white
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116 }{
43117 \end_layout
43118
43119 \end_inset
43120
43121 Color
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127 }
43128 \end_layout
43129
43130 \end_inset
43131
43132  Color name
43133 \end_layout
43134
43135 \end_inset
43136 </cell>
43137 <cell alignment="left" valignment="top" usebox="none">
43138 \begin_inset Text
43139
43140 \begin_layout Plain Layout
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146
43147 \backslash
43148 fcolorbox{black}{
43149 \end_layout
43150
43151 \end_inset
43152
43153 white
43154 \begin_inset ERT
43155 status collapsed
43156
43157 \begin_layout Plain Layout
43158
43159 }{
43160 \end_layout
43161
43162 \end_inset
43163
43164 Color
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }
43171 \end_layout
43172
43173 \end_inset
43174
43175  Color name
43176 \end_layout
43177
43178 \end_inset
43179 </cell>
43180 </row>
43181 <row>
43182 <cell alignment="center" valignment="top" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191
43192 \backslash
43193 fcolorbox{black}{
43194 \end_layout
43195
43196 \end_inset
43197
43198 Apricot
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }{
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset Phantom Phantom
43211 status open
43212
43213 \begin_layout Plain Layout
43214 W
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }
43226 \end_layout
43227
43228 \end_inset
43229
43230  Apricot
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 <cell alignment="center" valignment="top" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244
43245 \backslash
43246 fcolorbox{black}{
43247 \end_layout
43248
43249 \end_inset
43250
43251 Aquamarine
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }{
43258 \end_layout
43259
43260 \end_inset
43261
43262
43263 \begin_inset Phantom Phantom
43264 status open
43265
43266 \begin_layout Plain Layout
43267 W
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }
43279 \end_layout
43280
43281 \end_inset
43282
43283  Aquamarine
43284 \end_layout
43285
43286 \end_inset
43287 </cell>
43288 <cell alignment="center" valignment="top" usebox="none">
43289 \begin_inset Text
43290
43291 \begin_layout Plain Layout
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297
43298 \backslash
43299 fcolorbox{black}{
43300 \end_layout
43301
43302 \end_inset
43303
43304 Bittersweet
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }{
43311 \end_layout
43312
43313 \end_inset
43314
43315
43316 \begin_inset Phantom Phantom
43317 status open
43318
43319 \begin_layout Plain Layout
43320 W
43321 \end_layout
43322
43323 \end_inset
43324
43325
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }
43332 \end_layout
43333
43334 \end_inset
43335
43336  Bittersweet
43337 \end_layout
43338
43339 \end_inset
43340 </cell>
43341 <cell alignment="center" valignment="top" usebox="none">
43342 \begin_inset Text
43343
43344 \begin_layout Plain Layout
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350
43351 \backslash
43352 fcolorbox{black}{
43353 \end_layout
43354
43355 \end_inset
43356
43357 BlueGreen
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363 }{
43364 \end_layout
43365
43366 \end_inset
43367
43368
43369 \begin_inset Phantom Phantom
43370 status open
43371
43372 \begin_layout Plain Layout
43373 W
43374 \end_layout
43375
43376 \end_inset
43377
43378
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }
43385 \end_layout
43386
43387 \end_inset
43388
43389  BlueGreen
43390 \end_layout
43391
43392 \end_inset
43393 </cell>
43394 </row>
43395 <row>
43396 <cell alignment="left" valignment="top" usebox="none">
43397 \begin_inset Text
43398
43399 \begin_layout Plain Layout
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405
43406 \backslash
43407 fcolorbox{black}{
43408 \end_layout
43409
43410 \end_inset
43411
43412 BlueViolet
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }{
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset Phantom Phantom
43425 status open
43426
43427 \begin_layout Plain Layout
43428 W
43429 \end_layout
43430
43431 \end_inset
43432
43433
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439 }
43440 \end_layout
43441
43442 \end_inset
43443
43444  BlueViolet
43445 \end_layout
43446
43447 \end_inset
43448 </cell>
43449 <cell alignment="left" valignment="top" usebox="none">
43450 \begin_inset Text
43451
43452 \begin_layout Plain Layout
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458
43459 \backslash
43460 fcolorbox{black}{
43461 \end_layout
43462
43463 \end_inset
43464
43465 BrickRed
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }{
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset Phantom Phantom
43478 status open
43479
43480 \begin_layout Plain Layout
43481 W
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492 }
43493 \end_layout
43494
43495 \end_inset
43496
43497  BrickRed
43498 \end_layout
43499
43500 \end_inset
43501 </cell>
43502 <cell alignment="left" valignment="top" usebox="none">
43503 \begin_inset Text
43504
43505 \begin_layout Plain Layout
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511
43512 \backslash
43513 fcolorbox{black}{
43514 \end_layout
43515
43516 \end_inset
43517
43518 Brown
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524 }{
43525 \end_layout
43526
43527 \end_inset
43528
43529
43530 \begin_inset Phantom Phantom
43531 status open
43532
43533 \begin_layout Plain Layout
43534 W
43535 \end_layout
43536
43537 \end_inset
43538
43539
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }
43546 \end_layout
43547
43548 \end_inset
43549
43550  Brown
43551 \end_layout
43552
43553 \end_inset
43554 </cell>
43555 <cell alignment="left" valignment="top" usebox="none">
43556 \begin_inset Text
43557
43558 \begin_layout Plain Layout
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564
43565 \backslash
43566 fcolorbox{black}{
43567 \end_layout
43568
43569 \end_inset
43570
43571 BurntOrange
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577 }{
43578 \end_layout
43579
43580 \end_inset
43581
43582
43583 \begin_inset Phantom Phantom
43584 status open
43585
43586 \begin_layout Plain Layout
43587 W
43588 \end_layout
43589
43590 \end_inset
43591
43592
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }
43599 \end_layout
43600
43601 \end_inset
43602
43603  BurntOrange
43604 \end_layout
43605
43606 \end_inset
43607 </cell>
43608 </row>
43609 <row>
43610 <cell alignment="left" valignment="top" usebox="none">
43611 \begin_inset Text
43612
43613 \begin_layout Plain Layout
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619
43620 \backslash
43621 fcolorbox{black}{
43622 \end_layout
43623
43624 \end_inset
43625
43626 CadetBlue
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }{
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset Phantom Phantom
43639 status open
43640
43641 \begin_layout Plain Layout
43642 W
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653 }
43654 \end_layout
43655
43656 \end_inset
43657
43658  CadetBlue
43659 \end_layout
43660
43661 \end_inset
43662 </cell>
43663 <cell alignment="left" valignment="top" usebox="none">
43664 \begin_inset Text
43665
43666 \begin_layout Plain Layout
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672
43673 \backslash
43674 fcolorbox{black}{
43675 \end_layout
43676
43677 \end_inset
43678
43679 CarnationPink
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 }{
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset Phantom Phantom
43692 status open
43693
43694 \begin_layout Plain Layout
43695 W
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706 }
43707 \end_layout
43708
43709 \end_inset
43710
43711  CarnationPink
43712 \end_layout
43713
43714 \end_inset
43715 </cell>
43716 <cell alignment="left" valignment="top" usebox="none">
43717 \begin_inset Text
43718
43719 \begin_layout Plain Layout
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725
43726 \backslash
43727 fcolorbox{black}{
43728 \end_layout
43729
43730 \end_inset
43731
43732 Cerulean
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }{
43739 \end_layout
43740
43741 \end_inset
43742
43743
43744 \begin_inset Phantom Phantom
43745 status open
43746
43747 \begin_layout Plain Layout
43748 W
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }
43760 \end_layout
43761
43762 \end_inset
43763
43764  Cerulean
43765 \end_layout
43766
43767 \end_inset
43768 </cell>
43769 <cell alignment="left" valignment="top" usebox="none">
43770 \begin_inset Text
43771
43772 \begin_layout Plain Layout
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778
43779 \backslash
43780 fcolorbox{black}{
43781 \end_layout
43782
43783 \end_inset
43784
43785 CornflowerBlue
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791 }{
43792 \end_layout
43793
43794 \end_inset
43795
43796
43797 \begin_inset Phantom Phantom
43798 status open
43799
43800 \begin_layout Plain Layout
43801 W
43802 \end_layout
43803
43804 \end_inset
43805
43806
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }
43813 \end_layout
43814
43815 \end_inset
43816
43817  CornflowerBlue
43818 \end_layout
43819
43820 \end_inset
43821 </cell>
43822 </row>
43823 <row>
43824 <cell alignment="left" valignment="top" usebox="none">
43825 \begin_inset Text
43826
43827 \begin_layout Plain Layout
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833
43834 \backslash
43835 fcolorbox{black}{
43836 \end_layout
43837
43838 \end_inset
43839
43840 Dandelion
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }{
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset Phantom Phantom
43853 status open
43854
43855 \begin_layout Plain Layout
43856 W
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867 }
43868 \end_layout
43869
43870 \end_inset
43871
43872  Dandelion
43873 \end_layout
43874
43875 \end_inset
43876 </cell>
43877 <cell alignment="left" valignment="top" usebox="none">
43878 \begin_inset Text
43879
43880 \begin_layout Plain Layout
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886
43887 \backslash
43888 fcolorbox{black}{
43889 \end_layout
43890
43891 \end_inset
43892
43893 DarkOrchid
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899 }{
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \begin_inset Phantom Phantom
43906 status open
43907
43908 \begin_layout Plain Layout
43909 W
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }
43921 \end_layout
43922
43923 \end_inset
43924
43925  DarkOrchid
43926 \end_layout
43927
43928 \end_inset
43929 </cell>
43930 <cell alignment="left" valignment="top" usebox="none">
43931 \begin_inset Text
43932
43933 \begin_layout Plain Layout
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939
43940 \backslash
43941 fcolorbox{black}{
43942 \end_layout
43943
43944 \end_inset
43945
43946 Emerald
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952 }{
43953 \end_layout
43954
43955 \end_inset
43956
43957
43958 \begin_inset Phantom Phantom
43959 status open
43960
43961 \begin_layout Plain Layout
43962 W
43963 \end_layout
43964
43965 \end_inset
43966
43967
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }
43974 \end_layout
43975
43976 \end_inset
43977
43978  Emerald
43979 \end_layout
43980
43981 \end_inset
43982 </cell>
43983 <cell alignment="left" valignment="top" usebox="none">
43984 \begin_inset Text
43985
43986 \begin_layout Plain Layout
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992
43993 \backslash
43994 fcolorbox{black}{
43995 \end_layout
43996
43997 \end_inset
43998
43999 ForestGreen
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005 }{
44006 \end_layout
44007
44008 \end_inset
44009
44010
44011 \begin_inset Phantom Phantom
44012 status open
44013
44014 \begin_layout Plain Layout
44015 W
44016 \end_layout
44017
44018 \end_inset
44019
44020
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }
44027 \end_layout
44028
44029 \end_inset
44030
44031  ForestGreen
44032 \end_layout
44033
44034 \end_inset
44035 </cell>
44036 </row>
44037 <row>
44038 <cell alignment="left" valignment="top" usebox="none">
44039 \begin_inset Text
44040
44041 \begin_layout Plain Layout
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047
44048 \backslash
44049 fcolorbox{black}{
44050 \end_layout
44051
44052 \end_inset
44053
44054 Fuchsia
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }{
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset Phantom Phantom
44067 status open
44068
44069 \begin_layout Plain Layout
44070 W
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081 }
44082 \end_layout
44083
44084 \end_inset
44085
44086  Fuchsia
44087 \end_layout
44088
44089 \end_inset
44090 </cell>
44091 <cell alignment="left" valignment="top" usebox="none">
44092 \begin_inset Text
44093
44094 \begin_layout Plain Layout
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100
44101 \backslash
44102 fcolorbox{black}{
44103 \end_layout
44104
44105 \end_inset
44106
44107 Goldenrod
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113 }{
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \begin_inset Phantom Phantom
44120 status open
44121
44122 \begin_layout Plain Layout
44123 W
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134 }
44135 \end_layout
44136
44137 \end_inset
44138
44139  Goldenrod
44140 \end_layout
44141
44142 \end_inset
44143 </cell>
44144 <cell alignment="left" valignment="top" usebox="none">
44145 \begin_inset Text
44146
44147 \begin_layout Plain Layout
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153
44154 \backslash
44155 fcolorbox{black}{
44156 \end_layout
44157
44158 \end_inset
44159
44160 Gray
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166 }{
44167 \end_layout
44168
44169 \end_inset
44170
44171
44172 \begin_inset Phantom Phantom
44173 status open
44174
44175 \begin_layout Plain Layout
44176 W
44177 \end_layout
44178
44179 \end_inset
44180
44181
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }
44188 \end_layout
44189
44190 \end_inset
44191
44192  Gray
44193 \end_layout
44194
44195 \end_inset
44196 </cell>
44197 <cell alignment="left" valignment="top" usebox="none">
44198 \begin_inset Text
44199
44200 \begin_layout Plain Layout
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206
44207 \backslash
44208 fcolorbox{black}{
44209 \end_layout
44210
44211 \end_inset
44212
44213 GreenYellow
44214 \begin_inset ERT
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218
44219 }{
44220 \end_layout
44221
44222 \end_inset
44223
44224
44225 \begin_inset Phantom Phantom
44226 status open
44227
44228 \begin_layout Plain Layout
44229 W
44230 \end_layout
44231
44232 \end_inset
44233
44234
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240 }
44241 \end_layout
44242
44243 \end_inset
44244
44245  GreenYellow
44246 \end_layout
44247
44248 \end_inset
44249 </cell>
44250 </row>
44251 <row>
44252 <cell alignment="center" valignment="top" usebox="none">
44253 \begin_inset Text
44254
44255 \begin_layout Plain Layout
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261
44262 \backslash
44263 fcolorbox{black}{
44264 \end_layout
44265
44266 \end_inset
44267
44268 JungleGreen
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }{
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Phantom Phantom
44281 status open
44282
44283 \begin_layout Plain Layout
44284 W
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295 }
44296 \end_layout
44297
44298 \end_inset
44299
44300  JungleGreen
44301 \end_layout
44302
44303 \end_inset
44304 </cell>
44305 <cell alignment="center" valignment="top" usebox="none">
44306 \begin_inset Text
44307
44308 \begin_layout Plain Layout
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314
44315 \backslash
44316 fcolorbox{black}{
44317 \end_layout
44318
44319 \end_inset
44320
44321 Lavender
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327 }{
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \begin_inset Phantom Phantom
44334 status open
44335
44336 \begin_layout Plain Layout
44337 W
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348 }
44349 \end_layout
44350
44351 \end_inset
44352
44353  Lavender
44354 \end_layout
44355
44356 \end_inset
44357 </cell>
44358 <cell alignment="center" valignment="top" usebox="none">
44359 \begin_inset Text
44360
44361 \begin_layout Plain Layout
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367
44368 \backslash
44369 fcolorbox{black}{
44370 \end_layout
44371
44372 \end_inset
44373
44374 LimeGreen
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380 }{
44381 \end_layout
44382
44383 \end_inset
44384
44385
44386 \begin_inset Phantom Phantom
44387 status open
44388
44389 \begin_layout Plain Layout
44390 W
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }
44402 \end_layout
44403
44404 \end_inset
44405
44406  LimeGreen
44407 \end_layout
44408
44409 \end_inset
44410 </cell>
44411 <cell alignment="center" valignment="top" usebox="none">
44412 \begin_inset Text
44413
44414 \begin_layout Plain Layout
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420
44421 \backslash
44422 fcolorbox{black}{
44423 \end_layout
44424
44425 \end_inset
44426
44427 Mahogany
44428 \begin_inset ERT
44429 status collapsed
44430
44431 \begin_layout Plain Layout
44432
44433 }{
44434 \end_layout
44435
44436 \end_inset
44437
44438
44439 \begin_inset Phantom Phantom
44440 status open
44441
44442 \begin_layout Plain Layout
44443 W
44444 \end_layout
44445
44446 \end_inset
44447
44448
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454 }
44455 \end_layout
44456
44457 \end_inset
44458
44459  Mahogany
44460 \end_layout
44461
44462 \end_inset
44463 </cell>
44464 </row>
44465 <row>
44466 <cell alignment="left" valignment="top" usebox="none">
44467 \begin_inset Text
44468
44469 \begin_layout Plain Layout
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475
44476 \backslash
44477 fcolorbox{black}{
44478 \end_layout
44479
44480 \end_inset
44481
44482 Mahogany
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }{
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset Phantom Phantom
44495 status open
44496
44497 \begin_layout Plain Layout
44498 W
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509 }
44510 \end_layout
44511
44512 \end_inset
44513
44514  Mahogany
44515 \end_layout
44516
44517 \end_inset
44518 </cell>
44519 <cell alignment="left" valignment="top" usebox="none">
44520 \begin_inset Text
44521
44522 \begin_layout Plain Layout
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528
44529 \backslash
44530 fcolorbox{black}{
44531 \end_layout
44532
44533 \end_inset
44534
44535 Maroon
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541 }{
44542 \end_layout
44543
44544 \end_inset
44545
44546
44547 \begin_inset Phantom Phantom
44548 status open
44549
44550 \begin_layout Plain Layout
44551 W
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562 }
44563 \end_layout
44564
44565 \end_inset
44566
44567  Maroon
44568 \end_layout
44569
44570 \end_inset
44571 </cell>
44572 <cell alignment="left" valignment="top" usebox="none">
44573 \begin_inset Text
44574
44575 \begin_layout Plain Layout
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581
44582 \backslash
44583 fcolorbox{black}{
44584 \end_layout
44585
44586 \end_inset
44587
44588 Melon
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594 }{
44595 \end_layout
44596
44597 \end_inset
44598
44599
44600 \begin_inset Phantom Phantom
44601 status open
44602
44603 \begin_layout Plain Layout
44604 W
44605 \end_layout
44606
44607 \end_inset
44608
44609
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }
44616 \end_layout
44617
44618 \end_inset
44619
44620  Melon
44621 \end_layout
44622
44623 \end_inset
44624 </cell>
44625 <cell alignment="left" valignment="top" usebox="none">
44626 \begin_inset Text
44627
44628 \begin_layout Plain Layout
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634
44635 \backslash
44636 fcolorbox{black}{
44637 \end_layout
44638
44639 \end_inset
44640
44641 MidnightBlue
44642 \begin_inset ERT
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646
44647 }{
44648 \end_layout
44649
44650 \end_inset
44651
44652
44653 \begin_inset Phantom Phantom
44654 status open
44655
44656 \begin_layout Plain Layout
44657 W
44658 \end_layout
44659
44660 \end_inset
44661
44662
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668 }
44669 \end_layout
44670
44671 \end_inset
44672
44673  MidnightBlue
44674 \end_layout
44675
44676 \end_inset
44677 </cell>
44678 </row>
44679 <row>
44680 <cell alignment="left" valignment="top" usebox="none">
44681 \begin_inset Text
44682
44683 \begin_layout Plain Layout
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689
44690 \backslash
44691 fcolorbox{black}{
44692 \end_layout
44693
44694 \end_inset
44695
44696 Mulberry
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }{
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \begin_inset Phantom Phantom
44709 status open
44710
44711 \begin_layout Plain Layout
44712 W
44713 \end_layout
44714
44715 \end_inset
44716
44717
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723 }
44724 \end_layout
44725
44726 \end_inset
44727
44728  Mulberry
44729 \end_layout
44730
44731 \end_inset
44732 </cell>
44733 <cell alignment="left" valignment="top" usebox="none">
44734 \begin_inset Text
44735
44736 \begin_layout Plain Layout
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742
44743 \backslash
44744 fcolorbox{black}{
44745 \end_layout
44746
44747 \end_inset
44748
44749 NavyBlue
44750 \begin_inset ERT
44751 status collapsed
44752
44753 \begin_layout Plain Layout
44754
44755 }{
44756 \end_layout
44757
44758 \end_inset
44759
44760
44761 \begin_inset Phantom Phantom
44762 status open
44763
44764 \begin_layout Plain Layout
44765 W
44766 \end_layout
44767
44768 \end_inset
44769
44770
44771 \begin_inset ERT
44772 status collapsed
44773
44774 \begin_layout Plain Layout
44775
44776 }
44777 \end_layout
44778
44779 \end_inset
44780
44781  NavyBlue
44782 \end_layout
44783
44784 \end_inset
44785 </cell>
44786 <cell alignment="left" valignment="top" usebox="none">
44787 \begin_inset Text
44788
44789 \begin_layout Plain Layout
44790 \begin_inset ERT
44791 status collapsed
44792
44793 \begin_layout Plain Layout
44794
44795
44796 \backslash
44797 fcolorbox{black}{
44798 \end_layout
44799
44800 \end_inset
44801
44802 OliveGreen
44803 \begin_inset ERT
44804 status collapsed
44805
44806 \begin_layout Plain Layout
44807
44808 }{
44809 \end_layout
44810
44811 \end_inset
44812
44813
44814 \begin_inset Phantom Phantom
44815 status open
44816
44817 \begin_layout Plain Layout
44818 W
44819 \end_layout
44820
44821 \end_inset
44822
44823
44824 \begin_inset ERT
44825 status collapsed
44826
44827 \begin_layout Plain Layout
44828
44829 }
44830 \end_layout
44831
44832 \end_inset
44833
44834  OliveGreen
44835 \end_layout
44836
44837 \end_inset
44838 </cell>
44839 <cell alignment="left" valignment="top" usebox="none">
44840 \begin_inset Text
44841
44842 \begin_layout Plain Layout
44843 \begin_inset ERT
44844 status collapsed
44845
44846 \begin_layout Plain Layout
44847
44848
44849 \backslash
44850 fcolorbox{black}{
44851 \end_layout
44852
44853 \end_inset
44854
44855 Orange
44856 \begin_inset ERT
44857 status collapsed
44858
44859 \begin_layout Plain Layout
44860
44861 }{
44862 \end_layout
44863
44864 \end_inset
44865
44866
44867 \begin_inset Phantom Phantom
44868 status open
44869
44870 \begin_layout Plain Layout
44871 W
44872 \end_layout
44873
44874 \end_inset
44875
44876
44877 \begin_inset ERT
44878 status collapsed
44879
44880 \begin_layout Plain Layout
44881
44882 }
44883 \end_layout
44884
44885 \end_inset
44886
44887  Orange
44888 \end_layout
44889
44890 \end_inset
44891 </cell>
44892 </row>
44893 <row>
44894 <cell alignment="left" valignment="top" usebox="none">
44895 \begin_inset Text
44896
44897 \begin_layout Plain Layout
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903
44904 \backslash
44905 fcolorbox{black}{
44906 \end_layout
44907
44908 \end_inset
44909
44910 OrangeRed
44911 \begin_inset ERT
44912 status collapsed
44913
44914 \begin_layout Plain Layout
44915
44916 }{
44917 \end_layout
44918
44919 \end_inset
44920
44921
44922 \begin_inset Phantom Phantom
44923 status open
44924
44925 \begin_layout Plain Layout
44926 W
44927 \end_layout
44928
44929 \end_inset
44930
44931
44932 \begin_inset ERT
44933 status collapsed
44934
44935 \begin_layout Plain Layout
44936
44937 }
44938 \end_layout
44939
44940 \end_inset
44941
44942  OrangeRed
44943 \end_layout
44944
44945 \end_inset
44946 </cell>
44947 <cell alignment="left" valignment="top" usebox="none">
44948 \begin_inset Text
44949
44950 \begin_layout Plain Layout
44951 \begin_inset ERT
44952 status collapsed
44953
44954 \begin_layout Plain Layout
44955
44956
44957 \backslash
44958 fcolorbox{black}{
44959 \end_layout
44960
44961 \end_inset
44962
44963 Orchid
44964 \begin_inset ERT
44965 status collapsed
44966
44967 \begin_layout Plain Layout
44968
44969 }{
44970 \end_layout
44971
44972 \end_inset
44973
44974
44975 \begin_inset Phantom Phantom
44976 status open
44977
44978 \begin_layout Plain Layout
44979 W
44980 \end_layout
44981
44982 \end_inset
44983
44984
44985 \begin_inset ERT
44986 status collapsed
44987
44988 \begin_layout Plain Layout
44989
44990 }
44991 \end_layout
44992
44993 \end_inset
44994
44995  Orchid
44996 \end_layout
44997
44998 \end_inset
44999 </cell>
45000 <cell alignment="left" valignment="top" usebox="none">
45001 \begin_inset Text
45002
45003 \begin_layout Plain Layout
45004 \begin_inset ERT
45005 status collapsed
45006
45007 \begin_layout Plain Layout
45008
45009
45010 \backslash
45011 fcolorbox{black}{
45012 \end_layout
45013
45014 \end_inset
45015
45016 Peach
45017 \begin_inset ERT
45018 status collapsed
45019
45020 \begin_layout Plain Layout
45021
45022 }{
45023 \end_layout
45024
45025 \end_inset
45026
45027
45028 \begin_inset Phantom Phantom
45029 status open
45030
45031 \begin_layout Plain Layout
45032 W
45033 \end_layout
45034
45035 \end_inset
45036
45037
45038 \begin_inset ERT
45039 status collapsed
45040
45041 \begin_layout Plain Layout
45042
45043 }
45044 \end_layout
45045
45046 \end_inset
45047
45048  Peach
45049 \end_layout
45050
45051 \end_inset
45052 </cell>
45053 <cell alignment="left" valignment="top" usebox="none">
45054 \begin_inset Text
45055
45056 \begin_layout Plain Layout
45057 \begin_inset ERT
45058 status collapsed
45059
45060 \begin_layout Plain Layout
45061
45062
45063 \backslash
45064 fcolorbox{black}{
45065 \end_layout
45066
45067 \end_inset
45068
45069 Periwinkle
45070 \begin_inset ERT
45071 status collapsed
45072
45073 \begin_layout Plain Layout
45074
45075 }{
45076 \end_layout
45077
45078 \end_inset
45079
45080
45081 \begin_inset Phantom Phantom
45082 status open
45083
45084 \begin_layout Plain Layout
45085 W
45086 \end_layout
45087
45088 \end_inset
45089
45090
45091 \begin_inset ERT
45092 status collapsed
45093
45094 \begin_layout Plain Layout
45095
45096 }
45097 \end_layout
45098
45099 \end_inset
45100
45101  Periwinkle
45102 \end_layout
45103
45104 \end_inset
45105 </cell>
45106 </row>
45107 <row>
45108 <cell alignment="left" valignment="top" usebox="none">
45109 \begin_inset Text
45110
45111 \begin_layout Plain Layout
45112 \begin_inset ERT
45113 status collapsed
45114
45115 \begin_layout Plain Layout
45116
45117
45118 \backslash
45119 fcolorbox{black}{
45120 \end_layout
45121
45122 \end_inset
45123
45124 PineGreen
45125 \begin_inset ERT
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129
45130 }{
45131 \end_layout
45132
45133 \end_inset
45134
45135
45136 \begin_inset Phantom Phantom
45137 status open
45138
45139 \begin_layout Plain Layout
45140 W
45141 \end_layout
45142
45143 \end_inset
45144
45145
45146 \begin_inset ERT
45147 status collapsed
45148
45149 \begin_layout Plain Layout
45150
45151 }
45152 \end_layout
45153
45154 \end_inset
45155
45156  PineGreen
45157 \end_layout
45158
45159 \end_inset
45160 </cell>
45161 <cell alignment="left" valignment="top" usebox="none">
45162 \begin_inset Text
45163
45164 \begin_layout Plain Layout
45165 \begin_inset ERT
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169
45170
45171 \backslash
45172 fcolorbox{black}{
45173 \end_layout
45174
45175 \end_inset
45176
45177 Plum
45178 \begin_inset ERT
45179 status collapsed
45180
45181 \begin_layout Plain Layout
45182
45183 }{
45184 \end_layout
45185
45186 \end_inset
45187
45188
45189 \begin_inset Phantom Phantom
45190 status open
45191
45192 \begin_layout Plain Layout
45193 W
45194 \end_layout
45195
45196 \end_inset
45197
45198
45199 \begin_inset ERT
45200 status collapsed
45201
45202 \begin_layout Plain Layout
45203
45204 }
45205 \end_layout
45206
45207 \end_inset
45208
45209  Plum
45210 \end_layout
45211
45212 \end_inset
45213 </cell>
45214 <cell alignment="left" valignment="top" usebox="none">
45215 \begin_inset Text
45216
45217 \begin_layout Plain Layout
45218 \begin_inset ERT
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222
45223
45224 \backslash
45225 fcolorbox{black}{
45226 \end_layout
45227
45228 \end_inset
45229
45230 ProcessBlue
45231 \begin_inset ERT
45232 status collapsed
45233
45234 \begin_layout Plain Layout
45235
45236 }{
45237 \end_layout
45238
45239 \end_inset
45240
45241
45242 \begin_inset Phantom Phantom
45243 status open
45244
45245 \begin_layout Plain Layout
45246 W
45247 \end_layout
45248
45249 \end_inset
45250
45251
45252 \begin_inset ERT
45253 status collapsed
45254
45255 \begin_layout Plain Layout
45256
45257 }
45258 \end_layout
45259
45260 \end_inset
45261
45262  ProcessBlue
45263 \end_layout
45264
45265 \end_inset
45266 </cell>
45267 <cell alignment="left" valignment="top" usebox="none">
45268 \begin_inset Text
45269
45270 \begin_layout Plain Layout
45271 \begin_inset ERT
45272 status collapsed
45273
45274 \begin_layout Plain Layout
45275
45276
45277 \backslash
45278 fcolorbox{black}{
45279 \end_layout
45280
45281 \end_inset
45282
45283 Purple
45284 \begin_inset ERT
45285 status collapsed
45286
45287 \begin_layout Plain Layout
45288
45289 }{
45290 \end_layout
45291
45292 \end_inset
45293
45294
45295 \begin_inset Phantom Phantom
45296 status open
45297
45298 \begin_layout Plain Layout
45299 W
45300 \end_layout
45301
45302 \end_inset
45303
45304
45305 \begin_inset ERT
45306 status collapsed
45307
45308 \begin_layout Plain Layout
45309
45310 }
45311 \end_layout
45312
45313 \end_inset
45314
45315  Purple
45316 \end_layout
45317
45318 \end_inset
45319 </cell>
45320 </row>
45321 <row>
45322 <cell alignment="left" valignment="top" usebox="none">
45323 \begin_inset Text
45324
45325 \begin_layout Plain Layout
45326 \begin_inset ERT
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330
45331
45332 \backslash
45333 fcolorbox{black}{
45334 \end_layout
45335
45336 \end_inset
45337
45338 RawSienna
45339 \begin_inset ERT
45340 status collapsed
45341
45342 \begin_layout Plain Layout
45343
45344 }{
45345 \end_layout
45346
45347 \end_inset
45348
45349
45350 \begin_inset Phantom Phantom
45351 status open
45352
45353 \begin_layout Plain Layout
45354 W
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \begin_inset ERT
45361 status collapsed
45362
45363 \begin_layout Plain Layout
45364
45365 }
45366 \end_layout
45367
45368 \end_inset
45369
45370  RawSienna
45371 \end_layout
45372
45373 \end_inset
45374 </cell>
45375 <cell alignment="left" valignment="top" usebox="none">
45376 \begin_inset Text
45377
45378 \begin_layout Plain Layout
45379 \begin_inset ERT
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383
45384
45385 \backslash
45386 fcolorbox{black}{
45387 \end_layout
45388
45389 \end_inset
45390
45391 RedOrange
45392 \begin_inset ERT
45393 status collapsed
45394
45395 \begin_layout Plain Layout
45396
45397 }{
45398 \end_layout
45399
45400 \end_inset
45401
45402
45403 \begin_inset Phantom Phantom
45404 status open
45405
45406 \begin_layout Plain Layout
45407 W
45408 \end_layout
45409
45410 \end_inset
45411
45412
45413 \begin_inset ERT
45414 status collapsed
45415
45416 \begin_layout Plain Layout
45417
45418 }
45419 \end_layout
45420
45421 \end_inset
45422
45423  RedOrange
45424 \end_layout
45425
45426 \end_inset
45427 </cell>
45428 <cell alignment="left" valignment="top" usebox="none">
45429 \begin_inset Text
45430
45431 \begin_layout Plain Layout
45432 \begin_inset ERT
45433 status collapsed
45434
45435 \begin_layout Plain Layout
45436
45437
45438 \backslash
45439 fcolorbox{black}{
45440 \end_layout
45441
45442 \end_inset
45443
45444 RedViolet
45445 \begin_inset ERT
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449
45450 }{
45451 \end_layout
45452
45453 \end_inset
45454
45455
45456 \begin_inset Phantom Phantom
45457 status open
45458
45459 \begin_layout Plain Layout
45460 W
45461 \end_layout
45462
45463 \end_inset
45464
45465
45466 \begin_inset ERT
45467 status collapsed
45468
45469 \begin_layout Plain Layout
45470
45471 }
45472 \end_layout
45473
45474 \end_inset
45475
45476  RedViolet
45477 \end_layout
45478
45479 \end_inset
45480 </cell>
45481 <cell alignment="left" valignment="top" usebox="none">
45482 \begin_inset Text
45483
45484 \begin_layout Plain Layout
45485 \begin_inset ERT
45486 status collapsed
45487
45488 \begin_layout Plain Layout
45489
45490
45491 \backslash
45492 fcolorbox{black}{
45493 \end_layout
45494
45495 \end_inset
45496
45497 Rhodamine
45498 \begin_inset ERT
45499 status collapsed
45500
45501 \begin_layout Plain Layout
45502
45503 }{
45504 \end_layout
45505
45506 \end_inset
45507
45508
45509 \begin_inset Phantom Phantom
45510 status open
45511
45512 \begin_layout Plain Layout
45513 W
45514 \end_layout
45515
45516 \end_inset
45517
45518
45519 \begin_inset ERT
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523
45524 }
45525 \end_layout
45526
45527 \end_inset
45528
45529  Rhodamine
45530 \end_layout
45531
45532 \end_inset
45533 </cell>
45534 </row>
45535 <row>
45536 <cell alignment="left" valignment="top" usebox="none">
45537 \begin_inset Text
45538
45539 \begin_layout Plain Layout
45540 \begin_inset ERT
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544
45545
45546 \backslash
45547 fcolorbox{black}{
45548 \end_layout
45549
45550 \end_inset
45551
45552 RoyalBlue
45553 \begin_inset ERT
45554 status collapsed
45555
45556 \begin_layout Plain Layout
45557
45558 }{
45559 \end_layout
45560
45561 \end_inset
45562
45563
45564 \begin_inset Phantom Phantom
45565 status open
45566
45567 \begin_layout Plain Layout
45568 W
45569 \end_layout
45570
45571 \end_inset
45572
45573
45574 \begin_inset ERT
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578
45579 }
45580 \end_layout
45581
45582 \end_inset
45583
45584  RoyalBlue
45585 \end_layout
45586
45587 \end_inset
45588 </cell>
45589 <cell alignment="left" valignment="top" usebox="none">
45590 \begin_inset Text
45591
45592 \begin_layout Plain Layout
45593 \begin_inset ERT
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597
45598
45599 \backslash
45600 fcolorbox{black}{
45601 \end_layout
45602
45603 \end_inset
45604
45605 RoyalPurple
45606 \begin_inset ERT
45607 status collapsed
45608
45609 \begin_layout Plain Layout
45610
45611 }{
45612 \end_layout
45613
45614 \end_inset
45615
45616
45617 \begin_inset Phantom Phantom
45618 status open
45619
45620 \begin_layout Plain Layout
45621 W
45622 \end_layout
45623
45624 \end_inset
45625
45626
45627 \begin_inset ERT
45628 status collapsed
45629
45630 \begin_layout Plain Layout
45631
45632 }
45633 \end_layout
45634
45635 \end_inset
45636
45637  RoyalPurple
45638 \end_layout
45639
45640 \end_inset
45641 </cell>
45642 <cell alignment="left" valignment="top" usebox="none">
45643 \begin_inset Text
45644
45645 \begin_layout Plain Layout
45646 \begin_inset ERT
45647 status collapsed
45648
45649 \begin_layout Plain Layout
45650
45651
45652 \backslash
45653 fcolorbox{black}{
45654 \end_layout
45655
45656 \end_inset
45657
45658 RubineRed
45659 \begin_inset ERT
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663
45664 }{
45665 \end_layout
45666
45667 \end_inset
45668
45669
45670 \begin_inset Phantom Phantom
45671 status open
45672
45673 \begin_layout Plain Layout
45674 W
45675 \end_layout
45676
45677 \end_inset
45678
45679
45680 \begin_inset ERT
45681 status collapsed
45682
45683 \begin_layout Plain Layout
45684
45685 }
45686 \end_layout
45687
45688 \end_inset
45689
45690  RubineRed
45691 \end_layout
45692
45693 \end_inset
45694 </cell>
45695 <cell alignment="left" valignment="top" usebox="none">
45696 \begin_inset Text
45697
45698 \begin_layout Plain Layout
45699 \begin_inset ERT
45700 status collapsed
45701
45702 \begin_layout Plain Layout
45703
45704
45705 \backslash
45706 fcolorbox{black}{
45707 \end_layout
45708
45709 \end_inset
45710
45711 Salmon
45712 \begin_inset ERT
45713 status collapsed
45714
45715 \begin_layout Plain Layout
45716
45717 }{
45718 \end_layout
45719
45720 \end_inset
45721
45722
45723 \begin_inset Phantom Phantom
45724 status open
45725
45726 \begin_layout Plain Layout
45727 W
45728 \end_layout
45729
45730 \end_inset
45731
45732
45733 \begin_inset ERT
45734 status collapsed
45735
45736 \begin_layout Plain Layout
45737
45738 }
45739 \end_layout
45740
45741 \end_inset
45742
45743  Salmon
45744 \end_layout
45745
45746 \end_inset
45747 </cell>
45748 </row>
45749 <row>
45750 <cell alignment="left" valignment="top" usebox="none">
45751 \begin_inset Text
45752
45753 \begin_layout Plain Layout
45754 \begin_inset ERT
45755 status collapsed
45756
45757 \begin_layout Plain Layout
45758
45759
45760 \backslash
45761 fcolorbox{black}{
45762 \end_layout
45763
45764 \end_inset
45765
45766 SeaGreen
45767 \begin_inset ERT
45768 status collapsed
45769
45770 \begin_layout Plain Layout
45771
45772 }{
45773 \end_layout
45774
45775 \end_inset
45776
45777
45778 \begin_inset Phantom Phantom
45779 status open
45780
45781 \begin_layout Plain Layout
45782 W
45783 \end_layout
45784
45785 \end_inset
45786
45787
45788 \begin_inset ERT
45789 status collapsed
45790
45791 \begin_layout Plain Layout
45792
45793 }
45794 \end_layout
45795
45796 \end_inset
45797
45798  SeaGreen
45799 \end_layout
45800
45801 \end_inset
45802 </cell>
45803 <cell alignment="left" valignment="top" usebox="none">
45804 \begin_inset Text
45805
45806 \begin_layout Plain Layout
45807 \begin_inset ERT
45808 status collapsed
45809
45810 \begin_layout Plain Layout
45811
45812
45813 \backslash
45814 fcolorbox{black}{
45815 \end_layout
45816
45817 \end_inset
45818
45819 Sepia
45820 \begin_inset ERT
45821 status collapsed
45822
45823 \begin_layout Plain Layout
45824
45825 }{
45826 \end_layout
45827
45828 \end_inset
45829
45830
45831 \begin_inset Phantom Phantom
45832 status open
45833
45834 \begin_layout Plain Layout
45835 W
45836 \end_layout
45837
45838 \end_inset
45839
45840
45841 \begin_inset ERT
45842 status collapsed
45843
45844 \begin_layout Plain Layout
45845
45846 }
45847 \end_layout
45848
45849 \end_inset
45850
45851  Sepia
45852 \end_layout
45853
45854 \end_inset
45855 </cell>
45856 <cell alignment="left" valignment="top" usebox="none">
45857 \begin_inset Text
45858
45859 \begin_layout Plain Layout
45860 \begin_inset ERT
45861 status collapsed
45862
45863 \begin_layout Plain Layout
45864
45865
45866 \backslash
45867 fcolorbox{black}{
45868 \end_layout
45869
45870 \end_inset
45871
45872 SkyBlue
45873 \begin_inset ERT
45874 status collapsed
45875
45876 \begin_layout Plain Layout
45877
45878 }{
45879 \end_layout
45880
45881 \end_inset
45882
45883
45884 \begin_inset Phantom Phantom
45885 status open
45886
45887 \begin_layout Plain Layout
45888 W
45889 \end_layout
45890
45891 \end_inset
45892
45893
45894 \begin_inset ERT
45895 status collapsed
45896
45897 \begin_layout Plain Layout
45898
45899 }
45900 \end_layout
45901
45902 \end_inset
45903
45904  SkyBlue
45905 \end_layout
45906
45907 \end_inset
45908 </cell>
45909 <cell alignment="left" valignment="top" usebox="none">
45910 \begin_inset Text
45911
45912 \begin_layout Plain Layout
45913 \begin_inset ERT
45914 status collapsed
45915
45916 \begin_layout Plain Layout
45917
45918
45919 \backslash
45920 fcolorbox{black}{
45921 \end_layout
45922
45923 \end_inset
45924
45925 SpringGreen
45926 \begin_inset ERT
45927 status collapsed
45928
45929 \begin_layout Plain Layout
45930
45931 }{
45932 \end_layout
45933
45934 \end_inset
45935
45936
45937 \begin_inset Phantom Phantom
45938 status open
45939
45940 \begin_layout Plain Layout
45941 W
45942 \end_layout
45943
45944 \end_inset
45945
45946
45947 \begin_inset ERT
45948 status collapsed
45949
45950 \begin_layout Plain Layout
45951
45952 }
45953 \end_layout
45954
45955 \end_inset
45956
45957  SpringGreen
45958 \end_layout
45959
45960 \end_inset
45961 </cell>
45962 </row>
45963 <row>
45964 <cell alignment="left" valignment="top" usebox="none">
45965 \begin_inset Text
45966
45967 \begin_layout Plain Layout
45968 \begin_inset ERT
45969 status collapsed
45970
45971 \begin_layout Plain Layout
45972
45973
45974 \backslash
45975 fcolorbox{black}{
45976 \end_layout
45977
45978 \end_inset
45979
45980 Tan
45981 \begin_inset ERT
45982 status collapsed
45983
45984 \begin_layout Plain Layout
45985
45986 }{
45987 \end_layout
45988
45989 \end_inset
45990
45991
45992 \begin_inset Phantom Phantom
45993 status open
45994
45995 \begin_layout Plain Layout
45996 W
45997 \end_layout
45998
45999 \end_inset
46000
46001
46002 \begin_inset ERT
46003 status collapsed
46004
46005 \begin_layout Plain Layout
46006
46007 }
46008 \end_layout
46009
46010 \end_inset
46011
46012  Tan
46013 \end_layout
46014
46015 \end_inset
46016 </cell>
46017 <cell alignment="left" valignment="top" usebox="none">
46018 \begin_inset Text
46019
46020 \begin_layout Plain Layout
46021 \begin_inset ERT
46022 status collapsed
46023
46024 \begin_layout Plain Layout
46025
46026
46027 \backslash
46028 fcolorbox{black}{
46029 \end_layout
46030
46031 \end_inset
46032
46033 TealBlue
46034 \begin_inset ERT
46035 status collapsed
46036
46037 \begin_layout Plain Layout
46038
46039 }{
46040 \end_layout
46041
46042 \end_inset
46043
46044
46045 \begin_inset Phantom Phantom
46046 status open
46047
46048 \begin_layout Plain Layout
46049 W
46050 \end_layout
46051
46052 \end_inset
46053
46054
46055 \begin_inset ERT
46056 status collapsed
46057
46058 \begin_layout Plain Layout
46059
46060 }
46061 \end_layout
46062
46063 \end_inset
46064
46065  TealBlue
46066 \end_layout
46067
46068 \end_inset
46069 </cell>
46070 <cell alignment="left" valignment="top" usebox="none">
46071 \begin_inset Text
46072
46073 \begin_layout Plain Layout
46074 \begin_inset ERT
46075 status collapsed
46076
46077 \begin_layout Plain Layout
46078
46079
46080 \backslash
46081 fcolorbox{black}{
46082 \end_layout
46083
46084 \end_inset
46085
46086 Thistle
46087 \begin_inset ERT
46088 status collapsed
46089
46090 \begin_layout Plain Layout
46091
46092 }{
46093 \end_layout
46094
46095 \end_inset
46096
46097
46098 \begin_inset Phantom Phantom
46099 status open
46100
46101 \begin_layout Plain Layout
46102 W
46103 \end_layout
46104
46105 \end_inset
46106
46107
46108 \begin_inset ERT
46109 status collapsed
46110
46111 \begin_layout Plain Layout
46112
46113 }
46114 \end_layout
46115
46116 \end_inset
46117
46118  Thistle
46119 \end_layout
46120
46121 \end_inset
46122 </cell>
46123 <cell alignment="left" valignment="top" usebox="none">
46124 \begin_inset Text
46125
46126 \begin_layout Plain Layout
46127 \begin_inset ERT
46128 status collapsed
46129
46130 \begin_layout Plain Layout
46131
46132
46133 \backslash
46134 fcolorbox{black}{
46135 \end_layout
46136
46137 \end_inset
46138
46139 Turquoise
46140 \begin_inset ERT
46141 status collapsed
46142
46143 \begin_layout Plain Layout
46144
46145 }{
46146 \end_layout
46147
46148 \end_inset
46149
46150
46151 \begin_inset Phantom Phantom
46152 status open
46153
46154 \begin_layout Plain Layout
46155 W
46156 \end_layout
46157
46158 \end_inset
46159
46160
46161 \begin_inset ERT
46162 status collapsed
46163
46164 \begin_layout Plain Layout
46165
46166 }
46167 \end_layout
46168
46169 \end_inset
46170
46171  Turquoise
46172 \end_layout
46173
46174 \end_inset
46175 </cell>
46176 </row>
46177 <row>
46178 <cell alignment="left" valignment="top" usebox="none">
46179 \begin_inset Text
46180
46181 \begin_layout Plain Layout
46182 \begin_inset ERT
46183 status collapsed
46184
46185 \begin_layout Plain Layout
46186
46187
46188 \backslash
46189 fcolorbox{black}{
46190 \end_layout
46191
46192 \end_inset
46193
46194 Violet
46195 \begin_inset ERT
46196 status collapsed
46197
46198 \begin_layout Plain Layout
46199
46200 }{
46201 \end_layout
46202
46203 \end_inset
46204
46205
46206 \begin_inset Phantom Phantom
46207 status open
46208
46209 \begin_layout Plain Layout
46210 W
46211 \end_layout
46212
46213 \end_inset
46214
46215
46216 \begin_inset ERT
46217 status collapsed
46218
46219 \begin_layout Plain Layout
46220
46221 }
46222 \end_layout
46223
46224 \end_inset
46225
46226  Violet
46227 \end_layout
46228
46229 \end_inset
46230 </cell>
46231 <cell alignment="left" valignment="top" usebox="none">
46232 \begin_inset Text
46233
46234 \begin_layout Plain Layout
46235 \begin_inset ERT
46236 status collapsed
46237
46238 \begin_layout Plain Layout
46239
46240
46241 \backslash
46242 fcolorbox{black}{
46243 \end_layout
46244
46245 \end_inset
46246
46247 VioletRed
46248 \begin_inset ERT
46249 status collapsed
46250
46251 \begin_layout Plain Layout
46252
46253 }{
46254 \end_layout
46255
46256 \end_inset
46257
46258
46259 \begin_inset Phantom Phantom
46260 status open
46261
46262 \begin_layout Plain Layout
46263 W
46264 \end_layout
46265
46266 \end_inset
46267
46268
46269 \begin_inset ERT
46270 status collapsed
46271
46272 \begin_layout Plain Layout
46273
46274 }
46275 \end_layout
46276
46277 \end_inset
46278
46279  VioletRed
46280 \end_layout
46281
46282 \end_inset
46283 </cell>
46284 <cell alignment="left" valignment="top" usebox="none">
46285 \begin_inset Text
46286
46287 \begin_layout Plain Layout
46288 \begin_inset ERT
46289 status collapsed
46290
46291 \begin_layout Plain Layout
46292
46293
46294 \backslash
46295 fcolorbox{black}{
46296 \end_layout
46297
46298 \end_inset
46299
46300 WildStrawberry
46301 \begin_inset ERT
46302 status collapsed
46303
46304 \begin_layout Plain Layout
46305
46306 }{
46307 \end_layout
46308
46309 \end_inset
46310
46311
46312 \begin_inset Phantom Phantom
46313 status open
46314
46315 \begin_layout Plain Layout
46316 W
46317 \end_layout
46318
46319 \end_inset
46320
46321
46322 \begin_inset ERT
46323 status collapsed
46324
46325 \begin_layout Plain Layout
46326
46327 }
46328 \end_layout
46329
46330 \end_inset
46331
46332  WildStrawberry
46333 \end_layout
46334
46335 \end_inset
46336 </cell>
46337 <cell alignment="left" valignment="top" usebox="none">
46338 \begin_inset Text
46339
46340 \begin_layout Plain Layout
46341 \begin_inset ERT
46342 status collapsed
46343
46344 \begin_layout Plain Layout
46345
46346
46347 \backslash
46348 fcolorbox{black}{
46349 \end_layout
46350
46351 \end_inset
46352
46353 YellowGreen
46354 \begin_inset ERT
46355 status collapsed
46356
46357 \begin_layout Plain Layout
46358
46359 }{
46360 \end_layout
46361
46362 \end_inset
46363
46364
46365 \begin_inset Phantom Phantom
46366 status open
46367
46368 \begin_layout Plain Layout
46369 W
46370 \end_layout
46371
46372 \end_inset
46373
46374
46375 \begin_inset ERT
46376 status collapsed
46377
46378 \begin_layout Plain Layout
46379
46380 }
46381 \end_layout
46382
46383 \end_inset
46384
46385  YellowGreen
46386 \end_layout
46387
46388 \end_inset
46389 </cell>
46390 </row>
46391 <row>
46392 <cell alignment="left" valignment="top" usebox="none">
46393 \begin_inset Text
46394
46395 \begin_layout Plain Layout
46396 \begin_inset ERT
46397 status collapsed
46398
46399 \begin_layout Plain Layout
46400
46401
46402 \backslash
46403 fcolorbox{black}{
46404 \end_layout
46405
46406 \end_inset
46407
46408 YellowOrange
46409 \begin_inset ERT
46410 status collapsed
46411
46412 \begin_layout Plain Layout
46413
46414 }{
46415 \end_layout
46416
46417 \end_inset
46418
46419
46420 \begin_inset Phantom Phantom
46421 status open
46422
46423 \begin_layout Plain Layout
46424 W
46425 \end_layout
46426
46427 \end_inset
46428
46429
46430 \begin_inset ERT
46431 status collapsed
46432
46433 \begin_layout Plain Layout
46434
46435 }
46436 \end_layout
46437
46438 \end_inset
46439
46440  YellowOrange
46441 \end_layout
46442
46443 \end_inset
46444 </cell>
46445 <cell alignment="left" valignment="top" usebox="none">
46446 \begin_inset Text
46447
46448 \begin_layout Plain Layout
46449
46450 \end_layout
46451
46452 \end_inset
46453 </cell>
46454 <cell alignment="left" valignment="top" usebox="none">
46455 \begin_inset Text
46456
46457 \begin_layout Plain Layout
46458
46459 \end_layout
46460
46461 \end_inset
46462 </cell>
46463 <cell alignment="left" valignment="top" usebox="none">
46464 \begin_inset Text
46465
46466 \begin_layout Plain Layout
46467
46468 \end_layout
46469
46470 \end_inset
46471 </cell>
46472 </row>
46473 </lyxtabular>
46474
46475 \end_inset
46476
46477
46478 \end_layout
46479
46480 \begin_layout Chapter
46481 Explanation of Equation
46482 \begin_inset space ~
46483 \end_inset
46484
46485 (
46486 \begin_inset CommandInset ref
46487 LatexCommand ref
46488 reference "eq:Wgn"
46489
46490 \end_inset
46491
46492 )
46493 \begin_inset CommandInset label
46494 LatexCommand label
46495 name "cha:Explanation-of-Equation"
46496
46497 \end_inset
46498
46499
46500 \end_layout
46501
46502 \begin_layout Standard
46503 We can calculate the total width of 
46504 \emph on
46505 n
46506 \emph default
46507  table cells 
46508 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46509 \end_inset
46510
46511  as follows:
46512 \begin_inset Formula 
46513 \begin{equation}
46514 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46515 \end{equation}
46516
46517 \end_inset
46518
46519 where 
46520 \begin_inset Formula $W_{g\,n}$
46521 \end_inset
46522
46523  is the given width of all cells, 
46524 \series bold
46525
46526 \backslash
46527 tabcolsep
46528 \series default
46529  is the \SpecialChar LaTeX
46530 -length between the cell text and the cell border (its default value
46531  is 6
46532 \begin_inset space \thinspace{}
46533 \end_inset
46534
46535 pt).
46536  
46537 \series bold
46538
46539 \backslash
46540 arrayrulewidth
46541 \series default
46542  is the thickness of the cell border line, the default is 0.4
46543 \begin_inset space \thinspace{}
46544 \end_inset
46545
46546 pt.
46547 \end_layout
46548
46549 \begin_layout Standard
46550 Following equation
46551 \begin_inset space ~
46552 \end_inset
46553
46554
46555 \begin_inset CommandInset ref
46556 LatexCommand eqref
46557 reference "eq:Wtot_n"
46558
46559 \end_inset
46560
46561 , the total width of a multicolumn 
46562 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46563 \end_inset
46564
46565  is
46566 \begin_inset Formula 
46567 \begin{equation}
46568 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46569 \end{equation}
46570
46571 \end_inset
46572
46573
46574 \end_layout
46575
46576 \begin_layout Standard
46577 By setting equation
46578 \begin_inset space ~
46579 \end_inset
46580
46581
46582 \begin_inset CommandInset ref
46583 LatexCommand eqref
46584 reference "eq:Wtot_n"
46585
46586 \end_inset
46587
46588  and 
46589 \begin_inset CommandInset ref
46590 LatexCommand eqref
46591 reference "eq:Wtot_mult"
46592
46593 \end_inset
46594
46595  equal we can calculate the needed given width 
46596 \begin_inset Formula $W_{g\,n}$
46597 \end_inset
46598
46599  when 
46600 \emph on
46601 n
46602 \emph default
46603  columns are spanned, so that each column has a total width of 
46604 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46605 \end_inset
46606
46607 :
46608 \begin_inset Formula 
46609 \begin{equation}
46610 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46611 \end{equation}
46612
46613 \end_inset
46614
46615
46616 \end_layout
46617
46618 \begin_layout Bibliography
46619 \begin_inset CommandInset bibitem
46620 LatexCommand bibitem
46621 key "latexcompanion"
46622 literal "true"
46623
46624 \end_inset
46625
46626 Frank Mittelbach and Michel Goossens: 
46627 \emph on
46628 The \SpecialChar LaTeX
46629  Companion Second Edition.
46630
46631 \emph default
46632  Addison-Wesley, 2004
46633 \end_layout
46634
46635 \begin_layout Bibliography
46636 \begin_inset CommandInset bibitem
46637 LatexCommand bibitem
46638 key "latexguide"
46639 literal "true"
46640
46641 \end_inset
46642
46643 Helmut Kopka and Patrick W.
46644  Daly: 
46645 \emph on
46646 A Guide to \SpecialChar LaTeX
46647  Fourth Edition.
46648
46649 \emph default
46650  Addison-Wesley, 2003
46651 \end_layout
46652
46653 \begin_layout Bibliography
46654 \begin_inset CommandInset bibitem
46655 LatexCommand bibitem
46656 key "latexbook"
46657 literal "true"
46658
46659 \end_inset
46660
46661 Leslie Lamport: 
46662 \emph on
46663 \SpecialChar LaTeX
46664 : A Document Preparation System.
46665
46666 \emph default
46667  Addison-Wesley, second edition, 1994
46668 \end_layout
46669
46670 \begin_layout Bibliography
46671 \begin_inset CommandInset bibitem
46672 LatexCommand bibitem
46673 key "arydshln"
46674 literal "true"
46675
46676 \end_inset
46677
46678 Documentation of the \SpecialChar LaTeX
46679 -package 
46680 \series bold
46681
46682 \begin_inset CommandInset href
46683 LatexCommand href
46684 name "arydshln"
46685 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46686 literal "false"
46687
46688 \end_inset
46689
46690
46691 \series default
46692
46693 \begin_inset Index idx
46694 status collapsed
46695
46696 \begin_layout Plain Layout
46697 \SpecialChar LaTeX
46698 -packages ! arydshln
46699 \end_layout
46700
46701 \end_inset
46702
46703
46704 \end_layout
46705
46706 \begin_layout Bibliography
46707 \begin_inset CommandInset bibitem
46708 LatexCommand bibitem
46709 key "booktabs"
46710 literal "true"
46711
46712 \end_inset
46713
46714 Documentation of the \SpecialChar LaTeX
46715 -package 
46716 \series bold
46717
46718 \begin_inset CommandInset href
46719 LatexCommand href
46720 name "booktabs"
46721 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46722 literal "false"
46723
46724 \end_inset
46725
46726
46727 \series default
46728
46729 \begin_inset Index idx
46730 status collapsed
46731
46732 \begin_layout Plain Layout
46733 \SpecialChar LaTeX
46734 -packages ! booktabs
46735 \end_layout
46736
46737 \end_inset
46738
46739
46740 \end_layout
46741
46742 \begin_layout Bibliography
46743 \begin_inset CommandInset bibitem
46744 LatexCommand bibitem
46745 key "caption"
46746 literal "true"
46747
46748 \end_inset
46749
46750 Documentation of the \SpecialChar LaTeX
46751 -package 
46752 \series bold
46753
46754 \begin_inset CommandInset href
46755 LatexCommand href
46756 name "caption"
46757 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46758 literal "false"
46759
46760 \end_inset
46761
46762
46763 \series default
46764
46765 \begin_inset Index idx
46766 status collapsed
46767
46768 \begin_layout Plain Layout
46769 \SpecialChar LaTeX
46770 -packages ! caption
46771 \end_layout
46772
46773 \end_inset
46774
46775
46776 \end_layout
46777
46778 \begin_layout Bibliography
46779 \begin_inset CommandInset bibitem
46780 LatexCommand bibitem
46781 key "diagbox"
46782 literal "true"
46783
46784 \end_inset
46785
46786 Documentation of the \SpecialChar LaTeX
46787 -package 
46788 \series bold
46789
46790 \begin_inset CommandInset href
46791 LatexCommand href
46792 name "diagbox"
46793 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46794 literal "false"
46795
46796 \end_inset
46797
46798
46799 \series default
46800
46801 \begin_inset Index idx
46802 status collapsed
46803
46804 \begin_layout Plain Layout
46805 \SpecialChar LaTeX
46806 -packages ! diagbox
46807 \end_layout
46808
46809 \end_inset
46810
46811
46812 \end_layout
46813
46814 \begin_layout Bibliography
46815 \begin_inset CommandInset bibitem
46816 LatexCommand bibitem
46817 key "endfloat"
46818 literal "true"
46819
46820 \end_inset
46821
46822 Documentation of the \SpecialChar LaTeX
46823 -package 
46824 \series bold
46825
46826 \begin_inset CommandInset href
46827 LatexCommand href
46828 name "endfloat"
46829 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46830 literal "false"
46831
46832 \end_inset
46833
46834
46835 \series default
46836
46837 \begin_inset Index idx
46838 status collapsed
46839
46840 \begin_layout Plain Layout
46841 \SpecialChar LaTeX
46842 -packages ! endfloat
46843 \end_layout
46844
46845 \end_inset
46846
46847
46848 \end_layout
46849
46850 \begin_layout Bibliography
46851 \begin_inset CommandInset bibitem
46852 LatexCommand bibitem
46853 key "footmisc"
46854 literal "true"
46855
46856 \end_inset
46857
46858 Documentation of the \SpecialChar LaTeX
46859 -package 
46860 \series bold
46861
46862 \begin_inset CommandInset href
46863 LatexCommand href
46864 name "footmisc"
46865 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46866 literal "false"
46867
46868 \end_inset
46869
46870
46871 \series default
46872
46873 \begin_inset Index idx
46874 status collapsed
46875
46876 \begin_layout Plain Layout
46877 \SpecialChar LaTeX
46878 -packages ! footmisc
46879 \end_layout
46880
46881 \end_inset
46882
46883
46884 \end_layout
46885
46886 \begin_layout Bibliography
46887 \begin_inset CommandInset bibitem
46888 LatexCommand bibitem
46889 key "hypcap"
46890 literal "true"
46891
46892 \end_inset
46893
46894 Documentation of the \SpecialChar LaTeX
46895 -package 
46896 \series bold
46897
46898 \begin_inset CommandInset href
46899 LatexCommand href
46900 name "hypcap"
46901 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46902 literal "false"
46903
46904 \end_inset
46905
46906
46907 \series default
46908
46909 \begin_inset Index idx
46910 status collapsed
46911
46912 \begin_layout Plain Layout
46913 \SpecialChar LaTeX
46914 -packages ! hyperref
46915 \end_layout
46916
46917 \end_inset
46918
46919
46920 \end_layout
46921
46922 \begin_layout Bibliography
46923 \begin_inset CommandInset bibitem
46924 LatexCommand bibitem
46925 key "hyperref"
46926 literal "true"
46927
46928 \end_inset
46929
46930 Documentation of the \SpecialChar LaTeX
46931 -package 
46932 \series bold
46933
46934 \begin_inset CommandInset href
46935 LatexCommand href
46936 name "hyperref"
46937 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46938 literal "false"
46939
46940 \end_inset
46941
46942
46943 \series default
46944
46945 \begin_inset Index idx
46946 status collapsed
46947
46948 \begin_layout Plain Layout
46949 \SpecialChar LaTeX
46950 -packages ! hyperref
46951 \end_layout
46952
46953 \end_inset
46954
46955
46956 \end_layout
46957
46958 \begin_layout Bibliography
46959 \begin_inset CommandInset bibitem
46960 LatexCommand bibitem
46961 key "KOMA-Script"
46962 literal "true"
46963
46964 \end_inset
46965
46966 Documentation of the \SpecialChar LaTeX
46967 -package 
46968 \series bold
46969
46970 \begin_inset CommandInset href
46971 LatexCommand href
46972 name "KOMA-Script"
46973 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46974 literal "false"
46975
46976 \end_inset
46977
46978
46979 \series default
46980
46981 \begin_inset Index idx
46982 status collapsed
46983
46984 \begin_layout Plain Layout
46985 \SpecialChar LaTeX
46986 -packages ! KOMA-Script
46987 \end_layout
46988
46989 \end_inset
46990
46991
46992 \end_layout
46993
46994 \begin_layout Bibliography
46995 \begin_inset CommandInset bibitem
46996 LatexCommand bibitem
46997 key "lettrine"
46998 literal "true"
46999
47000 \end_inset
47001
47002 Documentation of the \SpecialChar LaTeX
47003 -package 
47004 \series bold
47005
47006 \begin_inset CommandInset href
47007 LatexCommand href
47008 name "lettrine"
47009 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47010 literal "false"
47011
47012 \end_inset
47013
47014
47015 \series default
47016  and an 
47017 \begin_inset CommandInset href
47018 LatexCommand href
47019 name "example"
47020 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
47021 literal "false"
47022
47023 \end_inset
47024
47025
47026 \begin_inset Index idx
47027 status collapsed
47028
47029 \begin_layout Plain Layout
47030 \SpecialChar LaTeX
47031 -packages ! lettrine
47032 \end_layout
47033
47034 \end_inset
47035
47036
47037 \end_layout
47038
47039 \begin_layout Bibliography
47040 \begin_inset CommandInset bibitem
47041 LatexCommand bibitem
47042 key "listings"
47043 literal "true"
47044
47045 \end_inset
47046
47047 Documentation of the \SpecialChar LaTeX
47048 -package 
47049 \series bold
47050
47051 \begin_inset CommandInset href
47052 LatexCommand href
47053 name "listings"
47054 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47055 literal "false"
47056
47057 \end_inset
47058
47059
47060 \series default
47061
47062 \begin_inset Index idx
47063 status collapsed
47064
47065 \begin_layout Plain Layout
47066 \SpecialChar LaTeX
47067 -packages ! listings
47068 \end_layout
47069
47070 \end_inset
47071
47072
47073 \end_layout
47074
47075 \begin_layout Bibliography
47076 \begin_inset CommandInset bibitem
47077 LatexCommand bibitem
47078 key "marginnote"
47079 literal "true"
47080
47081 \end_inset
47082
47083 Documentation of the \SpecialChar LaTeX
47084 -package 
47085 \series bold
47086
47087 \begin_inset CommandInset href
47088 LatexCommand href
47089 name "marginnote"
47090 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47091 literal "false"
47092
47093 \end_inset
47094
47095
47096 \series default
47097
47098 \begin_inset Index idx
47099 status collapsed
47100
47101 \begin_layout Plain Layout
47102 \SpecialChar LaTeX
47103 -packages ! marginnote
47104 \end_layout
47105
47106 \end_inset
47107
47108
47109 \end_layout
47110
47111 \begin_layout Bibliography
47112 \begin_inset CommandInset bibitem
47113 LatexCommand bibitem
47114 key "pdfpages"
47115 literal "true"
47116
47117 \end_inset
47118
47119 Documentation of the \SpecialChar LaTeX
47120 -package 
47121 \series bold
47122
47123 \begin_inset CommandInset href
47124 LatexCommand href
47125 name "pdfpages"
47126 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47127 literal "false"
47128
47129 \end_inset
47130
47131
47132 \series default
47133
47134 \begin_inset Index idx
47135 status collapsed
47136
47137 \begin_layout Plain Layout
47138 \SpecialChar LaTeX
47139 -packages ! pdfpages
47140 \end_layout
47141
47142 \end_inset
47143
47144
47145 \end_layout
47146
47147 \begin_layout Bibliography
47148 \begin_inset CommandInset bibitem
47149 LatexCommand bibitem
47150 key "prettyref"
47151 literal "true"
47152
47153 \end_inset
47154
47155 Documentation of the \SpecialChar LaTeX
47156 -package 
47157 \series bold
47158
47159 \begin_inset CommandInset href
47160 LatexCommand href
47161 name "prettyref"
47162 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47163 literal "false"
47164
47165 \end_inset
47166
47167
47168 \series default
47169
47170 \begin_inset Index idx
47171 status collapsed
47172
47173 \begin_layout Plain Layout
47174 \SpecialChar LaTeX
47175 -packages ! prettyref
47176 \end_layout
47177
47178 \end_inset
47179
47180
47181 \end_layout
47182
47183 \begin_layout Bibliography
47184 \begin_inset CommandInset bibitem
47185 LatexCommand bibitem
47186 key "pstricks"
47187 literal "true"
47188
47189 \end_inset
47190
47191 Web page of the \SpecialChar LaTeX
47192 -package 
47193 \series bold
47194
47195 \begin_inset CommandInset href
47196 LatexCommand href
47197 name "PSTricks"
47198 target "http://tug.org/PSTricks/"
47199 literal "false"
47200
47201 \end_inset
47202
47203
47204 \series default
47205
47206 \begin_inset Index idx
47207 status collapsed
47208
47209 \begin_layout Plain Layout
47210 \SpecialChar LaTeX
47211 -packages ! PSTricks
47212 \end_layout
47213
47214 \end_inset
47215
47216
47217 \end_layout
47218
47219 \begin_layout Bibliography
47220 \begin_inset CommandInset bibitem
47221 LatexCommand bibitem
47222 key "refstyle"
47223 literal "true"
47224
47225 \end_inset
47226
47227 Documentation of the \SpecialChar LaTeX
47228 -package 
47229 \series bold
47230
47231 \begin_inset CommandInset href
47232 LatexCommand href
47233 name "refstyle"
47234 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47235 literal "false"
47236
47237 \end_inset
47238
47239
47240 \series default
47241
47242 \begin_inset Index idx
47243 status collapsed
47244
47245 \begin_layout Plain Layout
47246 \SpecialChar LaTeX
47247 -packages ! refstyle
47248 \end_layout
47249
47250 \end_inset
47251
47252
47253 \end_layout
47254
47255 \begin_layout Bibliography
47256 \begin_inset CommandInset bibitem
47257 LatexCommand bibitem
47258 key "sidecap"
47259 literal "true"
47260
47261 \end_inset
47262
47263 Documentation of the \SpecialChar LaTeX
47264 -package 
47265 \series bold
47266
47267 \begin_inset CommandInset href
47268 LatexCommand href
47269 name "sidecap"
47270 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47271 literal "false"
47272
47273 \end_inset
47274
47275
47276 \series default
47277
47278 \begin_inset Index idx
47279 status collapsed
47280
47281 \begin_layout Plain Layout
47282 \SpecialChar LaTeX
47283 -packages ! sidecap
47284 \end_layout
47285
47286 \end_inset
47287
47288
47289 \end_layout
47290
47291 \begin_layout Bibliography
47292 \begin_inset CommandInset bibitem
47293 LatexCommand bibitem
47294 key "NewInLyX20"
47295 literal "true"
47296
47297 \end_inset
47298
47299
47300 \begin_inset CommandInset href
47301 LatexCommand href
47302 name "Wiki page"
47303 target "http://wiki.lyx.org/LyX/NewInLyX20"
47304 literal "false"
47305
47306 \end_inset
47307
47308  about new features in 
47309 \family sans
47310 \SpecialChar LyX
47311  2.0
47312 \family default
47313 .
47314 \end_layout
47315
47316 \begin_layout Standard
47317 \begin_inset CommandInset index_print
47318 LatexCommand printindex
47319 type "idx"
47320 name "Index"
47321 literal "false"
47322
47323 \end_inset
47324
47325
47326 \end_layout
47327
47328 \end_body
47329 \end_document