]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
0a66065dac98e8ae5d16bdf364b1053655f1781c
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package arydshln
118 % used for tables with dashed lines
119 \newboolean{arydshln}
120 \IfFileExists{arydshln.sty}
121  {\usepackage{arydshln}
122   \setboolean{arydshln}{true}}
123  {\setboolean{arydshln}{false}}
124
125 % check for package marginnote
126 % used for margin notes
127 \newboolean{marginnote}
128 \IfFileExists{marginnote.sty}
129  {\usepackage{marginnote}
130   \let\marginpar\marginnote
131   \setboolean{marginnote}{true}}
132  {\setboolean{marginnote}{false}}
133
134 % check for package sidecap
135 % used for captions on the side
136 \newboolean{sidecap}
137 \IfFileExists{sidecap.sty}
138  {\usepackage{sidecap}
139   \setboolean{sidecap}{true}}
140  {\setboolean{sidecap}{false}}
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163 \end_preamble
164 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
165 \use_default_options false
166 \begin_modules
167 initials
168 \end_modules
169 \maintain_unincluded_children false
170 \language english
171 \language_package default
172 \inputencoding auto
173 \fontencoding global
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \use_non_tex_fonts false
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \default_output_format default
186 \output_sync 0
187 \bibtex_command default
188 \index_command default
189 \paperfontsize 12
190 \spacing single
191 \use_hyperref true
192 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
193 \pdf_author "LyX Team, Uwe Stöhr"
194 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
195 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
196 \pdf_bookmarks true
197 \pdf_bookmarksnumbered true
198 \pdf_bookmarksopen true
199 \pdf_bookmarksopenlevel 1
200 \pdf_breaklinks false
201 \pdf_pdfborder false
202 \pdf_colorlinks true
203 \pdf_backref false
204 \pdf_pdfusetitle false
205 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
206 \papersize default
207 \use_geometry false
208 \use_amsmath 2
209 \use_esint 0
210 \use_mhchem 1
211 \use_mathdots 1
212 \cite_engine basic
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language english
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \bullet 1 1 34 -1
232 \bullet 2 2 35 -1
233 \bullet 3 2 7 -1
234 \tracking_changes true
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \author -195340706 "Georg Baum" 
240 \end_header
241
242 \begin_body
243
244 \begin_layout Title
245 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
246  manual
247 \end_layout
248
249 \begin_layout Author
250 by the LyX Team
251 \begin_inset Foot
252 status collapsed
253
254 \begin_layout Plain Layout
255 \noindent
256 If you have comments or error corrections, please send them to the LyX Documenta
257 tion mailing list: 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 author: Uwe Stöhr
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
309  
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 diagbox, lettrine, marginnote, picinpar
320 \series default
321  and 
322 \series bold
323 sidecap
324 \series default
325  must be installed.
326  If they are not installed you can export the document anyway but the sections
327  where the packages are required won't appear in the output.
328 \end_layout
329
330 \begin_layout Plain Layout
331 The latest PDF-version of this document can be found here:
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \series bold
337 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figures
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figures
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Graphics|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figures
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Graphics Dialog
393 \begin_inset Index idx
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figures ! Graphics Dialog
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset CommandInset label
404 LatexCommand label
405 name "sec:Graphics-Dialog"
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 To insert an image into your document, place the cursor at the text position
414  you want and click on the toolbar icon 
415 \family sans
416
417 \begin_inset Info
418 type  "icon"
419 arg   "dialog-show-new-inset graphics"
420 \end_inset
421
422
423 \family default
424  or use the menu 
425 \family sans
426 Insert\SpecialChar \menuseparator
427 Graphics
428 \family default
429 .
430  Then a dialog will appear to choose the file to load.
431  The image will appear in the output exactly at the position where it is
432  in the text.
433 \end_layout
434
435 \begin_layout Standard
436 The graphics dialog can be called at any time by clicking on an image.
437  This dialog has three tabs:
438 \end_layout
439
440 \begin_layout Description
441
442 \family sans
443 Graphics
444 \family default
445  Here you can choose an image file and adjust its appearance in the output.
446  The available units for the image size are explained in appendix
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "cha:Units-available-in"
454
455 \end_inset
456
457 .
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Figures ! rotated
467 \end_layout
468
469 \end_inset
470
471 You can rotate images counter-clockwise by setting a rotation angle and
472  a rotation origin.
473  The image will also be rotated inside LyX.
474 \begin_inset Newline newline
475 \end_inset
476
477
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Figures ! scaled
483 \end_layout
484
485 \end_inset
486
487 Images can be scaled by using a percentage value or by setting the width
488  and height explicitly.
489  If you set only the width or only the height, the other size will be determined
490  automatically.
491  If you set both, then the image will be transformed to the given size,
492  possibly distorting it.
493  To prevent the image from distortion, use the option 
494 \family sans
495 Maintain aspect ratio
496 \family default
497 .
498  The image will then be scaled so that its width and height don't exceed
499  the specified dimensions.
500 \begin_inset Newline newline
501 \end_inset
502
503 Images can be opened in a program of your choice by right-clicking on it
504  and choosing the entry 
505 \family sans
506 Edit
507 \begin_inset space ~
508 \end_inset
509
510 externally
511 \family default
512  in the context menu.
513  The program can be set for every image format in the file format settings
514  in LyX's preferences.
515 \end_layout
516
517 \begin_layout Description
518
519 \family sans
520 Clipping
521 \family default
522  Alternatively to the usage of scaling units it is possible to set image
523  coordinates to adjust the height and width of the image in the output.
524  The coordinates can also be calculated automatically by pressing the button
525  
526 \family sans
527 Get
528 \begin_inset space ~
529 \end_inset
530
531 from
532 \begin_inset space ~
533 \end_inset
534
535 File
536 \family default
537 .
538  The option 
539 \family sans
540 Clip
541 \begin_inset space ~
542 \end_inset
543
544 to
545 \begin_inset space ~
546 \end_inset
547
548 bounding
549 \begin_inset space ~
550 \end_inset
551
552 box
553 \family default
554  will only print the image region within the given coordinates.
555  Normally you don't need to worry about image coordinates and can ignore
556  this tab.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX
563 \begin_inset space ~
564 \end_inset
565
566 and
567 \begin_inset space ~
568 \end_inset
569
570 LyX
571 \begin_inset space ~
572 \end_inset
573
574 options
575 \family default
576  In this tab you can modify the appearance of the image within LyX and LaTeX
577  experts can specify additional LaTeX options.
578 \begin_inset Newline newline
579 \end_inset
580
581 The option 
582 \family sans
583 Draft
584 \begin_inset space ~
585 \end_inset
586
587 mode
588 \family default
589  makes the image appear in the output only as a frame with the size of the
590  image.
591 \begin_inset Newline newline
592 \end_inset
593
594 The 
595 \family sans
596 Don't
597 \begin_inset space ~
598 \end_inset
599
600 unzip
601 \begin_inset space ~
602 \end_inset
603
604 on
605 \begin_inset space ~
606 \end_inset
607
608 export
609 \family default
610  option only affects zipped EPS-graphics, e.
611 \begin_inset space \thinspace{}
612 \end_inset
613
614 g.
615 \begin_inset space \space{}
616 \end_inset
617
618
619 \emph on
620 x.eps.gz
621 \emph default
622 .
623  When the option is used the images will not be unzipped on export, since
624  LaTeX can handle them as they are.
625 \begin_inset Newline newline
626 \end_inset
627
628 Zipped EPS-graphics are useful to save disk space when you choose PostScript
629  as output format, see appendix
630 \begin_inset space ~
631 \end_inset
632
633
634 \begin_inset CommandInset ref
635 LatexCommand ref
636 reference "sec:PostScript"
637
638 \end_inset
639
640 .
641  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
642  console:
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 gzip x.eps
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654
655 \series bold
656 zgrep %%Bounding x.eps.gz > x.eps.bb
657 \series default
658
659 \begin_inset Newline newline
660 \end_inset
661
662 The second command creates the bounding box file 
663 \begin_inset Quotes eld
664 \end_inset
665
666 x.eps.bb
667 \begin_inset Quotes erd
668 \end_inset
669
670  that is needed by LaTeX for zipped graphics.
671 \begin_inset Newline newline
672 \end_inset
673
674 In the section 
675 \family sans
676 Graphics
677 \begin_inset space ~
678 \end_inset
679
680 Group
681 \family default
682  you can define or join an image settings group.
683 \begin_inset Index idx
684 status collapsed
685
686 \begin_layout Plain Layout
687 Figures ! Settings grouping
688 \end_layout
689
690 \end_inset
691
692  Images within such a group share their settings, so adjusting one image
693  of the group automatically also adjusts all other images of the group in
694  the same way.
695  So you can for example change the size for a bunch of images without the
696  need to manually change each of them.
697  Joining an existing group can also be done using the context menu of the
698  image by checking the name of the desired group.
699 \end_layout
700
701 \begin_layout Standard
702 \begin_inset VSpace bigskip
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Standard
709 This is an example image in EPS format
710 \begin_inset Foot
711 status collapsed
712
713 \begin_layout Plain Layout
714 Image formats are explained in section
715 \begin_inset space ~
716 \end_inset
717
718
719 \begin_inset CommandInset ref
720 LatexCommand ref
721 reference "sec:Image-Formats"
722
723 \end_inset
724
725 .
726 \end_layout
727
728 \end_inset
729
730  within a separate, horizontally centered paragraph:
731 \end_layout
732
733 \begin_layout Standard
734 \align center
735 \begin_inset Graphics
736         filename clipart/mobius.eps
737         scale 70
738         scaleBeforeRotation
739         rotateOrigin center
740
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Standard
747 This is the same image like the one above but in draft mode:
748 \end_layout
749
750 \begin_layout Standard
751 \align center
752 \begin_inset Graphics
753         filename clipart/mobius.eps
754         scale 70
755         draft
756         scaleBeforeRotation
757         rotateOrigin center
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 \begin_inset Newpage newpage
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Section
772 Figure Floats
773 \begin_inset CommandInset label
774 LatexCommand label
775 name "sec:Figure-Floats"
776
777 \end_inset
778
779
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 Floats ! Figures
785 \end_layout
786
787 \end_inset
788
789
790 \begin_inset Index idx
791 status collapsed
792
793 \begin_layout Plain Layout
794 Figures ! Floats
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Standard
803 For general explanations about floats, have a look at section
804 \begin_inset space ~
805 \end_inset
806
807
808 \begin_inset CommandInset ref
809 LatexCommand ref
810 reference "sec:FloatIntroduction"
811
812 \end_inset
813
814 .
815 \end_layout
816
817 \begin_layout Standard
818 The toolbar button 
819 \family sans
820
821 \begin_inset Info
822 type  "icon"
823 arg   "float-insert figure"
824 \end_inset
825
826
827 \family default
828  and the menu 
829 \family sans
830 Insert\SpecialChar \menuseparator
831 Float\SpecialChar \menuseparator
832 Figure
833 \family default
834  inserts a float with a caption that has the label 
835 \begin_inset Quotes eld
836 \end_inset
837
838 Figure
839 \begin_inset space ~
840 \end_inset
841
842 #:
843 \begin_inset Quotes erd
844 \end_inset
845
846  (# is the actual number).
847  You can insert the image above the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  or below the caption, like in Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  More about caption placement is described in section
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "sec:Caption-Placement"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename clipart/platypus.eps
894         width 50col%
895         scaleBeforeRotation
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \begin_inset Caption
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:kill-plat"
910
911 \end_inset
912
913 A severely distorted platypus in a float.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset Caption
934
935 \begin_layout Plain Layout
936 \begin_inset CommandInset label
937 LatexCommand label
938 name "fig:escher"
939
940 \end_inset
941
942 M.C.
943  Escher on acid.
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \align center
953 \begin_inset Graphics
954         filename clipart/escher-lsd.eps
955         scale 80
956         scaleBeforeRotation
957         rotateOrigin center
958
959 \end_inset
960
961
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Standard
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 References ! to Figures
975 \end_layout
976
977 \end_inset
978
979 Figure
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "fig:kill-plat"
987
988 \end_inset
989
990  and 
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997  are examples of referenced figures.
998  Figures can be referenced in the text by referencing their label.
999  To do this insert a label in the caption using the menu 
1000 \family sans
1001 Insert\SpecialChar \menuseparator
1002 Label
1003 \family default
1004  or the toolbar button 
1005 \family sans
1006
1007 \begin_inset Info
1008 type  "icon"
1009 arg   "label-insert"
1010 \end_inset
1011
1012
1013 \family default
1014 .
1015  You can now refer to the label using the menu 
1016 \family sans
1017 Insert\SpecialChar \menuseparator
1018 Cross
1019 \begin_inset space ~
1020 \end_inset
1021
1022 reference
1023 \family default
1024  or the toolbar button 
1025 \family sans
1026
1027 \begin_inset Info
1028 type  "icon"
1029 arg   "dialog-show-new-inset ref"
1030 \end_inset
1031
1032
1033 \family default
1034 .
1035  It is important to use references to floats, rather than using vague references
1036  like 
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 the figure above
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044 , because LaTeX will reposition the floats in the final document and it
1045  might not be 
1046 \begin_inset Quotes eld
1047 \end_inset
1048
1049 above
1050 \begin_inset Quotes erd
1051 \end_inset
1052
1053  at all.
1054 \begin_inset Newline newline
1055 \end_inset
1056
1057 Referencing is explained in detail in section
1058 \begin_inset space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "sec:Referencing-Floats"
1065
1066 \end_inset
1067
1068 .
1069 \end_layout
1070
1071 \begin_layout Standard
1072 Normally only one image is inserted to a figure float, but sometimes you
1073  might want to use two images with separate subcaptions.
1074  This can be done by inserting image floats into existing image floats.
1075  Note that only the main caption of the float is added to the List of Figures.
1076  Figure
1077 \begin_inset space ~
1078 \end_inset
1079
1080
1081 \begin_inset CommandInset ref
1082 LatexCommand ref
1083 reference "fig:Two-distorted-images"
1084
1085 \end_inset
1086
1087  is an example of a figure float with two images set side by side.
1088  You can also set the images one below the other.
1089  Figure
1090 \begin_inset space ~
1091 \end_inset
1092
1093
1094 \begin_inset CommandInset ref
1095 LatexCommand ref
1096 reference "fig:Undefinable-structure"
1097
1098 \end_inset
1099
1100  and 
1101 \begin_inset CommandInset ref
1102 LatexCommand ref
1103 reference "fig:A-Platypus"
1104
1105 \end_inset
1106
1107  are the subfigures.
1108 \end_layout
1109
1110 \begin_layout Standard
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status open
1115
1116 \begin_layout Plain Layout
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status collapsed
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "fig:Undefinable-structure"
1133
1134 \end_inset
1135
1136 Undefinable structure.
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Graphics
1146         filename clipart/escher-lsd.eps
1147         width 45col%
1148         scaleBeforeRotation
1149         groupId distorted
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \begin_inset Float figure
1164 wide false
1165 sideways false
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 \begin_inset Caption
1170
1171 \begin_layout Plain Layout
1172 \begin_inset CommandInset label
1173 LatexCommand label
1174 name "fig:A-Platypus"
1175
1176 \end_inset
1177
1178 A Platypus.
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Plain Layout
1187 \begin_inset Graphics
1188         filename clipart/platypus.eps
1189         width 45col%
1190         scaleBeforeRotation
1191         groupId distorted
1192
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \begin_inset space \hfill{}
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Plain Layout
1208 \begin_inset Caption
1209
1210 \begin_layout Plain Layout
1211 \begin_inset CommandInset label
1212 LatexCommand label
1213 name "fig:Two-distorted-images"
1214
1215 \end_inset
1216
1217
1218 \begin_inset CommandInset label
1219 LatexCommand label
1220 name "fig2:Two-distorted-images-2"
1221
1222 \end_inset
1223
1224 Two distorted images.
1225  Both images are in the image settings group named 
1226 \begin_inset Quotes eld
1227 \end_inset
1228
1229 distorted
1230 \begin_inset Quotes erd
1231 \end_inset
1232
1233 .
1234 \end_layout
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_layout Standard
1247 \begin_inset Newpage newpage
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Section
1254 Image Formats
1255 \begin_inset CommandInset label
1256 LatexCommand label
1257 name "sec:Image-Formats"
1258
1259 \end_inset
1260
1261
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 Image Formats
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \begin_inset Index idx
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 Figures ! Image Formats
1277 \end_layout
1278
1279 \end_inset
1280
1281
1282 \end_layout
1283
1284 \begin_layout Standard
1285 You can insert images in any known file format.
1286  But as explained in appendix
1287 \begin_inset space ~
1288 \end_inset
1289
1290
1291 \begin_inset CommandInset ref
1292 LatexCommand ref
1293 reference "cha:Output-File-Formats"
1294
1295 \end_inset
1296
1297 , each output document format allows only a few image formats.
1298  LyX uses therefore the program 
1299 \family typewriter
1300 ImageMagick
1301 \family default
1302  in the background to convert the images to the right format.
1303  To increase your work flow by avoiding these conversions in the background,
1304  you could choose to use only the image formats that can directly be embedded
1305  in the output file format.
1306  The output file formats are explained in appendix
1307 \begin_inset space ~
1308 \end_inset
1309
1310
1311 \begin_inset CommandInset ref
1312 LatexCommand ref
1313 reference "cha:Output-File-Formats"
1314
1315 \end_inset
1316
1317 .
1318 \end_layout
1319
1320 \begin_layout Standard
1321 Similar to fonts there are two types of image formats:
1322 \end_layout
1323
1324 \begin_layout Description
1325 Bitmap
1326 \begin_inset space ~
1327 \end_inset
1328
1329 images consist of pixel values, often in a compressed form.
1330  They are therefore not fully scalable and look pixelated in large zooms.
1331  Well-known bitmap image formats are 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335 Graphics Interchange Format
1336 \begin_inset Quotes erd
1337 \end_inset
1338
1339  (GIF, file extension 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343
1344 \family typewriter
1345 .gif
1346 \family default
1347
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351 )
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 GIF|see
1357 \begin_inset ERT
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361
1362 {
1363 \end_layout
1364
1365 \end_inset
1366
1367 Image formats
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 }
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387 Portable Network Graphics
1388 \begin_inset Quotes erd
1389 \end_inset
1390
1391  (PNG, file extension 
1392 \begin_inset Quotes eld
1393 \end_inset
1394
1395
1396 \family typewriter
1397 .png
1398 \family default
1399
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403 )
1404 \begin_inset Index idx
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408 PNG|see
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 {
1415 \end_layout
1416
1417 \end_inset
1418
1419 Image formats
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 }
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \end_layout
1432
1433 \end_inset
1434
1435 , and 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439 Joint Photographic Experts Group
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  (JPG, file extension 
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447
1448 \family typewriter
1449 .jpg
1450 \family default
1451
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455  or 
1456 \begin_inset Quotes eld
1457 \end_inset
1458
1459
1460 \family typewriter
1461 .jpeg
1462 \family default
1463
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467 )
1468 \begin_inset Index idx
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472 JPG|see
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 {
1479 \end_layout
1480
1481 \end_inset
1482
1483 Image formats
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 }
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498
1499 .
1500 \end_layout
1501
1502 \begin_layout Description
1503 Vector
1504 \begin_inset space ~
1505 \end_inset
1506
1507 images consist of vectors and can therefore be scaled to any size without
1508  data loss.
1509  The scaling ability is necessary if you want to create presentations, because
1510  presentations are always scaled by the video projector.
1511  Scaling is also useful for online documents to let the user zoom into diagrams.
1512 \begin_inset Newline newline
1513 \end_inset
1514
1515 Well-known scalable image formats are 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519 Scalable Vector Graphics
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  (SVG, file extension 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527
1528 \family typewriter
1529 .svg
1530 \family default
1531
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 SVG|see
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 {
1547 \end_layout
1548
1549 \end_inset
1550
1551 Image formats
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 }
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571 Encapsulated PostScript
1572 \begin_inset Quotes erd
1573 \end_inset
1574
1575  (EPS, file extension 
1576 \begin_inset Quotes eld
1577 \end_inset
1578
1579
1580 \family typewriter
1581 .eps
1582 \family default
1583
1584 \begin_inset Quotes erd
1585 \end_inset
1586
1587 )
1588 \begin_inset Index idx
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 EPS|see
1593 \begin_inset ERT
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597
1598 {
1599 \end_layout
1600
1601 \end_inset
1602
1603 Image formats
1604 \begin_inset ERT
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608
1609 }
1610 \end_layout
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \end_inset
1618
1619
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623 Portable Document Format
1624 \begin_inset Quotes erd
1625 \end_inset
1626
1627  (PDF, file extension 
1628 \begin_inset Quotes eld
1629 \end_inset
1630
1631
1632 \family typewriter
1633 .pdf
1634 \family default
1635
1636 \begin_inset Quotes erd
1637 \end_inset
1638
1639 )
1640 \begin_inset Index idx
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644 PDF
1645 \end_layout
1646
1647 \end_inset
1648
1649 , and 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653 Windows Metafile
1654 \begin_inset Quotes erd
1655 \end_inset
1656
1657  (WMF, file extension 
1658 \begin_inset Quotes eld
1659 \end_inset
1660
1661
1662 \family typewriter
1663 .wmf
1664 \family default
1665
1666 \begin_inset Quotes erd
1667 \end_inset
1668
1669 )
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 SVG|see
1675 \begin_inset ERT
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679
1680 {
1681 \end_layout
1682
1683 \end_inset
1684
1685 Image formats
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691 }
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \end_inset
1700
1701 .
1702  We wrote 
1703 \begin_inset Quotes eld
1704 \end_inset
1705
1706 can be
1707 \begin_inset Quotes erd
1708 \end_inset
1709
1710 , because you can convert any bitmap image to a PDF or EPS-image and the
1711  result will still be a bitmap image.
1712  In such cases only a header with the image properties is added to the original
1713  image
1714 \begin_inset Foot
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 In the case of PDF, the original image is additionally compressed.
1719 \end_layout
1720
1721 \end_inset
1722
1723 .
1724  The PDF-files generated by 
1725 \family typewriter
1726 Adobe Photoshop
1727 \family default
1728  are for example bitmap images.
1729 \end_layout
1730
1731 \begin_layout Standard
1732 Normally it is not possible to convert a bitmap image into a scalable one,
1733  only vice versa.
1734  Only the image formats PDF and EPS can directly be embedded to PDF and
1735  PostScript output files, respectively.
1736  SVG and WMF-images are recalculated to bitmaps when the output file is
1737  generated because there is currently no adequate WMF/SVG
1738 \begin_inset Formula $\to$
1739 \end_inset
1740
1741 PDF/EPS converter available.
1742 \end_layout
1743
1744 \begin_layout Chapter
1745 Tables
1746 \begin_inset Index idx
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 Table
1751 \end_layout
1752
1753 \end_inset
1754
1755
1756 \end_layout
1757
1758 \begin_layout Section
1759 Introduction
1760 \begin_inset Index idx
1761 status collapsed
1762
1763 \begin_layout Plain Layout
1764 Table ! Introduction
1765 \end_layout
1766
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \begin_layout Standard
1773 You can insert a table using either the toolbar button 
1774 \begin_inset Info
1775 type  "icon"
1776 arg   "tabular-insert"
1777 \end_inset
1778
1779  or the menu 
1780 \family sans
1781 Insert\SpecialChar \menuseparator
1782 Table
1783 \family default
1784 .
1785  The toolbar button offers you a graphical selection: move the mouse to
1786  set the column/row number of the table that should be created and then
1787  press a mouse button.
1788  When you use the menu to create a table, a dialog will appear, asking you
1789  for the number of rows and columns.
1790 \begin_inset Newline newline
1791 \end_inset
1792
1793  The default table has lines around any cell and the first row appears separated
1794  from the rest of the table.
1795  This separation occurs due to a double line: The cells of the first row
1796  have a line below them and the cells of the second row have a line above
1797  them.
1798  Here is an example table:
1799 \end_layout
1800
1801 \begin_layout Standard
1802 \align center
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="4" columns="4">
1805 <features tabularvalignment="middle">
1806 <column alignment="center" valignment="top" width="0">
1807 <column alignment="center" valignment="top" width="0">
1808 <column alignment="center" valignment="top" width="0">
1809 <column alignment="center" valignment="top" width="0">
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824
1825 \family roman
1826 \series medium
1827 \shape up
1828 \size normal
1829 \emph off
1830 \bar no
1831 \noun off
1832 \color none
1833 1
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 2
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 3
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="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 A
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="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" 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" 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 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \family roman
1911 \series medium
1912 \shape up
1913 \size normal
1914 \emph off
1915 \bar no
1916 \noun off
1917 \color none
1918 B
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 </row>
1951 <row>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \family roman
1958 \series medium
1959 \shape up
1960 \size normal
1961 \emph off
1962 \bar no
1963 \noun off
1964 \color none
1965 C
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 </lyxtabular>
1999
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \begin_layout Section
2006 Table Dialog
2007 \begin_inset Index idx
2008 status collapsed
2009
2010 \begin_layout Plain Layout
2011 Table ! Dialog
2012 \end_layout
2013
2014 \end_inset
2015
2016
2017 \end_layout
2018
2019 \begin_layout Standard
2020 You can alter a table by clicking on it with the right mouse button, which
2021  brings up the table dialog.
2022  Here you can adjust the settings of that cell and row/column respectively
2023  where the cursor is currently placed.
2024  Most of the dialog options also work on selections.
2025  This means if you select more cells, columns or rows, the action is done
2026  for the whole selection.
2027  Note that there is a difference between selecting the 
2028 \emph on
2029 contents
2030 \emph default
2031  of the cell, and the cell itself.
2032 \begin_inset Newline newline
2033 \end_inset
2034
2035 With the dialog option 
2036 \family sans
2037 Immediate
2038 \begin_inset space ~
2039 \end_inset
2040
2041 Apply
2042 \family default
2043  every change you make in the dialog is directly applied.
2044  If you move the cursor to another table cell the dialog will then also
2045  be updated with the parameters of the new cell.
2046  If you change length values in the dialog you must press return to get
2047  the change applied.
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051 You can alter tables with the following tabs of the table dialog:
2052 \end_layout
2053
2054 \begin_layout Description
2055
2056 \family sans
2057 Table
2058 \begin_inset space ~
2059 \end_inset
2060
2061 Settings
2062 \family default
2063  Here you can set the table width
2064 \begin_inset Index idx
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068 Table ! Width
2069 \end_layout
2070
2071 \end_inset
2072
2073 , and the horizontal alignment and the width of the current column.
2074  The alignment 
2075 \family sans
2076 At
2077 \begin_inset space ~
2078 \end_inset
2079
2080 Decimal
2081 \begin_inset space ~
2082 \end_inset
2083
2084 Separator
2085 \family default
2086  is described in section
2087 \begin_inset space ~
2088 \end_inset
2089
2090
2091 \begin_inset CommandInset ref
2092 LatexCommand ref
2093 reference "sub:Special-Cell-Alignment"
2094
2095 \end_inset
2096
2097 .
2098  When you have set a width you can also adjust the vertical alignment of
2099  the current row.
2100  A given width will allow the cell to have line breaks and multiple paragraphs
2101  of text, see section
2102 \begin_inset space ~
2103 \end_inset
2104
2105
2106 \begin_inset CommandInset ref
2107 LatexCommand ref
2108 reference "sub:Multiple-Lines-in"
2109
2110 \end_inset
2111
2112 .
2113  If you set no width, the column is as wide as the content of its widest
2114  cell.
2115 \begin_inset Newline newline
2116 \end_inset
2117
2118 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2119  cell, see section
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "sub:Multicolumns"
2127
2128 \end_inset
2129
2130  or the cells of one column as multirow cell, see section
2131 \begin_inset space ~
2132 \end_inset
2133
2134
2135 \begin_inset CommandInset ref
2136 LatexCommand ref
2137 reference "sub:Multirows"
2138
2139 \end_inset
2140
2141 .
2142 \begin_inset Newline newline
2143 \end_inset
2144
2145 The rotate check boxes rotate the current cell, a selection, or the whole
2146  table counter-clockwise by 90°.
2147  The rotation is not shown within LyX, only in the output.
2148 \begin_inset Newline newline
2149 \end_inset
2150
2151
2152 \begin_inset Note Greyedout
2153 status open
2154
2155 \begin_layout Plain Layout
2156
2157 \series bold
2158 Note:
2159 \series default
2160  Not all DVI-viewers are able to display rotations.
2161 \end_layout
2162
2163 \end_inset
2164
2165
2166 \begin_inset Newline newline
2167 \end_inset
2168
2169 The table-wide vertical alignment is used for tables within text lines:
2170 \begin_inset Newline newline
2171 \end_inset
2172
2173 A line with tables with different alignments: 
2174 \begin_inset Tabular
2175 <lyxtabular version="3" rows="2" columns="2">
2176 <features tabularvalignment="top">
2177 <column alignment="center" valignment="top" width="0pt">
2178 <column alignment="center" valignment="top" width="0">
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="middle">
2245 <column alignment="center" valignment="top" width="0">
2246 <column alignment="center" valignment="top" width="0">
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 Tabular
2311 <lyxtabular version="3" rows="2" columns="2">
2312 <features tabularvalignment="bottom">
2313 <column alignment="center" valignment="top" width="0pt">
2314 <column alignment="center" valignment="top" width="0">
2315 <row>
2316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329
2330 \family roman
2331 \series medium
2332 \shape up
2333 \size normal
2334 \emph off
2335 \bar no
2336 \noun off
2337 \color none
2338 1
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \family roman
2351 \series medium
2352 \shape up
2353 \size normal
2354 \emph off
2355 \bar no
2356 \noun off
2357 \color none
2358 A
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Plain Layout
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 </lyxtabular>
2374
2375 \end_inset
2376
2377
2378 \begin_inset Newline newline
2379 \end_inset
2380
2381 It is also possible to enter a LaTeX-argument which is needed for special
2382  table formattings, see section
2383 \begin_inset space ~
2384 \end_inset
2385
2386
2387 \begin_inset CommandInset ref
2388 LatexCommand ref
2389 reference "sub:Multicolumn-Calculations"
2390
2391 \end_inset
2392
2393  and 
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sec:Colored-Tables"
2397
2398 \end_inset
2399
2400 .
2401 \end_layout
2402
2403 \begin_layout Description
2404
2405 \family sans
2406 Borders
2407 \family default
2408  In this tab you can add and delete border lines for the current row/column.
2409 \begin_inset Newline newline
2410 \end_inset
2411
2412 Using the style option 
2413 \family sans
2414 Formal
2415 \family default
2416  will convert the table to a formal table as described in section
2417 \begin_inset space ~
2418 \end_inset
2419
2420
2421 \begin_inset CommandInset ref
2422 LatexCommand ref
2423 reference "sec:Formal-Tables"
2424
2425 \end_inset
2426
2427 .
2428 \begin_inset Newline newline
2429 \end_inset
2430
2431 You can also add space here to table rows as described in section
2432 \begin_inset space ~
2433 \end_inset
2434
2435
2436 \begin_inset CommandInset ref
2437 LatexCommand ref
2438 reference "sub:Row-Spacing"
2439
2440 \end_inset
2441
2442 .
2443 \end_layout
2444
2445 \begin_layout Description
2446
2447 \family sans
2448 Longtable
2449 \family default
2450  This tab is to make a table a so called 
2451 \begin_inset Quotes eld
2452 \end_inset
2453
2454
2455 \emph on
2456 longtable
2457 \emph default
2458
2459 \begin_inset Quotes erd
2460 \end_inset
2461
2462  that can run over several pages.
2463  Sections
2464 \begin_inset space ~
2465 \end_inset
2466
2467
2468 \begin_inset CommandInset ref
2469 LatexCommand ref
2470 reference "sec:Longtables"
2471
2472 \end_inset
2473
2474  and 
2475 \begin_inset CommandInset ref
2476 LatexCommand ref
2477 reference "sec:Special-Longtable-Issues"
2478
2479 \end_inset
2480
2481  describe the longtable features in detail.
2482 \end_layout
2483
2484 \begin_layout Section
2485 Table Toolbar
2486 \begin_inset Index idx
2487 status collapsed
2488
2489 \begin_layout Plain Layout
2490 Table ! Toolbar
2491 \end_layout
2492
2493 \end_inset
2494
2495
2496 \end_layout
2497
2498 \begin_layout Standard
2499 The table toolbar is an alternative to the table dialog to be able to alter
2500  tables faster.
2501  It should normally appear at the bottom of LyX's main window when the cursor
2502  is inside a table.
2503  You can alternatively switch it on to appear always, by right-clicking
2504  in LyX's main menu bar.
2505 \end_layout
2506
2507 \begin_layout Standard
2508 The toolbar has the following icons:
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513
2514 \family sans
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "inset-modify tabular append-row"
2518 \end_inset
2519
2520
2521 \family default
2522  adds a row below the current cell or selection
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527
2528 \family sans
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "inset-modify tabular append-column"
2532 \end_inset
2533
2534
2535 \family default
2536  adds a column right beside the current cell or selection
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541
2542 \family sans
2543 \begin_inset Info
2544 type  "icon"
2545 arg   "inset-modify tabular delete-row"
2546 \end_inset
2547
2548
2549 \family default
2550  deletes the current row or selection
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555
2556 \family sans
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "inset-modify tabular delete-column"
2560 \end_inset
2561
2562
2563 \family default
2564  deletes the current column or selection
2565 \end_layout
2566
2567 \begin_layout Labeling
2568 \labelwidthstring 00.00.0000
2569
2570 \family sans
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "inset-modify tabular toggle-line-top"
2574 \end_inset
2575
2576
2577 \family default
2578  adds a line at the top of the current cell / row or of a selection
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583
2584 \family sans
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "inset-modify tabular toggle-line-bottom"
2588 \end_inset
2589
2590
2591 \family default
2592  adds a line at the bottom of the current cell / row or of a selection
2593 \end_layout
2594
2595 \begin_layout Labeling
2596 \labelwidthstring 00.00.0000
2597
2598 \family sans
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "inset-modify tabular toggle-line-left"
2602 \end_inset
2603
2604
2605 \family default
2606  adds a line at the left side of the current cell / row or of a selection
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611
2612 \family sans
2613 \begin_inset Info
2614 type  "icon"
2615 arg   "inset-modify tabular toggle-line-right"
2616 \end_inset
2617
2618
2619 \family default
2620  adds a line at the right side of the current cell / row or of a selection
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625
2626 \family sans
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "inset-modify tabular set-all-lines"
2630 \end_inset
2631
2632
2633 \family default
2634  adds lines around the current or selected cells - if the current cell no
2635  multicolumn cell this also affects the current row and column
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640
2641 \family sans
2642 \begin_inset Info
2643 type  "icon"
2644 arg   "inset-modify tabular unset-all-lines"
2645 \end_inset
2646
2647
2648 \family default
2649  deletes all lines of the current or selected cells - if the current cell
2650  no multicolumn cell this also affects the current row and column
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655
2656 \family sans
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "inset-modify tabular m-align-left"
2660 \end_inset
2661
2662
2663 \family default
2664  left-aligns the content of the current cell / column
2665 \end_layout
2666
2667 \begin_layout Labeling
2668 \labelwidthstring 00.00.0000
2669
2670 \family sans
2671 \begin_inset Info
2672 type  "icon"
2673 arg   "inset-modify tabular m-align-center"
2674 \end_inset
2675
2676
2677 \family default
2678  centers the content of the current cell / column horizontally
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683
2684 \family sans
2685 \begin_inset Info
2686 type  "icon"
2687 arg   "inset-modify tabular m-align-right"
2688 \end_inset
2689
2690
2691 \family default
2692  right-aligns the content of the current cell / column
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697
2698 \family sans
2699 \begin_inset Info
2700 type  "icon"
2701 arg   "inset-modify tabular align-decimal"
2702 \end_inset
2703
2704
2705 \family default
2706  aligns the content of the current column at a character
2707 \end_layout
2708
2709 \begin_layout Labeling
2710 \labelwidthstring 00.00.0000
2711
2712 \family sans
2713 \begin_inset Info
2714 type  "icon"
2715 arg   "inset-modify tabular m-valign-top"
2716 \end_inset
2717
2718
2719 \family default
2720  aligns the content of the current cell vertically to the top
2721 \end_layout
2722
2723 \begin_layout Labeling
2724 \labelwidthstring 00.00.0000
2725
2726 \family sans
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular m-valign-middle"
2730 \end_inset
2731
2732
2733 \family default
2734  centers the content of the current cell vertically
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739
2740 \family sans
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "inset-modify tabular m-valign-bottom"
2744 \end_inset
2745
2746
2747 \family default
2748  aligns the content of the current cell vertically to the bottom
2749 \end_layout
2750
2751 \begin_layout Labeling
2752 \labelwidthstring 00.00.0000
2753
2754 \family sans
2755 \begin_inset Info
2756 type  "icon"
2757 arg   "inset-modify tabular set-rotate-cell"
2758 \end_inset
2759
2760
2761 \family default
2762  rotates the current cell or selection counter-clockwise by 90°
2763 \end_layout
2764
2765 \begin_layout Labeling
2766 \labelwidthstring 00.00.0000
2767
2768 \family sans
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "inset-modify tabular set-rotate-tabular"
2772 \end_inset
2773
2774
2775 \family default
2776  rotates the whole table counter-clockwise by 90°
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781
2782 \family sans
2783 \begin_inset Info
2784 type  "icon"
2785 arg   "inset-modify tabular multicolumn"
2786 \end_inset
2787
2788
2789 \family default
2790  sets the current cell or selection as a multicolumn
2791 \end_layout
2792
2793 \begin_layout Labeling
2794 \labelwidthstring 00.00.0000
2795
2796 \family sans
2797 \begin_inset Info
2798 type  "icon"
2799 arg   "inset-modify tabular multirow"
2800 \end_inset
2801
2802
2803 \family default
2804  sets the current cell or selection as a multirow
2805 \end_layout
2806
2807 \begin_layout Standard
2808 \begin_inset Note Greyedout
2809 status open
2810
2811 \begin_layout Plain Layout
2812
2813 \series bold
2814 Note:
2815 \series default
2816  For the output the vertical alignment of the first cell in a row is used
2817  for all following cells in the row.
2818 \end_layout
2819
2820 \end_inset
2821
2822
2823 \end_layout
2824
2825 \begin_layout Section
2826 Edit Table Menu
2827 \begin_inset Index idx
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831 Table ! Edit Menu
2832 \end_layout
2833
2834 \end_inset
2835
2836
2837 \end_layout
2838
2839 \begin_layout Standard
2840 In addition to the table dialog and toolbar, the menu 
2841 \family sans
2842 Edit\SpecialChar \menuseparator
2843 Table
2844 \family default
2845  allows you to add and delete border lines for the current row/column and
2846  to set the current selection as multicolumn.
2847  The menu is only available when the cursor is inside a table.
2848 \end_layout
2849
2850 \begin_layout Section
2851 Table Floats
2852 \begin_inset CommandInset label
2853 LatexCommand label
2854 name "sec:Table-Floats"
2855
2856 \end_inset
2857
2858
2859 \begin_inset Index idx
2860 status collapsed
2861
2862 \begin_layout Plain Layout
2863 Floats ! Tables
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 Table ! Floats
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \begin_layout Standard
2882 For general explanations about floats, have a look at section
2883 \begin_inset space ~
2884 \end_inset
2885
2886
2887 \begin_inset CommandInset ref
2888 LatexCommand ref
2889 reference "sec:FloatIntroduction"
2890
2891 \end_inset
2892
2893 .
2894 \end_layout
2895
2896 \begin_layout Standard
2897 \begin_inset Float table
2898 placement h
2899 wide false
2900 sideways false
2901 status open
2902
2903 \begin_layout Plain Layout
2904 \begin_inset Caption
2905
2906 \begin_layout Plain Layout
2907 \begin_inset CommandInset label
2908 LatexCommand label
2909 name "tab:a table float"
2910
2911 \end_inset
2912
2913 A table float.
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Plain Layout
2922 \align center
2923 \begin_inset Tabular
2924 <lyxtabular version="3" rows="3" columns="3">
2925 <features tabularvalignment="middle">
2926 <column alignment="center" valignment="top" width="0pt">
2927 <column alignment="center" valignment="top" width="0pt">
2928 <column alignment="center" valignment="top" width="0pt">
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \family roman
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 1
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \family roman
2954 \series medium
2955 \shape up
2956 \size normal
2957 \emph off
2958 \bar no
2959 \noun off
2960 \color none
2961 2
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \family roman
2972 \series medium
2973 \shape up
2974 \size normal
2975 \emph off
2976 \bar no
2977 \noun off
2978 \color none
2979 3
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \family roman
2992 \series medium
2993 \shape up
2994 \size normal
2995 \emph off
2996 \bar no
2997 \noun off
2998 \color none
2999 Joe
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008
3009 \family roman
3010 \series medium
3011 \shape up
3012 \size normal
3013 \emph off
3014 \bar no
3015 \noun off
3016 \color none
3017 Mary
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \family roman
3028 \series medium
3029 \shape up
3030 \size normal
3031 \emph off
3032 \bar no
3033 \noun off
3034 \color none
3035 Ted
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 </row>
3041 <row>
3042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046
3047 \family roman
3048 \series medium
3049 \shape up
3050 \size normal
3051 \emph off
3052 \bar no
3053 \noun off
3054 \color none
3055 \begin_inset Formula $\int x^{2}dx$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \family roman
3069 \series medium
3070 \shape up
3071 \size normal
3072 \emph off
3073 \bar no
3074 \noun off
3075 \color none
3076 \begin_inset Formula $\left[\begin{array}{cc}
3077 a & b\\
3078 c & d
3079 \end{array}\right]$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \family roman
3093 \series medium
3094 \shape up
3095 \size normal
3096 \emph off
3097 \bar no
3098 \noun off
3099 \color none
3100 \begin_inset Formula $1+1=2$
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 </lyxtabular>
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Standard
3122 Table floats can be inserted using the menu 
3123 \family sans
3124 Insert\SpecialChar \menuseparator
3125 Float\SpecialChar \menuseparator
3126 Table
3127 \family default
3128  or the toolbar button 
3129 \family sans
3130
3131 \begin_inset Info
3132 type  "icon"
3133 arg   "float-insert table"
3134 \end_inset
3135
3136
3137 \family default
3138 .
3139 \end_layout
3140
3141 \begin_layout Standard
3142 The float appears as a collapsible box with a caption that has the label
3143  
3144 \begin_inset Quotes eld
3145 \end_inset
3146
3147 Table
3148 \begin_inset space ~
3149 \end_inset
3150
3151 #:
3152 \begin_inset Quotes erd
3153 \end_inset
3154
3155  (# is the actual table number).
3156  You can insert tables in the float above or below the caption.
3157 \end_layout
3158
3159 \begin_layout Standard
3160 Table
3161 \begin_inset space ~
3162 \end_inset
3163
3164
3165 \begin_inset CommandInset ref
3166 LatexCommand ref
3167 reference "tab:a table float"
3168
3169 \end_inset
3170
3171  is an example table within a table float.
3172 \end_layout
3173
3174 \begin_layout Standard
3175 Having the caption above the table is the common rule that is unfortunately
3176  not supported in LaTeX's standard classes.
3177  This means that, if you are using the document classes 
3178 \family sans
3179 article
3180 \family default
3181
3182 \family sans
3183 book
3184 \family default
3185
3186 \family sans
3187 letter
3188 \family default
3189 , or 
3190 \family sans
3191 report
3192 \family default
3193 , there will be no space between the caption and the table.
3194  To insert the needed space, add the following option to the load command
3195  of the LaTeX-package 
3196 \series bold
3197 caption
3198 \series default
3199
3200 \begin_inset Index idx
3201 status collapsed
3202
3203 \begin_layout Plain Layout
3204 LaTeX-packages ! caption
3205 \end_layout
3206
3207 \end_inset
3208
3209  in your document preamble
3210 \begin_inset Foot
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 For more information have a look at section
3215 \begin_inset space ~
3216 \end_inset
3217
3218
3219 \begin_inset CommandInset ref
3220 LatexCommand ref
3221 reference "sec:Caption-Placement"
3222
3223 \end_inset
3224
3225 .
3226 \end_layout
3227
3228 \end_inset
3229
3230 :
3231 \end_layout
3232
3233 \begin_layout Standard
3234
3235 \series bold
3236 tableposition=top
3237 \end_layout
3238
3239 \begin_layout Standard
3240 The package 
3241 \series bold
3242 caption
3243 \series default
3244 , which is described in section
3245 \begin_inset space ~
3246 \end_inset
3247
3248
3249 \begin_inset CommandInset ref
3250 LatexCommand ref
3251 reference "sec:Caption-Formatting"
3252
3253 \end_inset
3254
3255 , is used to adjust the caption format.
3256 \end_layout
3257
3258 \begin_layout Standard
3259 \begin_inset Index idx
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263 References ! to Tables
3264 \end_layout
3265
3266 \end_inset
3267
3268 Tables can be cross-referenced in the text by referencing their label.
3269  To do this insert a label in the caption using the menu 
3270 \family sans
3271 Insert\SpecialChar \menuseparator
3272 Label
3273 \family default
3274  or the toolbar button 
3275 \family sans
3276
3277 \begin_inset Info
3278 type  "icon"
3279 arg   "label-insert"
3280 \end_inset
3281
3282
3283 \family default
3284 .
3285  You can now refer to the label using the menu 
3286 \family sans
3287 Insert\SpecialChar \menuseparator
3288 Cross
3289 \begin_inset space ~
3290 \end_inset
3291
3292 reference
3293 \family default
3294  or the toolbar button 
3295 \family sans
3296
3297 \begin_inset Info
3298 type  "icon"
3299 arg   "dialog-show-new-inset ref"
3300 \end_inset
3301
3302
3303 \family default
3304 .
3305 \begin_inset Newline newline
3306 \end_inset
3307
3308 Referencing is explained in detail in section
3309 \begin_inset space ~
3310 \end_inset
3311
3312
3313 \begin_inset CommandInset ref
3314 LatexCommand ref
3315 reference "sec:Referencing-Floats"
3316
3317 \end_inset
3318
3319 .
3320 \end_layout
3321
3322 \begin_layout Section
3323 Longtables
3324 \begin_inset CommandInset label
3325 LatexCommand label
3326 name "sec:Longtables"
3327
3328 \end_inset
3329
3330
3331 \begin_inset Index idx
3332 status collapsed
3333
3334 \begin_layout Plain Layout
3335 Longtables
3336 \end_layout
3337
3338 \end_inset
3339
3340
3341 \begin_inset Index idx
3342 status collapsed
3343
3344 \begin_layout Plain Layout
3345 Table ! Longtables
3346 \end_layout
3347
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \begin_layout Standard
3354 If the table is too long to fit on one page, you can use the option 
3355 \family sans
3356 Use
3357 \begin_inset space ~
3358 \end_inset
3359
3360 long
3361 \begin_inset space ~
3362 \end_inset
3363
3364 table
3365 \family default
3366  in the tab 
3367 \family sans
3368 Longtable
3369 \family default
3370  of the table dialog to split the table automatically over more pages.
3371  Doing this enables the following options:
3372 \end_layout
3373
3374 \begin_layout Description
3375 Header: The current row is defined to be a header row that appears on all
3376  pages of the longtable; except for the first page, if 
3377 \family sans
3378 First
3379 \begin_inset space ~
3380 \end_inset
3381
3382 header
3383 \family default
3384  is defined.
3385  This is therefore called the main header.
3386 \end_layout
3387
3388 \begin_layout Description
3389 First
3390 \begin_inset space ~
3391 \end_inset
3392
3393 header: The current row is defined to be a header row that appears on the
3394  first page of the longtable.
3395 \end_layout
3396
3397 \begin_layout Description
3398 Footer: The current row is defined to be a footer row that appears on all
3399  pages of the longtable; except for the last page, if 
3400 \family sans
3401 Last
3402 \begin_inset space ~
3403 \end_inset
3404
3405 footer
3406 \family default
3407  is defined.
3408 \end_layout
3409
3410 \begin_layout Description
3411 Last
3412 \begin_inset space ~
3413 \end_inset
3414
3415 footer: The current row is defined to be a footer row that appears on the
3416  last page of the longtable.
3417 \end_layout
3418
3419 \begin_layout Description
3420 Caption: The current row contains the table caption.
3421  The row is reset as single column and a caption is inserted.
3422  More about longtable captions is explained in sec.
3423 \begin_inset space \thinspace{}
3424 \end_inset
3425
3426
3427 \begin_inset CommandInset ref
3428 LatexCommand ref
3429 reference "sub:Longtable-Captions"
3430
3431 \end_inset
3432
3433 .
3434 \end_layout
3435
3436 \begin_layout Standard
3437 You can also specify a row where the table is split.
3438  See the following longtable to see how it works:
3439 \end_layout
3440
3441 \begin_layout Standard
3442 \align center
3443 \begin_inset Tabular
3444 <lyxtabular version="3" rows="69" columns="3">
3445 <features islongtable="true" longtabularalignment="center">
3446 <column alignment="left" valignment="top" width="0cm">
3447 <column alignment="left" valignment="top" width="0pt">
3448 <column alignment="center" valignment="top" width="0pt">
3449 <row endfirsthead="true">
3450 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454
3455 \series bold
3456 Example Phone List (ignore the names)
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 </row>
3480 <row endfirsthead="true">
3481 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \series bold
3487 NAME
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 TEL.
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row endhead="true">
3514 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Example Phone List
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row endhead="true">
3545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 NAME
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 TEL.
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row endfoot="true">
3578 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582  continued on next page
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Annovi
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Silvia
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Bertoli
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Stefano
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Bozzi
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Walter
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Cachia
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Maria
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Cachia
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Maurizio
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Cinquemani
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Giusi
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Colin
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Bernard
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Concli
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Gianfranco
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Dal Bosco
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Carolina
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Dalpiaz
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Annamaria
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921
3922 \series bold
3923 Feliciello
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 Domenico
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 111
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 </row>
3947 <row>
3948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952
3953 \series bold
3954 Focarelli
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Paola
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 111
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 </row>
3978 <row>
3979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983
3984 \series bold
3985 Galletti
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Oreste
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 111
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 <row>
4010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014
4015 \series bold
4016 Gasparini
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 Franca
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 111
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 <row>
4041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047 Rizzardi
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Paola
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 111
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \series bold
4078 Lassini
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Giancarlo
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 111
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \series bold
4109 Malfatti
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Luciano
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 111
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Malfatti
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Valeriano
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 111
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171 Meneguzzo
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 Roberto
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 111
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \series bold
4202 Mezzadra
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 Roberto
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 111
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Pirpamer
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Erich
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 111
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Pochiesa
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Paolo
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 111, 222
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Radina
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Claudio
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 111
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Stuffer
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Oskar
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 111
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Tacchelli
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Ugo
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 111
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Tezzele
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Margit
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 111
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Unterkalmsteiner
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Frieda
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 111
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Vieider
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Hilde
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 111
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Vigna
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Jürgen
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 111
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Weber
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Maurizio
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 111
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Winkler
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Franz
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 111
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572  
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Annovi
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Silvia
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Bertoli
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Stefano
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Bozzi
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Walter
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Cachia
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Maria
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Cachia
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Maurizio
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Cinquemani
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Giusi
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Colin
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Bernard
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Concli
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Gianfranco
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Dal Bosco
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Carolina
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Dalpiaz
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Annamaria
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Feliciello
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Domenico
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Focarelli
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Paola
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Galletti
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Oreste
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Gasparini
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Franca
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Rizzardi
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Paola
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Lassini
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Giancarlo
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 555
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Malfatti
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Luciano
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Malfatti
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Valeriano
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \series bold
5161 Meneguzzo
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Roberto
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 555
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row>
5186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190
5191 \series bold
5192 Mezzadra
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Roberto
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 555
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223 Pirpamer
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 Erich
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 555
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \series bold
5254 Pochiesa
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Paolo
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 555, 222
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \series bold
5285 Radina
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Claudio
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 555
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row>
5310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314
5315 \series bold
5316 Stuffer
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 Oskar
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 555
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 <row>
5341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345
5346 \series bold
5347 Tacchelli
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 Ugo
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 555
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 </row>
5371 <row>
5372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376
5377 \series bold
5378 Tezzele
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 Margit
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 555
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 </row>
5402 <row>
5403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407
5408 \series bold
5409 Unterkalmsteiner
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 Frieda
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 555
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 </row>
5433 <row>
5434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \series bold
5440 Vieider
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 Hilde
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 555
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \series bold
5471 Vigna
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 Jürgen
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 999
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 </row>
5495 <row>
5496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500
5501 \series bold
5502 Weber
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 Maurizio
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 555
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 </row>
5526 <row>
5527 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531
5532 \series bold
5533 Winkler
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 Franz
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 555
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row endlastfoot="true">
5558 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 end
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 </lyxtabular>
5587
5588 \end_inset
5589
5590
5591 \begin_inset ERT
5592 status collapsed
5593
5594 \begin_layout Plain Layout
5595
5596
5597 \backslash
5598 addtocounter{table}{-1}
5599 \end_layout
5600
5601 \end_inset
5602
5603
5604 \begin_inset Note Note
5605 status collapsed
5606
5607 \begin_layout Plain Layout
5608 See the first greyed-out note in section
5609 \begin_inset space ~
5610 \end_inset
5611
5612
5613 \begin_inset CommandInset ref
5614 LatexCommand ref
5615 reference "sub:Longtable-Captions"
5616
5617 \end_inset
5618
5619  for an explanation of this command.
5620 \end_layout
5621
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \begin_layout Subsection
5628 Footnotes in Longtables
5629 \begin_inset CommandInset label
5630 LatexCommand label
5631 name "sub:Footnotes-in-Longtables"
5632
5633 \end_inset
5634
5635
5636 \begin_inset Index idx
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640 Longtables ! Footnotes
5641 \end_layout
5642
5643 \end_inset
5644
5645
5646 \end_layout
5647
5648 \begin_layout Standard
5649 Footnotes can be inserted to every longtable cell.
5650  They appear at the bottom of the page where the table cell with the footnote
5651  appears.
5652  Table
5653 \begin_inset space ~
5654 \end_inset
5655
5656
5657 \begin_inset CommandInset ref
5658 LatexCommand ref
5659 reference "tab:DiffCaptions"
5660
5661 \end_inset
5662
5663  has for example a footnote.
5664 \end_layout
5665
5666 \begin_layout Subsection
5667 Longtable Alignment
5668 \begin_inset Index idx
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672 Longtables ! Alignment
5673 \end_layout
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \begin_layout Standard
5681 The horizontal alignment of longtables can be set in the table settings
5682  dialog.
5683  For left- and right-alignment the table will be directly at the page border.
5684  To add space between the table and the border one has to set the alignment
5685  to center and change the value of the LaTeX-lengths 
5686 \series bold
5687
5688 \backslash
5689 LTleft 
5690 \series default
5691 or 
5692 \series bold
5693
5694 \backslash
5695 LTright
5696 \series default
5697  by inserting this line as TeX-Code before the longtable:
5698 \end_layout
5699
5700 \begin_layout Standard
5701
5702 \series bold
5703
5704 \backslash
5705 setlength{
5706 \backslash
5707 LTleft}{value}
5708 \end_layout
5709
5710 \begin_layout Standard
5711 The value can have any of the units listed in Table
5712 \begin_inset space ~
5713 \end_inset
5714
5715
5716 \begin_inset CommandInset ref
5717 LatexCommand ref
5718 reference "tab:Units"
5719
5720 \end_inset
5721
5722 .
5723  
5724 \series bold
5725
5726 \backslash
5727 LTleft
5728 \series default
5729  controls the horizontal distance from the left page border to the longtable,
5730  
5731 \series bold
5732
5733 \backslash
5734 LTright
5735 \series default
5736  the distance from the right side.
5737  The default value for both lengths is 
5738 \series bold
5739
5740 \backslash
5741 fill
5742 \series default
5743 , which is in this case the same as an horizontal fill in LyX.
5744 \end_layout
5745
5746 \begin_layout Standard
5747 The following longtable was centered and 
5748 \series bold
5749
5750 \backslash
5751 LTleft
5752 \series default
5753  set to 
5754 \family sans
5755 0.1
5756 \backslash
5757 columnwidth
5758 \family default
5759 :
5760 \begin_inset ERT
5761 status collapsed
5762
5763 \begin_layout Plain Layout
5764
5765
5766 \backslash
5767 setlength{
5768 \backslash
5769 LTleft}{0.1
5770 \backslash
5771 columnwidth}
5772 \end_layout
5773
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 \begin_inset Tabular
5781 <lyxtabular version="3" rows="5" columns="5">
5782 <features islongtable="true" longtabularalignment="center">
5783 <column alignment="center" valignment="top" width="0">
5784 <column alignment="center" valignment="top" width="0pt">
5785 <column alignment="center" valignment="top" width="0">
5786 <column alignment="center" valignment="top" width="0">
5787 <column alignment="center" valignment="top" width="0">
5788 <row>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 1
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 2
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 3
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 4
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 5
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 s
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 s
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 asd
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 </row>
5882 <row>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 s
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 s
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 s
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 asd
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 s
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 s
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 s
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 asd
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 </row>
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 asd
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 asd
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 </row>
6023 </lyxtabular>
6024
6025 \end_inset
6026
6027
6028 \begin_inset ERT
6029 status collapsed
6030
6031 \begin_layout Plain Layout
6032
6033
6034 \backslash
6035 setlength{
6036 \backslash
6037 LTleft}{
6038 \backslash
6039 fill}
6040 \end_layout
6041
6042 \end_inset
6043
6044
6045 \begin_inset ERT
6046 status collapsed
6047
6048 \begin_layout Plain Layout
6049
6050
6051 \backslash
6052 addtocounter{table}{-1}
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \begin_inset Note Note
6059 status collapsed
6060
6061 \begin_layout Plain Layout
6062 See the first greyed-out note in section
6063 \begin_inset space ~
6064 \end_inset
6065
6066
6067 \begin_inset CommandInset ref
6068 LatexCommand ref
6069 reference "sub:Longtable-Captions"
6070
6071 \end_inset
6072
6073  for an explanation of this command.
6074 \end_layout
6075
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \begin_layout Subsection
6082 Longtable Captions
6083 \begin_inset Index idx
6084 status collapsed
6085
6086 \begin_layout Plain Layout
6087 Longtables ! Captions
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \begin_inset CommandInset label
6094 LatexCommand label
6095 name "sub:Longtable-Captions"
6096
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \begin_layout Standard
6103 A longtable cannot be put into a table float because floats can only be
6104  on one page.
6105  But the caption environment of floats can also be used for longtables when
6106  you use the longtable option 
6107 \family sans
6108 Caption
6109 \family default
6110  as described in sec.
6111 \begin_inset space \thinspace{}
6112 \end_inset
6113
6114
6115 \begin_inset CommandInset ref
6116 LatexCommand ref
6117 reference "sec:Longtables"
6118
6119 \end_inset
6120
6121 .
6122  
6123 \change_inserted -195340706 1324242393
6124 A caption must be put into one of 
6125 \family sans
6126 First
6127 \begin_inset space ~
6128 \end_inset
6129
6130 header
6131 \family default
6132
6133 \family sans
6134 Header
6135 \family default
6136
6137 \family sans
6138 Footer
6139 \family default
6140  and 
6141 \family sans
6142 Fast
6143 \begin_inset space ~
6144 \end_inset
6145
6146 footer
6147 \family default
6148 .
6149  Each kind of footer and header may only contain one 
6150 \change_deleted -195340706 1324242398
6151 Only one table row can contain the
6152 \change_unchanged
6153  caption.
6154 \end_layout
6155
6156 \begin_layout Standard
6157 Here is a short longtable to see how it works:
6158 \end_layout
6159
6160 \begin_layout Standard
6161 \begin_inset Tabular
6162 <lyxtabular version="3" rows="6" columns="5">
6163 <features islongtable="true" longtabularalignment="center">
6164 <column alignment="center" valignment="top" width="0">
6165 <column alignment="center" valignment="top" width="0">
6166 <column alignment="center" valignment="top" width="0">
6167 <column alignment="center" valignment="top" width="0">
6168 <column alignment="center" valignment="top" width="0">
6169 <row caption="true">
6170 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Caption
6175
6176 \begin_layout Plain Layout
6177 Longtable with caption
6178 \begin_inset Argument
6179 status open
6180
6181 \begin_layout Plain Layout
6182 Longtable
6183 \end_layout
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 1
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 2
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 3
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 4
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 5
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 s
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 </row>
6469 </lyxtabular>
6470
6471 \end_inset
6472
6473
6474 \end_layout
6475
6476 \begin_layout Standard
6477 \begin_inset VSpace medskip
6478 \end_inset
6479
6480
6481 \begin_inset Note Greyedout
6482 status open
6483
6484 \begin_layout Plain Layout
6485
6486 \series bold
6487 Note
6488 \begin_inset space ~
6489 \end_inset
6490
6491 1:
6492 \series default
6493  The table number is increased for every longtable, even if you did not
6494  set a caption for it.
6495  For this reason you could have the case that e.
6496 \begin_inset space \thinspace{}
6497 \end_inset
6498
6499 g.
6500 \begin_inset space \space{}
6501 \end_inset
6502
6503 Table
6504 \begin_inset space ~
6505 \end_inset
6506
6507 2.4 follows Table
6508 \begin_inset space ~
6509 \end_inset
6510
6511 2.1 in the list of tables if there are two longtables without captions.
6512  To avoid this you can add the following command in TeX-Code after every
6513  longtable without a caption:
6514 \end_layout
6515
6516 \begin_layout Plain Layout
6517
6518 \series bold
6519
6520 \backslash
6521 addtocounter{table}{-1}
6522 \end_layout
6523
6524 \begin_layout Plain Layout
6525 This is not needed when none of your longtables has a caption and you add
6526  the following code to the document preamble:
6527 \end_layout
6528
6529 \begin_layout Plain Layout
6530
6531 \series bold
6532
6533 \backslash
6534 let
6535 \backslash
6536 myEnd
6537 \backslash
6538 endlongtable
6539 \begin_inset Newline newline
6540 \end_inset
6541
6542
6543 \backslash
6544 renewcommand{
6545 \backslash
6546 endlongtable}{
6547 \backslash
6548 myEnd
6549 \backslash
6550 addtocounter{table}{-1}}
6551 \end_layout
6552
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \begin_layout Standard
6559 \begin_inset Note Greyedout
6560 status open
6561
6562 \begin_layout Plain Layout
6563
6564 \series bold
6565 Note
6566 \begin_inset space ~
6567 \end_inset
6568
6569 2:
6570 \series default
6571  If you are using
6572 \series bold
6573  hyperref
6574 \series default
6575
6576 \begin_inset Index idx
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580 LaTeX-packages ! hyperref
6581 \end_layout
6582
6583 \end_inset
6584
6585  in the 
6586 \family sans
6587 PDF Properties
6588 \family default
6589  of the 
6590 \family sans
6591 Document Settings
6592 \family default
6593  dialog to link cross-references, the link to a longtable caption will always
6594  point to the beginning of the document.
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Subsubsection
6603 References to Longtables
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Longtables ! References
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \begin_layout Standard
6617 \begin_inset Tabular
6618 <lyxtabular version="3" rows="6" columns="5">
6619 <features islongtable="true" longtabularalignment="center">
6620 <column alignment="center" valignment="top" width="0">
6621 <column alignment="center" valignment="top" width="0">
6622 <column alignment="center" valignment="top" width="0">
6623 <column alignment="center" valignment="top" width="0">
6624 <column alignment="center" valignment="top" width="0">
6625 <row caption="true">
6626 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Caption
6631
6632 \begin_layout Plain Layout
6633 Referenced longtable
6634 \begin_inset CommandInset label
6635 LatexCommand label
6636 name "tab:RefExample"
6637
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 </row>
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 1
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 2
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 3
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 4
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 5
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 s
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 s
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 asd
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 </row>
6781 <row>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 asd
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 s
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 s
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 sad
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 asd
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 </lyxtabular>
6923
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \begin_layout Standard
6930 To reference a longtable, insert a label into the caption.
6931 \end_layout
6932
6933 \begin_layout Standard
6934 This is a reference to Table
6935 \begin_inset space ~
6936 \end_inset
6937
6938
6939 \begin_inset CommandInset ref
6940 LatexCommand ref
6941 reference "tab:RefExample"
6942
6943 \end_inset
6944
6945 .
6946 \end_layout
6947
6948 \begin_layout Standard
6949 The caption layout can be set together with all other captions of your document
6950  using the LaTeX-package 
6951 \series bold
6952 caption
6953 \series default
6954
6955 \begin_inset Index idx
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959 LaTeX-packages ! caption
6960 \end_layout
6961
6962 \end_inset
6963
6964 , see section
6965 \begin_inset space ~
6966 \end_inset
6967
6968
6969 \begin_inset CommandInset ref
6970 LatexCommand ref
6971 reference "sec:Caption-Formatting"
6972
6973 \end_inset
6974
6975 .
6976 \end_layout
6977
6978 \begin_layout Subsubsection
6979 Caption Width
6980 \begin_inset Index idx
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984 Longtables ! Caption Width
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \begin_layout Standard
6993 The maximal width of caption lines is defined by the length 
6994 \series bold
6995
6996 \backslash
6997 LTcapwidth
6998 \series default
6999 .
7000  Its default value is 4
7001 \begin_inset space \thinspace{}
7002 \end_inset
7003
7004 in.
7005  To change it add the following command to your document preamble or as
7006  TeX-Code into your document before the longtable that should be affected
7007 \end_layout
7008
7009 \begin_layout Standard
7010
7011 \series bold
7012
7013 \backslash
7014 setlength{
7015 \backslash
7016 LTcapwidth}{width}
7017 \end_layout
7018
7019 \begin_layout Standard
7020 where the width could have one of the units listed in appendix
7021 \begin_inset space ~
7022 \end_inset
7023
7024
7025 \begin_inset CommandInset ref
7026 LatexCommand ref
7027 reference "cha:Units-available-in"
7028
7029 \end_inset
7030
7031 .
7032 \end_layout
7033
7034 \begin_layout Standard
7035 The following tables show the difference:
7036 \end_layout
7037
7038 \begin_layout Standard
7039 \begin_inset Tabular
7040 <lyxtabular version="3" rows="6" columns="5">
7041 <features islongtable="true" longtabularalignment="center">
7042 <column alignment="center" valignment="top" width="0">
7043 <column alignment="center" valignment="top" width="0">
7044 <column alignment="center" valignment="top" width="0">
7045 <column alignment="center" valignment="top" width="0">
7046 <column alignment="center" valignment="top" width="0">
7047 <row caption="true">
7048 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 \begin_inset Caption
7053
7054 \begin_layout Plain Layout
7055 long full title with default width long full title with default width long
7056  full title with default width
7057 \begin_inset Argument
7058 status collapsed
7059
7060 \begin_layout Plain Layout
7061 caption with default width
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \end_layout
7068
7069 \end_inset
7070
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 <row>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 1
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 2
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 3
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 4
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 5
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 </row>
7160 <row>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 asd
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 s
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 </row>
7207 <row>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 asd
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 s
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 asd
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 </row>
7254 <row>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 s
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 </row>
7301 <row>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 sad
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 asd
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 </row>
7348 </lyxtabular>
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \begin_layout Standard
7356 \begin_inset ERT
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360
7361
7362 \backslash
7363 setlength{
7364 \backslash
7365 LTcapwidth}{5cm}
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \begin_inset Tabular
7372 <lyxtabular version="3" rows="6" columns="5">
7373 <features islongtable="true" longtabularalignment="center">
7374 <column alignment="center" valignment="top" width="0">
7375 <column alignment="center" valignment="top" width="0">
7376 <column alignment="center" valignment="top" width="0">
7377 <column alignment="center" valignment="top" width="0">
7378 <column alignment="center" valignment="top" width="0">
7379 <row caption="true">
7380 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 \begin_inset Caption
7385
7386 \begin_layout Plain Layout
7387 long full title with width set to 5
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 cm long full title with width set to 5
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 cm long full title with width set to 5
7396 \begin_inset space \thinspace{}
7397 \end_inset
7398
7399 cm
7400 \begin_inset Argument
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404 caption with width
7405 \begin_inset space \thinspace{}
7406 \end_inset
7407
7408 =
7409 \begin_inset space \thinspace{}
7410 \end_inset
7411
7412 5
7413 \begin_inset space \thinspace{}
7414 \end_inset
7415
7416 cm
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 1
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 2
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 3
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 4
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 5
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 asd
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 s
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 s
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 asd
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 asd
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 s
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 s
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 asd
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 asd
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 s
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 s
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 s
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 asd
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 sad
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 asd
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 asd
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 </lyxtabular>
7704
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \begin_layout Standard
7711 \begin_inset ERT
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 setlength{
7719 \backslash
7720 LTcapwidth}{4in}
7721 \end_layout
7722
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \begin_layout Standard
7729 \begin_inset Note Greyedout
7730 status open
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Note:
7736 \series default
7737  When the LaTeX-package 
7738 \series bold
7739 caption
7740 \series default
7741
7742 \begin_inset Index idx
7743 status collapsed
7744
7745 \begin_layout Plain Layout
7746 LaTeX-packages ! caption
7747 \end_layout
7748
7749 \end_inset
7750
7751  is used, as in this document, the full page width is used for the caption
7752  when you use the default value of 4
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in for 
7757 \series bold
7758
7759 \backslash
7760 LTcapwidth
7761 \series default
7762 .
7763  To get in this case exactly a 4
7764 \begin_inset space \thinspace{}
7765 \end_inset
7766
7767 in wide caption, you can either use a value slightly different from 4.0
7768 \begin_inset space \thinspace{}
7769 \end_inset
7770
7771 in, e.
7772 \begin_inset space \thinspace{}
7773 \end_inset
7774
7775 g.
7776 \begin_inset space \space{}
7777 \end_inset
7778
7779 3.99
7780 \begin_inset space \thinspace{}
7781 \end_inset
7782
7783 in, or the LaTeX-command 
7784 \series bold
7785
7786 \backslash
7787 captionsetup{width=value}
7788 \series default
7789  that is provided by the 
7790 \series bold
7791 caption
7792 \series default
7793 -package.
7794 \end_layout
7795
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \begin_layout Subsubsection
7802 Different Captions for Table Pages
7803 \begin_inset Index idx
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807 Longtables ! Different Captions for Pages
7808 \end_layout
7809
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \begin_layout Standard
7816 When the table captions for the following pages should differ from the one
7817  of the first table page, insert a caption with the TeX-Code command
7818 \end_layout
7819
7820 \begin_layout Standard
7821
7822 \series bold
7823
7824 \backslash
7825 caption*{caption text}
7826 \backslash
7827
7828 \backslash
7829 %
7830 \end_layout
7831
7832 \begin_layout Standard
7833 in a dummy caption row that is marked as a header.
7834  Table
7835 \begin_inset space ~
7836 \end_inset
7837
7838
7839 \begin_inset CommandInset ref
7840 LatexCommand ref
7841 reference "tab:DiffCaptions"
7842
7843 \end_inset
7844
7845  is an example of a longtable with different heading where the second caption
7846  doesn't include the table number.
7847 \end_layout
7848
7849 \begin_layout Standard
7850 \align center
7851 \begin_inset Tabular
7852 <lyxtabular version="3" rows="59" columns="3">
7853 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7854 <column alignment="left" valignment="top" width="0cm">
7855 <column alignment="left" valignment="top" width="0pt">
7856 <column alignment="center" valignment="top" width="0pt">
7857 <row caption="true">
7858 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 \begin_inset Caption
7863
7864 \begin_layout Plain Layout
7865 Example Phone List
7866 \begin_inset CommandInset label
7867 LatexCommand label
7868 name "tab:DiffCaptions"
7869
7870 \end_inset
7871
7872
7873 \begin_inset Argument
7874 status collapsed
7875
7876 \begin_layout Plain Layout
7877 Example Phone List
7878 \end_layout
7879
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row endfirsthead="true">
7912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 Example Phone List (ignore the names)
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row endfirsthead="true">
7943 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 NAME
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 TEL.
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row endhead="true">
7976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 \begin_inset ERT
7981 status open
7982
7983 \begin_layout Plain Layout
7984
7985
7986 \backslash
7987 caption*{Continued Example Phone List}
7988 \backslash
7989
7990 \backslash
7991 %
7992 \end_layout
7993
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row endhead="true">
8021 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Example Phone List
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row endhead="true">
8052 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 NAME
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 TEL.
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row endfoot="true">
8085 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 continued on next page
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Annovi
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Silvia
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Bertoli
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Stefano
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Bozzi
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Walter
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Cachia
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Maria
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Cachia
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Maurizio
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Cinquemani
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Giusi
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Colin
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Bernard
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Concli
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Gianfranco
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Dal Bosco
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Carolina
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Dalpiaz
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Annamaria
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Feliciello
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Domenico
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Focarelli
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Paola
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Galletti
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Oreste
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Gasparini
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Franca
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 111
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Rizzardi
8555 \series default
8556
8557 \begin_inset Foot
8558 status open
8559
8560 \begin_layout Plain Layout
8561 Example footnote
8562 \end_layout
8563
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Paola
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 111
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Lassini
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Giancarlo
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 111
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Malfatti
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Luciano
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 111
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Malfatti
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Valeriano
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 111
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Meneguzzo
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Roberto
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 111
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Mezzadra
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Roberto
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 111
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Pirpamer
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Erich
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 111
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Pochiesa
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Paolo
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 111, 222
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Radina
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Claudio
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 111
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Stuffer
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Oskar
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 111
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Tacchelli
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Ugo
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 111
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Tezzele
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Margit
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 111
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938 Unterkalmsteiner
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Frieda
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 111
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \series bold
8969 Vieider
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Hilde
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 111
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \series bold
9000 Vigna
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 Jürgen
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 111
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \series bold
9031 Weber
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 Maurizio
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 111
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 <row>
9056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060
9061 \series bold
9062 Winkler
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 Franz
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 111
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091  
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Annovi
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Silvia
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \series bold
9153 Bertoli
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 Stefano
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 555
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184 Bozzi
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Walter
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 555
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215 Cachia
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Maria
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 555
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \series bold
9246 Cachia
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Maurizio
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 555
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \series bold
9277 Cinquemani
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 Giusi
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 555
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \series bold
9308 Colin
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 Bernard
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 555
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \series bold
9339 Concli
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Gianfranco
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 555
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \series bold
9370 Dal Bosco
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 Carolina
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 555
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \series bold
9401 Dalpiaz
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 Annamaria
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 555
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \series bold
9432 Feliciello
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 Domenico
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 555
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 <row>
9457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \series bold
9463 Focarelli
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 Paola
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 555
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \series bold
9494 Galletti
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 Oreste
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 555
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row>
9519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 Gasparini
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Franca
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 555
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556 Rizzardi
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 Paola
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 555
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row>
9581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Lassini
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 Giancarlo
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 555
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 Malfatti
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Luciano
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 555
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Malfatti
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Valeriano
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 555
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Meneguzzo
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Roberto
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 555
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Mezzadra
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Roberto
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 555
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 </lyxtabular>
9736
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \begin_layout Section
9743 Special Longtable Issues
9744 \begin_inset CommandInset label
9745 LatexCommand label
9746 name "sec:Special-Longtable-Issues"
9747
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \begin_layout Subsection
9754 Longtable Calculation
9755 \begin_inset Index idx
9756 status collapsed
9757
9758 \begin_layout Plain Layout
9759 Longtables ! Calculation
9760 \end_layout
9761
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \begin_layout Standard
9768 LaTeX calculates the height of table pages and their page breaks using so
9769  called chunks.
9770  Chunks are parts of tables that held at the same time in LaTeX's memory.
9771  The default value was historically set to only 20 table rows.
9772  If you are using longtables with many pages this may slow down the creation
9773  of your document.
9774  You can safely increase the chunk size to values of 100-1000 by adding
9775  this command line to your document preamble:
9776 \end_layout
9777
9778 \begin_layout Standard
9779
9780 \series bold
9781
9782 \backslash
9783 setcounter{LTchunksize}{100}
9784 \end_layout
9785
9786 \begin_layout Subsection
9787 Floats and Longtables
9788 \begin_inset Index idx
9789 status collapsed
9790
9791 \begin_layout Plain Layout
9792 Longtables ! Floats
9793 \end_layout
9794
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \begin_layout Standard
9801 There might be problems when a float appears on the same page where a longtable
9802  starts.
9803  To avoid such a situation, insert a 
9804 \begin_inset Quotes eld
9805 \end_inset
9806
9807 clear page
9808 \begin_inset Quotes erd
9809 \end_inset
9810
9811  (menu 
9812 \family sans
9813 Insert\SpecialChar \menuseparator
9814 Formatting\SpecialChar \menuseparator
9815 Clear
9816 \begin_inset space ~
9817 \end_inset
9818
9819 Page
9820 \family default
9821 ) before your longtable.
9822 \end_layout
9823
9824 \begin_layout Subsection
9825 Forced Page Breaks
9826 \begin_inset Index idx
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830 Longtables ! Forced Page Breaks
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 By default tables are only broken between rows.
9840  If you have a cell with multiples lines and want to have a page break within
9841  the cell, insert the new line command 
9842 \begin_inset Quotes eld
9843 \end_inset
9844
9845
9846 \series bold
9847
9848 \backslash
9849
9850 \backslash
9851
9852 \series default
9853
9854 \begin_inset Quotes erd
9855 \end_inset
9856
9857  as TeX-Code at the point of the cell where it can be broken.
9858  Before the 
9859 \series bold
9860
9861 \backslash
9862
9863 \backslash
9864
9865 \series default
9866  command you have to insert in TeX-Code as many 
9867 \begin_inset Quotes eld
9868 \end_inset
9869
9870
9871 \series bold
9872 &
9873 \series default
9874
9875 \begin_inset Quotes erd
9876 \end_inset
9877
9878  characters as the number of the following table columns.
9879  The 
9880 \series bold
9881 &
9882 \series default
9883  is the character to separate table cells.
9884  Write in TeX-Code after each 
9885 \series bold
9886 &
9887 \series default
9888  the content of the corresponding following cell and delete the content
9889  of these cells.
9890 \begin_inset Newline newline
9891 \end_inset
9892
9893 After the 
9894 \series bold
9895
9896 \backslash
9897
9898 \backslash
9899
9900 \series default
9901  command, insert as many 
9902 \series bold
9903 &
9904 \series default
9905  characters as the number of table columns before the current column.
9906  In Table
9907 \begin_inset space ~
9908 \end_inset
9909
9910
9911 \begin_inset CommandInset ref
9912 LatexCommand ref
9913 reference "tab:ForcedPagebreak"
9914
9915 \end_inset
9916
9917  the cell that should be broken is in the second column followed by another
9918  column.
9919  Therefore the following command was inserted in the cell as TeX-Code after
9920  
9921 \begin_inset Quotes eld
9922 \end_inset
9923
9924
9925 \emph on
9926 Castelchiodato,
9927 \emph default
9928
9929 \begin_inset Quotes erd
9930 \end_inset
9931
9932 :
9933 \end_layout
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938 & 111
9939 \backslash
9940
9941 \backslash
9942  
9943 \backslash
9944 newpage
9945 \begin_inset Newline newline
9946 \end_inset
9947
9948 &
9949 \end_layout
9950
9951 \begin_layout Standard
9952 The 
9953 \begin_inset Quotes eld
9954 \end_inset
9955
9956 111
9957 \begin_inset Quotes erd
9958 \end_inset
9959
9960  in the third column of the row was deleted.
9961  
9962 \series bold
9963
9964 \backslash
9965 newpage
9966 \series default
9967  is only needed when a page break should definitely occur at this position,
9968  otherwise it would be a conditional break.
9969  If your footer row of the longtable has for a certain reason no upper line
9970  but you would have a horizontal line where the cell is broken, use this
9971  command instead:
9972 \end_layout
9973
9974 \begin_layout Standard
9975
9976 \series bold
9977 & 111
9978 \backslash
9979
9980 \backslash
9981
9982 \begin_inset Newline newline
9983 \end_inset
9984
9985
9986 \backslash
9987 hline &
9988 \end_layout
9989
9990 \begin_layout Standard
9991 When the cell to be broken is in the last column, the command
9992 \end_layout
9993
9994 \begin_layout Standard
9995
9996 \series bold
9997
9998 \backslash
9999 setlength{
10000 \backslash
10001 parfillskip}{0pt}
10002 \end_layout
10003
10004 \begin_layout Standard
10005 must be inserted as TeX-Code at the beginning of the cell.
10006  This ensures that the part of the cell that will be displayed on the new
10007  page appears with the full width.
10008 \end_layout
10009
10010 \begin_layout Standard
10011 \align center
10012 \begin_inset Tabular
10013 <lyxtabular version="3" rows="38" columns="3">
10014 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10015 <column alignment="left" valignment="top" width="0cm">
10016 <column alignment="left" valignment="top" width="3cm">
10017 <column alignment="center" valignment="top" width="0pt">
10018 <row caption="true">
10019 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset Caption
10024
10025 \begin_layout Plain Layout
10026 Table with forced page break in table cell
10027 \begin_inset CommandInset label
10028 LatexCommand label
10029 name "tab:ForcedPagebreak"
10030
10031 \end_inset
10032
10033
10034 \begin_inset Argument
10035 status collapsed
10036
10037 \begin_layout Plain Layout
10038 Table with forced page break in table cell
10039 \end_layout
10040
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endfirsthead="true">
10073 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 Example Phone List (ignore the names)
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row endfirsthead="true">
10104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 NAME
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 TEL.
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row endhead="true">
10137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 caption*{Continued Example Phone List}
10149 \backslash
10150
10151 \backslash
10152 %
10153 \end_layout
10154
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row endhead="true">
10182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \series bold
10188 Example Phone List
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row endhead="true">
10213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219 NAME
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 TEL.
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row endfoot="true">
10246 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 continued on next page
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Annovi
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Silvia
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Bertoli
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Stefano
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Bozzi
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Walter
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Cachia
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Maria
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Cachia
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Maurizio
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row>
10430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434
10435 \series bold
10436 Cinquemani
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 Giusi
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 111
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \series bold
10467 Colin
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 Bernard
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 111
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 <row>
10492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496
10497 \series bold
10498 Concli
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 Gianfranco
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 111
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \series bold
10529 Dal Bosco
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Carolina
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 111
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \series bold
10560 Dalpiaz
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 Annamaria
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 111
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 </row>
10584 <row>
10585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Feliciello
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 Domenico
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 111
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \series bold
10622 Focarelli
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 Paola
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 111
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 Galletti
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 Oreste
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Gasparini
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Franca
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Lassini
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Giancarlo
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Malfatti
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Luciano
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Malfatti
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Valeriano
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Meneguzzo
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 Roberto
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Mezzadra
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Roberto
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Pirpamer
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Erich
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Pochiesa
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Paolo
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111, 222
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Radina
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Claudio
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Rizzardi
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Paolo, 11.
10973  Fürst von Montecompatri, 11.
10974  Fürst von Sulmona und Vivaro, 10.
10975  Fürst von Rossano, 5.
10976  Herzog von Canemorte, 11.
10977  Herzog von Palombara, 5.
10978  Herzog von Castelchiodato,
10979 \begin_inset ERT
10980 status open
10981
10982 \begin_layout Plain Layout
10983
10984 & 111
10985 \backslash
10986
10987 \backslash
10988  
10989 \backslash
10990 newpage
10991 \end_layout
10992
10993 \begin_layout Plain Layout
10994
10995 &
10996 \end_layout
10997
10998 \end_inset
10999
11000  11.
11001  Herzog von Poggionativo, 11.
11002  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11003  Graf von Valinfreda, 11.
11004  Baron von Cropalati, 11.
11005  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 <row>
11021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \series bold
11027 Stuffer
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 Oskar
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 111
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \series bold
11058 Tacchelli
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Ugo
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 111
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 <row>
11083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \series bold
11089 Tezzele
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 Margit
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 111
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row>
11114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \series bold
11120 Unterkalmsteiner
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 Frieda
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 111
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \series bold
11151 Vieider
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 Hilde
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 111
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 <row>
11176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \series bold
11182 Vigna
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Jürgen
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 111
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 <row>
11207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \series bold
11213 Weber
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 Maurizio
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 111
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \series bold
11244 Winkler
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 Franz
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 111
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 </lyxtabular>
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Section
11276 Multiple Lines, Columns and Rows
11277 \end_layout
11278
11279 \begin_layout Subsection
11280 Multiple Lines in Table Cells
11281 \begin_inset CommandInset label
11282 LatexCommand label
11283 name "sub:Multiple-Lines-in"
11284
11285 \end_inset
11286
11287
11288 \begin_inset Index idx
11289 status collapsed
11290
11291 \begin_layout Plain Layout
11292 Multiple Lines in Table Cells
11293 \end_layout
11294
11295 \end_inset
11296
11297
11298 \begin_inset Index idx
11299 status collapsed
11300
11301 \begin_layout Plain Layout
11302 Table ! Linebreaks
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \noindent
11312 \begin_inset Float table
11313 placement H
11314 wide false
11315 sideways false
11316 status open
11317
11318 \begin_layout Plain Layout
11319 \begin_inset Caption
11320
11321 \begin_layout Plain Layout
11322 \begin_inset CommandInset label
11323 LatexCommand label
11324 name "tab:Table-with-multiple"
11325
11326 \end_inset
11327
11328 Table with multiple lines in cells
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Plain Layout
11337 \align center
11338 \begin_inset Tabular
11339 <lyxtabular version="3" rows="3" columns="3">
11340 <features tabularvalignment="middle">
11341 <column alignment="center" valignment="middle" width="2.5cm">
11342 <column alignment="center" valignment="middle" width="0">
11343 <column alignment="center" valignment="middle" width="0">
11344 <row>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 multiple
11350 \begin_inset Newline linebreak
11351 \end_inset
11352
11353 lines
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 b
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 c
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 d
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 e
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 f
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 g
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 h
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 i
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 </lyxtabular>
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \begin_layout Standard
11448 Setting a fixed width for a column enables you to enter text as a paragraph
11449  with multiple lines and hyphenation.
11450 \end_layout
11451
11452 \begin_layout Standard
11453 To produce Table
11454 \begin_inset space ~
11455 \end_inset
11456
11457
11458 \begin_inset CommandInset ref
11459 LatexCommand ref
11460 reference "tab:Table-with-multiple"
11461
11462 \end_inset
11463
11464 , create a 3×3 table, mark the first cell and right-click on it.
11465  In the appearing table dialog we set a cell width of 2.5
11466 \begin_inset space \thinspace{}
11467 \end_inset
11468
11469 cm and choose centered for the vertical and horizontal alignment.
11470  The vertical alignment is used for all cells of the row.
11471  As our text is smaller than 2.5
11472 \begin_inset space \thinspace{}
11473 \end_inset
11474
11475 cm, only one line will appear.
11476  To get two lines, a justified line break (shortcut 
11477 \begin_inset Info
11478 type  "shortcut"
11479 arg   "newline-insert linebreak"
11480 \end_inset
11481
11482 ) was added.
11483  If the text is wider than the set cell width, it will automatically be
11484  broken to several lines.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11489  by LaTeX if it is the first entry.
11490  Therefore you need to insert something to prevent the word not being the
11491  first entry.
11492  So add a horizontal space of 0
11493 \begin_inset space \thinspace{}
11494 \end_inset
11495
11496 pt before the word.
11497  As the space is zero, it doesn't change the output.
11498  Table
11499 \begin_inset space ~
11500 \end_inset
11501
11502
11503 \begin_inset CommandInset ref
11504 LatexCommand ref
11505 reference "tab:Table-with-and"
11506
11507 \end_inset
11508
11509  shows the effect.
11510 \end_layout
11511
11512 \begin_layout Standard
11513 \begin_inset Float table
11514 placement h
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Table-with-and"
11526
11527 \end_inset
11528
11529 Table with and without hyphenation
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Plain Layout
11538 \begin_inset space \hfill{}
11539 \end_inset
11540
11541
11542 \begin_inset Tabular
11543 <lyxtabular version="3" rows="3" columns="3">
11544 <features tabularvalignment="middle">
11545 <column alignment="center" valignment="middle" width="2.5cm">
11546 <column alignment="center" valignment="middle" width="0">
11547 <column alignment="center" valignment="middle" width="0">
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 verylongtablecellword
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 b
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 c
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 d
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 e
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 f
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 </row>
11606 <row>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 g
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 h
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 i
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 </lyxtabular>
11636
11637 \end_inset
11638
11639
11640 \begin_inset space \hfill{}
11641 \end_inset
11642
11643
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="3">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="middle" width="2.5cm">
11648 <column alignment="center" valignment="middle" width="0">
11649 <column alignment="center" valignment="middle" width="0">
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 \begin_inset space \hspace{}
11656 \length 0pt
11657 \end_inset
11658
11659 verylongtablecellword
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 b
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 c
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 d
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 e
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 f
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 g
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 h
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 i
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \begin_inset space \hfill{}
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Subsection
11758 Multicolumns
11759 \begin_inset CommandInset label
11760 LatexCommand label
11761 name "sub:Multicolumns"
11762
11763 \end_inset
11764
11765
11766 \begin_inset Index idx
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770 Multicolumns
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \begin_inset Index idx
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Table ! Multicolumns
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Subsubsection
11789 Multicolumn Basics
11790 \end_layout
11791
11792 \begin_layout Standard
11793 To merge cells over multiple columns, select as many cells within a row
11794  as you want to merge and use either the table-toolbar button 
11795 \family sans
11796
11797 \begin_inset Info
11798 type  "icon"
11799 arg   "inset-modify tabular multicolumn"
11800 \end_inset
11801
11802
11803 \family default
11804 , or the menu 
11805 \family sans
11806 Edit\SpecialChar \menuseparator
11807 Table\SpecialChar \menuseparator
11808 Multicolumn
11809 \family default
11810 , or right click on the marked cells and choose 
11811 \family sans
11812 Multicolumn
11813 \family default
11814  in the context menu.
11815 \end_layout
11816
11817 \begin_layout Standard
11818 Multicolumns have there own cell settings.
11819  That means changing cell borders, cell alignment, and the width only affects
11820  the multicolumn.
11821  Here is an example table with a multicolumn cell in the first row and one
11822  in the last row without the upper border:
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="3" columns="4">
11829 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11830 <column alignment="center" valignment="top" width="0pt">
11831 <column alignment="center" valignment="middle" width="0">
11832 <column alignment="center" valignment="top" width="0in">
11833 <column alignment="center" valignment="top" width="0pt">
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 abc
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 def ghi
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 jkl
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 </row>
11872 <row>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877
11878 \family roman
11879 \series medium
11880 \shape up
11881 \size normal
11882 \emph off
11883 \bar no
11884 \noun off
11885 \color none
11886 A
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 B
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 C
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 D
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 </row>
11919 <row>
11920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 1
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 2
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 3
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 4
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 </lyxtabular>
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \begin_layout Subsubsection
11965 Multicolumn Calculations
11966 \begin_inset CommandInset label
11967 LatexCommand label
11968 name "sub:Multicolumn-Calculations"
11969
11970 \end_inset
11971
11972
11973 \begin_inset Index idx
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977 Multicolumns ! Calculations
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 LyX supports multicolumns directly, but we have to take account of the cell
11987  width of the columns spanned by the multicolumn cell.
11988 \end_layout
11989
11990 \begin_layout Standard
11991 \begin_inset Float table
11992 placement h
11993 wide false
11994 sideways false
11995 status open
11996
11997 \begin_layout Plain Layout
11998 \begin_inset Caption
11999
12000 \begin_layout Plain Layout
12001 \begin_inset CommandInset label
12002 LatexCommand label
12003 name "tab:Table-with-centered"
12004
12005 \end_inset
12006
12007 Table with centered multicolumn text above two columns that have exactly
12008  half the width of the multicolumn cell
12009 \begin_inset Argument
12010 status collapsed
12011
12012 \begin_layout Plain Layout
12013 Perfect multicolumn table
12014 \end_layout
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Plain Layout
12027 \align center
12028 \begin_inset Tabular
12029 <lyxtabular version="3" rows="3" columns="3">
12030 <features tabularvalignment="middle">
12031 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12032 <column alignment="center" valignment="middle" width="0">
12033 <column alignment="center" valignment="top" width="0">
12034 <row>
12035 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 multiple lines multicolumn
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 c
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 <row>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 d
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 e
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 f
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 </row>
12092 <row>
12093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 g
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 h
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 i
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 </lyxtabular>
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 To create for example Table
12135 \begin_inset space ~
12136 \end_inset
12137
12138
12139 \begin_inset CommandInset ref
12140 LatexCommand ref
12141 reference "tab:Table-with-centered"
12142
12143 \end_inset
12144
12145 , mark the first two cells in the first row of a 3×3 table and right-click
12146  on them.
12147  Now choose for this cell 
12148 \emph on
12149 multicolumn
12150 \emph default
12151
12152 \emph on
12153 centered alignment
12154 \emph default
12155  and a width of 2.5
12156 \begin_inset space \thinspace{}
12157 \end_inset
12158
12159 cm in the table dialog.
12160  The merged columns should have exactly half the width of the multicolumn
12161  cell, so that you would set a width of 1.25
12162 \begin_inset space \thinspace{}
12163 \end_inset
12164
12165 cm for the first column.
12166  The second column has then automatically a width of 1.25
12167 \begin_inset space \thinspace{}
12168 \end_inset
12169
12170 cm (multicolumn width - width of first column).
12171  This was done for Table
12172 \begin_inset space ~
12173 \end_inset
12174
12175
12176 \begin_inset CommandInset ref
12177 LatexCommand ref
12178 reference "tab:Table-without-half"
12179
12180 \end_inset
12181
12182 .
12183 \end_layout
12184
12185 \begin_layout Standard
12186 \begin_inset Float table
12187 wide false
12188 sideways false
12189 status open
12190
12191 \begin_layout Plain Layout
12192 \begin_inset Caption
12193
12194 \begin_layout Plain Layout
12195 \begin_inset CommandInset label
12196 LatexCommand label
12197 name "tab:Table-without-half"
12198
12199 \end_inset
12200
12201 Table where the spanned table columns are not exactly half the width of
12202  the multicolumn cell
12203 \begin_inset Argument
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207 Imperfect multicolumn table
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Plain Layout
12221 \align center
12222 \begin_inset Tabular
12223 <lyxtabular version="3" rows="3" columns="3">
12224 <features tabularvalignment="middle">
12225 <column alignment="center" valignment="top" width="1.25cm">
12226 <column alignment="center" valignment="top" width="0">
12227 <column alignment="center" valignment="top" width="0">
12228 <row>
12229 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 multiple lines multicolumn
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 c
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 </row>
12257 <row>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 d
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 e
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 f
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row>
12287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291 g
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 h
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 i
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Standard
12328 You can see that the first column is not half the width of the multicolumn
12329  cell, it is a bit bigger.
12330  The reason is that the specified width of a cell 
12331 \begin_inset Formula $W_{g}$
12332 \end_inset
12333
12334  is not its total width 
12335 \begin_inset Formula $W_{\mathrm{tot}}$
12336 \end_inset
12337
12338  because a cell is always a bit larger than specified.
12339  Appendix
12340 \begin_inset space ~
12341 \end_inset
12342
12343
12344 \begin_inset CommandInset ref
12345 LatexCommand ref
12346 reference "cha:Explanation-of-Equation"
12347
12348 \end_inset
12349
12350  explains this in detail.
12351 \end_layout
12352
12353 \begin_layout Standard
12354 The width 
12355 \begin_inset Formula $W_{g\, n}$
12356 \end_inset
12357
12358  which the user needs to set when 
12359 \emph on
12360 n
12361 \emph default
12362  columns are spanned can be calculated, so that each column has a total
12363  width of 
12364 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12365 \end_inset
12366
12367 :
12368 \begin_inset Formula 
12369 \begin{equation}
12370 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12371 \end{equation}
12372
12373 \end_inset
12374
12375
12376 \end_layout
12377
12378 \begin_layout Standard
12379 In our case we have 
12380 \begin_inset Formula $n=2$
12381 \end_inset
12382
12383
12384 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12385 \end_inset
12386
12387 cm and the default values for the lengths, so that equation 
12388 \begin_inset CommandInset ref
12389 LatexCommand ref
12390 reference "eq:Wgn"
12391
12392 \end_inset
12393
12394  becomes
12395 \begin_inset Formula 
12396 \begin{equation}
12397 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12398 \end{equation}
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406 To enable calculations in LaTeX, the LaTeX-package 
12407 \series bold
12408 calc
12409 \series default
12410  must be loaded with the document preamble line
12411 \begin_inset Index idx
12412 status collapsed
12413
12414 \begin_layout Plain Layout
12415 LaTeX-packages ! calc
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424
12425 \series bold
12426
12427 \backslash
12428 usepackage{calc}
12429 \end_layout
12430
12431 \begin_layout Standard
12432 LyX does not allow you to calculate lengths in the 
12433 \family sans
12434 Width
12435 \family default
12436  field of the table dialog.
12437  Therefore you have to format the column by inserting a LaTeX-argument in
12438  the dialog.
12439  Here is an overview about the arguments:
12440 \end_layout
12441
12442 \begin_layout Itemize
12443
12444 \series bold
12445 p{width}
12446 \series default
12447  creates cell with a fixed width, its text is vertically top-aligned
12448 \end_layout
12449
12450 \begin_layout Itemize
12451
12452 \series bold
12453 m{width}
12454 \series default
12455  creates cell with a fixed width, its text is vertically centered
12456 \end_layout
12457
12458 \begin_layout Itemize
12459
12460 \series bold
12461 b{width}
12462 \series default
12463  creates cell with a fixed width, its text is vertically bottom-aligned
12464 \end_layout
12465
12466 \begin_layout Standard
12467 By entering a LaTeX-argument, all cell settings set in the table dialog
12468  are overwritten.
12469 \end_layout
12470
12471 \begin_layout Standard
12472 \begin_inset Note Greyedout
12473 status open
12474
12475 \begin_layout Plain Layout
12476
12477 \series bold
12478 Note:
12479 \series default
12480  Due to a bug, LyX shows the overwritten settings anyway.
12481 \end_layout
12482
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \begin_layout Standard
12489 As the text should be horizontally centered, the command 
12490 \series bold
12491
12492 \backslash
12493 centering
12494 \series default
12495  is added.
12496  You can now enter the following LaTeX-argument for the first spanned column:
12497 \end_layout
12498
12499 \begin_layout Standard
12500
12501 \series bold
12502 >{
12503 \backslash
12504 centering}m{1.25cm-6.2pt}
12505 \end_layout
12506
12507 \begin_layout Standard
12508 The command 
12509 \series bold
12510 >{ }
12511 \series default
12512  means, that the commands inside the braces are applied before the cell
12513  is created.
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Although we have chosen centered alignment for the text of the multicolumn
12518  cell, it is still left aligned.
12519  This is because LyX only applies the alignment to single columns.
12520  So for the multicolumn cell we have to use the LaTeX-argument
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526 >{
12527 \backslash
12528 centering}m{2.5cm}
12529 \end_layout
12530
12531 \begin_layout Subsection
12532 Multirows
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "sub:Multirows"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index idx
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Multirows
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \begin_inset Index idx
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Table ! Multirows
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 To merge cells over multiple rows, select as many cells within a column
12564  as you want to merge and use either the table-toolbar button 
12565 \family sans
12566
12567 \begin_inset Info
12568 type  "icon"
12569 arg   "inset-modify tabular multirow"
12570 \end_inset
12571
12572
12573 \family default
12574 , or the menu 
12575 \family sans
12576 Edit\SpecialChar \menuseparator
12577 Table\SpecialChar \menuseparator
12578 Multirow
12579 \family default
12580 , or right click on the marked cells and choose 
12581 \family sans
12582 Multirow
12583 \family default
12584  in the context menu.
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Here is an example table with a multirow in the first column:
12589 \end_layout
12590
12591 \begin_layout Standard
12592 \align center
12593 \begin_inset Tabular
12594 <lyxtabular version="3" rows="3" columns="3">
12595 <features tabularvalignment="middle">
12596 <column alignment="center" valignment="top" width="0pt">
12597 <column alignment="center" valignment="top" width="0">
12598 <column alignment="center" valignment="top" width="0">
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 a long cell entry
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 b
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 c
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row>
12629 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 multirow
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 e
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 f
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 h
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 i
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 </lyxtabular>
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \begin_layout Standard
12694 The width of multirow cells is set by setting the width and alignment for
12695  the whole column.
12696  The 
12697 \family sans
12698 Vertical Offset
12699 \family default
12700  shifts the content of the multirow up/down if the offset is positive/negative.
12701 \end_layout
12702
12703 \begin_layout Standard
12704 If the column of a multirow cell has no explicit width, the multirow cell
12705  inherits the alignment of the column.
12706  Otherwise it is by default left-aligned.
12707  To override the default, renew the command 
12708 \series bold
12709
12710 \backslash
12711 multirowsetup
12712 \series default
12713  with the command
12714 \end_layout
12715
12716 \begin_layout Standard
12717
12718 \series bold
12719
12720 \backslash
12721 renewcommand{
12722 \backslash
12723 multirowsetup}{
12724 \backslash
12725 centering}
12726 \end_layout
12727
12728 \begin_layout Standard
12729 in the document preamble.
12730  Then all entries of multirow cells in the document are centered.
12731  If centering is only needed for several tables, you can renew the command
12732  in a TeX-Code box just before the table instead of the preamble.
12733  If the text should be right-aligned, replace 
12734 \series bold
12735
12736 \backslash
12737 centering
12738 \series default
12739  by 
12740 \series bold
12741
12742 \backslash
12743 raggedleft
12744 \series default
12745 .
12746  To return to left-alignment 
12747 \series bold
12748
12749 \backslash
12750 raggedright
12751 \series default
12752  is used.
12753 \end_layout
12754
12755 \begin_layout Standard
12756 This is an example table with a right-aligned multirow cell that has a vertical
12757  offset of -4
12758 \begin_inset space \thinspace{}
12759 \end_inset
12760
12761 mm and is in a 3
12762 \begin_inset space \thinspace{}
12763 \end_inset
12764
12765 cm wide column:
12766 \end_layout
12767
12768 \begin_layout Standard
12769 \noindent
12770 \align center
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 renewcommand{
12779 \backslash
12780 multirowsetup}{
12781 \backslash
12782 raggedleft}
12783 \end_layout
12784
12785 \end_inset
12786
12787
12788 \begin_inset Tabular
12789 <lyxtabular version="3" rows="4" columns="3">
12790 <features tabularvalignment="middle">
12791 <column alignment="center" valignment="top" width="3cm">
12792 <column alignment="center" valignment="top" width="0">
12793 <column alignment="center" valignment="top" width="0">
12794 <row>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 a long cell entry
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 b
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 c
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 </row>
12823 <row>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 t
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 n
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 m
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 <row>
12853 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 multirow
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 e
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 f
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 <row>
12882 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 h
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 i
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 </lyxtabular>
12911
12912 \end_inset
12913
12914
12915 \begin_inset ERT
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919
12920
12921 \backslash
12922 renewcommand{
12923 \backslash
12924 multirowsetup}{
12925 \backslash
12926 raggedright}
12927 \end_layout
12928
12929 \end_inset
12930
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935 To start a new line in a multirow you can use a forced line break (shortcut
12936  
12937 \begin_inset Info
12938 type  "shortcut"
12939 arg   "newline-insert newline"
12940 \end_inset
12941
12942 ) but this will not respect the cell lines as demonstrated in this table:
12943 \end_layout
12944
12945 \begin_layout Standard
12946 \noindent
12947 \align center
12948 \begin_inset Tabular
12949 <lyxtabular version="3" rows="3" columns="2">
12950 <features tabularvalignment="middle">
12951 <column alignment="left" valignment="middle" width="2cm">
12952 <column alignment="center" valignment="top" width="0">
12953 <row>
12954 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 aaa
12959 \begin_inset Newline newline
12960 \end_inset
12961
12962 aaa
12963 \begin_inset Newline newline
12964 \end_inset
12965
12966 wrong cell
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Plain Layout
12975 ccc
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 </row>
12981 <row>
12982 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 ddd
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 <row>
13002 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 bbb
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 eee
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 </row>
13021 </lyxtabular>
13022
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \begin_layout Standard
13029 Therefore be careful with forced line breaks.
13030 \end_layout
13031
13032 \begin_layout Subsection
13033 Cells with diagonal line(s)
13034 \end_layout
13035
13036 \begin_layout Standard
13037 To tell the reader what is meant by column and row headings in a table,
13038  it is helpful to split the first cell of the table by one or two diagonal
13039  lines.
13040  This can be achieved by loading the LaTeX-package 
13041 \series bold
13042 diagbox
13043 \series default
13044
13045 \begin_inset Index idx
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049 LaTeX-packages ! picinpar
13050 \end_layout
13051
13052 \end_inset
13053
13054  in the document preamble.
13055  The package provides the command 
13056 \series bold
13057
13058 \backslash
13059 diagbox
13060 \series default
13061  that is inserted as TeX-Code and that can take 2 or 3
13062 \begin_inset space ~
13063 \end_inset
13064
13065 arguments:
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 diagbox[options]{lower left}{upper right}
13074 \end_layout
13075
13076 \begin_layout Standard
13077
13078 \series bold
13079
13080 \backslash
13081 diagbox[options]{lower left}{upper left}{upper right}
13082 \end_layout
13083
13084 \begin_layout Standard
13085 The first scheme divides the cell by a single diagonal line and the arguments
13086  are placed below and above this line.
13087  The second scheme divides the cell by 2
13088 \begin_inset space ~
13089 \end_inset
13090
13091 lines.
13092 \end_layout
13093
13094 \begin_layout Standard
13095 \begin_inset ERT
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099
13100
13101 \backslash
13102 ifdiagbox
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \begin_inset Note Note
13109 status open
13110
13111 \begin_layout Plain Layout
13112 The following section will only be displayed when the LaTeX-package 
13113 \series bold
13114 diagbox
13115 \series default
13116  is installed.
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \begin_layout Standard
13125 Here is an example table where 
13126 \series bold
13127
13128 \backslash
13129 diagbox 
13130 \series default
13131 is used in the 2-argument scheme in the first cell:
13132 \begin_inset VSpace medskip
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 \noindent
13140 \begin_inset Tabular
13141 <lyxtabular version="3" rows="4" columns="4">
13142 <features tabularvalignment="middle">
13143 <column alignment="center" valignment="top" width="0">
13144 <column alignment="center" valignment="top" width="0">
13145 <column alignment="center" valignment="top" width="0">
13146 <column alignment="center" valignment="top" width="0">
13147 <row>
13148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 diagbox{
13160 \end_layout
13161
13162 \end_inset
13163
13164 Name
13165 \begin_inset ERT
13166 status collapsed
13167
13168 \begin_layout Plain Layout
13169
13170 }{
13171 \end_layout
13172
13173 \end_inset
13174
13175 Parameter
13176 \begin_inset ERT
13177 status collapsed
13178
13179 \begin_layout Plain Layout
13180
13181 }
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 Thickness in nm
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 Transparency in %
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 Hardness in MPa
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 </row>
13219 <row>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 Perfect Green
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 45
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 80
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 504
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 </row>
13257 <row>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 Dark Multi-P
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 60
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 72
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 982
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 </row>
13295 <row>
13296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 Crystal Clear Pro
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 18
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 86
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 374
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 </row>
13333 </lyxtabular>
13334
13335 \end_inset
13336
13337
13338 \begin_inset VSpace medskip
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \begin_layout Standard
13345 The 3-argument scheme is for example useful for cross-tables of sports leagues
13346  or distances:
13347 \end_layout
13348
13349 \begin_layout Standard
13350 \noindent
13351 \align center
13352 \begin_inset Tabular
13353 <lyxtabular version="3" rows="4" columns="4">
13354 <features tabularvalignment="middle">
13355 <column alignment="center" valignment="top" width="0pt">
13356 <column alignment="center" valignment="top" width="0">
13357 <column alignment="center" valignment="top" width="0">
13358 <column alignment="center" valignment="top" width="0">
13359 <row>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset ERT
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369
13370 \backslash
13371 diagbox{
13372 \end_layout
13373
13374 \end_inset
13375
13376 Team home
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382 }{
13383 \end_layout
13384
13385 \end_inset
13386
13387 Result
13388 \begin_inset ERT
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392
13393 }{
13394 \end_layout
13395
13396 \end_inset
13397
13398 Team away
13399 \begin_inset ERT
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403
13404 }
13405 \end_layout
13406
13407 \end_inset
13408
13409
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 Tigers
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 Panthers
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 Falcons
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 <row>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 Tigers
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 ---
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 1:3
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 0:1
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 </row>
13480 <row>
13481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 Panthers
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 3:1
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 ---
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 0:0
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 </row>
13518 <row>
13519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 Falcons
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 1:0
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 0:0
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 ---
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 </lyxtabular>
13557
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \begin_layout Standard
13564 For larger cross-tables one might use split cells in 2 or every corner of
13565  the table like in this example:
13566 \end_layout
13567
13568 \begin_layout Standard
13569 \noindent
13570 \align center
13571 \begin_inset Tabular
13572 <lyxtabular version="3" rows="5" columns="5">
13573 <features tabularvalignment="middle">
13574 <column alignment="center" valignment="top" width="0pt">
13575 <column alignment="center" valignment="top" width="0">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <column alignment="center" valignment="top" width="0">
13579 <row>
13580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 \begin_inset ERT
13585 status open
13586
13587 \begin_layout Plain Layout
13588
13589
13590 \backslash
13591 diagbox{
13592 \end_layout
13593
13594 \end_inset
13595
13596 Team home
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 }{
13603 \end_layout
13604
13605 \end_inset
13606
13607 Result
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613 }{
13614 \end_layout
13615
13616 \end_inset
13617
13618 Team away
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624 }
13625 \end_layout
13626
13627 \end_inset
13628
13629
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 Tigers
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 Panthers
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 Falcons
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 \begin_inset ERT
13666 status open
13667
13668 \begin_layout Plain Layout
13669
13670
13671 \backslash
13672 diagbox[dir=NE]{
13673 \end_layout
13674
13675 \end_inset
13676
13677 Team home
13678 \begin_inset ERT
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682
13683 }{
13684 \end_layout
13685
13686 \end_inset
13687
13688 Result
13689 \begin_inset ERT
13690 status collapsed
13691
13692 \begin_layout Plain Layout
13693
13694 }{
13695 \end_layout
13696
13697 \end_inset
13698
13699 Team away
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705 }
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Tigers
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 ---
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 1:3
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 0:1
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 Tigers
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 Panthers
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 3:1
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 ---
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 0:0
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 Panthers
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 <row>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 Falcons
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 1:0
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 0:0
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 ---
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 Falcons
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row>
13858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 \begin_inset ERT
13863 status open
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 diagbox[dir=SW]{
13870 \end_layout
13871
13872 \end_inset
13873
13874 Team home
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 }{
13881 \end_layout
13882
13883 \end_inset
13884
13885 Result
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 }{
13892 \end_layout
13893
13894 \end_inset
13895
13896 Team away
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902 }
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 Tigers
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 Panthers
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 Falcons
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset ERT
13944 status open
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 diagbox[dir=SE]{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Team home
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }{
13962 \end_layout
13963
13964 \end_inset
13965
13966 Result
13967 \begin_inset ERT
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971
13972 }{
13973 \end_layout
13974
13975 \end_inset
13976
13977 Team away
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983 }
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 </row>
13994 </lyxtabular>
13995
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \begin_layout Standard
14002 To rotate the diagonal lines, the command option 
14003 \series bold
14004 dir=direction
14005 \series default
14006  is used.
14007  
14008 \emph on
14009 direction
14010 \emph default
14011  is either 
14012 \series bold
14013 NE
14014 \series default
14015
14016 \series bold
14017 DE
14018 \series default
14019
14020 \series bold
14021 SW
14022 \series default
14023  or 
14024 \series bold
14025 NW
14026 \series default
14027  and represent a point of a compass.
14028  
14029 \series bold
14030 SW
14031 \series default
14032  is for example the south-west corner.
14033  Thus in the lower left cell of the above table the command
14034 \end_layout
14035
14036 \begin_layout Standard
14037
14038 \series bold
14039
14040 \backslash
14041 diagbox[dir=SW]{Team home}{Result}{Team away}
14042 \end_layout
14043
14044 \begin_layout Standard
14045 is used.
14046  If no direction is given, it will be NW.
14047 \end_layout
14048
14049 \begin_layout Standard
14050 The necessary width of split cells is automatically calculated.
14051  Thus if you set a fixed column width smaller than the calculated one, the
14052  cell's content will protrude the cell borders:
14053 \end_layout
14054
14055 \begin_layout Standard
14056 \noindent
14057 \align center
14058 \begin_inset Tabular
14059 <lyxtabular version="3" rows="2" columns="2">
14060 <features tabularvalignment="middle">
14061 <column alignment="center" valignment="top" width="3cm">
14062 <column alignment="center" valignment="top" width="0">
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073
14074 \backslash
14075 diagbox{
14076 \end_layout
14077
14078 \end_inset
14079
14080 Name
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086 }{
14087 \end_layout
14088
14089 \end_inset
14090
14091 Parameter
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097 }
14098 \end_layout
14099
14100 \end_inset
14101
14102
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 Thickness in nm
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 <row>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 Perfect Green
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 45
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 </lyxtabular>
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Standard
14145 If you need a certain width for columns with a split cell, use the command
14146  option 
14147 \series bold
14148 width=3cm
14149 \series default
14150  (replace '3cm' by the width you need).
14151  In the following table the width of the first column is set to 4
14152 \begin_inset space \thinspace{}
14153 \end_inset
14154
14155 cm.
14156  For 
14157 \series bold
14158
14159 \backslash
14160 diagbox
14161 \series default
14162  a width of 4
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 cm + 2
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170
14171 \backslash
14172 tabcolsep is necessary because the overall width is the width for the text
14173  (in this case the 4
14174 \begin_inset space \thinspace{}
14175 \end_inset
14176
14177 cm) plus two times the separation of the text and the cell border.
14178  The calculation of the width cannot be done in the command option of 
14179 \series bold
14180
14181 \backslash
14182 diagbox
14183 \series default
14184  so one needs to create a new length which can be used later.
14185  This is done with the TeX-Code commands
14186 \end_layout
14187
14188 \begin_layout Standard
14189
14190 \series bold
14191
14192 \backslash
14193 newlength{
14194 \backslash
14195 diagtest}
14196 \begin_inset Newline newline
14197 \end_inset
14198
14199
14200 \backslash
14201 setlength{
14202 \backslash
14203 diagtest}{4cm+2
14204 \backslash
14205 tabcolsep}
14206 \end_layout
14207
14208 \begin_layout Standard
14209 \begin_inset ERT
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213
14214
14215 \backslash
14216 newlength{
14217 \backslash
14218 diagtest}
14219 \end_layout
14220
14221 \begin_layout Plain Layout
14222
14223
14224 \backslash
14225 setlength{
14226 \backslash
14227 diagtest}{4cm+2
14228 \backslash
14229 tabcolsep}
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 To enable calculations in LaTeX one needs to load the package 
14239 \series bold
14240 calc
14241 \series default
14242
14243 \begin_inset Index idx
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247 LaTeX-packages ! calc
14248 \end_layout
14249
14250 \end_inset
14251
14252  in the document preamble.
14253 \end_layout
14254
14255 \begin_layout Standard
14256 In this table you can now use the command
14257 \end_layout
14258
14259 \begin_layout Standard
14260
14261 \series bold
14262
14263 \backslash
14264 diagbox[width=
14265 \backslash
14266 diagtest]{A}{B}
14267 \end_layout
14268
14269 \begin_layout Standard
14270 in the first cell:
14271 \end_layout
14272
14273 \begin_layout Standard
14274 \noindent
14275 \align center
14276 \begin_inset Tabular
14277 <lyxtabular version="3" rows="2" columns="2">
14278 <features tabularvalignment="middle">
14279 <column alignment="center" valignment="top" width="4cm">
14280 <column alignment="center" valignment="top" width="0">
14281 <row>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset ERT
14287 status open
14288
14289 \begin_layout Plain Layout
14290
14291
14292 \backslash
14293 diagbox[width=
14294 \backslash
14295 diagtest]{
14296 \end_layout
14297
14298 \end_inset
14299
14300 A
14301 \begin_inset ERT
14302 status collapsed
14303
14304 \begin_layout Plain Layout
14305
14306 }{
14307 \end_layout
14308
14309 \end_inset
14310
14311 B
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317 }
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 Thickness in nm
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 </row>
14337 <row>
14338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 Perfect Green
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 45
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 </row>
14357 </lyxtabular>
14358
14359 \end_inset
14360
14361
14362 \end_layout
14363
14364 \begin_layout Standard
14365 Note that the split cell needs to be the widest one in the column.
14366  Otherwise the length of the diagonal line cannot be calculated correctly
14367  like in this table:
14368 \end_layout
14369
14370 \begin_layout Standard
14371 \noindent
14372 \align center
14373 \begin_inset Tabular
14374 <lyxtabular version="3" rows="2" columns="2">
14375 <features tabularvalignment="middle">
14376 <column alignment="center" valignment="top" width="0pt">
14377 <column alignment="center" valignment="top" width="0">
14378 <row>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388
14389 \backslash
14390 diagbox{
14391 \end_layout
14392
14393 \end_inset
14394
14395 A
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401 }{
14402 \end_layout
14403
14404 \end_inset
14405
14406 B
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412 }
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 Thickness in nm
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 <row>
14433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 Perfect Green
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 45
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 </row>
14452 </lyxtabular>
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Standard
14460 In this case use the 
14461 \series bold
14462 width
14463 \series default
14464  option of the 
14465 \series bold
14466
14467 \backslash
14468 diagbox
14469 \series default
14470  command.
14471  It is then not necessary to add 2
14472 \backslash
14473 tabcolsep because the cell width is now the width of the column.
14474  In this table a width of 3
14475 \begin_inset space \thinspace{}
14476 \end_inset
14477
14478 cm is used:
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \noindent
14483 \align center
14484 \begin_inset Tabular
14485 <lyxtabular version="3" rows="2" columns="2">
14486 <features tabularvalignment="middle">
14487 <column alignment="center" valignment="top" width="0pt">
14488 <column alignment="center" valignment="top" width="0">
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 \begin_inset ERT
14495 status open
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 diagbox[width=3cm]{
14502 \end_layout
14503
14504 \end_inset
14505
14506 A
14507 \begin_inset ERT
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511
14512 }{
14513 \end_layout
14514
14515 \end_inset
14516
14517 B
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523 }
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 Thickness in nm
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 Perfect Green
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 45
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 For multiple text lines in split cells one needs some extra height to fit
14572  the text to the cell.
14573  This can be achieved with the 
14574 \series bold
14575
14576 \backslash
14577 diagbox
14578 \series default
14579  option 
14580 \series bold
14581 height=3cm
14582 \series default
14583  (replace '3cm' by the height you need).
14584  In the following table the command
14585 \end_layout
14586
14587 \begin_layout Standard
14588
14589 \series bold
14590
14591 \backslash
14592 diagbox[width=3cm,height=1.4cm]{A
14593 \backslash
14594
14595 \backslash
14596 B}{C
14597 \backslash
14598
14599 \backslash
14600 D}
14601 \end_layout
14602
14603 \begin_layout Standard
14604 is used in the first cell.
14605  The command 
14606 \series bold
14607
14608 \backslash
14609
14610 \backslash
14611
14612 \series default
14613  creates hereby the line break.
14614 \begin_inset Foot
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618 Breaking lines with 
14619 \family sans
14620 Ctrl+Return
14621 \family default
14622  is only possible when the column has a fixed width.
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 \noindent
14632 \align center
14633 \begin_inset Tabular
14634 <lyxtabular version="3" rows="2" columns="2">
14635 <features tabularvalignment="middle">
14636 <column alignment="center" valignment="top" width="0">
14637 <column alignment="center" valignment="top" width="0">
14638 <row>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 \begin_inset ERT
14644 status open
14645
14646 \begin_layout Plain Layout
14647
14648
14649 \backslash
14650 diagbox[width=3cm,height=1.4cm]{
14651 \end_layout
14652
14653 \end_inset
14654
14655 A
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663
14664 \backslash
14665
14666 \end_layout
14667
14668 \end_inset
14669
14670 B
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675
14676 }{
14677 \end_layout
14678
14679 \end_inset
14680
14681 C
14682 \begin_inset ERT
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687
14688 \backslash
14689
14690 \backslash
14691
14692 \end_layout
14693
14694 \end_inset
14695
14696 D
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702 }
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 Thickness in nm
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 </row>
14722 <row>
14723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Plain Layout
14727 Perfect Green
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736 45
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 </row>
14742 </lyxtabular>
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 \begin_inset ERT
14751 status collapsed
14752
14753 \begin_layout Plain Layout
14754
14755
14756 \backslash
14757 else
14758 \end_layout
14759
14760 \end_inset
14761
14762
14763 \begin_inset Note Note
14764 status open
14765
14766 \begin_layout Plain Layout
14767 The following will be displayed when the LaTeX-package 
14768 \series bold
14769 diagbox
14770 \series default
14771  is not installed:
14772 \end_layout
14773
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Standard
14780 You need to install the LaTeX-package 
14781 \series bold
14782 diagbox
14783 \series default
14784  to see the following part of this section in the output.
14785 \end_layout
14786
14787 \begin_layout Standard
14788 \begin_inset ERT
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792
14793
14794 \backslash
14795 fi
14796 \end_layout
14797
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 For more info about the LaTeX-package 
14805 \series bold
14806 diagbox
14807 \series default
14808 , see its documentation, 
14809 \begin_inset CommandInset citation
14810 LatexCommand cite
14811 key "diagbox"
14812
14813 \end_inset
14814
14815 .
14816 \end_layout
14817
14818 \begin_layout Section
14819 Formal Tables
14820 \begin_inset CommandInset label
14821 LatexCommand label
14822 name "sec:Formal-Tables"
14823
14824 \end_inset
14825
14826
14827 \begin_inset Index idx
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Table ! Formal
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \begin_layout Standard
14840 Tables are often typeset in books similar to Table
14841 \begin_inset space ~
14842 \end_inset
14843
14844
14845 \begin_inset CommandInset ref
14846 LatexCommand ref
14847 reference "tab:Example-booktabs-table"
14848
14849 \end_inset
14850
14851 .
14852  This kind of tables is called 
14853 \begin_inset Quotes eld
14854 \end_inset
14855
14856
14857 \emph on
14858 formal
14859 \emph default
14860
14861 \begin_inset Quotes erd
14862 \end_inset
14863
14864 .
14865  To make a table a formal table use the option 
14866 \family sans
14867 Formal
14868 \family default
14869  in the 
14870 \family sans
14871 Borders
14872 \family default
14873  tab of the table dialog.
14874 \end_layout
14875
14876 \begin_layout Standard
14877 \begin_inset Float table
14878 placement h
14879 wide false
14880 sideways false
14881 status open
14882
14883 \begin_layout Plain Layout
14884 \begin_inset Caption
14885
14886 \begin_layout Plain Layout
14887 \begin_inset CommandInset label
14888 LatexCommand label
14889 name "tab:Example-booktabs-table"
14890
14891 \end_inset
14892
14893 Example booktabs-table
14894 \end_layout
14895
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Plain Layout
14902 \align center
14903 \begin_inset Tabular
14904 <lyxtabular version="3" rows="8" columns="4">
14905 <features booktabs="true" tabularvalignment="middle">
14906 <column alignment="center" valignment="top" width="0">
14907 <column alignment="center" valignment="top" width="0">
14908 <column alignment="center" valignment="top" width="0">
14909 <column alignment="center" valignment="top" width="0">
14910 <row>
14911 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 System
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 <cell alignment="center" valignment="top" topline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 Chip
14925 \begin_inset space \thinspace{}
14926 \end_inset
14927
14928 1
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 Chip
14938 \begin_inset space \thinspace{}
14939 \end_inset
14940
14941 2
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row>
14957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 \begin_inset ERT
14962 status collapsed
14963
14964 \begin_layout Plain Layout
14965
14966
14967 \backslash
14968 cmidrule(r){2-2}
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \begin_inset ERT
14975 status collapsed
14976
14977 \begin_layout Plain Layout
14978
14979
14980 \backslash
14981 cmidrule(l){3-4}
14982 \end_layout
14983
14984 \end_inset
14985
14986 Detector thickness in Âµm
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 <cell alignment="center" valignment="top" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 300
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 300
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 700
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 Edge angle in Â°
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 3.55
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 2.71
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 7.99
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row topspace="default">
15058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 Spatial resolution in Âµm
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 4.26
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 10.17
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 10.56
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row topspace="default">
15096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 MTF at 
15101 \begin_inset Formula $f_{\mathrm{max}}$
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 0.53
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 0.37
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 0.39
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row topspace="default">
15138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 \begin_inset ERT
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146
15147
15148 \backslash
15149 cmidrule(l{10pt}){1-1}
15150 \end_layout
15151
15152 \end_inset
15153
15154 LSF-spatial resolution
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 in Âµm
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 129.7
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 52.75
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 50.78
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 in % of pixel size
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 76.3
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 95.9
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 92.3
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 </lyxtabular>
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Spaces to table rows can be added using the 
15277 \family sans
15278 Borders
15279 \family default
15280  tab of the table dialog as described in section
15281 \begin_inset space ~
15282 \end_inset
15283
15284
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "sub:Row-Spacing"
15288
15289 \end_inset
15290
15291 .
15292 \end_layout
15293
15294 \begin_layout Standard
15295 Unlike normal tables, formal tables have no vertical table lines.
15296  The horizontal table lines can be set as for normal tables but they appear
15297  with different widths in the output:
15298 \begin_inset Newline newline
15299 \end_inset
15300
15301 The first and the last table line have a default width of 0.08
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 em while the other lines have a default width of 0.05
15306 \begin_inset space \thinspace{}
15307 \end_inset
15308
15309 em.
15310 \end_layout
15311
15312 \begin_layout Standard
15313 The default widths can be changed with the following preamble lines
15314 \end_layout
15315
15316 \begin_layout Standard
15317
15318 \series bold
15319
15320 \backslash
15321 let
15322 \backslash
15323 mytoprule
15324 \backslash
15325 toprule
15326 \begin_inset Newline newline
15327 \end_inset
15328
15329
15330 \backslash
15331 renewcommand{
15332 \backslash
15333 toprule}{
15334 \backslash
15335 mytoprule[width]}
15336 \end_layout
15337
15338 \begin_layout Standard
15339 This example is for the first line, the so called 
15340 \series bold
15341 toprule
15342 \series default
15343 .
15344  If you want to change the width for the last line, replace 
15345 \series bold
15346 toprule
15347 \series default
15348  by 
15349 \series bold
15350 bottomrule
15351 \series default
15352 .
15353  To change the width for the other lines replace 
15354 \series bold
15355 toprule
15356 \series default
15357  by 
15358 \series bold
15359 midrule
15360 \series default
15361 .
15362  You can use all units listed in appendix
15363 \begin_inset space ~
15364 \end_inset
15365
15366
15367 \begin_inset CommandInset ref
15368 LatexCommand ref
15369 reference "cha:Units-available-in"
15370
15371 \end_inset
15372
15373  to set the width.
15374 \end_layout
15375
15376 \begin_layout Standard
15377 Lines that do not span all table columns can be created by setting a table
15378  line for multicolumn cells.
15379  LyX will then internally use the command 
15380 \series bold
15381
15382 \backslash
15383 cmidrule
15384 \series default
15385  to create this line.
15386  Its full scheme is
15387 \end_layout
15388
15389 \begin_layout Standard
15390
15391 \series bold
15392
15393 \backslash
15394 cmidrule[width](trim){startcol-endcol}
15395 \end_layout
15396
15397 \begin_layout Standard
15398 The options of 
15399 \series bold
15400
15401 \backslash
15402 cmidrule
15403 \series default
15404  are currently not supported by LyX so you have to use TeX-Code to be able
15405  to use them.
15406  
15407 \series bold
15408
15409 \backslash
15410 cmidrule
15411 \series default
15412 s can manually be created by inserting the command as TeX-Code as the first
15413  cell entry of the first cell of a row.
15414  The line is then drawn in the output above the current row.
15415 \end_layout
15416
15417 \begin_layout Standard
15418 The default for the width is 0.03
15419 \begin_inset space \thinspace{}
15420 \end_inset
15421
15422 em.
15423  Startcol is the number of the column where the line starts and endcol the
15424  column number where the line ends.
15425  The endcol always needs to be specified, also when the line should span
15426  only one column.
15427  The optional parameter trim could be either 
15428 \emph on
15429 l{trimwidth}
15430 \emph default
15431 , or 
15432 \emph on
15433 r{trimwidth}
15434 \emph default
15435  where the trimwidth is also optional.
15436  Using for example the parameter 
15437 \emph on
15438 l{2pt}
15439 \emph default
15440  means that the line is trimmed from its left end by 2
15441 \begin_inset space \thinspace{}
15442 \end_inset
15443
15444 pt.
15445  If you don't specify the trimwidth the lines are trimmed by the default
15446  of 0.5
15447 \begin_inset space \thinspace{}
15448 \end_inset
15449
15450 em.
15451 \end_layout
15452
15453 \begin_layout Standard
15454 \begin_inset VSpace bigskip
15455 \end_inset
15456
15457 Table
15458 \begin_inset space ~
15459 \end_inset
15460
15461
15462 \begin_inset CommandInset ref
15463 LatexCommand ref
15464 reference "tab:Example-booktabs-table"
15465
15466 \end_inset
15467
15468  was created using the commands
15469 \end_layout
15470
15471 \begin_layout Standard
15472
15473 \series bold
15474
15475 \backslash
15476 cmidrule(r){2-2}
15477 \backslash
15478 cmidrule(l){3-4}
15479 \end_layout
15480
15481 \begin_layout Standard
15482 at the beginning of the second row and
15483 \end_layout
15484
15485 \begin_layout Standard
15486
15487 \series bold
15488
15489 \backslash
15490 cmidrule(l{10pt}){1-1}
15491 \end_layout
15492
15493 \begin_layout Standard
15494 in the sixth row.
15495 \end_layout
15496
15497 \begin_layout Standard
15498 \begin_inset VSpace bigskip
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 You might want to have overlapping 
15506 \series bold
15507
15508 \backslash
15509 cmidrule
15510 \series default
15511 s as in in Table
15512 \begin_inset space ~
15513 \end_inset
15514
15515
15516 \begin_inset CommandInset ref
15517 LatexCommand ref
15518 reference "tab:Special-booktabs-table"
15519
15520 \end_inset
15521
15522 .
15523  This can be achieved with the TeX-Code command
15524 \end_layout
15525
15526 \begin_layout Standard
15527
15528 \series bold
15529
15530 \backslash
15531 morecmidrules
15532 \end_layout
15533
15534 \begin_layout Standard
15535 The command that was used for the second row of Table
15536 \begin_inset space ~
15537 \end_inset
15538
15539
15540 \begin_inset CommandInset ref
15541 LatexCommand ref
15542 reference "tab:Special-booktabs-table"
15543
15544 \end_inset
15545
15546  is
15547 \end_layout
15548
15549 \begin_layout Standard
15550
15551 \series bold
15552
15553 \backslash
15554 cmidrule(r){2-2}
15555 \backslash
15556 cmidrule(l){3-4}
15557 \backslash
15558 morecmidrules
15559 \backslash
15560 cmidrule{2-4}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 The command for the sixth row is
15565 \end_layout
15566
15567 \begin_layout Standard
15568
15569 \series bold
15570
15571 \backslash
15572 midrule
15573 \backslash
15574 morecmidrules
15575 \backslash
15576 cmidrule{3-4}
15577 \end_layout
15578
15579 \begin_layout Standard
15580 \begin_inset VSpace bigskip
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \begin_layout Standard
15587 If you are in any way not satisfied with the border line spacing, you can
15588  use the following command to produce lines that span over all table columns
15589 \series bold
15590 :
15591 \end_layout
15592
15593 \begin_layout Standard
15594
15595 \series bold
15596
15597 \backslash
15598 specialrule{width}{space above}{space below}
15599 \end_layout
15600
15601 \begin_layout Standard
15602 For more information about these features, refer to the manual of the LaTeX-pack
15603 age 
15604 \series bold
15605 booktabs
15606 \series default
15607  
15608 \begin_inset CommandInset citation
15609 LatexCommand cite
15610 key "booktabs"
15611
15612 \end_inset
15613
15614 .
15615 \begin_inset Index idx
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619 LaTeX-packages ! booktabs
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Standard
15628 \begin_inset Float table
15629 placement h
15630 wide false
15631 sideways false
15632 status open
15633
15634 \begin_layout Plain Layout
15635 \begin_inset Caption
15636
15637 \begin_layout Plain Layout
15638 \begin_inset CommandInset label
15639 LatexCommand label
15640 name "tab:Special-booktabs-table"
15641
15642 \end_inset
15643
15644 Special booktabs-table
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Plain Layout
15653 \align center
15654 \begin_inset Tabular
15655 <lyxtabular version="3" rows="8" columns="4">
15656 <features booktabs="true" tabularvalignment="middle">
15657 <column alignment="center" valignment="top" width="0">
15658 <column alignment="center" valignment="top" width="0">
15659 <column alignment="center" valignment="top" width="0">
15660 <column alignment="center" valignment="top" width="0">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 System
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 Chip
15676 \begin_inset space \thinspace{}
15677 \end_inset
15678
15679 1
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 Chip
15689 \begin_inset space \thinspace{}
15690 \end_inset
15691
15692 2
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 cmidrule(r){2-2}
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \begin_inset ERT
15726 status collapsed
15727
15728 \begin_layout Plain Layout
15729
15730
15731 \backslash
15732 cmidrule(l){3-4}
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \begin_inset ERT
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742
15743
15744 \backslash
15745 morecmidrules 
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \begin_inset ERT
15752 status collapsed
15753
15754 \begin_layout Plain Layout
15755
15756
15757 \backslash
15758 cmidrule{2-4}
15759 \end_layout
15760
15761 \end_inset
15762
15763 Detector thickness in Âµm
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 300
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 300
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 700
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 Edge angle in Â°
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 3.55
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 2.71
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 7.99
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 </row>
15834 <row topspace="default">
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 Spatial resolution in Âµm
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 4.26
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 10.17
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 10.56
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row topspace="default">
15873 <cell alignment="center" valignment="top" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 MTF at 
15878 \begin_inset Formula $f_{\mathrm{max}}$
15879 \end_inset
15880
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 0.53
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 0.37
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 0.39
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" topline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset ERT
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923
15924
15925 \backslash
15926 morecmidrules 
15927 \end_layout
15928
15929 \end_inset
15930
15931
15932 \begin_inset ERT
15933 status collapsed
15934
15935 \begin_layout Plain Layout
15936
15937
15938 \backslash
15939 cmidrule{3-4}
15940 \end_layout
15941
15942 \end_inset
15943
15944 LSF-spatial resolution
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 in Âµm
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 129.7
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 52.75
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 50.78
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 in % of pixel size
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 76.3
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 95.9
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 92.3
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 </lyxtabular>
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \end_inset
16061
16062
16063 \end_layout
16064
16065 \begin_layout Section
16066 Vertical Table Alignment
16067 \begin_inset Index idx
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 Table ! Alignment
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \begin_layout Standard
16080 To align tables vertically in a text line, the table must be inside a box.
16081  The box can then be vertically aligned as described in section
16082 \begin_inset space ~
16083 \end_inset
16084
16085
16086 \begin_inset CommandInset ref
16087 LatexCommand ref
16088 reference "sec:Box-Dialog"
16089
16090 \end_inset
16091
16092 .
16093 \end_layout
16094
16095 \begin_layout Standard
16096 In the following example the tables are inside a minipage
16097 \begin_inset Foot
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101 Minipages are described in section
16102 \begin_inset space ~
16103 \end_inset
16104
16105
16106 \begin_inset CommandInset ref
16107 LatexCommand ref
16108 reference "sec:Minipages"
16109
16110 \end_inset
16111
16112 .
16113 \end_layout
16114
16115 \end_inset
16116
16117  box that has a width of 15
16118 \begin_inset space \thinspace{}
16119 \end_inset
16120
16121 col%:
16122 \end_layout
16123
16124 \begin_layout Itemize
16125 test 
16126 \begin_inset Box Frameless
16127 position "t"
16128 hor_pos "c"
16129 has_inner_box 1
16130 inner_pos "c"
16131 use_parbox 0
16132 use_makebox 0
16133 width "15col%"
16134 special "none"
16135 height "1in"
16136 height_special "totalheight"
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Tabular
16141 <lyxtabular version="3" rows="3" columns="3">
16142 <features tabularvalignment="middle">
16143 <column alignment="center" valignment="top" width="0">
16144 <column alignment="center" valignment="top" width="0">
16145 <column alignment="center" valignment="top" width="0">
16146 <row>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 a
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 d
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169 g
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 </row>
16175 <row>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 b
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 e
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198 h
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 c
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 f
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 i
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 </lyxtabular>
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241
16242  test 
16243 \begin_inset ERT
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247
16248
16249 \backslash
16250 raisebox{0.85
16251 \backslash
16252 baselineskip}{
16253 \end_layout
16254
16255 \end_inset
16256
16257
16258 \begin_inset Box Frameless
16259 position "t"
16260 hor_pos "c"
16261 has_inner_box 1
16262 inner_pos "c"
16263 use_parbox 0
16264 use_makebox 0
16265 width "15col%"
16266 special "none"
16267 height "1in"
16268 height_special "totalheight"
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272 \begin_inset Tabular
16273 <lyxtabular version="3" rows="3" columns="3">
16274 <features tabularvalignment="middle">
16275 <column alignment="center" valignment="top" width="0">
16276 <column alignment="center" valignment="top" width="0">
16277 <column alignment="center" valignment="top" width="0">
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 a
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 d
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 g
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 b
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 e
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 h
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 </row>
16336 <row>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 c
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 f
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 i
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 </lyxtabular>
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \begin_inset ERT
16376 status collapsed
16377
16378 \begin_layout Plain Layout
16379
16380 }
16381 \end_layout
16382
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \begin_layout Itemize
16389 test 
16390 \begin_inset Box Frameless
16391 position "c"
16392 hor_pos "c"
16393 has_inner_box 1
16394 inner_pos "c"
16395 use_parbox 0
16396 use_makebox 0
16397 width "15col%"
16398 special "none"
16399 height "1in"
16400 height_special "totalheight"
16401 status collapsed
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="3" columns="3">
16406 <features tabularvalignment="middle">
16407 <column alignment="center" valignment="top" width="0">
16408 <column alignment="center" valignment="top" width="0">
16409 <column alignment="center" valignment="top" width="0">
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 a
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 d
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 g
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 b
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 e
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 h
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 c
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 f
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 i
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 </lyxtabular>
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \begin_layout Itemize
16510 test 
16511 \begin_inset Box Frameless
16512 position "b"
16513 hor_pos "c"
16514 has_inner_box 1
16515 inner_pos "c"
16516 use_parbox 0
16517 use_makebox 0
16518 width "15col%"
16519 special "none"
16520 height "1in"
16521 height_special "totalheight"
16522 status collapsed
16523
16524 \begin_layout Plain Layout
16525 \begin_inset Tabular
16526 <lyxtabular version="3" rows="3" columns="3">
16527 <features tabularvalignment="middle">
16528 <column alignment="center" valignment="top" width="0">
16529 <column alignment="center" valignment="top" width="0">
16530 <column alignment="center" valignment="top" width="0">
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 a
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 d
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 g
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 b
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 e
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 h
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 c
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 f
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 i
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 </lyxtabular>
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626
16627  test 
16628 \begin_inset ERT
16629 status collapsed
16630
16631 \begin_layout Plain Layout
16632
16633
16634 \backslash
16635 raisebox{-0.32
16636 \backslash
16637 baselineskip}{
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \begin_inset Box Frameless
16644 position "b"
16645 hor_pos "c"
16646 has_inner_box 1
16647 inner_pos "c"
16648 use_parbox 0
16649 use_makebox 0
16650 width "15col%"
16651 special "none"
16652 height "1in"
16653 height_special "totalheight"
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657 \begin_inset Tabular
16658 <lyxtabular version="3" rows="3" columns="3">
16659 <features tabularvalignment="middle">
16660 <column alignment="center" valignment="top" width="0">
16661 <column alignment="center" valignment="top" width="0">
16662 <column alignment="center" valignment="top" width="0">
16663 <row>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 a
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 d
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 g
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 b
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 e
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 h
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 c
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 f
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 i
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 </lyxtabular>
16751
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \begin_inset ERT
16761 status collapsed
16762
16763 \begin_layout Plain Layout
16764
16765 }
16766 \end_layout
16767
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \begin_layout Standard
16774 As you will see, the content of the first and last table row is not correctly
16775  aligned.
16776  To get this alignment, the minipage box must be set into a raisebox
16777 \begin_inset Foot
16778 status collapsed
16779
16780 \begin_layout Plain Layout
16781 Raiseboxes are described in section
16782 \begin_inset space ~
16783 \end_inset
16784
16785
16786 \begin_inset CommandInset ref
16787 LatexCommand ref
16788 reference "sub:Vertical-Alignment"
16789
16790 \end_inset
16791
16792 .
16793 \end_layout
16794
16795 \end_inset
16796
16797 .
16798  In the example above the second table in the first item is aligned using
16799  the TeX-Code-command
16800 \end_layout
16801
16802 \begin_layout Standard
16803
16804 \series bold
16805
16806 \backslash
16807 raisebox{0.85
16808 \backslash
16809 baselineskip}{
16810 \end_layout
16811
16812 \begin_layout Standard
16813 before the box.
16814  After the box the closing brace 
16815 \series bold
16816 }
16817 \series default
16818  is inserted as TeX-Code.
16819  For the second table in the last item the command
16820 \end_layout
16821
16822 \begin_layout Standard
16823
16824 \series bold
16825
16826 \backslash
16827 raisebox{-0.32
16828 \backslash
16829 baselineskip}{
16830 \end_layout
16831
16832 \begin_layout Standard
16833 is used.
16834 \end_layout
16835
16836 \begin_layout Standard
16837 \begin_inset Note Greyedout
16838 status open
16839
16840 \begin_layout Plain Layout
16841
16842 \series bold
16843 Note:
16844 \series default
16845  The alignment of the table row content to the surrounding text line is
16846  not exact.
16847  The required value for the 
16848 \series bold
16849
16850 \backslash
16851 raisebox
16852 \series default
16853  command for this alignment depends on the document font, the font size,
16854  and the table line thickness.
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \begin_layout Section
16863 Colored Tables
16864 \begin_inset CommandInset label
16865 LatexCommand label
16866 name "sec:Colored-Tables"
16867
16868 \end_inset
16869
16870
16871 \begin_inset Index idx
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875 Table ! Color
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \begin_layout Subsection
16884 Colored Cells
16885 \begin_inset Index idx
16886 status collapsed
16887
16888 \begin_layout Plain Layout
16889 Table Color ! for Cells
16890 \end_layout
16891
16892 \end_inset
16893
16894
16895 \begin_inset Index idx
16896 status collapsed
16897
16898 \begin_layout Plain Layout
16899 Color ! for Table Cells
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Standard
16908 \begin_inset Float table
16909 placement h
16910 wide false
16911 sideways false
16912 status open
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Caption
16916
16917 \begin_layout Plain Layout
16918 \begin_inset CommandInset label
16919 LatexCommand label
16920 name "tab:Table-colored-without"
16921
16922 \end_inset
16923
16924 Table colored without using the package 
16925 \series bold
16926 colortbl
16927 \series default
16928
16929 \begin_inset Argument
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933 Table without colortbl
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \begin_layout Plain Layout
16947 \align center
16948 \begin_inset Tabular
16949 <lyxtabular version="3" rows="3" columns="3">
16950 <features tabularvalignment="middle">
16951 <column alignment="center" valignment="top" width="0">
16952 <column alignment="center" valignment="top" width="0">
16953 <column alignment="center" valignment="top" width="0">
16954 <row>
16955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \color green
16961 a
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \color red
16972 b
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \color red
16983 c
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994
16995 \color green
16996 d
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \color blue
17007 e
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \color blue
17018 f
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \color green
17031 g
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \color blue
17042 h
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \color blue
17053 i
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 </lyxtabular>
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \begin_layout Standard
17072 If you only need colored text, mark the cells and choose a color in the
17073  menu 
17074 \family sans
17075 Edit\SpecialChar \menuseparator
17076 Text
17077 \begin_inset space ~
17078 \end_inset
17079
17080 Style
17081 \family default
17082 .
17083  This was used to create Table
17084 \begin_inset space ~
17085 \end_inset
17086
17087
17088 \begin_inset CommandInset ref
17089 LatexCommand ref
17090 reference "tab:Table-colored-without"
17091
17092 \end_inset
17093
17094 .
17095  In any other case you have to use the LaTeX-package 
17096 \series bold
17097 colortbl
17098 \series default
17099 .
17100 \begin_inset Index idx
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104 LaTeX-packages ! colortbl
17105 \end_layout
17106
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \begin_layout Standard
17113 \begin_inset ERT
17114 status collapsed
17115
17116 \begin_layout Plain Layout
17117
17118
17119 \backslash
17120 ifcolortbl
17121 \end_layout
17122
17123 \end_inset
17124
17125
17126 \begin_inset Note Note
17127 status open
17128
17129 \begin_layout Plain Layout
17130 The following section part will only be displayed when the LaTeX-package
17131  
17132 \series bold
17133 colortbl
17134 \series default
17135  is installed.
17136 \end_layout
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 To create colored tables, 
17145 \series bold
17146 colortbl
17147 \series default
17148  must be loaded in the preamble with the line
17149 \end_layout
17150
17151 \begin_layout Standard
17152
17153 \series bold
17154
17155 \backslash
17156 usepackage{colortbl}
17157 \end_layout
17158
17159 \begin_layout Standard
17160 The color of a column is adjusted with the command
17161 \end_layout
17162
17163 \begin_layout Standard
17164
17165 \series bold
17166
17167 \backslash
17168 columncolor{name of color}
17169 \end_layout
17170
17171 \begin_layout Standard
17172 inside the command 
17173 \series bold
17174 >{ }
17175 \series default
17176 .
17177  More about the command 
17178 \series bold
17179 >{}
17180 \series default
17181  is contained in section
17182 \begin_inset space ~
17183 \end_inset
17184
17185
17186 \begin_inset CommandInset ref
17187 LatexCommand ref
17188 reference "sub:Multicolumn-Calculations"
17189
17190 \end_inset
17191
17192 .
17193 \end_layout
17194
17195 \begin_layout Standard
17196 The following color names are predefined:
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \family sans
17202 red
17203 \family default
17204
17205 \family sans
17206 green
17207 \family default
17208
17209 \family sans
17210 yellow
17211 \family default
17212
17213 \family sans
17214 blue
17215 \family default
17216
17217 \family sans
17218 cyan
17219 \family default
17220
17221 \family sans
17222 magenta
17223 \family default
17224
17225 \family sans
17226 black
17227 \family default
17228  and 
17229 \family sans
17230 white
17231 \end_layout
17232
17233 \begin_layout Standard
17234 \begin_inset VSpace medskip
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \begin_layout Standard
17241 If you add the options
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \series bold
17247 usenames,dvipsnames
17248 \end_layout
17249
17250 \begin_layout Standard
17251 to the document class options in the document settings, you can additionally
17252  use further 61
17253 \begin_inset space ~
17254 \end_inset
17255
17256 colors.
17257  These colors are listed in appendix
17258 \begin_inset space ~
17259 \end_inset
17260
17261
17262 \begin_inset CommandInset ref
17263 LatexCommand ref
17264 reference "chap:List-of-dvips-colornames"
17265
17266 \end_inset
17267
17268 .
17269  One of these colors, 
17270 \family sans
17271 Maroon
17272 \family default
17273 , is used as example in Table
17274 \begin_inset space ~
17275 \end_inset
17276
17277
17278 \begin_inset CommandInset ref
17279 LatexCommand ref
17280 reference "tab:Table-colored-using"
17281
17282 \end_inset
17283
17284 .
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset VSpace medskip
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Standard
17295 You can also define your own color with the command
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 definecolor{color name}{color model}{color values}
17304 \end_layout
17305
17306 \begin_layout Standard
17307 The color model can be
17308 \end_layout
17309
17310 \begin_layout Labeling
17311 \labelwidthstring 00.00.0000
17312 cmyk: cyan, magenta, yellow, black
17313 \end_layout
17314
17315 \begin_layout Labeling
17316 \labelwidthstring 00.00.0000
17317 rgb: red, green blue
17318 \end_layout
17319
17320 \begin_layout Labeling
17321 \labelwidthstring 00.00.0000
17322 gray gray
17323 \end_layout
17324
17325 \begin_layout Standard
17326 and the color values are comma separated numbers between 0 and 1 describing
17327  the factor for the corresponding color of the color model.
17328 \end_layout
17329
17330 \begin_layout Standard
17331 You can e.
17332 \begin_inset space \thinspace{}
17333 \end_inset
17334
17335 g.
17336 \begin_inset space \space{}
17337 \end_inset
17338
17339 define the color "
17340 \emph on
17341 darkgreen
17342 \emph default
17343 " in the preamble with
17344 \end_layout
17345
17346 \begin_layout Standard
17347
17348 \series bold
17349
17350 \backslash
17351 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17352 \end_layout
17353
17354 \begin_layout Standard
17355 and the color "
17356 \emph on
17357 lightgray
17358 \emph default
17359 " with
17360 \end_layout
17361
17362 \begin_layout Standard
17363
17364 \series bold
17365
17366 \backslash
17367 definecolor{lightgray}{gray}{0.8}
17368 \end_layout
17369
17370 \begin_layout Standard
17371 \begin_inset VSpace medskip
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 Lines are colored with the command
17379 \end_layout
17380
17381 \begin_layout Standard
17382
17383 \series bold
17384
17385 \backslash
17386 rowcolor{name of color}
17387 \end_layout
17388
17389 \begin_layout Standard
17390 and cells are colored with the command
17391 \end_layout
17392
17393 \begin_layout Standard
17394
17395 \series bold
17396
17397 \backslash
17398 cellcolor{name of color}
17399 \end_layout
17400
17401 \begin_layout Standard
17402 Both commands are inserted at the beginning of a cell as TeX-Code.
17403 \end_layout
17404
17405 \begin_layout Standard
17406 To color characters in the table, mark the cells and use the LyX menu 
17407 \family sans
17408 Edit\SpecialChar \menuseparator
17409 Text
17410 \begin_inset space ~
17411 \end_inset
17412
17413 Style
17414 \family default
17415 .
17416  If a cell contains TeX-Code mark only the characters, otherwise the colored
17417  TeX-Code will cause LaTeX-errors.
17418 \end_layout
17419
17420 \begin_layout Standard
17421 \begin_inset Note Greyedout
17422 status open
17423
17424 \begin_layout Plain Layout
17425
17426 \series bold
17427 Note:
17428 \series default
17429  Not all DVI-viewers are able to display self-defined colors.
17430 \end_layout
17431
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \begin_layout Standard
17438 \begin_inset VSpace bigskip
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \begin_layout Standard
17445 To create Table
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Table-colored-using"
17453
17454 \end_inset
17455
17456  do the following: The color of the first column should be 
17457 \emph on
17458 darkgreen
17459 \emph default
17460 .
17461  So insert
17462 \end_layout
17463
17464 \begin_layout Standard
17465
17466 \series bold
17467 >{
17468 \backslash
17469 columncolor{darkgreen}
17470 \backslash
17471 centering}c
17472 \end_layout
17473
17474 \begin_layout Standard
17475 as LaTeX-argument for this column.
17476  The first row should be light blue, therefore the TeX-Code command
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 rowcolor{cyan}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 is inserted to the first cell of this row.
17489  Note that this overwrites the column color for the first cell.
17490  The last cell of the last row is colored maroon by inserting the TeX-Code
17491  command
17492 \end_layout
17493
17494 \begin_layout Standard
17495
17496 \series bold
17497
17498 \backslash
17499 cellcolor{Maroon}
17500 \end_layout
17501
17502 \begin_layout Standard
17503 The characters could now be colored using the menu 
17504 \family sans
17505 Edit\SpecialChar \menuseparator
17506 Text
17507 \begin_inset space ~
17508 \end_inset
17509
17510 Style
17511 \family default
17512 .
17513 \end_layout
17514
17515 \begin_layout Standard
17516 \begin_inset Float table
17517 placement h
17518 wide false
17519 sideways false
17520 status open
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Caption
17524
17525 \begin_layout Plain Layout
17526 \begin_inset CommandInset label
17527 LatexCommand label
17528 name "tab:Table-colored-using"
17529
17530 \end_inset
17531
17532 Table colored using the package 
17533 \series bold
17534 colortbl
17535 \series default
17536
17537 \begin_inset Argument
17538 status collapsed
17539
17540 \begin_layout Plain Layout
17541 Table with colortbl
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \begin_layout Plain Layout
17555 \align center
17556 \begin_inset Tabular
17557 <lyxtabular version="3" rows="3" columns="3">
17558 <features tabularvalignment="middle">
17559 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17560 <column alignment="center" valignment="top" width="0">
17561 <column alignment="center" valignment="top" width="0">
17562 <row>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset ERT
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571
17572
17573 \backslash
17574 rowcolor{cyan}
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \color magenta
17581 a
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \color red
17592 b
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \color red
17603 c
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \color yellow
17616 d
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \color blue
17627 e
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636
17637 \color blue
17638 f
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row>
17645 <cell alignment="center" valignment="top" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \color yellow
17651 g
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \color blue
17662 h
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 <cell alignment="center" valignment="top" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 \begin_inset ERT
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675
17676
17677 \backslash
17678 cellcolor{Maroon}
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \color green
17685 i
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 </lyxtabular>
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709
17710 \backslash
17711 else
17712 \end_layout
17713
17714 \end_inset
17715
17716
17717 \begin_inset Note Note
17718 status open
17719
17720 \begin_layout Plain Layout
17721 The following will be displayed when the LaTeX-package 
17722 \series bold
17723 colortbl
17724 \series default
17725  is not installed:
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Standard
17734 You need to install the package 
17735 \series bold
17736 colortbl
17737 \series default
17738  to see the content of this section in the output.
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \begin_inset ERT
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746
17747
17748 \backslash
17749 fi
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Subsection
17758 Colored Lines
17759 \begin_inset Index idx
17760 status collapsed
17761
17762 \begin_layout Plain Layout
17763 Table Color ! for Lines
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \begin_inset Index idx
17770 status collapsed
17771
17772 \begin_layout Plain Layout
17773 Color ! for Table Lines
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 As described in section
17783 \begin_inset space ~
17784 \end_inset
17785
17786
17787 \begin_inset CommandInset ref
17788 LatexCommand ref
17789 reference "sub:Line-Thickness"
17790
17791 \end_inset
17792
17793 , the line thickness for all lines in a table can be adjusted with the length
17794  
17795 \series bold
17796
17797 \backslash
17798 arrayrulewidth
17799 \series default
17800 .
17801  It is set to 1.5
17802 \begin_inset space \thinspace{}
17803 \end_inset
17804
17805 pt for all tables of this section.
17806 \begin_inset ERT
17807 status collapsed
17808
17809 \begin_layout Plain Layout
17810
17811
17812 \backslash
17813 setlength{
17814 \backslash
17815 arrayrulewidth}{1.5pt}
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Standard
17824 To color vertical lines for example with green, create the following column
17825  format in the document preamble, according to the description in section
17826 \begin_inset space ~
17827 \end_inset
17828
17829
17830 \begin_inset CommandInset ref
17831 LatexCommand ref
17832 reference "sub:Customized-Format"
17833
17834 \end_inset
17835
17836 :
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842
17843 \backslash
17844 newcolumntype{W}{!{
17845 \backslash
17846 color{green}
17847 \backslash
17848 vline}}
17849 \end_layout
17850
17851 \begin_layout Standard
17852 For Table
17853 \begin_inset space ~
17854 \end_inset
17855
17856
17857 \begin_inset CommandInset ref
17858 LatexCommand ref
17859 reference "tab:Table-with-vertical-colored"
17860
17861 \end_inset
17862
17863  the LaTeX-argument
17864 \series bold
17865  WcW
17866 \series default
17867  was used for the last column and
17868 \series bold
17869  Wc
17870 \series default
17871  for the other columns.
17872 \end_layout
17873
17874 \begin_layout Standard
17875 If you want to have several colors, define more column formats.
17876 \end_layout
17877
17878 \begin_layout Standard
17879 \begin_inset Float table
17880 placement h
17881 wide false
17882 sideways false
17883 status open
17884
17885 \begin_layout Plain Layout
17886 \begin_inset Caption
17887
17888 \begin_layout Plain Layout
17889 \begin_inset CommandInset label
17890 LatexCommand label
17891 name "tab:Table-with-vertical-colored"
17892
17893 \end_inset
17894
17895 Table with colored vertical lines
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \begin_layout Plain Layout
17904 \align center
17905 \begin_inset Tabular
17906 <lyxtabular version="3" rows="3" columns="3">
17907 <features tabularvalignment="middle">
17908 <column alignment="center" valignment="top" width="0" special="Wc">
17909 <column alignment="center" valignment="top" width="0" special="Wc">
17910 <column alignment="center" valignment="top" width="0" special="WcW">
17911 <row>
17912 <cell alignment="center" valignment="top" topline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 sd
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="center" valignment="top" topline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 sd
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 sd
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 </lyxtabular>
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \begin_inset VSpace bigskip
18012 \end_inset
18013
18014 To color horizontal lines for example with red, as in Table
18015 \begin_inset space ~
18016 \end_inset
18017
18018
18019 \begin_inset CommandInset ref
18020 LatexCommand ref
18021 reference "tab:Table-with-horizontal-colored"
18022
18023 \end_inset
18024
18025 , insert these commands in TeX-Code before the table or table float:
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031
18032 \backslash
18033 let
18034 \backslash
18035 myHlineC
18036 \backslash
18037 hline
18038 \begin_inset Newline newline
18039 \end_inset
18040
18041
18042 \backslash
18043 renewcommand{
18044 \backslash
18045 hline}
18046 \begin_inset Newline newline
18047 \end_inset
18048
18049
18050 \begin_inset Phantom HPhantom
18051 status open
18052
18053 \begin_layout Plain Layout
18054
18055 \series bold
18056 \begin_inset space ~
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \end_inset
18063
18064 {
18065 \backslash
18066 arrayrulecolor{red}
18067 \backslash
18068 myHlineC
18069 \backslash
18070 arrayrulecolor{black}}
18071 \end_layout
18072
18073 \begin_layout Standard
18074 \begin_inset ERT
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078
18079
18080 \backslash
18081 let
18082 \backslash
18083 myHlineC
18084 \backslash
18085 hline
18086 \end_layout
18087
18088 \begin_layout Plain Layout
18089
18090
18091 \backslash
18092 renewcommand{
18093 \backslash
18094 hline}
18095 \end_layout
18096
18097 \begin_layout Plain Layout
18098
18099  {
18100 \backslash
18101 arrayrulecolor{red}
18102 \backslash
18103 myHlineC
18104 \backslash
18105 arrayrulecolor{black}}
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \begin_inset Float table
18112 placement h
18113 wide false
18114 sideways false
18115 status open
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Caption
18119
18120 \begin_layout Plain Layout
18121 \begin_inset CommandInset label
18122 LatexCommand label
18123 name "tab:Table-with-horizontal-colored"
18124
18125 \end_inset
18126
18127 Table with colored horizontal lines
18128 \end_layout
18129
18130 \end_inset
18131
18132
18133 \end_layout
18134
18135 \begin_layout Plain Layout
18136 \align center
18137 \begin_inset Tabular
18138 <lyxtabular version="3" rows="3" columns="3">
18139 <features tabularvalignment="middle">
18140 <column alignment="center" valignment="top" width="0">
18141 <column alignment="center" valignment="top" width="0">
18142 <column alignment="center" valignment="top" width="0">
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 sd
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 sd
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 </row>
18201 <row>
18202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 sd
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 </lyxtabular>
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Standard
18243 To return to the default line color black, insert this command in TeX-Code
18244  after the table or table float:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250
18251 \backslash
18252 renewcommand{
18253 \backslash
18254 hline}{
18255 \backslash
18256 myHlineC}
18257 \end_layout
18258
18259 \begin_layout Standard
18260 Table
18261 \begin_inset space ~
18262 \end_inset
18263
18264
18265 \begin_inset CommandInset ref
18266 LatexCommand ref
18267 reference "tab:Table-with-colored"
18268
18269 \end_inset
18270
18271  is an example with colored vertical and horizontal lines.
18272 \end_layout
18273
18274 \begin_layout Standard
18275 \begin_inset Float table
18276 placement h
18277 wide false
18278 sideways false
18279 status open
18280
18281 \begin_layout Plain Layout
18282 \begin_inset Caption
18283
18284 \begin_layout Plain Layout
18285 \begin_inset CommandInset label
18286 LatexCommand label
18287 name "tab:Table-with-colored"
18288
18289 \end_inset
18290
18291 Table with colored lines
18292 \end_layout
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \begin_layout Plain Layout
18300 \align center
18301 \begin_inset Tabular
18302 <lyxtabular version="3" rows="3" columns="3">
18303 <features tabularvalignment="middle">
18304 <column alignment="center" valignment="top" width="0" special="Wc">
18305 <column alignment="center" valignment="top" width="0" special="Wc">
18306 <column alignment="center" valignment="top" width="0" special="WcW">
18307 <row>
18308 <cell alignment="center" valignment="top" topline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 sd
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 <row>
18337 <cell alignment="center" valignment="top" topline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 sd
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row topspace="default">
18366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 sd
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 </row>
18394 </lyxtabular>
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 renewcommand{
18415 \backslash
18416 hline}{
18417 \backslash
18418 myHlineC}
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset ERT
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431
18432
18433 \backslash
18434 setlength{
18435 \backslash
18436 arrayrulewidth}{0.4pt}
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \begin_layout Section
18445 Table Width Calculation
18446 \begin_inset CommandInset label
18447 LatexCommand label
18448 name "sec:Table-Width-Calculation"
18449
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \begin_layout Standard
18456 For wide tables it is sometimes difficult to assure that the table does
18457  not protrude over the page margin.
18458  Setting a fixed width for every column of the table is the solution, but
18459  what amount of space is needed for each column?
18460 \end_layout
18461
18462 \begin_layout Standard
18463 The table width 
18464 \begin_inset Formula $W_{\mathrm{table}}$
18465 \end_inset
18466
18467  can be calculated: Every column has the width of the specified column width
18468  
18469 \begin_inset Formula $W_{\mathrm{column}}$
18470 \end_inset
18471
18472  (that the content of the column can consume) plus two times the separation
18473  between the column content and the column border (LaTeX length
18474 \series bold
18475  
18476 \backslash
18477 tabcolsep
18478 \series default
18479 , default 6
18480 \begin_inset space \thinspace{}
18481 \end_inset
18482
18483 pt) plus the width of a border line (LaTeX length 
18484 \series bold
18485
18486 \backslash
18487 arrayrulewidth
18488 \series default
18489 , default 0.4
18490 \begin_inset space \thinspace{}
18491 \end_inset
18492
18493 pt): So if all 
18494 \begin_inset Formula $n$
18495 \end_inset
18496
18497
18498 \begin_inset space ~
18499 \end_inset
18500
18501 columns have the same width, the table width is
18502 \begin_inset Formula 
18503 \begin{equation}
18504 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18505 \end{equation}
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 The available width for a table is the space between the page margins or
18514  the width of a text column (for a two-column document) (LaTeX length 
18515 \series bold
18516
18517 \backslash
18518 columnwidth
18519 \series default
18520 ).
18521  If all table columns should have the same width and 
18522 \begin_inset Formula $W_{\mathrm{table}}$
18523 \end_inset
18524
18525  should be 1
18526 \begin_inset space \thinspace{}
18527 \end_inset
18528
18529
18530 \backslash
18531 columnwidth, 
18532 \begin_inset Formula $W_{\mathrm{column}}$
18533 \end_inset
18534
18535  can easily be calculated.
18536 \end_layout
18537
18538 \begin_layout Standard
18539 To be able to perform calculations you need to load the LaTeX-package 
18540 \series bold
18541 calc
18542 \series default
18543
18544 \begin_inset Index idx
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548 LaTeX-packages ! calc
18549 \end_layout
18550
18551 \end_inset
18552
18553  in the document preamble.
18554  To set the width in the table dialog you have to use the field 
18555 \family sans
18556 LaTeX argument
18557 \family default
18558 .
18559  The command scheme for this field is the same that is explained in section
18560 \begin_inset space ~
18561 \end_inset
18562
18563
18564 \begin_inset CommandInset ref
18565 LatexCommand ref
18566 reference "sub:Multicolumn-Calculations"
18567
18568 \end_inset
18569
18570 .
18571  For a table with 5
18572 \begin_inset space \thinspace{}
18573 \end_inset
18574
18575 columns with an uniform width and centered text, enter there for each column
18576  the command
18577 \end_layout
18578
18579 \begin_layout Standard
18580
18581 \series bold
18582 >{
18583 \backslash
18584 centering}p{(1
18585 \backslash
18586 columnwidth-62.4pt)/5}
18587 \end_layout
18588
18589 \begin_layout Standard
18590 For a table with 5
18591 \begin_inset space \thinspace{}
18592 \end_inset
18593
18594 columns where 2 should have 0.75
18595 \begin_inset space ~
18596 \end_inset
18597
18598 times the width than the 3 others, the calculation is
18599 \begin_inset Formula 
18600 \begin{align}
18601 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18602  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18603  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
18604 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18605 \end{align}
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 In the table therefore the command
18614 \end_layout
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619 >{
18620 \backslash
18621 centering}p{(1
18622 \backslash
18623 columnwidth-62.4pt)/
18624 \backslash
18625 real{4.5}}
18626 \end_layout
18627
18628 \begin_layout Standard
18629 is used for the wider columns and
18630 \end_layout
18631
18632 \begin_layout Standard
18633
18634 \series bold
18635 >{
18636 \backslash
18637 centering}p{(1
18638 \backslash
18639 columnwidth-62.4pt)/
18640 \backslash
18641 real{4.5}*
18642 \backslash
18643 real{0.75}}
18644 \end_layout
18645
18646 \begin_layout Standard
18647 for the smaller ones:
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset Tabular
18652 <lyxtabular version="3" rows="2" columns="5">
18653 <features tabularvalignment="middle">
18654 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18655 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18656 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18657 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18658 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18659 <row>
18660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 1
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 2
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 3
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 4
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 5
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 111111 1111111 111111 111111111 11111 11111 1111
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 2222 22222 222222 222222222 2222222 22 22222
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747 333333 333333 333333 33333 3333333 333
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 </row>
18753 </lyxtabular>
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Section
18761 Table Customization
18762 \begin_inset Index idx
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766 Table Customization
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \begin_inset Index idx
18773 status collapsed
18774
18775 \begin_layout Plain Layout
18776 Table ! Customization
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Subsection
18785 Row Spacing
18786 \begin_inset CommandInset label
18787 LatexCommand label
18788 name "sub:Row-Spacing"
18789
18790 \end_inset
18791
18792
18793 \begin_inset Index idx
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 Table Customization ! Row Spacing
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 You can add vertical space to table rows in the 
18807 \family sans
18808 Borders
18809 \family default
18810  tab of the table dialog.
18811  You find there three possibilities:
18812 \end_layout
18813
18814 \begin_layout Description
18815 Top
18816 \begin_inset space ~
18817 \end_inset
18818
18819 of
18820 \begin_inset space ~
18821 \end_inset
18822
18823 row will add space above the characters of the table row.
18824  If the table is a formal table
18825 \begin_inset Foot
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 Formal tables are explained in section
18830 \begin_inset space ~
18831 \end_inset
18832
18833
18834 \begin_inset CommandInset ref
18835 LatexCommand ref
18836 reference "sec:Formal-Tables"
18837
18838 \end_inset
18839
18840 .
18841 \end_layout
18842
18843 \end_inset
18844
18845  LyX will insert as default 0.5
18846 \begin_inset space \thinspace{}
18847 \end_inset
18848
18849 em space.
18850  For normal tables the inserted space will unfortunately destroy the vertical
18851  table lines as in the following table:
18852 \begin_inset VSpace medskip
18853 \end_inset
18854
18855
18856 \begin_inset Newline newline
18857 \end_inset
18858
18859
18860 \begin_inset space \hspace*{}
18861 \length 0pt
18862 \end_inset
18863
18864
18865 \begin_inset space \hfill{}
18866 \end_inset
18867
18868
18869 \begin_inset Tabular
18870 <lyxtabular version="3" rows="3" columns="1">
18871 <features tabularvalignment="middle">
18872 <column alignment="center" valignment="top" width="0">
18873 <row>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 A
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row topspace="3mm">
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 3
18890 \begin_inset space \thinspace{}
18891 \end_inset
18892
18893 mm space top of row
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 C
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 </lyxtabular>
18911
18912 \end_inset
18913
18914
18915 \begin_inset space \hfill{}
18916 \end_inset
18917
18918
18919 \begin_inset space \hspace*{}
18920 \length 0pt
18921 \end_inset
18922
18923
18924 \begin_inset VSpace medskip
18925 \end_inset
18926
18927
18928 \begin_inset Newline newline
18929 \end_inset
18930
18931 So inserting space in the top of row for normal tables is only useful when
18932  you don't have vertical lines.
18933 \end_layout
18934
18935 \begin_layout Description
18936 Bottom
18937 \begin_inset space ~
18938 \end_inset
18939
18940 of
18941 \begin_inset space ~
18942 \end_inset
18943
18944 row will add space below the characters of the table row.
18945  If the table is a formal table LyX will insert as default 0.5
18946 \begin_inset space \thinspace{}
18947 \end_inset
18948
18949 em space, for normal tables the default size is 2
18950 \begin_inset space \thinspace{}
18951 \end_inset
18952
18953 pt.
18954 \end_layout
18955
18956 \begin_layout Description
18957 Between
18958 \begin_inset space ~
18959 \end_inset
18960
18961 rows adds space between the current and the following row.
18962  If the table is a formal table LyX will insert as default 0.5
18963 \begin_inset space \thinspace{}
18964 \end_inset
18965
18966 em space.
18967  For normal tables the inserted space will unfortunately destroy the vertical
18968  table lines as in the following table:
18969 \begin_inset VSpace medskip
18970 \end_inset
18971
18972
18973 \begin_inset Newline newline
18974 \end_inset
18975
18976
18977 \begin_inset space \hspace*{}
18978 \length 0pt
18979 \end_inset
18980
18981
18982 \begin_inset space \hfill{}
18983 \end_inset
18984
18985
18986 \begin_inset Tabular
18987 <lyxtabular version="3" rows="3" columns="1">
18988 <features tabularvalignment="middle">
18989 <column alignment="center" valignment="top" width="0">
18990 <row>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995 A
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 </row>
19001 <row interlinespace="3mm">
19002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Formula $\downarrow$
19007 \end_inset
19008
19009  3
19010 \begin_inset space \thinspace{}
19011 \end_inset
19012
19013 mm space between row 
19014 \begin_inset Formula $\downarrow$
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 </row>
19023 <row>
19024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 \begin_inset Formula $\uparrow$
19029 \end_inset
19030
19031  3
19032 \begin_inset space \thinspace{}
19033 \end_inset
19034
19035 mm space between row 
19036 \begin_inset Formula $\uparrow$
19037 \end_inset
19038
19039
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 </row>
19045 </lyxtabular>
19046
19047 \end_inset
19048
19049
19050 \begin_inset space \hfill{}
19051 \end_inset
19052
19053
19054 \begin_inset space \hspace*{}
19055 \length 0pt
19056 \end_inset
19057
19058
19059 \begin_inset VSpace medskip
19060 \end_inset
19061
19062
19063 \begin_inset Newline newline
19064 \end_inset
19065
19066 So inserting space between rows for normal tables is only useful when you
19067  don't have vertical lines.
19068 \end_layout
19069
19070 \begin_layout Standard
19071 \begin_inset VSpace bigskip
19072 \end_inset
19073
19074 When you want to add extra height to all cells of all tables, you can do
19075  this with the following preamble lines:
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \series bold
19081
19082 \backslash
19083 @ifundefined{extrarowheight}
19084 \begin_inset Newline newline
19085 \end_inset
19086
19087
19088 \begin_inset Phantom HPhantom
19089 status open
19090
19091 \begin_layout Plain Layout
19092
19093 \series bold
19094 \begin_inset space ~
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101
19102 {
19103 \backslash
19104 usepackage{array}}{}
19105 \begin_inset Newline newline
19106 \end_inset
19107
19108
19109 \backslash
19110 setlength{
19111 \backslash
19112 extrarowheight}{height}
19113 \end_layout
19114
19115 \begin_layout Standard
19116 But this has the disadvantage that the cell texts are no longer exactly
19117  vertically centered.
19118  (The package 
19119 \series bold
19120 array
19121 \series default
19122  will be loaded automatically by LyX when you use self defined table formats.
19123  To avoid that it being loaded twice the command 
19124 \series bold
19125
19126 \backslash
19127 @ifundefined
19128 \series default
19129  is used in the above command.)
19130 \end_layout
19131
19132 \begin_layout Standard
19133 If you are using font sizes larger than the normal size, the table borders
19134  are often too close to the letters.
19135  This can be corrected by inserting the command 
19136 \series bold
19137
19138 \backslash
19139 strut
19140 \series default
19141  in TeX-Code at the beginning of a table row.
19142  Table
19143 \begin_inset space ~
19144 \end_inset
19145
19146
19147 \begin_inset CommandInset ref
19148 LatexCommand ref
19149 reference "tab:Vertical-alignment-of"
19150
19151 \end_inset
19152
19153  illustrates the effect.
19154 \end_layout
19155
19156 \begin_layout Standard
19157 \noindent
19158 \begin_inset Float table
19159 placement h
19160 wide false
19161 sideways false
19162 status open
19163
19164 \begin_layout Plain Layout
19165 \begin_inset Caption
19166
19167 \begin_layout Plain Layout
19168 \begin_inset CommandInset label
19169 LatexCommand label
19170 name "tab:Vertical-alignment-of"
19171
19172 \end_inset
19173
19174 Vertical alignment of text with large font sizes.
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Plain Layout
19183 \begin_inset space \hfill{}
19184 \end_inset
19185
19186
19187 \begin_inset Float table
19188 wide false
19189 sideways false
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193 \begin_inset Caption
19194
19195 \begin_layout Plain Layout
19196 Normal table.
19197 \end_layout
19198
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \begin_layout Plain Layout
19205 \noindent
19206 \align center
19207 \begin_inset Tabular
19208 <lyxtabular version="3" rows="6" columns="1">
19209 <features tabularvalignment="middle">
19210 <column alignment="left" valignment="top" width="0">
19211 <row>
19212 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Normal, g
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row>
19223 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \size large
19229 Large
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \size larger
19242 Larger
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \size largest
19255 Largest
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \size huge
19268 Huge
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \size huge
19281 Huger
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 </lyxtabular>
19288
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \begin_inset space \hfill{}
19298 \end_inset
19299
19300
19301 \begin_inset Float table
19302 wide false
19303 sideways false
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Caption
19308
19309 \begin_layout Plain Layout
19310 Table using the command 
19311 \series bold
19312
19313 \backslash
19314 strut
19315 \series default
19316 .
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Plain Layout
19325 \noindent
19326 \align center
19327 \begin_inset Tabular
19328 <lyxtabular version="3" rows="6" columns="1">
19329 <features tabularvalignment="middle">
19330 <column alignment="left" valignment="top" width="0">
19331 <row>
19332 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 Normal, g
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \size large
19349 \begin_inset ERT
19350 status collapsed
19351
19352 \begin_layout Plain Layout
19353
19354
19355 \backslash
19356 strut 
19357 \end_layout
19358
19359 \end_inset
19360
19361 Large
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \size larger
19374 \begin_inset ERT
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378
19379
19380 \backslash
19381 strut 
19382 \end_layout
19383
19384 \end_inset
19385
19386 Larger
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \size largest
19399 \begin_inset ERT
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404
19405 \backslash
19406 strut 
19407 \end_layout
19408
19409 \end_inset
19410
19411 Largest
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row>
19418 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \size huge
19424 \begin_inset ERT
19425 status collapsed
19426
19427 \begin_layout Plain Layout
19428
19429
19430 \backslash
19431 strut 
19432 \end_layout
19433
19434 \end_inset
19435
19436 Huge
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \size giant
19449 \begin_inset ERT
19450 status collapsed
19451
19452 \begin_layout Plain Layout
19453
19454
19455 \backslash
19456 strut 
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \size huge
19463 Huger
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 </lyxtabular>
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477
19478
19479 \begin_inset space \hfill{}
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Subsection
19491 Special Cell Alignment
19492 \begin_inset CommandInset label
19493 LatexCommand label
19494 name "sub:Special-Cell-Alignment"
19495
19496 \end_inset
19497
19498
19499 \begin_inset Index idx
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503 Table Customization ! Special Cell Alignment
19504 \end_layout
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Sometimes it looks better when the cell entries of a column are aligned
19513  with a special character, e.
19514 \begin_inset space \thinspace{}
19515 \end_inset
19516
19517 g.
19518 \begin_inset space \space{}
19519 \end_inset
19520
19521 with the decimal separator as in Table
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \begin_inset CommandInset ref
19527 LatexCommand ref
19528 reference "tab:Table-cells-align"
19529
19530 \end_inset
19531
19532 .
19533  This alignment is achieved by setting the cursor into the column and then
19534  either pressing the toolbar button 
19535 \begin_inset Graphics
19536         filename ../images/tabular-feature_align-decimal.png
19537         scale 85
19538         scaleBeforeRotation
19539
19540 \end_inset
19541
19542  or setting the alignment in the table settings to 
19543 \family sans
19544 At
19545 \begin_inset space ~
19546 \end_inset
19547
19548 Decimal
19549 \begin_inset space ~
19550 \end_inset
19551
19552 Separator
19553 \family default
19554 .
19555  The alignment character can be a character of your choice and is specified
19556  in the table settings.
19557 \end_layout
19558
19559 \begin_layout Standard
19560 \begin_inset Float table
19561 placement h
19562 wide false
19563 sideways false
19564 status open
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Caption
19568
19569 \begin_layout Plain Layout
19570 \begin_inset CommandInset label
19571 LatexCommand label
19572 name "tab:Table-cells-align"
19573
19574 \end_inset
19575
19576 Table cells of a column aligned with the decimal separator.
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Plain Layout
19585 \align center
19586 \begin_inset Tabular
19587 <lyxtabular version="3" rows="4" columns="1">
19588 <features booktabs="true" tabularvalignment="middle">
19589 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19590 <row>
19591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 heading
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 12.6
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 0.68
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 -123.0
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 </lyxtabular>
19635
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Standard
19647 \begin_inset Float table
19648 placement h
19649 wide false
19650 sideways false
19651 status open
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Caption
19655
19656 \begin_layout Plain Layout
19657 \begin_inset CommandInset label
19658 LatexCommand label
19659 name "tab:Table-align-operator"
19660
19661 \end_inset
19662
19663 Table cells of a column aligned with the operators.
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Plain Layout
19672 \align center
19673 \begin_inset Tabular
19674 <lyxtabular version="3" rows="4" columns="2">
19675 <features booktabs="true" tabularvalignment="middle">
19676 <column alignment="right" valignment="top" width="0pt">
19677 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19678 <row>
19679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 heading
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 \begin_inset Formula $12\,+$
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\,6$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset Formula $0\,-$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\,68$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $-123\,/$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\,0$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 </lyxtabular>
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Standard
19789 For alignments at characters in formulas this method does not work because
19790  the field to specify the alignment character does not allow formulas.
19791  In this case one need to use the method from Table
19792 \begin_inset space ~
19793 \end_inset
19794
19795
19796 \begin_inset CommandInset ref
19797 LatexCommand ref
19798 reference "tab:Table-align-operator"
19799
19800 \end_inset
19801
19802 .
19803  This table was created with a 4×2 table.
19804  The heading is a centered multicolumn.
19805  The first column is right-aligned and contains the first part including
19806  the operator.
19807  The second column is left aligned and contains the rest.
19808  A small space was added at the beginning of each cell of the second column
19809  to get the space that is usually around operators.
19810  To omit the space that is normally between two table columns, the following
19811  LaTeX-argument was used for the second column:
19812 \end_layout
19813
19814 \begin_layout Standard
19815
19816 \series bold
19817 @{}l
19818 \end_layout
19819
19820 \begin_layout Standard
19821 Table
19822 \begin_inset space ~
19823 \end_inset
19824
19825
19826 \begin_inset CommandInset ref
19827 LatexCommand ref
19828 reference "tab:Several-table-cell"
19829
19830 \end_inset
19831
19832  shows some example alignments.
19833  For the alignment with the relation sign, a small space was added like
19834  for the second column of Table
19835 \begin_inset space ~
19836 \end_inset
19837
19838
19839 \begin_inset CommandInset ref
19840 LatexCommand ref
19841 reference "tab:Table-align-operator"
19842
19843 \end_inset
19844
19845 .
19846 \end_layout
19847
19848 \begin_layout Standard
19849 \begin_inset Float table
19850 placement h
19851 wide false
19852 sideways false
19853 status open
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Caption
19857
19858 \begin_layout Plain Layout
19859 \begin_inset CommandInset label
19860 LatexCommand label
19861 name "tab:Several-table-cell"
19862
19863 \end_inset
19864
19865 Several table cell alignments.
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Plain Layout
19874 \align center
19875 \begin_inset Tabular
19876 <lyxtabular version="3" rows="4" columns="6">
19877 <features tabularvalignment="middle">
19878 <column alignment="right" valignment="top" width="0">
19879 <column alignment="left" valignment="top" width="0" special="@{}l">
19880 <column alignment="right" valignment="top" width="0">
19881 <column alignment="left" valignment="top" width="0" special="@{}l">
19882 <column alignment="right" valignment="top" width="0">
19883 <column alignment="left" valignment="top" width="0" special="@{}l">
19884 <row>
19885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 units
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 exponents
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 relations
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 12×
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 24
19955 \begin_inset space \thinspace{}
19956 \end_inset
19957
19958 bottles
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $10\cdot$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $10^{\mbox{-}17}$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\Gamma(t)\propto$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\:\Upsilon(t)$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 1024×
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 768
20027 \begin_inset space \thinspace{}
20028 \end_inset
20029
20030 Pixels
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $5.78\cdot$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $10^{7}$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $A\ne$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\: B_{\mathrm{red}}$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 32×
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 6
20099 \begin_inset space \thinspace{}
20100 \end_inset
20101
20102 cm
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 -
20112 \begin_inset Formula $33.5\cdot$
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124 \begin_inset Formula $10^{4}$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\sin(\alpha)\ge$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\:\sin(\beta)$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 </lyxtabular>
20158
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Subsection
20170 Customized Cell/Column Format
20171 \begin_inset CommandInset label
20172 LatexCommand label
20173 name "sub:Customized-Format"
20174
20175 \end_inset
20176
20177
20178 \begin_inset Index idx
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 Table Customization ! Cell/Column Format
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 Calculating the required width for normal columns as described in section
20192 \begin_inset space ~
20193 \end_inset
20194
20195
20196 \begin_inset CommandInset ref
20197 LatexCommand ref
20198 reference "sec:Table-Width-Calculation"
20199
20200 \end_inset
20201
20202  or for spanned columns as described in section
20203 \begin_inset space ~
20204 \end_inset
20205
20206
20207 \begin_inset CommandInset ref
20208 LatexCommand ref
20209 reference "sub:Multicolumn-Calculations"
20210
20211 \end_inset
20212
20213  is very annoying if you have several tables where a calculation is necessary.
20214  To make life easier, you can define a cell/column format in the preamble,
20215  that can be used in all tables of the document.
20216  The format is defined with the command
20217 \end_layout
20218
20219 \begin_layout Standard
20220
20221 \series bold
20222
20223 \backslash
20224 newcolumntype{name of format}[number of arguments]{commands}
20225 \end_layout
20226
20227 \begin_layout Standard
20228 The format name may only consist of one letter.
20229  The letters 
20230 \emph on
20231 b
20232 \emph default
20233
20234 \emph on
20235 c
20236 \emph default
20237
20238 \emph on
20239 l
20240 \emph default
20241
20242 \emph on
20243 m
20244 \emph default
20245
20246 \emph on
20247 p
20248 \emph default
20249  and 
20250 \emph on
20251 r
20252 \emph default
20253  are predefined and cannot be used.
20254  But all letters are allowed as capitals.
20255 \end_layout
20256
20257 \begin_layout Standard
20258 \begin_inset VSpace medskip
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Standard
20265 For vertically and horizontally centered multicolumn cells with a fixed
20266  width you can define the cell format
20267 \end_layout
20268
20269 \begin_layout Standard
20270
20271 \series bold
20272
20273 \backslash
20274 newcolumntype{M}[1]{>{
20275 \backslash
20276 centering
20277 \backslash
20278 hspace{0pt}}m{#1}}
20279 \end_layout
20280
20281 \begin_layout Standard
20282 where 
20283 \series bold
20284
20285 \backslash
20286 hspace{0pt}
20287 \series default
20288  avoids the problem of hyphenating the first word, as described in section
20289 \begin_inset space ~
20290 \end_inset
20291
20292
20293 \begin_inset CommandInset ref
20294 LatexCommand ref
20295 reference "sub:Multiple-Lines-in"
20296
20297 \end_inset
20298
20299 .
20300  Now you can simply enter
20301 \end_layout
20302
20303 \begin_layout Standard
20304
20305 \series bold
20306 M{width}
20307 \end_layout
20308
20309 \begin_layout Standard
20310 as 
20311 \family sans
20312 LaTeX-argument
20313 \family default
20314  in the table dialog to create a multicolumn.
20315 \end_layout
20316
20317 \begin_layout Standard
20318 \begin_inset VSpace bigskip
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325 For cells spanned by a multicolumn cell, you can define the format
20326 \end_layout
20327
20328 \begin_layout Standard
20329
20330 \series bold
20331
20332 \backslash
20333 newcolumntype{S}[2]{>{
20334 \backslash
20335 centering
20336 \backslash
20337 hspace{0pt}}
20338 \begin_inset Newline newline
20339 \end_inset
20340
20341
20342 \begin_inset Phantom HPhantom
20343 status open
20344
20345 \begin_layout Plain Layout
20346
20347 \series bold
20348
20349 \backslash
20350 newcolumntype
20351 \end_layout
20352
20353 \end_inset
20354
20355 m{(#1+(2
20356 \backslash
20357 tabcolsep+
20358 \backslash
20359 arrayrulewidth)*(1-#2))/#2}}
20360 \end_layout
20361
20362 \begin_layout Standard
20363 This format uses equation 
20364 \begin_inset CommandInset ref
20365 LatexCommand eqref
20366 reference "eq:Wgn"
20367
20368 \end_inset
20369
20370  to calculate the required width so that each spanned cell has the same
20371  width.
20372 \end_layout
20373
20374 \begin_layout Standard
20375 You can now enter
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381 S{width of multicolumn cell}{number of spanned columns}
20382 \end_layout
20383
20384 \begin_layout Standard
20385 as LaTeX-argument of the column.
20386 \end_layout
20387
20388 \begin_layout Standard
20389 \begin_inset VSpace bigskip
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 For colored columns, you can define
20397 \end_layout
20398
20399 \begin_layout Standard
20400
20401 \series bold
20402
20403 \backslash
20404 newcolumntype{K}[1]{>{
20405 \backslash
20406 columncolor{#1}
20407 \backslash
20408 hspace{0pt}}c}
20409 \end_layout
20410
20411 \begin_layout Standard
20412 The 
20413 \begin_inset Quotes eld
20414 \end_inset
20415
20416 c
20417 \begin_inset Quotes erd
20418 \end_inset
20419
20420  at the end creates a column with a flexible width whose text is horizontally
20421  centered.
20422  You can now enter
20423 \end_layout
20424
20425 \begin_layout Standard
20426
20427 \series bold
20428 K{color name}
20429 \end_layout
20430
20431 \begin_layout Standard
20432 as LaTeX-argument.
20433 \end_layout
20434
20435 \begin_layout Standard
20436 \begin_inset VSpace bigskip
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \begin_layout Standard
20443 To create Table
20444 \begin_inset space ~
20445 \end_inset
20446
20447
20448 \begin_inset CommandInset ref
20449 LatexCommand ref
20450 reference "tab:Table-using-user-defined"
20451
20452 \end_inset
20453
20454  use the LaTeX-arguments
20455 \end_layout
20456
20457 \begin_layout Standard
20458
20459 \series bold
20460 M{2.5cm}
20461 \end_layout
20462
20463 \begin_layout Standard
20464 for the first column and the multicolumn,
20465 \end_layout
20466
20467 \begin_layout Standard
20468
20469 \series bold
20470 K{red}
20471 \end_layout
20472
20473 \begin_layout Standard
20474 for the last column, and
20475 \end_layout
20476
20477 \begin_layout Standard
20478
20479 \series bold
20480 S{2.5cm}{2}
20481 \end_layout
20482
20483 \begin_layout Standard
20484 for the cells in the second column.
20485 \end_layout
20486
20487 \begin_layout Standard
20488 \begin_inset Float table
20489 placement h
20490 wide false
20491 sideways false
20492 status open
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Caption
20496
20497 \begin_layout Plain Layout
20498 \begin_inset CommandInset label
20499 LatexCommand label
20500 name "tab:Table-using-user-defined"
20501
20502 \end_inset
20503
20504 Table using user-defined table formats
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Plain Layout
20513 \align center
20514 \begin_inset Tabular
20515 <lyxtabular version="3" rows="3" columns="4">
20516 <features tabularvalignment="middle">
20517 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20518 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20519 <column alignment="center" valignment="middle" width="0">
20520 <column alignment="center" valignment="middle" width="0" special="K{red}">
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 verylongtablecellword
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 multiple lines multicolumn
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 c
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 <row>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 d
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 e
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 f
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 g
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 h
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 i
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 j
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 k
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 </lyxtabular>
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Subsection
20648 Line Thickness
20649 \begin_inset CommandInset label
20650 LatexCommand label
20651 name "sub:Line-Thickness"
20652
20653 \end_inset
20654
20655
20656 \begin_inset Index idx
20657 status collapsed
20658
20659 \begin_layout Plain Layout
20660 Table Customization ! Line Thickness
20661 \end_layout
20662
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \begin_layout Standard
20669 The line thickness for all lines in a table can be adjusted with the length
20670  
20671 \series bold
20672
20673 \backslash
20674 arrayrulewidth
20675 \series default
20676 .
20677  To set for example a line thickness of 1.5
20678 \begin_inset space \thinspace{}
20679 \end_inset
20680
20681 pt, as in Table
20682 \begin_inset space ~
20683 \end_inset
20684
20685
20686 \begin_inset CommandInset ref
20687 LatexCommand ref
20688 reference "tab:Table-with-1.5"
20689
20690 \end_inset
20691
20692 , insert the command
20693 \end_layout
20694
20695 \begin_layout Standard
20696
20697 \series bold
20698
20699 \backslash
20700 setlength{
20701 \backslash
20702 arrayrulewidth}{1.5pt}
20703 \end_layout
20704
20705 \begin_layout Standard
20706 in TeX-Code before the table or table float.
20707  The changed thickness is valid for all subsequent tables.
20708  To use the default value again, set 
20709 \series bold
20710
20711 \backslash
20712 arrayrulewidth
20713 \series default
20714  to 0.4
20715 \begin_inset space \thinspace{}
20716 \end_inset
20717
20718 pt in TeX-Code after the table or table float.
20719 \end_layout
20720
20721 \begin_layout Standard
20722 \begin_inset ERT
20723 status collapsed
20724
20725 \begin_layout Plain Layout
20726
20727
20728 \backslash
20729 setlength{
20730 \backslash
20731 arrayrulewidth}{1.5pt}
20732 \end_layout
20733
20734 \end_inset
20735
20736
20737 \begin_inset Float table
20738 wide false
20739 sideways false
20740 status open
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Caption
20744
20745 \begin_layout Plain Layout
20746 \begin_inset CommandInset label
20747 LatexCommand label
20748 name "tab:Table-with-1.5"
20749
20750 \end_inset
20751
20752 Table with 1.5
20753 \begin_inset space \thinspace{}
20754 \end_inset
20755
20756 pt thick lines
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Plain Layout
20765 \align center
20766 \begin_inset Tabular
20767 <lyxtabular version="3" rows="3" columns="3">
20768 <features tabularvalignment="middle">
20769 <column alignment="center" valignment="top" width="0">
20770 <column alignment="center" valignment="top" width="0">
20771 <column alignment="center" valignment="top" width="0">
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 sd
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 sd
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 sd
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 </lyxtabular>
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867
20868
20869 \begin_inset ERT
20870 status collapsed
20871
20872 \begin_layout Plain Layout
20873
20874
20875 \backslash
20876 setlength{
20877 \backslash
20878 arrayrulewidth}{0.4pt}
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Standard
20887 \begin_inset VSpace bigskip
20888 \end_inset
20889
20890 To set the line thickness to 1.5
20891 \begin_inset space \thinspace{}
20892 \end_inset
20893
20894 pt only for horizontal lines, as in Table
20895 \begin_inset space ~
20896 \end_inset
20897
20898
20899 \begin_inset CommandInset ref
20900 LatexCommand ref
20901 reference "tab:Table-with-horizontal"
20902
20903 \end_inset
20904
20905 , insert these commands in TeX-Code before the table or table float:
20906 \end_layout
20907
20908 \begin_layout Standard
20909
20910 \series bold
20911
20912 \backslash
20913 let
20914 \backslash
20915 myHline
20916 \backslash
20917 hline
20918 \begin_inset Newline newline
20919 \end_inset
20920
20921
20922 \backslash
20923 renewcommand{
20924 \backslash
20925 hline}
20926 \begin_inset Newline newline
20927 \end_inset
20928
20929  {
20930 \backslash
20931 noalign{
20932 \backslash
20933 global
20934 \backslash
20935 arrayrulewidth 1.5pt}
20936 \begin_inset Newline newline
20937 \end_inset
20938
20939  
20940 \backslash
20941 myHline
20942 \backslash
20943 noalign{
20944 \backslash
20945 global
20946 \backslash
20947 arrayrulewidth 0.4pt}}
20948 \end_layout
20949
20950 \begin_layout Standard
20951 To return to the default line thickness, insert this command in TeX-Code
20952  after the table or table float:
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 renewcommand{
20961 \backslash
20962 hline}{
20963 \backslash
20964 myHline}
20965 \end_layout
20966
20967 \begin_layout Standard
20968 \begin_inset ERT
20969 status collapsed
20970
20971 \begin_layout Plain Layout
20972
20973
20974 \backslash
20975 let
20976 \backslash
20977 myHline
20978 \backslash
20979 hline
20980 \end_layout
20981
20982 \begin_layout Plain Layout
20983
20984
20985 \backslash
20986 renewcommand{
20987 \backslash
20988 hline}
20989 \end_layout
20990
20991 \begin_layout Plain Layout
20992
20993  {
20994 \backslash
20995 noalign{
20996 \backslash
20997 global
20998 \backslash
20999 arrayrulewidth 1.5pt}
21000 \end_layout
21001
21002 \begin_layout Plain Layout
21003
21004   
21005 \backslash
21006 myHline
21007 \backslash
21008 noalign{
21009 \backslash
21010 global
21011 \backslash
21012 arrayrulewidth 0.4pt}}
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \begin_inset Float table
21019 wide false
21020 sideways false
21021 status open
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Caption
21025
21026 \begin_layout Plain Layout
21027 \begin_inset CommandInset label
21028 LatexCommand label
21029 name "tab:Table-with-horizontal"
21030
21031 \end_inset
21032
21033 Table with 1.5
21034 \begin_inset space \thinspace{}
21035 \end_inset
21036
21037 pt thick horizontal lines
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Plain Layout
21046 \align center
21047 \begin_inset Tabular
21048 <lyxtabular version="3" rows="3" columns="3">
21049 <features tabularvalignment="middle">
21050 <column alignment="center" valignment="top" width="0">
21051 <column alignment="center" valignment="top" width="0">
21052 <column alignment="center" valignment="top" width="0">
21053 <row>
21054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 sd
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 sd
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 sd
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 </lyxtabular>
21141
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \begin_inset ERT
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154
21155
21156 \backslash
21157 renewcommand{
21158 \backslash
21159 hline}{
21160 \backslash
21161 myHline}
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \begin_layout Standard
21170 \begin_inset VSpace bigskip
21171 \end_inset
21172
21173 To set the line thickness to 1.5
21174 \begin_inset space \thinspace{}
21175 \end_inset
21176
21177 pt only for vertical lines, create the following column format in the document
21178  preamble, according to the description in section
21179 \begin_inset space ~
21180 \end_inset
21181
21182
21183 \begin_inset CommandInset ref
21184 LatexCommand ref
21185 reference "sub:Customized-Format"
21186
21187 \end_inset
21188
21189 :
21190 \end_layout
21191
21192 \begin_layout Standard
21193
21194 \series bold
21195
21196 \backslash
21197 newcolumntype{V}{!{
21198 \backslash
21199 vrule width 1.5pt}}
21200 \end_layout
21201
21202 \begin_layout Standard
21203 For Table
21204 \begin_inset space ~
21205 \end_inset
21206
21207
21208 \begin_inset CommandInset ref
21209 LatexCommand ref
21210 reference "tab:Table-with-vertical"
21211
21212 \end_inset
21213
21214  the LaTeX-argument
21215 \end_layout
21216
21217 \begin_layout Standard
21218
21219 \series bold
21220 VcV
21221 \end_layout
21222
21223 \begin_layout Standard
21224 was used for the last column and
21225 \end_layout
21226
21227 \begin_layout Standard
21228
21229 \series bold
21230 Vc
21231 \end_layout
21232
21233 \begin_layout Standard
21234 for the other columns.
21235 \end_layout
21236
21237 \begin_layout Standard
21238 \begin_inset Float table
21239 wide false
21240 sideways false
21241 status open
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Caption
21245
21246 \begin_layout Plain Layout
21247 \begin_inset CommandInset label
21248 LatexCommand label
21249 name "tab:Table-with-vertical"
21250
21251 \end_inset
21252
21253 Table with 1.5
21254 \begin_inset space \thinspace{}
21255 \end_inset
21256
21257 pt thick vertical lines
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \begin_layout Plain Layout
21266 \align center
21267 \begin_inset Tabular
21268 <lyxtabular version="3" rows="3" columns="3">
21269 <features tabularvalignment="middle">
21270 <column alignment="center" valignment="top" width="0" special="Vc">
21271 <column alignment="center" valignment="top" width="0" special="Vc">
21272 <column alignment="center" valignment="top" width="0" special="VcV">
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 sd
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" topline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 sd
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 </row>
21331 <row>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 sd
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 </lyxtabular>
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Subsection
21373 Dashed Lines
21374 \begin_inset Index idx
21375 status collapsed
21376
21377 \begin_layout Plain Layout
21378 Table Customization ! Dashed Lines
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \begin_layout Standard
21387 \begin_inset ERT
21388 status collapsed
21389
21390 \begin_layout Plain Layout
21391
21392
21393 \backslash
21394 ifarydshln
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \begin_inset Note Note
21401 status open
21402
21403 \begin_layout Plain Layout
21404 The following section will only be displayed when the LaTeX-package 
21405 \series bold
21406 arydshln
21407 \series default
21408  is installed.
21409 \end_layout
21410
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \begin_layout Standard
21417 \begin_inset Float table
21418 placement H
21419 wide false
21420 sideways false
21421 status open
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Caption
21425
21426 \begin_layout Plain Layout
21427 \begin_inset CommandInset label
21428 LatexCommand label
21429 name "tab:Table-with-dashed"
21430
21431 \end_inset
21432
21433 Table with dashed lines
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Plain Layout
21442 \align center
21443 \begin_inset Tabular
21444 <lyxtabular version="3" rows="5" columns="5">
21445 <features tabularvalignment="middle">
21446 <column alignment="center" valignment="top" width="0">
21447 <column alignment="center" valignment="top" width="0">
21448 <column alignment="center" valignment="top" width="0" special=":c">
21449 <column alignment="center" valignment="top" width="0">
21450 <column alignment="center" valignment="top" width="0">
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 a
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465 b
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 c
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 d
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 e
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 f
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 g
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 h
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 i
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 j
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset ERT
21551 status collapsed
21552
21553 \begin_layout Plain Layout
21554
21555
21556 \backslash
21557 hdashline 
21558 \end_layout
21559
21560 \end_inset
21561
21562 k
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 l
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 m
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 n
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 o
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 \begin_inset ERT
21610 status collapsed
21611
21612 \begin_layout Plain Layout
21613
21614
21615 \backslash
21616 cdashline{4-5}
21617 \end_layout
21618
21619 \end_inset
21620
21621 p
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 q
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 r
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 s
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 t
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 u
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 v
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 w
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 x
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 </lyxtabular>
21711
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \begin_layout Standard
21723 LyX does not natively support dashed lines, so you have to use TeX-Code.
21724  As a prerequisite the LaTeX-package 
21725 \series bold
21726 arydshln
21727 \series default
21728
21729 \begin_inset Index idx
21730 status collapsed
21731
21732 \begin_layout Plain Layout
21733 LaTeX-packages ! arydshln
21734 \end_layout
21735
21736 \end_inset
21737
21738  must be loaded in the document preamble with the command
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \series bold
21744
21745 \backslash
21746 usepackage{arydshln}
21747 \end_layout
21748
21749 \begin_layout Standard
21750 To make a vertical line dashed, enter the colon 
21751 \begin_inset Quotes eld
21752 \end_inset
21753
21754 :
21755 \begin_inset Quotes erd
21756 \end_inset
21757
21758  together with the character for the horizontal alignment as LaTeX-argument
21759  in the table cell dialog.
21760 \end_layout
21761
21762 \begin_layout Standard
21763 For a horizontal dashed line add the command
21764 \end_layout
21765
21766 \begin_layout Standard
21767
21768 \series bold
21769
21770 \backslash
21771 hdashline
21772 \end_layout
21773
21774 \begin_layout Standard
21775 in TeX-Code as first element of the first cell in the table row.
21776 \end_layout
21777
21778 \begin_layout Standard
21779 For dashed multicolumn lines use the command
21780 \end_layout
21781
21782 \begin_layout Standard
21783
21784 \series bold
21785
21786 \backslash
21787 cdashline{line number
21788 \series default
21789 }
21790 \end_layout
21791
21792 \begin_layout Standard
21793 in TeX-Code as the first element of the first cell in the table row.
21794  If you have for example a multicolumn spanning columns 2 to 4 and you want
21795  to have a dashed line above, add the command
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \series bold
21801
21802 \backslash
21803 cdashline{2-4}
21804 \end_layout
21805
21806 \begin_layout Standard
21807 as the first element of the first cell in the row of the multicolumn.
21808 \end_layout
21809
21810 \begin_layout Standard
21811 \begin_inset VSpace bigskip
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Table
21819 \begin_inset space ~
21820 \end_inset
21821
21822
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "tab:Table-with-dashed"
21826
21827 \end_inset
21828
21829  was created using 
21830 \begin_inset Quotes eld
21831 \end_inset
21832
21833
21834 \series bold
21835 :c
21836 \series default
21837
21838 \begin_inset Quotes erd
21839 \end_inset
21840
21841  as LaTeX-argument of the third column.
21842  The TeX-Code command 
21843 \series bold
21844
21845 \backslash
21846 hdashline
21847 \series default
21848  was inserted in the first cell of the third row and the TeX-Code command
21849 \begin_inset Newline newline
21850 \end_inset
21851
21852  
21853 \series bold
21854
21855 \backslash
21856 cdashline{4-5}
21857 \series default
21858  was inserted in the first cell of the fourth row.
21859 \end_layout
21860
21861 \begin_layout Standard
21862 \begin_inset VSpace bigskip
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Standard
21869 Tables with dashed lines can also be colored as shown by Table
21870 \begin_inset space ~
21871 \end_inset
21872
21873
21874 \begin_inset CommandInset ref
21875 LatexCommand ref
21876 reference "tab:Colored-table-with"
21877
21878 \end_inset
21879
21880 .
21881 \end_layout
21882
21883 \begin_layout Standard
21884 \begin_inset ERT
21885 status collapsed
21886
21887 \begin_layout Plain Layout
21888
21889
21890 \backslash
21891 setlength{
21892 \backslash
21893 arrayrulewidth}{1pt}
21894 \end_layout
21895
21896 \end_inset
21897
21898
21899 \begin_inset Note Note
21900 status collapsed
21901
21902 \begin_layout Plain Layout
21903 thicker lines for better visualization of the line color
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Standard
21912 \begin_inset ERT
21913 status collapsed
21914
21915 \begin_layout Plain Layout
21916
21917
21918 \backslash
21919 dashgapcolor{green}
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \begin_inset Note Note
21926 status collapsed
21927
21928 \begin_layout Plain Layout
21929 color gaps between dashes green
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Standard
21938 \begin_inset ERT
21939 status collapsed
21940
21941 \begin_layout Plain Layout
21942
21943
21944 \backslash
21945 let
21946 \backslash
21947 myHdashline
21948 \backslash
21949 hdashline
21950 \end_layout
21951
21952 \begin_layout Plain Layout
21953
21954
21955 \backslash
21956 renewcommand{
21957 \backslash
21958 hdashline}
21959 \end_layout
21960
21961 \begin_layout Plain Layout
21962
21963  {
21964 \backslash
21965 arrayrulecolor{red}
21966 \backslash
21967 myHdashline
21968 \backslash
21969 arrayrulecolor{black}}
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \begin_inset Note Note
21976 status collapsed
21977
21978 \begin_layout Plain Layout
21979 color horizontal, dashed lines red
21980 \end_layout
21981
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \begin_layout Standard
21988 \begin_inset ERT
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992
21993
21994 \backslash
21995 let
21996 \backslash
21997 myCdashline
21998 \backslash
21999 cdashline
22000 \end_layout
22001
22002 \begin_layout Plain Layout
22003
22004
22005 \backslash
22006 renewcommand{
22007 \backslash
22008 cdashline}[1]
22009 \end_layout
22010
22011 \begin_layout Plain Layout
22012
22013  {
22014 \backslash
22015 arrayrulecolor{yellow}
22016 \backslash
22017 myCdashline{#1}
22018 \backslash
22019 arrayrulecolor{black}}
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \begin_inset Note Note
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029 color partial horizontal, dashed lines yellow
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 \begin_inset Float table
22039 placement h
22040 wide false
22041 sideways false
22042 status open
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Caption
22046
22047 \begin_layout Plain Layout
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "tab:Colored-table-with"
22051
22052 \end_inset
22053
22054 Colored table with dashed lines
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Plain Layout
22063 \align center
22064 \begin_inset Tabular
22065 <lyxtabular version="3" rows="5" columns="5">
22066 <features tabularvalignment="middle">
22067 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22068 <column alignment="center" valignment="top" width="0pt">
22069 <column alignment="center" valignment="top" width="0pt" special=":c">
22070 <column alignment="center" valignment="top" width="0">
22071 <column alignment="center" valignment="top" width="0">
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 a
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 b
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 c
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 d
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 e
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 <row>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 f
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 g
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 h
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 i
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 j
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 <row>
22167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 \begin_inset ERT
22172 status collapsed
22173
22174 \begin_layout Plain Layout
22175
22176
22177 \backslash
22178 hdashline 
22179 \end_layout
22180
22181 \end_inset
22182
22183
22184 \begin_inset ERT
22185 status collapsed
22186
22187 \begin_layout Plain Layout
22188
22189
22190 \backslash
22191 rowcolor{Gray}
22192 \end_layout
22193
22194 \end_inset
22195
22196 k
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 l
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 m
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 n
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 o
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset ERT
22244 status collapsed
22245
22246 \begin_layout Plain Layout
22247
22248
22249 \backslash
22250 cdashline{4-5}
22251 \end_layout
22252
22253 \end_inset
22254
22255 p
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 q
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 r
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 s
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 <row>
22298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 t
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 u
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 v
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 w
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset ERT
22339 status collapsed
22340
22341 \begin_layout Plain Layout
22342
22343
22344 \backslash
22345 cellcolor{Maroon}
22346 \end_layout
22347
22348 \end_inset
22349
22350 i
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 </lyxtabular>
22357
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \begin_layout Standard
22369 \begin_inset ERT
22370 status collapsed
22371
22372 \begin_layout Plain Layout
22373
22374
22375 \backslash
22376 renewcommand{
22377 \backslash
22378 hdashline}{
22379 \backslash
22380 myHdashline}
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \begin_inset Note Note
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390 reset to default
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset ERT
22400 status collapsed
22401
22402 \begin_layout Plain Layout
22403
22404
22405 \backslash
22406 renewcommand{
22407 \backslash
22408 cdashline}{
22409 \backslash
22410 myCdashline}
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \begin_inset Note Note
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420 reset to default
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Standard
22429 \begin_inset ERT
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434
22435 \backslash
22436 nodashgapcolor
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \begin_inset Note Note
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446 reset to default
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Standard
22455 \begin_inset ERT
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459
22460
22461 \backslash
22462 setlength{
22463 \backslash
22464 arrayrulewidth}{0.4pt}
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \begin_inset Note Note
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474 reset to default
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 The coloring of lines, columns and lines works as decribed in section
22484 \begin_inset space ~
22485 \end_inset
22486
22487
22488 \begin_inset CommandInset ref
22489 LatexCommand ref
22490 reference "sec:Colored-Tables"
22491
22492 \end_inset
22493
22494 .
22495  Coloring horizontal lines works analogically as described there as well,
22496  one only needs to replace in the commands 
22497 \series bold
22498
22499 \backslash
22500 myHlineC
22501 \series default
22502  by 
22503 \series bold
22504
22505 \backslash
22506 myHdashline
22507 \series default
22508  and 
22509 \backslash
22510
22511 \series bold
22512 hline
22513 \series default
22514  by 
22515 \series bold
22516
22517 \backslash
22518 hdashline
22519 \series default
22520 ; so one uses the command
22521 \end_layout
22522
22523 \begin_layout Standard
22524
22525 \series bold
22526
22527 \backslash
22528 let
22529 \backslash
22530 myHdashline
22531 \backslash
22532 hdashline
22533 \begin_inset Newline newline
22534 \end_inset
22535
22536
22537 \backslash
22538 renewcommand{
22539 \backslash
22540 hdashline}
22541 \begin_inset Newline newline
22542 \end_inset
22543
22544
22545 \begin_inset Phantom HPhantom
22546 status open
22547
22548 \begin_layout Plain Layout
22549 \begin_inset space ~
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556
22557 {
22558 \backslash
22559 arrayrulecolor{red}
22560 \backslash
22561 myHdashline
22562 \backslash
22563 arrayrulecolor{black}}
22564 \end_layout
22565
22566 \begin_layout Standard
22567 To color 
22568 \series bold
22569
22570 \backslash
22571 cdashline
22572 \series default
22573 , the command is
22574 \end_layout
22575
22576 \begin_layout Standard
22577
22578 \series bold
22579
22580 \backslash
22581 let
22582 \backslash
22583 myCdashline
22584 \backslash
22585 cdashline
22586 \begin_inset Newline newline
22587 \end_inset
22588
22589
22590 \backslash
22591 renewcommand{
22592 \backslash
22593 cdashline}[1]
22594 \begin_inset Newline newline
22595 \end_inset
22596
22597
22598 \begin_inset Phantom HPhantom
22599 status open
22600
22601 \begin_layout Plain Layout
22602 \begin_inset space ~
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609
22610 {
22611 \backslash
22612 arrayrulecolor{red}
22613 \backslash
22614 myCdashline{#1}
22615 \backslash
22616 arrayrulecolor{black}}
22617 \end_layout
22618
22619 \begin_layout Standard
22620 To get back the black line color, one needs to insert the following commands
22621  as TeX-Code behind the table:
22622 \end_layout
22623
22624 \begin_layout Standard
22625 For 
22626 \series bold
22627
22628 \backslash
22629 hdashline
22630 \end_layout
22631
22632 \begin_layout Standard
22633
22634 \series bold
22635
22636 \backslash
22637 renewcommand{
22638 \backslash
22639 hdashline}{
22640 \backslash
22641 myHdashline}
22642 \end_layout
22643
22644 \begin_layout Standard
22645 and for 
22646 \series bold
22647
22648 \backslash
22649 cdashline
22650 \end_layout
22651
22652 \begin_layout Standard
22653
22654 \series bold
22655
22656 \backslash
22657 renewcommand{
22658 \backslash
22659 cdashline}{
22660 \backslash
22661 myCdashline}
22662 \end_layout
22663
22664 \begin_layout Standard
22665 To color the gaps between the dashes the command
22666 \end_layout
22667
22668 \begin_layout Standard
22669
22670 \series bold
22671
22672 \backslash
22673 dashgapcolor{color}
22674 \end_layout
22675
22676 \begin_layout Standard
22677 can be used in front of a table as TeX-Code.
22678  color is hereby the name of a defined color.
22679  The command
22680 \end_layout
22681
22682 \begin_layout Standard
22683
22684 \series bold
22685
22686 \backslash
22687 nodashgapcolor
22688 \end_layout
22689
22690 \begin_layout Standard
22691 unsets the changes made by 
22692 \series bold
22693
22694 \backslash
22695 dashgapcolor
22696 \series default
22697 .
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset Note Greyedout
22702 status open
22703
22704 \begin_layout Plain Layout
22705
22706 \series bold
22707 \color none
22708 Note
22709 \series default
22710 : If there are multiple commands in a cell, the command of 
22711 \series bold
22712 arydshln
22713 \series default
22714  needs to be the first one in the cell.
22715  Therefore in cell 
22716 \emph on
22717 k
22718 \emph default
22719  of Table
22720 \begin_inset space ~
22721 \end_inset
22722
22723
22724 \begin_inset CommandInset ref
22725 LatexCommand ref
22726 reference "tab:Colored-table-with"
22727
22728 \end_inset
22729
22730  the command 
22731 \series bold
22732
22733 \backslash
22734 hdashline
22735 \series default
22736  is before 
22737 \series bold
22738
22739 \backslash
22740 rowcolor
22741 \series default
22742 .
22743 \end_layout
22744
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \begin_layout Standard
22751 \begin_inset Note Greyedout
22752 status open
22753
22754 \begin_layout Plain Layout
22755
22756 \series bold
22757 \color none
22758 Note:
22759 \series default
22760  The LaTeX-package 
22761 \series bold
22762 arydshln
22763 \series default
22764  must be loaded in the document preamble before the LaTeX-package 
22765 \series bold
22766 colortbl
22767 \series default
22768
22769 \begin_inset Index idx
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773 LaTeX-packages ! colortbl
22774 \end_layout
22775
22776 \end_inset
22777
22778 .
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 \begin_inset ERT
22788 status collapsed
22789
22790 \begin_layout Plain Layout
22791
22792
22793 \backslash
22794 else
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \begin_inset Note Note
22801 status open
22802
22803 \begin_layout Plain Layout
22804 The following will be displayed when the LaTeX-package 
22805 \series bold
22806 arydshln
22807 \series default
22808  is not installed:
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \begin_layout Standard
22817 You need to install the package 
22818 \series bold
22819 arydshln
22820 \series default
22821  to see the content of this section in the output.
22822 \end_layout
22823
22824 \begin_layout Standard
22825 \begin_inset ERT
22826 status collapsed
22827
22828 \begin_layout Plain Layout
22829
22830
22831 \backslash
22832 fi
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \begin_layout Standard
22841 For more information about dashed lines see the documentation of 
22842 \series bold
22843 arydshln
22844 \series default
22845
22846 \begin_inset CommandInset citation
22847 LatexCommand cite
22848 key "arydshln"
22849
22850 \end_inset
22851
22852 .
22853 \end_layout
22854
22855 \begin_layout Chapter
22856 Floats
22857 \begin_inset CommandInset label
22858 LatexCommand label
22859 name "chap:Floats"
22860
22861 \end_inset
22862
22863
22864 \begin_inset Index idx
22865 status collapsed
22866
22867 \begin_layout Plain Layout
22868 Floats
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \begin_layout Section
22877 Introduction
22878 \begin_inset CommandInset label
22879 LatexCommand label
22880 name "sec:FloatIntroduction"
22881
22882 \end_inset
22883
22884
22885 \begin_inset Index idx
22886 status collapsed
22887
22888 \begin_layout Plain Layout
22889 Floats ! Introduction
22890 \end_layout
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 A float is a block of text associated with some sort of label, which doesn't
22899  have a fixed location.
22900  It can 
22901 \begin_inset Quotes eld
22902 \end_inset
22903
22904 float
22905 \begin_inset Quotes erd
22906 \end_inset
22907
22908  forward or backward a page or two, to wherever it fits best.
22909  
22910 \family sans
22911 Footnotes
22912 \family default
22913  and 
22914 \family sans
22915 Margin
22916 \begin_inset space ~
22917 \end_inset
22918
22919 Notes
22920 \family default
22921  are also floats because they can float to the next page when there are
22922  too many notes on the page.
22923 \end_layout
22924
22925 \begin_layout Standard
22926 Floats allow a high quality layout.
22927  Images and tables can be spread evenly among the pages to avoid white space
22928  and pages without text.
22929  As the floating often destroys the context between the text and the image/table
22930 , every float can be referenced in the text.
22931  Floats are therefore numbered.
22932  Referencing is described in section
22933 \begin_inset space ~
22934 \end_inset
22935
22936
22937 \begin_inset CommandInset ref
22938 LatexCommand ref
22939 reference "sec:Referencing-Floats"
22940
22941 \end_inset
22942
22943 .
22944 \end_layout
22945
22946 \begin_layout Standard
22947 To insert a float, use the menu 
22948 \family sans
22949 Insert\SpecialChar \menuseparator
22950 Float
22951 \family default
22952 .
22953  This inserts the 
22954 \family sans
22955 Caption
22956 \family default
22957  inset, a box with a label.
22958  The label will automatically be translated to the document language in
22959  the output.
22960  After the label you can insert the caption text.
22961  The image or table is inserted above or below the caption in a separate
22962  paragraph within the float.
22963  More about the caption placement is contained in section
22964 \begin_inset space ~
22965 \end_inset
22966
22967
22968 \begin_inset CommandInset ref
22969 LatexCommand ref
22970 reference "sec:Caption-Placement"
22971
22972 \end_inset
22973
22974 .
22975  To keep your LyX-document readable, you can open and close the float box
22976  by left-clicking on the box label.
22977  A closed float box looks like this: 
22978 \begin_inset Graphics
22979         filename clipart/floatQt4.png
22980         scale 70
22981         scaleBeforeRotation
22982
22983 \end_inset
22984
22985  â€“ a gray button with a red label.
22986 \end_layout
22987
22988 \begin_layout Standard
22989 It is recommended that you insert floats as separate standard paragraphs
22990  to avoid possible LaTeX-errors that can occur when the surrounding text
22991  is specially formatted.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 Existing figures or tables can be put into a float by highlighting them
22996  and then pressing the corresponding toolbar button for a new float.
22997 \end_layout
22998
22999 \begin_layout Section
23000 Float Types
23001 \end_layout
23002
23003 \begin_layout Standard
23004 Besides figure and table floats that are described in sections
23005 \begin_inset space ~
23006 \end_inset
23007
23008
23009 \begin_inset CommandInset ref
23010 LatexCommand ref
23011 reference "sec:Figure-Floats"
23012
23013 \end_inset
23014
23015  and 
23016 \begin_inset CommandInset ref
23017 LatexCommand ref
23018 reference "sec:Table-Floats"
23019
23020 \end_inset
23021
23022  respectively, LyX offers the float types 
23023 \family sans
23024 Algorithm
23025 \family default
23026  and 
23027 \family sans
23028 Wrap
23029 \family default
23030 .
23031  The latter are explained in sec.
23032 \begin_inset space \thinspace{}
23033 \end_inset
23034
23035
23036 \begin_inset CommandInset ref
23037 LatexCommand ref
23038 reference "sec:Wrap-Floats"
23039
23040 \end_inset
23041
23042 .
23043 \end_layout
23044
23045 \begin_layout Subsection
23046 Algorithm Floats
23047 \begin_inset Index idx
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051 Floats ! Algorithms
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset Float algorithm
23061 placement h
23062 wide false
23063 sideways false
23064 status open
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Caption
23068
23069 \begin_layout Plain Layout
23070 \begin_inset CommandInset label
23071 LatexCommand label
23072 name "alg:Example-Algorithm-float"
23073
23074 \end_inset
23075
23076 Example Algorithm float
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout LyX-Code
23085 for I in 1..N loop
23086 \begin_inset Newline newline
23087 \end_inset
23088
23089  Sum:= Sum + A(I); /*comment*/
23090 \begin_inset Newline newline
23091 \end_inset
23092
23093 end loop
23094 \begin_inset VSpace -4mm
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 This float type is inserted with the menu 
23107 \family sans
23108 Insert\SpecialChar \menuseparator
23109 Float\SpecialChar \menuseparator
23110 Algorithm
23111 \family default
23112 .
23113  It is used for program codes and descriptions of algorithms and can be
23114  seen as an alternative to program code listings that are explained in chapter
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \begin_inset CommandInset ref
23120 LatexCommand ref
23121 reference "cha:Program-Code-Listings"
23122
23123 \end_inset
23124
23125 .
23126  A possible environment for algorithms is the 
23127 \family sans
23128 LyX-Code
23129 \family default
23130 , described in LyX's 
23131 \emph on
23132 Userguide
23133 \emph default
23134 .
23135  Algorithm
23136 \begin_inset space ~
23137 \end_inset
23138
23139
23140 \begin_inset CommandInset ref
23141 LatexCommand ref
23142 reference "alg:Example-Algorithm-float"
23143
23144 \end_inset
23145
23146  is an example of an algorithm float where -4
23147 \begin_inset space \thinspace{}
23148 \end_inset
23149
23150 mm vertical space was added at the end of the float to have the bottom rule
23151  exactly below the last text line.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 The float label is not automatically translated into the document language.
23156  If your document is not in English, you have to do this manually by adding
23157  the following line to the document preamble
23158 \series bold
23159 :
23160 \end_layout
23161
23162 \begin_layout Standard
23163
23164 \series bold
23165
23166 \backslash
23167 floatname{algorithm}{your
23168 \begin_inset space ~
23169 \end_inset
23170
23171 name}
23172 \end_layout
23173
23174 \begin_layout Standard
23175 where 
23176 \family sans
23177 your
23178 \begin_inset space ~
23179 \end_inset
23180
23181 name
23182 \family default
23183  is the word 
23184 \begin_inset Quotes eld
23185 \end_inset
23186
23187
23188 \emph on
23189 algorithm
23190 \emph default
23191
23192 \begin_inset Quotes erd
23193 \end_inset
23194
23195  in your language.
23196 \end_layout
23197
23198 \begin_layout Standard
23199 To insert the list of algorithms you can use the menu 
23200 \family sans
23201 Insert\SpecialChar \menuseparator
23202 List
23203 \begin_inset space \thinspace{}
23204 \end_inset
23205
23206 /
23207 \begin_inset space \thinspace{}
23208 \end_inset
23209
23210 TOC\SpecialChar \menuseparator
23211 List of Algorithms
23212 \family default
23213  when your document has the same language as LyX's menu names.
23214  In other cases use this command in TeX-Code instead:
23215 \end_layout
23216
23217 \begin_layout Standard
23218
23219 \series bold
23220
23221 \backslash
23222 listof{algorithm}{your
23223 \begin_inset space ~
23224 \end_inset
23225
23226 name}
23227 \end_layout
23228
23229 \begin_layout Standard
23230 where 
23231 \family sans
23232 your
23233 \begin_inset space ~
23234 \end_inset
23235
23236 name
23237 \family default
23238  is the word 
23239 \begin_inset Quotes eld
23240 \end_inset
23241
23242
23243 \emph on
23244 List of Algorithm
23245 \emph default
23246 s
23247 \begin_inset Quotes erd
23248 \end_inset
23249
23250  in your language.
23251 \end_layout
23252
23253 \begin_layout Standard
23254 Algorithm floats are not by default numbered in the scheme 
23255 \begin_inset Quotes eld
23256 \end_inset
23257
23258 chapter.algorithm
23259 \begin_inset Quotes erd
23260 \end_inset
23261
23262  as is the case for table and figure floats in many document-classes.
23263  To number algorithm floats in the same scheme, add this command to your
23264  document preamble:
23265 \end_layout
23266
23267 \begin_layout Standard
23268
23269 \series bold
23270
23271 \backslash
23272 numberwithin{algorithm}{chapter}
23273 \end_layout
23274
23275 \begin_layout Standard
23276 To be able to use the command 
23277 \series bold
23278
23279 \backslash
23280 numberwithin
23281 \series default
23282 , set in the tab 
23283 \family sans
23284 Math
23285 \begin_inset space ~
23286 \end_inset
23287
23288 Options
23289 \family default
23290  in the document settings the option 
23291 \family sans
23292 Use
23293 \begin_inset space ~
23294 \end_inset
23295
23296 AMS
23297 \begin_inset space ~
23298 \end_inset
23299
23300 math
23301 \begin_inset space ~
23302 \end_inset
23303
23304 package
23305 \family default
23306 .
23307 \end_layout
23308
23309 \begin_layout Section
23310 Float Numbering
23311 \begin_inset Index idx
23312 status collapsed
23313
23314 \begin_layout Plain Layout
23315 Floats ! Numbering
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Standard
23324 Floats are usually numbered either independently from the sections the floats
23325  are in, or in the scheme 
23326 \begin_inset Quotes eld
23327 \end_inset
23328
23329 chapter.number
23330 \begin_inset Quotes erd
23331 \end_inset
23332
23333  or 
23334 \begin_inset Quotes eld
23335 \end_inset
23336
23337 section.number
23338 \begin_inset Quotes erd
23339 \end_inset
23340
23341 .
23342  This depends on the document class used.
23343 \end_layout
23344
23345 \begin_layout Standard
23346 To change section-independent numbering, you can use this command in the
23347  document preamble:
23348 \end_layout
23349
23350 \begin_layout Standard
23351
23352 \series bold
23353
23354 \backslash
23355 renewcommand{
23356 \backslash
23357 thetable}{
23358 \backslash
23359 roman{table}}
23360 \end_layout
23361
23362 \begin_layout Standard
23363
23364 \series bold
23365
23366 \backslash
23367 thetable
23368 \series default
23369  is the command that prints the table number.
23370  For figure floats, the command would be 
23371 \series bold
23372
23373 \backslash
23374 thefigure
23375 \series default
23376 .
23377  
23378 \series bold
23379
23380 \backslash
23381 roman
23382 \series default
23383  in the command above prints the table number as a small roman number.
23384 \end_layout
23385
23386 \begin_layout Standard
23387 To change the numbering scheme for example to 
23388 \begin_inset Quotes eld
23389 \end_inset
23390
23391 subsection.number
23392 \begin_inset Quotes erd
23393 \end_inset
23394
23395 , use this command in the preamble:
23396 \end_layout
23397
23398 \begin_layout Standard
23399
23400 \series bold
23401
23402 \backslash
23403 numberwithin{table}{subsection}
23404 \end_layout
23405
23406 \begin_layout Standard
23407 To be able to use the command 
23408 \series bold
23409
23410 \backslash
23411 numberwithin
23412 \series default
23413 , set in the tab 
23414 \family sans
23415 Math
23416 \begin_inset space ~
23417 \end_inset
23418
23419 Options
23420 \family default
23421  in the document settings the option 
23422 \family sans
23423 Use
23424 \begin_inset space ~
23425 \end_inset
23426
23427 AMS
23428 \begin_inset space ~
23429 \end_inset
23430
23431 math
23432 \begin_inset space ~
23433 \end_inset
23434
23435 package
23436 \family default
23437 .
23438 \end_layout
23439
23440 \begin_layout Standard
23441 Please also have a look at section
23442 \begin_inset space ~
23443 \end_inset
23444
23445
23446 \begin_inset CommandInset ref
23447 LatexCommand ref
23448 reference "sub:Footnote-Numbering"
23449
23450 \end_inset
23451
23452  for the details and important notes about the numbering commands.
23453 \end_layout
23454
23455 \begin_layout Section
23456 Referencing Floats
23457 \begin_inset CommandInset label
23458 LatexCommand label
23459 name "sec:Referencing-Floats"
23460
23461 \end_inset
23462
23463
23464 \begin_inset Index idx
23465 status collapsed
23466
23467 \begin_layout Plain Layout
23468 Floats ! References
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \begin_inset Index idx
23475 status collapsed
23476
23477 \begin_layout Plain Layout
23478 References ! to Floats
23479 \end_layout
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \begin_layout Standard
23487 To reference a float, insert a label into its caption using the menu 
23488 \family sans
23489 Insert\SpecialChar \menuseparator
23490 Label
23491 \family default
23492  or the toolbar button 
23493 \family sans
23494
23495 \begin_inset Info
23496 type  "icon"
23497 arg   "label-insert"
23498 \end_inset
23499
23500
23501 \family default
23502 .
23503  A grey label box like this one: 
23504 \begin_inset Graphics
23505         filename clipart/labelQt4.png
23506         scale 85
23507         scaleBeforeRotation
23508
23509 \end_inset
23510
23511  will be inserted and the label window pops up asking for the label text.
23512  LyX offers as text the first words of the caption with a prefix.
23513  The prefix depends on the float type, e.
23514 \begin_inset space \thinspace{}
23515 \end_inset
23516
23517 g.
23518 \begin_inset space \space{}
23519 \end_inset
23520
23521 for figure floats the prefix will be "
23522 \family sans
23523 fig:
23524 \family default
23525 ".
23526 \end_layout
23527
23528 \begin_layout Standard
23529 The label is used as anchor and name for the reference.
23530  You can refer to the label using the menu 
23531 \family sans
23532 Insert\SpecialChar \menuseparator
23533 Cross-reference
23534 \family default
23535  or the toolbar button 
23536 \family sans
23537
23538 \begin_inset Info
23539 type  "icon"
23540 arg   "dialog-show-new-inset ref"
23541 \end_inset
23542
23543
23544 \family default
23545 .
23546  The cross-reference window appears showing all labels of the document.
23547  If you have multiple LyX-documents opened, choose the one you are working
23548  on from the drop-list at the top of the dialog.
23549  You can now sort the labels alphabetically and then choose one.
23550  A grey cross-reference box like this one: 
23551 \begin_inset Graphics
23552         filename clipart/referenceQt4.png
23553         scale 85
23554         scaleBeforeRotation
23555
23556 \end_inset
23557
23558  will be inserted.
23559  At the position of the cross-reference box the float number will appear
23560  in the output.
23561 \end_layout
23562
23563 \begin_layout Standard
23564 It is recommended that you use a protected space between the cross-reference
23565  name and its number to avoid line breaks between them.
23566  If a cross-reference refers to a non-existing label, you will see two question
23567  marks in the output instead of the reference.
23568 \end_layout
23569
23570 \begin_layout Standard
23571 You can change labels at any time by clicking on the label box.
23572  References to the changed label will automatically update their links to
23573  the new label text.
23574 \end_layout
23575
23576 \begin_layout Standard
23577 The button 
23578 \family sans
23579 Go
23580 \begin_inset space ~
23581 \end_inset
23582
23583 to
23584 \begin_inset space ~
23585 \end_inset
23586
23587 Label
23588 \family default
23589  in the cross-reference window sets the cursor before the referred label.
23590  The button text changes then to Go
23591 \begin_inset space ~
23592 \end_inset
23593
23594 Back and you can use it to set the cursor back to the cross-reference.
23595 \end_layout
23596
23597 \begin_layout Subsection
23598 Cross-Reference Formats
23599 \begin_inset CommandInset label
23600 LatexCommand label
23601 name "sub:Cross-Reference-Formats"
23602
23603 \end_inset
23604
23605
23606 \begin_inset Index idx
23607 status collapsed
23608
23609 \begin_layout Plain Layout
23610 References ! Formats
23611 \end_layout
23612
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \begin_layout Standard
23619 There are six varieties of cross-references:
23620 \end_layout
23621
23622 \begin_layout Description
23623 <reference>: prints the float number, this is the default: 
23624 \begin_inset CommandInset ref
23625 LatexCommand ref
23626 reference "fig:Two-distorted-images"
23627
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \begin_layout Description
23634 (<reference>): prints the float number within two parentheses, this is the
23635  style normally used to reference formulas, especially when the reference
23636  name 
23637 \begin_inset Quotes eld
23638 \end_inset
23639
23640 Equation
23641 \begin_inset Quotes erd
23642 \end_inset
23643
23644  is omitted: 
23645 \begin_inset CommandInset ref
23646 LatexCommand eqref
23647 reference "eq:Wgn"
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \begin_layout Description
23655 <page>: prints the page number: Page
23656 \begin_inset space ~
23657 \end_inset
23658
23659
23660 \begin_inset CommandInset ref
23661 LatexCommand pageref
23662 reference "fig:Two-distorted-images"
23663
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \begin_layout Description
23670 on
23671 \begin_inset space ~
23672 \end_inset
23673
23674 page
23675 \begin_inset space ~
23676 \end_inset
23677
23678 <page>: prints the text "on page" and the page number: 
23679 \begin_inset CommandInset ref
23680 LatexCommand vpageref
23681 reference "fig:Two-distorted-images"
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Description
23689 <reference>
23690 \begin_inset space ~
23691 \end_inset
23692
23693 on
23694 \begin_inset space ~
23695 \end_inset
23696
23697 page
23698 \begin_inset space ~
23699 \end_inset
23700
23701 <page>: prints the float number, the text "on page", and the page number:
23702  
23703 \begin_inset CommandInset ref
23704 LatexCommand vref
23705 reference "fig:Two-distorted-images"
23706
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \begin_layout Description
23713 Formatted
23714 \begin_inset space ~
23715 \end_inset
23716
23717 reference: prints a self-defined cross-reference format.
23718 \begin_inset Newline newline
23719 \end_inset
23720
23721
23722 \begin_inset Note Greyedout
23723 status open
23724
23725 \begin_layout Plain Layout
23726
23727 \series bold
23728 Note:
23729 \series default
23730  This feature is only available when you have the LaTeX-package 
23731 \series bold
23732 prettyref
23733 \series default
23734  or 
23735 \series bold
23736 refstyle
23737 \series default
23738
23739 \begin_inset Index idx
23740 status collapsed
23741
23742 \begin_layout Plain Layout
23743 LaTeX-packages ! prettyref
23744 \end_layout
23745
23746 \end_inset
23747
23748
23749 \begin_inset Index idx
23750 status collapsed
23751
23752 \begin_layout Plain Layout
23753 LaTeX-packages ! refstyle
23754 \end_layout
23755
23756 \end_inset
23757
23758  installed.
23759 \end_layout
23760
23761 \end_inset
23762
23763
23764 \begin_inset Newline newline
23765 \end_inset
23766
23767 You can select which LaTeX-package should be used for this feature by setting
23768  the option 
23769 \family sans
23770 Use refstyle (not prettyref) for cross-references
23771 \family default
23772  in the menu 
23773 \family sans
23774 Document\SpecialChar \menuseparator
23775 Settings\SpecialChar \menuseparator
23776 Document Class
23777 \family default
23778 .
23779  The format is specified by adding the command 
23780 \series bold
23781
23782 \backslash
23783 newrefformat
23784 \series default
23785  (prettyref) or 
23786 \series bold
23787
23788 \backslash
23789 newref
23790 \series default
23791  (refstyle) to the preamble of the document.
23792  For example redefining all references to figures (which have the label
23793  shortcut 
23794 \begin_inset Quotes eld
23795 \end_inset
23796
23797
23798 \family sans
23799 fig
23800 \family default
23801
23802 \begin_inset Quotes erd
23803 \end_inset
23804
23805 ) can be done with this command
23806 \begin_inset Newline newline
23807 \end_inset
23808
23809
23810 \series bold
23811
23812 \backslash
23813 newref{fig}{refcmd={Image on page 
23814 \backslash
23815 pageref{#1}}}
23816 \series default
23817
23818 \begin_inset Newline newline
23819 \end_inset
23820
23821 For more information about the format, have a look at the package documentations
23822
23823 \begin_inset CommandInset citation
23824 LatexCommand cite
23825 key "prettyref,refstyle"
23826
23827 \end_inset
23828
23829 .
23830 \end_layout
23831
23832 \begin_layout Description
23833 Textual
23834 \begin_inset space ~
23835 \end_inset
23836
23837 reference: prints the caption of the reference: 
23838 \begin_inset CommandInset ref
23839 LatexCommand nameref
23840 reference "fig:Two-distorted-images"
23841
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \begin_layout Standard
23848
23849 \family sans
23850 <page>
23851 \family default
23852  will not print the page number if the label is on the previous, the same,
23853  or the next page.
23854  You will e.
23855 \begin_inset space \thinspace{}
23856 \end_inset
23857
23858 g.
23859 \begin_inset space \space{}
23860 \end_inset
23861
23862 see the text 
23863 \begin_inset Quotes eld
23864 \end_inset
23865
23866
23867 \family sans
23868 on this page
23869 \family default
23870
23871 \begin_inset Quotes erd
23872 \end_inset
23873
23874  instead.
23875  The style 
23876 \family sans
23877 <reference> on page <page>
23878 \family default
23879  will not print anything about the page if the label is on the same page.
23880 \end_layout
23881
23882 \begin_layout Standard
23883 The number and current page of the part of the document referred to in the
23884  output is automatically calculated by LaTeX.
23885  The varieties are adjusted in the field 
23886 \family sans
23887 Format
23888 \family default
23889  of the cross-reference window that appears when you click on the cross-referenc
23890 e box.
23891 \end_layout
23892
23893 \begin_layout Standard
23894 \begin_inset Note Greyedout
23895 status open
23896
23897 \begin_layout Plain Layout
23898
23899 \series bold
23900 Note:
23901 \series default
23902  It is recommended to use the LaTeX-package 
23903 \series bold
23904 refstyle
23905 \series default
23906
23907 \begin_inset Index idx
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911 LaTeX-packages ! refstyle
23912 \end_layout
23913
23914 \end_inset
23915
23916  because 
23917 \series bold
23918 prettyref
23919 \series default
23920
23921 \begin_inset Index idx
23922 status collapsed
23923
23924 \begin_layout Plain Layout
23925 LaTeX-packages ! prettyref
23926 \end_layout
23927
23928 \end_inset
23929
23930  does not know all of LyX's possible label shortcuts
23931 \begin_inset Foot
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935 \begin_inset Quotes eld
23936 \end_inset
23937
23938 fig:
23939 \begin_inset Quotes erd
23940 \end_inset
23941
23942  is for example LyX's shortcut for labels in figure captions.
23943 \end_layout
23944
23945 \end_inset
23946
23947  and is not internationalized.
23948 \end_layout
23949
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \begin_layout Standard
23956 \begin_inset Note Greyedout
23957 status open
23958
23959 \begin_layout Plain Layout
23960
23961 \series bold
23962 Note:
23963 \series default
23964  Due to a bug in the LaTeX-package 
23965 \series bold
23966 varioref
23967 \series default
23968  version 1.4w, some cross-reference formats will cause LaTeX errors for document
23969  languages that make the period character active (like French).
23970  For a workaround, see
23971 \begin_inset Newline newline
23972 \end_inset
23973
23974
23975 \begin_inset CommandInset href
23976 LatexCommand href
23977 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23978
23979 \end_inset
23980
23981 .
23982 \end_layout
23983
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \begin_layout Subsection
23990 Automatic Reference Naming
23991 \begin_inset Index idx
23992 status collapsed
23993
23994 \begin_layout Plain Layout
23995 References ! Automatic Reference Naming
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Standard
24004 The LaTeX-package 
24005 \series bold
24006 hyperref
24007 \series default
24008
24009 \begin_inset Index idx
24010 status collapsed
24011
24012 \begin_layout Plain Layout
24013 LaTeX-packages ! hyperref
24014 \end_layout
24015
24016 \end_inset
24017
24018 , that is enabled in the 
24019 \family sans
24020 PDF Properties
24021 \family default
24022  of the 
24023 \family sans
24024 Document Settings
24025 \family default
24026  dialog, provides a very useful feature that cross-references automatically
24027  include the name of the referenced floats (or text parts like 
24028 \emph on
24029 section
24030 \emph default
24031 ).
24032  So you will save having to write e.
24033 \begin_inset space \thinspace{}
24034 \end_inset
24035
24036 g.
24037 \begin_inset space \space{}
24038 \end_inset
24039
24040 the name 
24041 \begin_inset Quotes eld
24042 \end_inset
24043
24044 Figure
24045 \begin_inset Quotes erd
24046 \end_inset
24047
24048  before every reference to a figure.
24049  To use this feature, enable 
24050 \series bold
24051 hyperref
24052 \series default
24053  and insert this line to the LaTeX preamble:
24054 \end_layout
24055
24056 \begin_layout Standard
24057
24058 \series bold
24059
24060 \backslash
24061 AtBeginDocument{
24062 \backslash
24063 renewcommand{
24064 \backslash
24065 ref}[1]{
24066 \backslash
24067 mbox{
24068 \backslash
24069 autoref{#1}}}}
24070 \end_layout
24071
24072 \begin_layout Standard
24073 When you prefer other reference names than the default ones, for example
24074  you want instead of 
24075 \begin_inset Quotes eld
24076 \end_inset
24077
24078 section
24079 \begin_inset Quotes erd
24080 \end_inset
24081
24082  the name 
24083 \begin_inset Quotes eld
24084 \end_inset
24085
24086 sec.
24087 \begin_inset space \thinspace{}
24088 \end_inset
24089
24090
24091 \begin_inset Quotes eld
24092 \end_inset
24093
24094 , you can redefine the name by inserting this in the preamble:
24095 \end_layout
24096
24097 \begin_layout Standard
24098
24099 \series bold
24100
24101 \backslash
24102 addto
24103 \backslash
24104 extrasenglish{
24105 \backslash
24106 renewcommand{
24107 \backslash
24108 sectionautorefname}
24109 \begin_inset Newline newline
24110 \end_inset
24111
24112
24113 \begin_inset Phantom HPhantom
24114 status open
24115
24116 \begin_layout Plain Layout
24117
24118 \series bold
24119 \begin_inset space ~
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126
24127 {sec.
24128 \backslash
24129 negthinspace}}
24130 \end_layout
24131
24132 \begin_layout Standard
24133 When you are using another document language than English, replace
24134 \begin_inset Newline newline
24135 \end_inset
24136
24137
24138 \series bold
24139
24140 \backslash
24141 extrasenglish
24142 \series default
24143  by 
24144 \series bold
24145
24146 \backslash
24147 extras***
24148 \series default
24149 , where *** is the name of the language used.
24150 \end_layout
24151
24152 \begin_layout Standard
24153 To get automatic names, but not for certain reference types, for example
24154  not for equations, use this preamble code:
24155 \end_layout
24156
24157 \begin_layout Standard
24158
24159 \series bold
24160
24161 \backslash
24162 addto
24163 \backslash
24164 extrasenglish{
24165 \backslash
24166 renewcommand*{
24167 \backslash
24168 equationautorefname}[1]{}}
24169 \end_layout
24170
24171 \begin_layout Standard
24172 More about this topic can be found in 
24173 \series bold
24174 hyperref
24175 \series default
24176 's documentation 
24177 \begin_inset CommandInset citation
24178 LatexCommand cite
24179 key "hyperref"
24180
24181 \end_inset
24182
24183 .
24184 \end_layout
24185
24186 \begin_layout Standard
24187 \begin_inset Note Greyedout
24188 status open
24189
24190 \begin_layout Plain Layout
24191
24192 \series bold
24193 Note:
24194 \series default
24195  Automatic reference naming cannot be used when you use cross-references
24196  in the 
24197 \family sans
24198 Formatted
24199 \begin_inset space ~
24200 \end_inset
24201
24202 reference
24203 \family default
24204  style, as described in section
24205 \begin_inset space ~
24206 \end_inset
24207
24208
24209 \begin_inset CommandInset ref
24210 LatexCommand ref
24211 reference "sub:Cross-Reference-Formats"
24212
24213 \end_inset
24214
24215 .
24216 \end_layout
24217
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \begin_layout Standard
24224 The 
24225 \emph on
24226 Math
24227 \emph default
24228  manual is an example where automatic reference naming is used.
24229 \end_layout
24230
24231 \begin_layout Subsection
24232 Reference Position
24233 \begin_inset CommandInset label
24234 LatexCommand label
24235 name "sub:Reference-Position"
24236
24237 \end_inset
24238
24239
24240 \begin_inset Index idx
24241 status collapsed
24242
24243 \begin_layout Plain Layout
24244 References ! Reference Position
24245 \end_layout
24246
24247 \end_inset
24248
24249
24250 \end_layout
24251
24252 \begin_layout Standard
24253 If you use 
24254 \series bold
24255 hyperref
24256 \series default
24257
24258 \begin_inset Index idx
24259 status collapsed
24260
24261 \begin_layout Plain Layout
24262 LaTeX-packages ! hyperref
24263 \end_layout
24264
24265 \end_inset
24266
24267  in the 
24268 \family sans
24269 PDF Properties
24270 \family default
24271  of the 
24272 \family sans
24273 Document Settings
24274 \family default
24275  dialog to link cross-references in the output, you will see that clicking
24276  on an image float reference jumps to the image label.
24277  The caption will be the first text part on the screen, so that you cannot
24278  see the image without scrolling.
24279  This is because the reference link anchor is placed at the position of
24280  the label.
24281  With the use of the package 
24282 \series bold
24283 hypcap
24284 \series default
24285
24286 \begin_inset Index idx
24287 status collapsed
24288
24289 \begin_layout Plain Layout
24290 LaTeX-packages ! hypcap
24291 \end_layout
24292
24293 \end_inset
24294
24295 , which is part of the LaTeX-package 
24296 \series bold
24297 oberdiek
24298 \series default
24299
24300 \begin_inset Index idx
24301 status collapsed
24302
24303 \begin_layout Plain Layout
24304 LaTeX-packages ! oberdiek
24305 \end_layout
24306
24307 \end_inset
24308
24309 , the link anchor is placed at the beginning of a float.
24310  To use this feature for figure floats, load 
24311 \series bold
24312 hypcap
24313 \series default
24314  in the document preamble with the line
24315 \end_layout
24316
24317 \begin_layout Standard
24318
24319 \series bold
24320
24321 \backslash
24322 usepackage[figure]{hypcap}
24323 \end_layout
24324
24325 \begin_layout Standard
24326 You can also use 
24327 \series bold
24328 hypcap
24329 \series default
24330  for all float types but this is not recommended for stability reasons.
24331  For more information, have a look at 
24332 \series bold
24333 hypcap
24334 \series default
24335 's manual 
24336 \begin_inset CommandInset citation
24337 LatexCommand cite
24338 key "hypcap"
24339
24340 \end_inset
24341
24342 .
24343 \end_layout
24344
24345 \begin_layout Standard
24346 \begin_inset Note Greyedout
24347 status open
24348
24349 \begin_layout Plain Layout
24350
24351 \series bold
24352 Note:
24353 \series default
24354  
24355 \series bold
24356 hypcap
24357 \series default
24358  has no effect on references to subfigures.
24359 \end_layout
24360
24361 \end_inset
24362
24363
24364 \end_layout
24365
24366 \begin_layout Section
24367 Float Placement
24368 \begin_inset CommandInset label
24369 LatexCommand label
24370 name "sec:Float-Placement"
24371
24372 \end_inset
24373
24374
24375 \begin_inset Index idx
24376 status collapsed
24377
24378 \begin_layout Plain Layout
24379 Floats ! Placement
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 Right-clicking on a float-box and clicking on 
24389 \family sans
24390 Settings
24391 \family default
24392  opens a dialog where you can alter the placement options that LaTeX uses
24393  for positioning the float.
24394 \begin_inset Newline newline
24395 \end_inset
24396
24397 The option 
24398 \family sans
24399 Span
24400 \begin_inset space ~
24401 \end_inset
24402
24403 columns
24404 \family default
24405  is only useful for two-column documents: If you select it, the float will
24406  span both columns on the page instead of being confined to just one.
24407 \begin_inset Newline newline
24408 \end_inset
24409
24410 The option 
24411 \family sans
24412 Rotate
24413 \begin_inset space ~
24414 \end_inset
24415
24416 sideways
24417 \family default
24418  is used to rotate floats, see section 
24419 \begin_inset CommandInset ref
24420 LatexCommand ref
24421 reference "sec:Rotated-Floats"
24422
24423 \end_inset
24424
24425 .
24426 \end_layout
24427
24428 \begin_layout Standard
24429 You can use one or more of the following options in the float dialog to
24430  set the placement for a particular float when you uncheck the option 
24431 \family sans
24432 Use
24433 \begin_inset space ~
24434 \end_inset
24435
24436 default
24437 \begin_inset space ~
24438 \end_inset
24439
24440 placement
24441 \family default
24442 :
24443 \end_layout
24444
24445 \begin_layout Description
24446 Here
24447 \begin_inset space ~
24448 \end_inset
24449
24450 if
24451 \begin_inset space ~
24452 \end_inset
24453
24454 possible try to place the float on the position where it has been inserted
24455 \end_layout
24456
24457 \begin_layout Description
24458 Top
24459 \begin_inset space ~
24460 \end_inset
24461
24462 of
24463 \begin_inset space ~
24464 \end_inset
24465
24466 page try to place the float at the top of the current page
24467 \end_layout
24468
24469 \begin_layout Description
24470 Bottom
24471 \begin_inset space ~
24472 \end_inset
24473
24474 of
24475 \begin_inset space ~
24476 \end_inset
24477
24478 page try to place the float at the bottom of the current page
24479 \end_layout
24480
24481 \begin_layout Description
24482 Page
24483 \begin_inset space ~
24484 \end_inset
24485
24486 of
24487 \begin_inset space ~
24488 \end_inset
24489
24490 floats try to place the float on its own page
24491 \end_layout
24492
24493 \begin_layout Standard
24494 The order of the above option is 
24495 \emph on
24496 always
24497 \emph default
24498  used by LaTeX.
24499  That means, if you use the default placement, LaTeX will first try out
24500  
24501 \family sans
24502 Here
24503 \begin_inset space ~
24504 \end_inset
24505
24506 if
24507 \begin_inset space ~
24508 \end_inset
24509
24510 possible
24511 \family default
24512 , then 
24513 \family sans
24514 Top
24515 \begin_inset space ~
24516 \end_inset
24517
24518 of
24519 \begin_inset space ~
24520 \end_inset
24521
24522 page
24523 \family default
24524 , and then the others.
24525  If you do not use the default, LaTeX will try only the checked options
24526  but in the same order.
24527  If none of the 4
24528 \begin_inset space ~
24529 \end_inset
24530
24531 placements is possible the procedure is internally repeated trying to put
24532  the float on the following page.
24533 \end_layout
24534
24535 \begin_layout Standard
24536 By default, each option has its own rules:
24537 \end_layout
24538
24539 \begin_layout Labeling
24540 \labelwidthstring 00.00.0000
24541
24542 \family sans
24543 Top
24544 \begin_inset space ~
24545 \end_inset
24546
24547 of
24548 \begin_inset space ~
24549 \end_inset
24550
24551 page
24552 \family default
24553  only floats occupying less than 70
24554 \begin_inset space \thinspace{}
24555 \end_inset
24556
24557 % of the page can be placed at the top of a page (
24558 \series bold
24559
24560 \backslash
24561 topfraction
24562 \series default
24563 )
24564 \end_layout
24565
24566 \begin_layout Labeling
24567 \labelwidthstring 00.00.0000
24568
24569 \family sans
24570 Bottom
24571 \begin_inset space ~
24572 \end_inset
24573
24574 of
24575 \begin_inset space ~
24576 \end_inset
24577
24578 page
24579 \family default
24580 : only floats occupying less than 30
24581 \begin_inset space \thinspace{}
24582 \end_inset
24583
24584 % of the page can be placed at the bottom of a page.
24585  (
24586 \series bold
24587
24588 \backslash
24589 bottomfraction
24590 \series default
24591 )
24592 \end_layout
24593
24594 \begin_layout Labeling
24595 \labelwidthstring 00.00.0000
24596
24597 \family sans
24598 Page
24599 \begin_inset space ~
24600 \end_inset
24601
24602 of
24603 \begin_inset space ~
24604 \end_inset
24605
24606 floats
24607 \family default
24608 : only if more than 50
24609 \begin_inset space \thinspace{}
24610 \end_inset
24611
24612 % of the page is occupied by floats, several floats can be set together
24613  on a page.
24614  (
24615 \series bold
24616
24617 \backslash
24618 floatpagefraction
24619 \series default
24620 )
24621 \end_layout
24622
24623 \begin_layout Standard
24624 If you don't like these rules, you can ignore them by using the additional
24625  option 
24626 \family sans
24627 Ignore
24628 \begin_inset space ~
24629 \end_inset
24630
24631 LaTeX
24632 \begin_inset space ~
24633 \end_inset
24634
24635 rules
24636 \family default
24637 .
24638 \begin_inset Newline newline
24639 \end_inset
24640
24641 You can also redefine the rules with LaTeX-commands that are given in parenthese
24642 s after the rules description above.
24643  To increase for example the often too small default of the bottom-rule
24644  to 50
24645 \begin_inset space \thinspace{}
24646 \end_inset
24647
24648 % of the page, add this line to your document preamble:
24649 \end_layout
24650
24651 \begin_layout Standard
24652
24653 \series bold
24654
24655 \backslash
24656 renewcommand{
24657 \backslash
24658 bottomfraction}{0.5}
24659 \end_layout
24660
24661 \begin_layout Standard
24662 Sometimes you might need, under all circumstances, a float to be placed
24663  exactly at the position where it is inserted.
24664  For this case you can use the option 
24665 \family sans
24666 Here
24667 \begin_inset space ~
24668 \end_inset
24669
24670 definitely
24671 \family default
24672 .
24673  Use this option very rarely and only if the document is almost ready to
24674  be printed, because the float is then no longer able to 
24675 \begin_inset Quotes eld
24676 \end_inset
24677
24678 float
24679 \begin_inset Quotes erd
24680 \end_inset
24681
24682  when you change your document and this will often destroy the page layout.
24683 \end_layout
24684
24685 \begin_layout Standard
24686 There are no placement options for text wrap floats, because they are always
24687  surrounded by the text of a certain paragraph.
24688 \begin_inset VSpace bigskip
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \begin_layout Standard
24695 Sometimes you have the problem that a float is placed at the top of a page
24696  while its corresponding section starts at the middle of the page, so that
24697  the reader could think the float is part of the previous section.
24698  To avoid this the LaTeX-command 
24699 \series bold
24700
24701 \backslash
24702 suppressfloats
24703 \series default
24704  can be used.
24705  It suppresses a given float placement for the page where it is inserted
24706  and can therefore be used to avoid floats being set before a section starts.
24707  To get this, add these commands to your document preamble:
24708 \end_layout
24709
24710 \begin_layout Standard
24711
24712 \series bold
24713
24714 \backslash
24715 let
24716 \backslash
24717 mySection
24718 \backslash
24719 section
24720 \begin_inset Newline newline
24721 \end_inset
24722
24723
24724 \backslash
24725 renewcommand{
24726 \backslash
24727 section}{
24728 \backslash
24729 suppressfloats[t]
24730 \backslash
24731 mySection}
24732 \end_layout
24733
24734 \begin_layout Standard
24735 You can define the same for all section headings, like chapters and subsections.
24736  This definition is not recommended to be used for small text parts like
24737  subsubsections because LaTeX may then have problems finding a suitable
24738  placement.
24739 \end_layout
24740
24741 \begin_layout Standard
24742 \begin_inset VSpace bigskip
24743 \end_inset
24744
24745 In some cases it is required to have all figures/tables at the end of the
24746  document.
24747  For this purpose the LaTeX-package 
24748 \series bold
24749 endfloat
24750 \series default
24751
24752 \begin_inset Index idx
24753 status collapsed
24754
24755 \begin_layout Plain Layout
24756 LaTeX-packages ! endfloat
24757 \end_layout
24758
24759 \end_inset
24760
24761  was developed.
24762  It puts all figure and table floats at the end of the document into their
24763  own sections.
24764  At the original float position a text hint like 
24765 \begin_inset Quotes eld
24766 \end_inset
24767
24768
24769 \family sans
24770 [Figure
24771 \begin_inset space ~
24772 \end_inset
24773
24774 3.2 about here.]
24775 \family default
24776
24777 \begin_inset Quotes erd
24778 \end_inset
24779
24780  is inserted.
24781  The endfloat-package is loaded in the preamble with the line
24782 \end_layout
24783
24784 \begin_layout Standard
24785
24786 \series bold
24787
24788 \backslash
24789 usepackage[options]{endfloat}
24790 \end_layout
24791
24792 \begin_layout Standard
24793 There are various package options to format the created figure/table sections.
24794  For more information we refer you to the 
24795 \series bold
24796 endfloat
24797 \series default
24798  documentation 
24799 \begin_inset CommandInset citation
24800 LatexCommand cite
24801 key "endfloat"
24802
24803 \end_inset
24804
24805 .
24806 \begin_inset Newline newline
24807 \end_inset
24808
24809
24810 \begin_inset Note Greyedout
24811 status open
24812
24813 \begin_layout Plain Layout
24814
24815 \series bold
24816 Note: endfloat
24817 \series default
24818  doesn't provide an automatic translation for the text hint, you have to
24819  do this manually, see section
24820 \begin_inset space ~
24821 \end_inset
24822
24823 4 in 
24824 \begin_inset CommandInset citation
24825 LatexCommand cite
24826 key "endfloat"
24827
24828 \end_inset
24829
24830 .
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \begin_inset Newline newline
24837 \end_inset
24838
24839
24840 \begin_inset Note Greyedout
24841 status open
24842
24843 \begin_layout Plain Layout
24844
24845 \series bold
24846 Note:
24847 \series default
24848  There is currently a bug in 
24849 \series bold
24850 endfloat
24851 \series default
24852  when the caption contains a German 
24853 \begin_inset Quotes eld
24854 \end_inset
24855
24856 ß
24857 \begin_inset Quotes erd
24858 \end_inset
24859
24860 .
24861  Use in this case the command 
24862 \begin_inset Quotes eld
24863 \end_inset
24864
24865
24866 \series bold
24867
24868 \backslash
24869 ss
24870 \series default
24871
24872 \begin_inset Quotes erd
24873 \end_inset
24874
24875  in TeX-Code instead of 
24876 \begin_inset Quotes eld
24877 \end_inset
24878
24879 ß
24880 \begin_inset Quotes erd
24881 \end_inset
24882
24883 .
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \begin_inset VSpace bigskip
24893 \end_inset
24894
24895 For more details about float placements, have a look at LaTeX books, 
24896 \begin_inset CommandInset citation
24897 LatexCommand cite
24898 key "latexcompanion,latexguide,latexbook"
24899
24900 \end_inset
24901
24902 .
24903 \end_layout
24904
24905 \begin_layout Section
24906 Rotated Floats
24907 \begin_inset CommandInset label
24908 LatexCommand label
24909 name "sec:Rotated-Floats"
24910
24911 \end_inset
24912
24913
24914 \begin_inset Index idx
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 Floats ! Rotating
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \begin_layout Standard
24927 Especially for wide tables you might have floats rotated.
24928  To rotate a whole float including the caption, right-click on the float-box
24929  and use the option 
24930 \family sans
24931 Rotate
24932 \begin_inset space ~
24933 \end_inset
24934
24935 sideways
24936 \family default
24937 .
24938 \end_layout
24939
24940 \begin_layout Standard
24941 Rotated floats are always placed on a page of their own (or column of their
24942  own; in case you have a multi-column document).
24943  You can let them span several columns using the float settings option 
24944 \family sans
24945 Span
24946 \begin_inset space ~
24947 \end_inset
24948
24949 columns
24950 \family default
24951 .
24952  Floats are rotated so that you can read them from the outside margin.
24953  To force a certain rotation direction for all pages, you can add either
24954  the option 
24955 \series bold
24956 figuresleft
24957 \series default
24958  or 
24959 \series bold
24960 figuresright
24961 \series default
24962  to the document class options.
24963 \end_layout
24964
24965 \begin_layout Standard
24966 Referencing rotated floats is the same as for normal floats, the caption
24967  format is also the same: Table
24968 \begin_inset space ~
24969 \end_inset
24970
24971
24972 \begin_inset CommandInset ref
24973 LatexCommand ref
24974 reference "tab:Rotated-table"
24975
24976 \end_inset
24977
24978  is an example of a rotated table float.
24979 \end_layout
24980
24981 \begin_layout Standard
24982 \begin_inset Note Greyedout
24983 status open
24984
24985 \begin_layout Plain Layout
24986
24987 \series bold
24988 Note:
24989 \series default
24990  Not all DVI-viewers are able to display rotated floats.
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \begin_layout Standard
24999 \begin_inset Float table
25000 wide false
25001 sideways true
25002 status open
25003
25004 \begin_layout Plain Layout
25005 \begin_inset Caption
25006
25007 \begin_layout Plain Layout
25008 \begin_inset CommandInset label
25009 LatexCommand label
25010 name "tab:Rotated-table"
25011
25012 \end_inset
25013
25014  Rotated table
25015 \end_layout
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \begin_layout Plain Layout
25023 \align center
25024 \begin_inset Tabular
25025 <lyxtabular version="3" rows="1" columns="5">
25026 <features tabularvalignment="middle">
25027 <column alignment="center" valignment="top" width="0">
25028 <column alignment="center" valignment="top" width="0">
25029 <column alignment="center" valignment="top" width="0">
25030 <column alignment="center" valignment="top" width="0">
25031 <column alignment="center" valignment="top" width="0">
25032 <row>
25033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 test
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 b
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 c
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 d
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073 e
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 </lyxtabular>
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Section
25092 Subfloats
25093 \begin_inset Index idx
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097 Floats ! Subfloats
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106 Subfloats are for example used when a figure consists of several images.
25107  They are created by inserting a float into an existing float.
25108  The placement of the subfloats can be controlled in the same way as for
25109  paragraphs as shown in table
25110 \begin_inset space ~
25111 \end_inset
25112
25113
25114 \begin_inset CommandInset ref
25115 LatexCommand ref
25116 reference "tab:Two-subtables-side"
25117
25118 \end_inset
25119
25120  and 
25121 \begin_inset CommandInset ref
25122 LatexCommand ref
25123 reference "tab:Two-subtables-upon"
25124
25125 \end_inset
25126
25127 .
25128 \end_layout
25129
25130 \begin_layout Standard
25131 Referencing subfloats works as for normal floats: Table
25132 \begin_inset space ~
25133 \end_inset
25134
25135
25136 \begin_inset CommandInset ref
25137 LatexCommand ref
25138 reference "tab:This-is-subtable-a"
25139
25140 \end_inset
25141
25142  and 
25143 \begin_inset CommandInset ref
25144 LatexCommand ref
25145 reference "tab:This-is-subtable-b"
25146
25147 \end_inset
25148
25149  are subtables of table
25150 \begin_inset space ~
25151 \end_inset
25152
25153
25154 \begin_inset CommandInset ref
25155 LatexCommand ref
25156 reference "tab:Two-subtables-side"
25157
25158 \end_inset
25159
25160 .
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset Float table
25165 wide false
25166 sideways false
25167 status open
25168
25169 \begin_layout Plain Layout
25170 \begin_inset Caption
25171
25172 \begin_layout Plain Layout
25173 \begin_inset CommandInset label
25174 LatexCommand label
25175 name "tab:Two-subtables-side"
25176
25177 \end_inset
25178
25179 Two subtables placed side by side.
25180 \end_layout
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Plain Layout
25188 \align center
25189 \begin_inset space \hfill{}
25190 \end_inset
25191
25192
25193 \begin_inset Float table
25194 wide false
25195 sideways false
25196 status collapsed
25197
25198 \begin_layout Plain Layout
25199 \begin_inset Caption
25200
25201 \begin_layout Plain Layout
25202 \begin_inset CommandInset label
25203 LatexCommand label
25204 name "tab:This-is-subtable-a"
25205
25206 \end_inset
25207
25208 This is subtable a.
25209 \end_layout
25210
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \begin_layout Plain Layout
25217 \align center
25218 \begin_inset Tabular
25219 <lyxtabular version="3" rows="1" columns="5">
25220 <features tabularvalignment="middle">
25221 <column alignment="center" valignment="top" width="0">
25222 <column alignment="center" valignment="top" width="0">
25223 <column alignment="center" valignment="top" width="0">
25224 <column alignment="center" valignment="top" width="0">
25225 <column alignment="center" valignment="top" width="0">
25226 <row>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 test
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 b
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 c
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258 d
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267 e
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 </row>
25273 </lyxtabular>
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \begin_inset space \hfill{}
25284 \end_inset
25285
25286
25287 \begin_inset Float table
25288 wide false
25289 sideways false
25290 status collapsed
25291
25292 \begin_layout Plain Layout
25293 \begin_inset Caption
25294
25295 \begin_layout Plain Layout
25296 \begin_inset CommandInset label
25297 LatexCommand label
25298 name "tab:This-is-subtable-b"
25299
25300 \end_inset
25301
25302 This is subtable b.
25303 \end_layout
25304
25305 \end_inset
25306
25307
25308 \end_layout
25309
25310 \begin_layout Plain Layout
25311 \align center
25312 \begin_inset Tabular
25313 <lyxtabular version="3" rows="1" columns="5">
25314 <features tabularvalignment="middle">
25315 <column alignment="center" valignment="top" width="0">
25316 <column alignment="center" valignment="top" width="0">
25317 <column alignment="center" valignment="top" width="0">
25318 <column alignment="center" valignment="top" width="0">
25319 <column alignment="center" valignment="top" width="0">
25320 <row>
25321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 e
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334 d
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343 c
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352 b
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361 test
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 </row>
25367 </lyxtabular>
25368
25369 \end_inset
25370
25371
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \begin_inset space \hfill{}
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Standard
25389 \begin_inset Float table
25390 wide false
25391 sideways false
25392 status open
25393
25394 \begin_layout Plain Layout
25395 \begin_inset Caption
25396
25397 \begin_layout Plain Layout
25398 \begin_inset CommandInset label
25399 LatexCommand label
25400 name "tab:Two-subtables-upon"
25401
25402 \end_inset
25403
25404 Two subtables placed one above the other.
25405  (a) table with 4 cells, (b) table with 5 cells.
25406 \end_layout
25407
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \begin_layout Plain Layout
25414 \align center
25415 \begin_inset Float table
25416 wide false
25417 sideways false
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421 \begin_inset Caption
25422
25423 \begin_layout Plain Layout
25424
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Plain Layout
25433 \align center
25434 \begin_inset Tabular
25435 <lyxtabular version="3" rows="1" columns="4">
25436 <features tabularvalignment="middle">
25437 <column alignment="center" valignment="top" width="0">
25438 <column alignment="center" valignment="top" width="0">
25439 <column alignment="center" valignment="top" width="0">
25440 <column alignment="center" valignment="top" width="0">
25441 <row>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 test
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 test
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 test
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473 test
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 </row>
25479 </lyxtabular>
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \begin_layout Plain Layout
25492 \align center
25493 \begin_inset Float table
25494 wide false
25495 sideways false
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499 \begin_inset Caption
25500
25501 \begin_layout Plain Layout
25502
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Plain Layout
25511 \align center
25512 \begin_inset Tabular
25513 <lyxtabular version="3" rows="1" columns="5">
25514 <features tabularvalignment="middle">
25515 <column alignment="center" valignment="top" width="0">
25516 <column alignment="center" valignment="top" width="0">
25517 <column alignment="center" valignment="top" width="0">
25518 <column alignment="center" valignment="top" width="0">
25519 <column alignment="center" valignment="top" width="0">
25520 <row>
25521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525 a
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534 b
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543 c
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 d
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 e
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 </row>
25567 </lyxtabular>
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Section
25585 Floats Side by Side
25586 \begin_inset Index idx
25587 status collapsed
25588
25589 \begin_layout Plain Layout
25590 Floats ! Side by side
25591 \end_layout
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Standard
25599 To place floats side by side, as in Figures
25600 \begin_inset space ~
25601 \end_inset
25602
25603
25604 \begin_inset CommandInset ref
25605 LatexCommand ref
25606 reference "fig:Float-left"
25607
25608 \end_inset
25609
25610  and 
25611 \begin_inset CommandInset ref
25612 LatexCommand ref
25613 reference "fig:Float-right"
25614
25615 \end_inset
25616
25617 , only 
25618 \emph on
25619 one
25620 \emph default
25621  float is used.
25622  In it two minipage boxes are inserted.
25623 \begin_inset Foot
25624 status collapsed
25625
25626 \begin_layout Plain Layout
25627 Minipages are explained in section
25628 \begin_inset space ~
25629 \end_inset
25630
25631
25632 \begin_inset CommandInset ref
25633 LatexCommand ref
25634 reference "sec:Minipages"
25635
25636 \end_inset
25637
25638 .
25639 \end_layout
25640
25641 \end_inset
25642
25643  The width is set to 45
25644 \begin_inset space \thinspace{}
25645 \end_inset
25646
25647 -50
25648 \begin_inset space \thinspace{}
25649 \end_inset
25650
25651 column% and the box alignment to 
25652 \family sans
25653 Bottom
25654 \family default
25655  for each minipage.
25656  The minipage boxes contain the image and the caption in the same way as
25657  they are in a float.
25658  The only difference is that the image unit 
25659 \family sans
25660 Column
25661 \begin_inset space ~
25662 \end_inset
25663
25664 Width
25665 \begin_inset space ~
25666 \end_inset
25667
25668 %
25669 \family default
25670  is now calculated according to the width of the minipage boxes.
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset Float figure
25675 wide false
25676 sideways false
25677 status open
25678
25679 \begin_layout Plain Layout
25680 \begin_inset Box Frameless
25681 position "b"
25682 hor_pos "c"
25683 has_inner_box 1
25684 inner_pos "t"
25685 use_parbox 0
25686 use_makebox 0
25687 width "45col%"
25688 special "none"
25689 height "1in"
25690 height_special "totalheight"
25691 status open
25692
25693 \begin_layout Plain Layout
25694 \align center
25695 \begin_inset Graphics
25696         filename clipart/mobius.eps
25697         lyxscale 50
25698         width 100col%
25699         scaleBeforeRotation
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \begin_layout Plain Layout
25707 \begin_inset Caption
25708
25709 \begin_layout Plain Layout
25710 \begin_inset CommandInset label
25711 LatexCommand label
25712 name "fig:Float-left"
25713
25714 \end_inset
25715
25716 Float on the left side.
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \begin_inset space \hfill{}
25728 \end_inset
25729
25730
25731 \begin_inset Box Frameless
25732 position "b"
25733 hor_pos "c"
25734 has_inner_box 1
25735 inner_pos "t"
25736 use_parbox 0
25737 use_makebox 0
25738 width "45col%"
25739 special "none"
25740 height "1in"
25741 height_special "totalheight"
25742 status open
25743
25744 \begin_layout Plain Layout
25745 \align center
25746 \begin_inset Graphics
25747         filename clipart/platypus.eps
25748         lyxscale 50
25749         width 100col%
25750         scaleBeforeRotation
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \begin_layout Plain Layout
25758 \begin_inset Caption
25759
25760 \begin_layout Plain Layout
25761 \begin_inset CommandInset label
25762 LatexCommand label
25763 name "fig:Float-right"
25764
25765 \end_inset
25766
25767 Float on the right side.
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \begin_layout Plain Layout
25781
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \begin_layout Section
25790 Caption Formatting
25791 \begin_inset Index idx
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795 Caption ! Formatting
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \begin_inset Index idx
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805 Floats ! Caption Formatting
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \begin_inset CommandInset label
25812 LatexCommand label
25813 name "sec:Caption-Formatting"
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 The 
25822 \family sans
25823 Caption
25824 \family default
25825  environment is the default paragraph environment for 
25826 \family sans
25827 Floats
25828 \family default
25829 .
25830  On the LyX screen captions appear as a label, e.
25831 \begin_inset space \thinspace{}
25832 \end_inset
25833
25834 g.
25835 \begin_inset space \space{}
25836 \end_inset
25837
25838
25839 \begin_inset Quotes eld
25840 \end_inset
25841
25842
25843 \family sans
25844 Figure #:
25845 \family default
25846
25847 \begin_inset Quotes erd
25848 \end_inset
25849
25850  followed by the caption text.
25851  
25852 \begin_inset Quotes eld
25853 \end_inset
25854
25855 #
25856 \begin_inset Quotes erd
25857 \end_inset
25858
25859  is the actual reference number.
25860  By default the label and the number are in the same font as the caption
25861  text and a colon follows the number to divide the label from the text.
25862  This caption format is not suitable for all document formats.
25863  
25864 \end_layout
25865
25866 \begin_layout Standard
25867 To change the default caption format, load the LaTeX-package 
25868 \series bold
25869 caption
25870 \series default
25871
25872 \begin_inset Index idx
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876 LaTeX-packages ! caption
25877 \end_layout
25878
25879 \end_inset
25880
25881  in the document preamble with this line:
25882 \end_layout
25883
25884 \begin_layout Standard
25885
25886 \series bold
25887
25888 \backslash
25889 usepackage[format definition]{caption}
25890 \end_layout
25891
25892 \begin_layout Standard
25893 To have for example the label and the number in sans-serif bold font and
25894  the table captions always above the table as in this document, use the
25895  following command:
25896 \end_layout
25897
25898 \begin_layout Standard
25899
25900 \series bold
25901
25902 \backslash
25903 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25904 \end_layout
25905
25906 \begin_layout Standard
25907 You can also define different caption formats for the different float types.
25908  In this case load the 
25909 \series bold
25910 caption
25911 \series default
25912  package without format specific options and define the different formats
25913  with the help of the command
25914 \end_layout
25915
25916 \begin_layout Standard
25917
25918 \series bold
25919
25920 \backslash
25921 captionsetup[float type]{format definition}
25922 \end_layout
25923
25924 \begin_layout Standard
25925 in the document preamble.
25926  For example the caption formats of Figure
25927 \begin_inset space ~
25928 \end_inset
25929
25930
25931 \begin_inset CommandInset ref
25932 LatexCommand ref
25933 reference "fig:This-is-an-fig"
25934
25935 \end_inset
25936
25937  and Table
25938 \begin_inset space ~
25939 \end_inset
25940
25941
25942 \begin_inset CommandInset ref
25943 LatexCommand ref
25944 reference "tab:This-is-an-tab"
25945
25946 \end_inset
25947
25948  can be created using these commands in the document preamble:
25949 \end_layout
25950
25951 \begin_layout Standard
25952
25953 \series bold
25954
25955 \backslash
25956 usepackage[tableposition=top]{caption}
25957 \series default
25958
25959 \begin_inset Newline newline
25960 \end_inset
25961
25962
25963 \series bold
25964
25965 \backslash
25966 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25967 \begin_inset Newline newline
25968 \end_inset
25969
25970
25971 \begin_inset Phantom HPhantom
25972 status open
25973
25974 \begin_layout Plain Layout
25975
25976 \series bold
25977
25978 \backslash
25979 captionsetup[figure]{
25980 \end_layout
25981
25982 \end_inset
25983
25984 labelsep=period}
25985 \begin_inset Newline newline
25986 \end_inset
25987
25988
25989 \backslash
25990 captionsetup[table]{labelfont={bf,sf}}
25991 \end_layout
25992
25993 \begin_layout Standard
25994 \begin_inset Note Greyedout
25995 status open
25996
25997 \begin_layout Plain Layout
25998
25999 \series bold
26000 Note:
26001 \series default
26002  The option 
26003 \series bold
26004 tableposition=top
26005 \series default
26006  has no effect when a 
26007 \series bold
26008 KOMA-Script
26009 \series default
26010
26011 \begin_inset Index idx
26012 status collapsed
26013
26014 \begin_layout Plain Layout
26015 LaTeX-packages ! KOMA-Script
26016 \end_layout
26017
26018 \end_inset
26019
26020  document class is used.
26021  In this case the document class option 
26022 \series bold
26023 captions=tableheading
26024 \series default
26025  must be used.
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \end_layout
26032
26033 \begin_layout Standard
26034 For more information about the package 
26035 \series bold
26036 caption
26037 \series default
26038  we refer to its documentation 
26039 \begin_inset CommandInset citation
26040 LatexCommand cite
26041 key "caption"
26042
26043 \end_inset
26044
26045 .
26046 \end_layout
26047
26048 \begin_layout Standard
26049 To change the label name from e.
26050 \begin_inset space \thinspace{}
26051 \end_inset
26052
26053 g.
26054 \begin_inset space \space{}
26055 \end_inset
26056
26057
26058 \begin_inset Quotes eld
26059 \end_inset
26060
26061 Figure
26062 \begin_inset Quotes erd
26063 \end_inset
26064
26065  to 
26066 \begin_inset Quotes eld
26067 \end_inset
26068
26069 Image
26070 \begin_inset Quotes erd
26071 \end_inset
26072
26073  use this preamble command:
26074 \end_layout
26075
26076 \begin_layout Standard
26077
26078 \series bold
26079
26080 \backslash
26081 renewcommand{
26082 \backslash
26083 fnum@figure}{Image~
26084 \backslash
26085 thefigure}
26086 \end_layout
26087
26088 \begin_layout Standard
26089 where 
26090 \series bold
26091
26092 \backslash
26093 thefigure
26094 \series default
26095  inserts the figure number and
26096 \series bold
26097  
26098 \begin_inset Quotes eld
26099 \end_inset
26100
26101 ~
26102 \series default
26103
26104 \begin_inset Quotes erd
26105 \end_inset
26106
26107  creates a protected space.
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \begin_inset VSpace bigskip
26112 \end_inset
26113
26114 If you are using a 
26115 \series bold
26116 KOMA-Script
26117 \series default
26118
26119 \begin_inset Index idx
26120 status collapsed
26121
26122 \begin_layout Plain Layout
26123 LaTeX-packages ! KOMA-Script
26124 \end_layout
26125
26126 \end_inset
26127
26128  document class (
26129 \family sans
26130 article (KOMA-Script)
26131 \family default
26132
26133 \family sans
26134 book (KOMA-Script)
26135 \family default
26136
26137 \family sans
26138 letter (KOMA-Script)
26139 \family default
26140 , or 
26141 \family sans
26142 report (KOMA-Script)
26143 \family default
26144
26145 \begin_inset space \thinspace{}
26146 \end_inset
26147
26148 ), you can alternatively to the 
26149 \series bold
26150 caption
26151 \series default
26152  package use 
26153 \series bold
26154 KOMA-Script
26155 \series default
26156 's built-in command 
26157 \series bold
26158
26159 \backslash
26160 setkomafont
26161 \series default
26162 .
26163  For example, to have the caption label in bold, add this command to your
26164  document preamble:
26165 \end_layout
26166
26167 \begin_layout Standard
26168
26169 \series bold
26170
26171 \backslash
26172 setkomafont{captionlabel}{
26173 \backslash
26174 bfseries}
26175 \end_layout
26176
26177 \begin_layout Standard
26178 For more information about 
26179 \series bold
26180
26181 \backslash
26182 setkomafont
26183 \series default
26184  we refer to the 
26185 \series bold
26186 KOMA-Script
26187 \series default
26188  documentation 
26189 \begin_inset CommandInset citation
26190 LatexCommand cite
26191 key "KOMA-Script"
26192
26193 \end_inset
26194
26195 .
26196 \end_layout
26197
26198 \begin_layout Standard
26199 \begin_inset ERT
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203
26204
26205 \backslash
26206 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26207 }
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \begin_inset Note Note
26214 status open
26215
26216 \begin_layout Plain Layout
26217 The caption format is changed only for this example.
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Standard
26226 \begin_inset Float figure
26227 placement !p
26228 wide false
26229 sideways false
26230 status open
26231
26232 \begin_layout Plain Layout
26233 \align center
26234 \begin_inset Graphics
26235         filename clipart/mobius.eps
26236         lyxscale 50
26237         scale 50
26238         scaleBeforeRotation
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Plain Layout
26246 \begin_inset Caption
26247
26248 \begin_layout Plain Layout
26249 \begin_inset CommandInset label
26250 LatexCommand label
26251 name "fig:This-is-an-fig"
26252
26253 \end_inset
26254
26255 This is an example figure caption that is longer than one line to show the
26256  different caption format.
26257  Here a self-defined caption format is used.
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \begin_layout Standard
26271 \begin_inset ERT
26272 status collapsed
26273
26274 \begin_layout Plain Layout
26275
26276
26277 \backslash
26278 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26279 on}
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \begin_layout Standard
26288 \begin_inset Float table
26289 placement !p
26290 wide false
26291 sideways false
26292 status open
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Caption
26296
26297 \begin_layout Plain Layout
26298 \begin_inset CommandInset label
26299 LatexCommand label
26300 name "tab:This-is-an-tab"
26301
26302 \end_inset
26303
26304 This is an example table caption that is longer than one line to show the
26305  different caption format.
26306  Here the standard caption format for tables in this document is used.
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \begin_layout Plain Layout
26315 \align center
26316 \begin_inset Tabular
26317 <lyxtabular version="3" rows="1" columns="5">
26318 <features tabularvalignment="middle">
26319 <column alignment="center" valignment="top" width="0">
26320 <column alignment="center" valignment="top" width="0">
26321 <column alignment="center" valignment="top" width="0">
26322 <column alignment="center" valignment="top" width="0">
26323 <column alignment="center" valignment="top" width="0">
26324 <row>
26325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329 a
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338 b
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 c
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356 d
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 e
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 </row>
26371 </lyxtabular>
26372
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \begin_layout Section
26384 Caption Placement
26385 \begin_inset Index idx
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389 Caption ! Placement
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \begin_inset Index idx
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399 Floats ! Caption Placement
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \begin_inset CommandInset label
26406 LatexCommand label
26407 name "sec:Caption-Placement"
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 The common caption placement rule is:
26416 \end_layout
26417
26418 \begin_layout Description
26419 Figure: Caption is set below the figure
26420 \end_layout
26421
26422 \begin_layout Description
26423 Table: Caption is set above the table
26424 \end_layout
26425
26426 \begin_layout Standard
26427 Having the caption above the table is unfortunately not supported in LaTeX's
26428  standard classes.
26429  That means if you are using the document classes 
26430 \family sans
26431 article
26432 \family default
26433
26434 \family sans
26435 book
26436 \family default
26437
26438 \family sans
26439 letter
26440 \family default
26441 , or 
26442 \family sans
26443 report
26444 \family default
26445  there will be no space between the caption and the table.
26446  To insert the necessary space, add the following option to the load command
26447  of the LaTeX-package 
26448 \series bold
26449 caption
26450 \series default
26451  in your document preamble
26452 \begin_inset Foot
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456 See section
26457 \begin_inset space ~
26458 \end_inset
26459
26460
26461 \begin_inset CommandInset ref
26462 LatexCommand ref
26463 reference "sec:Caption-Formatting"
26464
26465 \end_inset
26466
26467  for more information of the package 
26468 \series bold
26469 caption
26470 \series default
26471 .
26472 \end_layout
26473
26474 \end_inset
26475
26476 :
26477 \end_layout
26478
26479 \begin_layout Standard
26480
26481 \series bold
26482 tableposition=top
26483 \end_layout
26484
26485 \begin_layout Standard
26486 If you are using a 
26487 \series bold
26488 KOMA-Script
26489 \series default
26490
26491 \begin_inset Index idx
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495 LaTeX-packages ! KOMA-Script
26496 \end_layout
26497
26498 \end_inset
26499
26500  document class (
26501 \family sans
26502 article (KOMA-Script)
26503 \family default
26504
26505 \family sans
26506 book (KOMA-Script)
26507 \family default
26508
26509 \family sans
26510 letter (KOMA-Script)
26511 \family default
26512 , or 
26513 \family sans
26514 report (KOMA-Script)
26515 \family default
26516
26517 \begin_inset space \thinspace{}
26518 \end_inset
26519
26520 ), you can alternatively to the 
26521 \series bold
26522 caption
26523 \series default
26524  package set the document class option 
26525 \series bold
26526 captions=tableheading
26527 \series default
26528 .
26529 \end_layout
26530
26531 \begin_layout Standard
26532 \begin_inset VSpace bigskip
26533 \end_inset
26534
26535 It is also possible to set the caption beside a figure or table.
26536  To get this the LaTeX-package 
26537 \series bold
26538 sidecap
26539 \series default
26540
26541 \begin_inset Index idx
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545 LaTeX-packages ! sidecap
26546 \end_layout
26547
26548 \end_inset
26549
26550  has to be loaded in the document preamble with the line
26551 \end_layout
26552
26553 \begin_layout Standard
26554
26555 \series bold
26556
26557 \backslash
26558 usepackage[option]{sidecap}
26559 \end_layout
26560
26561 \begin_layout Standard
26562 If you set no option, the caption is placed on the side of the outer page
26563  margin â€“ to the right on odd pages, to the left on even pages.
26564  You can change the placement to inner margin with the option 
26565 \series bold
26566 innercaption
26567 \series default
26568 .
26569  To force the placement always to the right or left, use the option 
26570 \series bold
26571 rightcaption
26572 \series default
26573  or 
26574 \series bold
26575 leftcaption
26576 \series default
26577 , respectively.
26578 \end_layout
26579
26580 \begin_layout Standard
26581 \begin_inset ERT
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585
26586
26587 \backslash
26588 ifsidecap
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \begin_inset Note Note
26595 status open
26596
26597 \begin_layout Plain Layout
26598 The following section will only be displayed when the LaTeX-package 
26599 \series bold
26600 sidecap
26601 \series default
26602  is installed.
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \begin_layout Standard
26611 To place in LyX the caption of a float on the side, it is necessary to add
26612  these commands to the document preamble:
26613 \end_layout
26614
26615 \begin_layout Standard
26616 \begin_inset Newpage pagebreak
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Standard
26623 \noindent
26624 \begin_inset CommandInset line
26625 LatexCommand rule
26626 offset "0.5ex"
26627 width "100line%"
26628 height "1pt"
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636
26637 \series bold
26638
26639 \backslash
26640 newcommand{
26641 \backslash
26642 TabBesBeg}[1][1.0]{%
26643 \begin_inset Newline newline
26644 \end_inset
26645
26646
26647 \begin_inset Phantom HPhantom
26648 status open
26649
26650 \begin_layout Plain Layout
26651 \begin_inset space ~
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \backslash
26661 let
26662 \backslash
26663 MyTable
26664 \backslash
26665 table
26666 \begin_inset Newline newline
26667 \end_inset
26668
26669
26670 \begin_inset Phantom HPhantom
26671 status open
26672
26673 \begin_layout Plain Layout
26674
26675 \series medium
26676 \begin_inset space ~
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \backslash
26686 let
26687 \backslash
26688 MyEndtable
26689 \backslash
26690 endtable
26691 \begin_inset Newline newline
26692 \end_inset
26693
26694
26695 \begin_inset Phantom HPhantom
26696 status open
26697
26698 \begin_layout Plain Layout
26699
26700 \series medium
26701 \begin_inset space ~
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \backslash
26711 renewenvironment{table}[1]{
26712 \backslash
26713 begin{SCtable}[#1]##1}{
26714 \backslash
26715 end{SCtable}}}
26716 \end_layout
26717
26718 \begin_layout Standard
26719
26720 \series bold
26721
26722 \backslash
26723 newcommand{
26724 \backslash
26725 TabBesEnd}{%
26726 \begin_inset Newline newline
26727 \end_inset
26728
26729
26730 \begin_inset Phantom HPhantom
26731 status open
26732
26733 \begin_layout Plain Layout
26734 \begin_inset space ~
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \backslash
26744 let
26745 \backslash
26746 table
26747 \backslash
26748 MyTable
26749 \begin_inset Newline newline
26750 \end_inset
26751
26752
26753 \begin_inset Phantom HPhantom
26754 status open
26755
26756 \begin_layout Plain Layout
26757 \begin_inset space ~
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \backslash
26767 let
26768 \backslash
26769 endtable
26770 \backslash
26771 MyEndtable
26772 \end_layout
26773
26774 \begin_layout Standard
26775
26776 \series bold
26777
26778 \backslash
26779 newcommand{
26780 \backslash
26781 FigBesBeg}[1][1.0]{%
26782 \begin_inset Newline newline
26783 \end_inset
26784
26785
26786 \begin_inset Phantom HPhantom
26787 status open
26788
26789 \begin_layout Plain Layout
26790 \begin_inset space ~
26791 \end_inset
26792
26793
26794 \end_layout
26795
26796 \end_inset
26797
26798
26799 \backslash
26800 let
26801 \backslash
26802 MyFigure
26803 \backslash
26804 figure
26805 \begin_inset Newline newline
26806 \end_inset
26807
26808
26809 \begin_inset Phantom HPhantom
26810 status open
26811
26812 \begin_layout Plain Layout
26813 \begin_inset space ~
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820
26821
26822 \backslash
26823 let
26824 \backslash
26825 MyEndfigure
26826 \backslash
26827 endfigure
26828 \begin_inset Newline newline
26829 \end_inset
26830
26831
26832 \begin_inset Phantom HPhantom
26833 status open
26834
26835 \begin_layout Plain Layout
26836 \begin_inset space ~
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \backslash
26846 renewenvironment{figure}[1]{
26847 \backslash
26848 begin{SCfigure}[#1]##1}{
26849 \backslash
26850 end{SCfigure}}}
26851 \end_layout
26852
26853 \begin_layout Standard
26854
26855 \series bold
26856
26857 \backslash
26858 newcommand{
26859 \backslash
26860 FigBesEnd}{%
26861 \begin_inset Newline newline
26862 \end_inset
26863
26864
26865 \begin_inset Phantom HPhantom
26866 status open
26867
26868 \begin_layout Plain Layout
26869 \begin_inset space ~
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \backslash
26879 let
26880 \backslash
26881 figure
26882 \backslash
26883 MyFigure
26884 \begin_inset Newline newline
26885 \end_inset
26886
26887
26888 \begin_inset Phantom HPhantom
26889 status open
26890
26891 \begin_layout Plain Layout
26892 \begin_inset space ~
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \backslash
26902 let
26903 \backslash
26904 endfigure
26905 \backslash
26906 MyEndfigure}
26907 \end_layout
26908
26909 \begin_layout Standard
26910 \noindent
26911 \begin_inset CommandInset line
26912 LatexCommand rule
26913 offset "0.5ex"
26914 width "100line%"
26915 height "1pt"
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \begin_layout Standard
26923 The commands allow you to redefine the floats so that the caption is set
26924  on the side.
26925  For figure floats use the command
26926 \end_layout
26927
26928 \begin_layout Standard
26929
26930 \series bold
26931
26932 \backslash
26933 FigBesBeg
26934 \end_layout
26935
26936 \begin_layout Standard
26937 in TeX-Code before the float.
26938  And insert the command
26939 \end_layout
26940
26941 \begin_layout Standard
26942
26943 \series bold
26944
26945 \backslash
26946 FigBesEnd
26947 \end_layout
26948
26949 \begin_layout Standard
26950 in TeX-Code at the point where you want to get back to the original float
26951  definition.
26952 \end_layout
26953
26954 \begin_layout Standard
26955 For table floats use the corresponding commands
26956 \end_layout
26957
26958 \begin_layout Standard
26959
26960 \series bold
26961
26962 \backslash
26963 TabBesBeg
26964 \series default
26965  and 
26966 \series bold
26967
26968 \backslash
26969 TabBesEnd
26970 \end_layout
26971
26972 \begin_layout Standard
26973 Figure
26974 \begin_inset space ~
26975 \end_inset
26976
26977
26978 \begin_inset CommandInset ref
26979 LatexCommand ref
26980 reference "fig:cap-beside-fig"
26981
26982 \end_inset
26983
26984  and Table
26985 \begin_inset space ~
26986 \end_inset
26987
26988
26989 \begin_inset CommandInset ref
26990 LatexCommand ref
26991 reference "tab:cap-beside-tab"
26992
26993 \end_inset
26994
26995  are examples where the caption is set beside.
26996 \end_layout
26997
26998 \begin_layout Standard
26999 You can see in the examples that the caption text appears at the top of
27000  the floats for table floats and at the bottom for figure floats.
27001  To change this, you can use the command
27002 \end_layout
27003
27004 \begin_layout Standard
27005
27006 \series bold
27007
27008 \backslash
27009 sidecaptionvpos{float type}{placement}
27010 \end_layout
27011
27012 \begin_layout Standard
27013 in the document preamble or in TeX-Code before the float.
27014  The float type is either 
27015 \family sans
27016 figure
27017 \family default
27018  or 
27019 \family sans
27020 table
27021 \family default
27022 , the placement can be 
27023 \begin_inset Quotes eld
27024 \end_inset
27025
27026
27027 \family sans
27028 t
27029 \family default
27030
27031 \begin_inset Quotes erd
27032 \end_inset
27033
27034  for top, 
27035 \begin_inset Quotes eld
27036 \end_inset
27037
27038
27039 \family sans
27040 c
27041 \family default
27042
27043 \begin_inset Quotes erd
27044 \end_inset
27045
27046  for center, or 
27047 \begin_inset Quotes eld
27048 \end_inset
27049
27050
27051 \family sans
27052 b
27053 \family default
27054
27055 \begin_inset Quotes erd
27056 \end_inset
27057
27058  for bottom.
27059  To have for example the caption of figure floats vertically centered, use
27060  the command
27061 \end_layout
27062
27063 \begin_layout Standard
27064
27065 \series bold
27066
27067 \backslash
27068 sidecaptionvpos{figure}{c}
27069 \end_layout
27070
27071 \begin_layout Standard
27072 This was used for Figure
27073 \begin_inset space ~
27074 \end_inset
27075
27076
27077 \begin_inset CommandInset ref
27078 LatexCommand ref
27079 reference "fig:cap-beside-fig-2"
27080
27081 \end_inset
27082
27083 .
27084 \end_layout
27085
27086 \begin_layout Standard
27087 \begin_inset VSpace medskip
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \begin_layout Standard
27094 The default caption width is the width of the image/table.
27095  For thin image/tables, like in Table
27096 \begin_inset space ~
27097 \end_inset
27098
27099
27100 \begin_inset CommandInset ref
27101 LatexCommand ref
27102 reference "tab:cap-beside-tab"
27103
27104 \end_inset
27105
27106 , this leads to captions that are too thin.
27107  You can increase the width by specifying a factor that will be multiplied
27108  with the image/table width to get the caption width.
27109  The caption width will automatically be recalculated in case it would protrude
27110  over the page or column margin due to the specified width.
27111  The 
27112 \emph on
27113 factor
27114 \emph default
27115  can either be given as optional argument for 
27116 \series bold
27117
27118 \backslash
27119 FigBesBeg
27120 \series default
27121 :
27122 \end_layout
27123
27124 \begin_layout Standard
27125
27126 \series bold
27127
27128 \backslash
27129 FigBesBeg[factor]
27130 \end_layout
27131
27132 \begin_layout Standard
27133 or in the definition of 
27134 \series bold
27135
27136 \backslash
27137 FigBesBeg
27138 \series default
27139  by replacing the 
27140 \series bold
27141 1.0
27142 \series default
27143  with another value.
27144  If you do the latter, your factor will be the default if 
27145 \series bold
27146
27147 \backslash
27148 FigBesBeg
27149 \series default
27150  is used without an argument.
27151  For Table
27152 \begin_inset space ~
27153 \end_inset
27154
27155
27156 \begin_inset CommandInset ref
27157 LatexCommand ref
27158 reference "tab:cap-beside-tab-wider"
27159
27160 \end_inset
27161
27162  the factor 5 was used.
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset Note Greyedout
27167 status open
27168
27169 \begin_layout Plain Layout
27170
27171 \series bold
27172 Note:
27173 \series default
27174  For floats with captions set beside, you cannot use the float placement
27175  option 
27176 \family sans
27177 Here
27178 \begin_inset space ~
27179 \end_inset
27180
27181 definitely
27182 \family default
27183  because it is not supported by 
27184 \series bold
27185 sidecap
27186 \series default
27187 .
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Standard
27196 \begin_inset VSpace medskip
27197 \end_inset
27198
27199 For more information about the package 
27200 \series bold
27201 sidecap
27202 \series default
27203  we refer to its documentation 
27204 \begin_inset CommandInset citation
27205 LatexCommand cite
27206 key "sidecap"
27207
27208 \end_inset
27209
27210 .
27211 \end_layout
27212
27213 \begin_layout Standard
27214 \begin_inset Note Greyedout
27215 status open
27216
27217 \begin_layout Plain Layout
27218
27219 \series bold
27220 Note:
27221 \series default
27222  The LaTeX-package 
27223 \series bold
27224 hypcap
27225 \series default
27226
27227 \begin_inset Index idx
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 LaTeX-packages ! hypcap
27232 \end_layout
27233
27234 \end_inset
27235
27236 , described in section
27237 \begin_inset space ~
27238 \end_inset
27239
27240
27241 \begin_inset CommandInset ref
27242 LatexCommand ref
27243 reference "sub:Reference-Position"
27244
27245 \end_inset
27246
27247 , has no effect on floats with the caption set beside.
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Standard
27256 \begin_inset ERT
27257 status collapsed
27258
27259 \begin_layout Plain Layout
27260
27261
27262 \backslash
27263 FigBesBeg
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Standard
27272 \begin_inset Float figure
27273 wide false
27274 sideways false
27275 status open
27276
27277 \begin_layout Plain Layout
27278 \begin_inset Graphics
27279         filename clipart/escher-lsd.eps
27280         scale 75
27281         scaleBeforeRotation
27282
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \begin_layout Plain Layout
27289 \begin_inset Caption
27290
27291 \begin_layout Plain Layout
27292 \begin_inset CommandInset label
27293 LatexCommand label
27294 name "fig:cap-beside-fig"
27295
27296 \end_inset
27297
27298 This is a caption beside a figure.
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Standard
27312 \begin_inset ERT
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316
27317
27318 \backslash
27319 FigBesEnd
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \begin_inset ERT
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332
27333
27334 \backslash
27335 TabBesBeg
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \begin_layout Standard
27344 \begin_inset Float table
27345 wide false
27346 sideways false
27347 status open
27348
27349 \begin_layout Plain Layout
27350 \begin_inset Caption
27351
27352 \begin_layout Plain Layout
27353 \begin_inset CommandInset label
27354 LatexCommand label
27355 name "tab:cap-beside-tab"
27356
27357 \end_inset
27358
27359 This is a caption beside a table.
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Plain Layout
27368 \begin_inset Tabular
27369 <lyxtabular version="3" rows="4" columns="5">
27370 <features tabularvalignment="middle">
27371 <column alignment="center" valignment="top" width="0">
27372 <column alignment="center" valignment="top" width="0">
27373 <column alignment="center" valignment="top" width="0">
27374 <column alignment="center" valignment="top" width="0">
27375 <column alignment="center" valignment="top" width="0">
27376 <row>
27377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27378 \begin_inset Text
27379
27380 \begin_layout Plain Layout
27381 a
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Plain Layout
27390
27391 \end_layout
27392
27393 \end_inset
27394 </cell>
27395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27396 \begin_inset Text
27397
27398 \begin_layout Plain Layout
27399 b
27400 \end_layout
27401
27402 \end_inset
27403 </cell>
27404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27405 \begin_inset Text
27406
27407 \begin_layout Plain Layout
27408
27409 \end_layout
27410
27411 \end_inset
27412 </cell>
27413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27414 \begin_inset Text
27415
27416 \begin_layout Plain Layout
27417 c
27418 \end_layout
27419
27420 \end_inset
27421 </cell>
27422 </row>
27423 <row>
27424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428
27429 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Plain Layout
27437 d
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27452 \begin_inset Text
27453
27454 \begin_layout Plain Layout
27455 e
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27461 \begin_inset Text
27462
27463 \begin_layout Plain Layout
27464
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 </row>
27470 <row>
27471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27472 \begin_inset Text
27473
27474 \begin_layout Plain Layout
27475 f
27476 \end_layout
27477
27478 \end_inset
27479 </cell>
27480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Plain Layout
27484
27485 \end_layout
27486
27487 \end_inset
27488 </cell>
27489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27490 \begin_inset Text
27491
27492 \begin_layout Plain Layout
27493 g
27494 \end_layout
27495
27496 \end_inset
27497 </cell>
27498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27508 \begin_inset Text
27509
27510 \begin_layout Plain Layout
27511 h
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 </row>
27517 <row>
27518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531 i
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27537 \begin_inset Text
27538
27539 \begin_layout Plain Layout
27540
27541 \end_layout
27542
27543 \end_inset
27544 </cell>
27545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27546 \begin_inset Text
27547
27548 \begin_layout Plain Layout
27549 j
27550 \end_layout
27551
27552 \end_inset
27553 </cell>
27554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27555 \begin_inset Text
27556
27557 \begin_layout Plain Layout
27558
27559 \end_layout
27560
27561 \end_inset
27562 </cell>
27563 </row>
27564 </lyxtabular>
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \begin_inset ERT
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581
27582
27583 \backslash
27584 TabBesEnd
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \begin_layout Standard
27593 \begin_inset ERT
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597
27598
27599 \backslash
27600 sidecaptionvpos{figure}{c}
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \begin_inset Float figure
27607 wide false
27608 sideways false
27609 status open
27610
27611 \begin_layout Plain Layout
27612 \begin_inset Graphics
27613         filename clipart/escher-lsd.eps
27614         scale 75
27615         scaleBeforeRotation
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \begin_layout Plain Layout
27623 \begin_inset Caption
27624
27625 \begin_layout Plain Layout
27626 \begin_inset CommandInset label
27627 LatexCommand label
27628 name "fig:cap-beside-fig-2"
27629
27630 \end_inset
27631
27632 This is a vertically centered caption beside a figure.
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \begin_layout Standard
27646 \begin_inset ERT
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650
27651
27652 \backslash
27653 FigBesEnd
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 \begin_inset ERT
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666
27667
27668 \backslash
27669 TabBesBeg[5]
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \begin_layout Standard
27678 \begin_inset Float table
27679 wide false
27680 sideways false
27681 status open
27682
27683 \begin_layout Plain Layout
27684 \begin_inset Caption
27685
27686 \begin_layout Plain Layout
27687 \begin_inset CommandInset label
27688 LatexCommand label
27689 name "tab:cap-beside-tab-wider"
27690
27691 \end_inset
27692
27693 This is a caption is wider than the one in Table
27694 \begin_inset space ~
27695 \end_inset
27696
27697
27698 \begin_inset CommandInset ref
27699 LatexCommand ref
27700 reference "tab:cap-beside-tab"
27701
27702 \end_inset
27703
27704 .
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Plain Layout
27713 \begin_inset Tabular
27714 <lyxtabular version="3" rows="4" columns="5">
27715 <features tabularvalignment="middle">
27716 <column alignment="center" valignment="top" width="0">
27717 <column alignment="center" valignment="top" width="0">
27718 <column alignment="center" valignment="top" width="0">
27719 <column alignment="center" valignment="top" width="0">
27720 <column alignment="center" valignment="top" width="0">
27721 <row>
27722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27723 \begin_inset Text
27724
27725 \begin_layout Plain Layout
27726 a
27727 \end_layout
27728
27729 \end_inset
27730 </cell>
27731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27732 \begin_inset Text
27733
27734 \begin_layout Plain Layout
27735
27736 \end_layout
27737
27738 \end_inset
27739 </cell>
27740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27741 \begin_inset Text
27742
27743 \begin_layout Plain Layout
27744 b
27745 \end_layout
27746
27747 \end_inset
27748 </cell>
27749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27750 \begin_inset Text
27751
27752 \begin_layout Plain Layout
27753
27754 \end_layout
27755
27756 \end_inset
27757 </cell>
27758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27759 \begin_inset Text
27760
27761 \begin_layout Plain Layout
27762 c
27763 \end_layout
27764
27765 \end_inset
27766 </cell>
27767 </row>
27768 <row>
27769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 d
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800 e
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27806 \begin_inset Text
27807
27808 \begin_layout Plain Layout
27809
27810 \end_layout
27811
27812 \end_inset
27813 </cell>
27814 </row>
27815 <row>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 f
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 g
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 h
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 <row>
27863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876 i
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894 j
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27900 \begin_inset Text
27901
27902 \begin_layout Plain Layout
27903
27904 \end_layout
27905
27906 \end_inset
27907 </cell>
27908 </row>
27909 </lyxtabular>
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Standard
27922 \begin_inset ERT
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926
27927
27928 \backslash
27929 TabBesEnd
27930 \end_layout
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \begin_layout Standard
27938 \begin_inset ERT
27939 status collapsed
27940
27941 \begin_layout Plain Layout
27942
27943
27944 \backslash
27945 else
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \begin_inset Note Note
27952 status open
27953
27954 \begin_layout Plain Layout
27955 The following will be displayed when the LaTeX-package 
27956 \series bold
27957 sidecap
27958 \series default
27959  is not installed:
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 You need to install the LaTeX-package 
27969 \series bold
27970 sidecap
27971 \series default
27972  to see the following part of this section in the output.
27973 \end_layout
27974
27975 \begin_layout Standard
27976 \begin_inset ERT
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980
27981
27982 \backslash
27983 fi
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Section
27992 Listings of Floats
27993 \begin_inset Index idx
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997 Floats ! Float Lists
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Standard
28006 Similar to the table of contents where the sections of the document are
28007  listed, there are listings for all float types, like the figures of the
28008  documents.
28009  You can insert them via the 
28010 \family sans
28011 Insert\SpecialChar \menuseparator
28012 List
28013 \begin_inset space ~
28014 \end_inset
28015
28016 /
28017 \begin_inset space ~
28018 \end_inset
28019
28020 TOC
28021 \family default
28022  sub menus.
28023 \end_layout
28024
28025 \begin_layout Standard
28026 The list entries are the float captions or its short title, the float number,
28027  and the page number where they appear in the document.
28028 \end_layout
28029
28030 \begin_layout Standard
28031 You can find the list of figures and tables at the end of this document.
28032 \end_layout
28033
28034 \begin_layout Chapter
28035 Notes
28036 \end_layout
28037
28038 \begin_layout Section
28039 LyX Notes
28040 \begin_inset Index idx
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044 Notes ! LyX Notes
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Standard
28053 Notes are inserted with the toolbar button 
28054 \family sans
28055
28056 \begin_inset Info
28057 type  "icon"
28058 arg   "note-insert"
28059 \end_inset
28060
28061
28062 \family default
28063  or the menu 
28064 \family sans
28065 Insert\SpecialChar \menuseparator
28066 Note
28067 \family default
28068 .
28069  There are three types of notes:
28070 \end_layout
28071
28072 \begin_layout Description
28073 LyX
28074 \begin_inset space ~
28075 \end_inset
28076
28077 Note This note type is for internal notes that won't appear in the output.
28078  Its note-box looks like this:
28079 \begin_inset Newline newline
28080 \end_inset
28081
28082
28083 \begin_inset Newline newline
28084 \end_inset
28085
28086
28087 \begin_inset Graphics
28088         filename clipart/LyXNoteImageQt4.png
28089         display false
28090         scale 85
28091         scaleBeforeRotation
28092
28093 \end_inset
28094
28095  
28096 \begin_inset Note Note
28097 status open
28098
28099 \begin_layout Plain Layout
28100 This is text in a note box that doesn't appear in the output.
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Description
28109 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
28110 ent, when you export the document to LaTeX via the menu 
28111 \family sans
28112 File\SpecialChar \menuseparator
28113 Export\SpecialChar \menuseparator
28114 LaTeX (pdflatex) / (plain)
28115 \family default
28116 .
28117  Its note-box looks like this:
28118 \begin_inset Newline newline
28119 \end_inset
28120
28121
28122 \begin_inset Newline newline
28123 \end_inset
28124
28125
28126 \begin_inset Graphics
28127         filename clipart/CommentNoteImageQt4.png
28128         display false
28129         scale 85
28130         scaleBeforeRotation
28131
28132 \end_inset
28133
28134  
28135 \begin_inset Note Comment
28136 status open
28137
28138 \begin_layout Plain Layout
28139 This is text in a note box that only appears as comment in LaTeX-files.
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Description
28148 Greyed
28149 \begin_inset space ~
28150 \end_inset
28151
28152 Out This note will appear in the output as grey text.
28153  Its note-box looks like this:
28154 \begin_inset Newline newline
28155 \end_inset
28156
28157
28158 \begin_inset Newline newline
28159 \end_inset
28160
28161
28162 \begin_inset Graphics
28163         filename clipart/GreyedOutNoteImageQt4.png
28164         display false
28165         scale 85
28166         scaleBeforeRotation
28167
28168 \end_inset
28169
28170
28171 \begin_inset Newline newline
28172 \end_inset
28173
28174
28175 \begin_inset ERT
28176 status collapsed
28177
28178 \begin_layout Plain Layout
28179
28180
28181 \backslash
28182 renewenvironment{lyxgreyedout}
28183 \end_layout
28184
28185 \begin_layout Plain Layout
28186
28187 {
28188 \backslash
28189 textcolor[gray]{0.8}
28190 \backslash
28191 bgroup}{
28192 \backslash
28193 egroup}
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset Note Greyedout
28200 status open
28201
28202 \begin_layout Plain Layout
28203 This is text
28204 \begin_inset Foot
28205 status open
28206
28207 \begin_layout Plain Layout
28208 This is an example footnote within a greyed out note.
28209 \end_layout
28210
28211 \end_inset
28212
28213  of a comment that appears in the output as grey text.
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \begin_inset ERT
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223
28224
28225 \backslash
28226 renewenvironment{lyxgreyedout}
28227 \end_layout
28228
28229 \begin_layout Plain Layout
28230
28231 {
28232 \backslash
28233 textcolor{blue}
28234 \backslash
28235 bgroup}{
28236 \backslash
28237 egroup}
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \begin_inset Note Note
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247 The greyed out note is here redefined to show it with the original LyX definitio
28248 n because greyed out notes are redefined in the preamble of this document,
28249  as described below, to have blue text.
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \begin_inset Newline newline
28256 \end_inset
28257
28258
28259 \begin_inset Newline newline
28260 \end_inset
28261
28262 As you can see in the example, the first line of greyed out notes is a bit
28263  indented and greyed out notes can have footnotes.
28264 \end_layout
28265
28266 \begin_layout Standard
28267 \begin_inset VSpace bigskip
28268 \end_inset
28269
28270 When you use the toolbar button 
28271 \family sans
28272
28273 \begin_inset Info
28274 type  "icon"
28275 arg   "note-insert"
28276 \end_inset
28277
28278
28279 \family default
28280  to insert notes, a 
28281 \family sans
28282 LyX
28283 \begin_inset space ~
28284 \end_inset
28285
28286 Note
28287 \family default
28288  is inserted.
28289  You can switch between the three note types by right-clicking on the note-box.
28290  
28291 \family roman
28292 \series medium
28293 \bar no
28294 If you want to turn existing text into a note, mark it and click on the
28295  note
28296 \family default
28297 \series default
28298 \bar default
28299  toolbar 
28300 \family roman
28301 \series medium
28302 \bar no
28303 button
28304 \family default
28305 \series default
28306 \bar default
28307 .
28308  To change a note to text, press the backspace key when the cursor is in
28309  the first position of a note, or press the delete key when the cursor is
28310  in the very last position of the note, respectively.
28311 \end_layout
28312
28313 \begin_layout Standard
28314 \begin_inset VSpace bigskip
28315 \end_inset
28316
28317 You can change the text color of the greyed out notes in the menu 
28318 \family sans
28319 Document\SpecialChar \menuseparator
28320 Settings\SpecialChar \menuseparator
28321 Colors
28322 \family default
28323 .
28324 \end_layout
28325
28326 \begin_layout Section
28327 Footnotes
28328 \begin_inset CommandInset label
28329 LatexCommand label
28330 name "sec:Footnotes"
28331
28332 \end_inset
28333
28334
28335 \begin_inset Index idx
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339 Notes ! Footnotes
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \begin_inset Index idx
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 Footnotes
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Standard
28358 Footnotes can be inserted using the toolbar button 
28359 \family sans
28360
28361 \begin_inset Info
28362 type  "icon"
28363 arg   "footnote-insert"
28364 \end_inset
28365
28366
28367 \family default
28368  or the menu 
28369 \family sans
28370 Insert\SpecialChar \menuseparator
28371 Footnote
28372 \family default
28373 .
28374  You will then see the following footnote-box: 
28375 \begin_inset Graphics
28376         filename clipart/footnoteQt4.png
28377         scale 80
28378         scaleBeforeRotation
28379
28380 \end_inset
28381
28382  
28383 \family roman
28384 \series medium
28385 \bar no
28386 where you can enter the footnote text.
28387  If you want to turn existing text into a footnote, mark it and click on
28388  the footnote
28389 \family default
28390 \series default
28391 \bar default
28392  toolbar 
28393 \family roman
28394 \series medium
28395 \bar no
28396 button
28397 \family default
28398 \series default
28399 \bar default
28400 .
28401  To change a 
28402 \family roman
28403 \series medium
28404 \bar no
28405 footnote
28406 \family default
28407 \series default
28408 \bar default
28409  to text, press the 
28410 \family sans
28411 Backspace
28412 \family default
28413  key when the cursor is in the first position of a 
28414 \family roman
28415 \series medium
28416 \bar no
28417 footnote
28418 \family default
28419 \series default
28420 \bar default
28421 , or press the 
28422 \family sans
28423 Delete
28424 \family default
28425  key when the cursor is in the very last position of the 
28426 \family roman
28427 \series medium
28428 \bar no
28429 footnote
28430 \family default
28431 \series default
28432 \bar default
28433 , respectively.
28434 \end_layout
28435
28436 \begin_layout Standard
28437 Here is an example footnote:
28438 \family roman
28439 \series medium
28440 \bar no
28441
28442 \begin_inset Foot
28443 status open
28444
28445 \begin_layout Plain Layout
28446 \begin_inset CommandInset label
28447 LatexCommand label
28448 name "foot:This-is-an"
28449
28450 \end_inset
28451
28452 This is an example footnote.
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \family default
28459 \series default
28460 \bar default
28461
28462 \begin_inset ERT
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466
28467
28468 \backslash
28469 newcounter{MyRepeatFoot}
28470 \end_layout
28471
28472 \begin_layout Plain Layout
28473
28474
28475 \backslash
28476 setcounter{MyRepeatFoot}{
28477 \backslash
28478 thefootnote}
28479 \end_layout
28480
28481 \end_inset
28482
28483
28484 \end_layout
28485
28486 \begin_layout Standard
28487 The footnote will appear in the output as a superscript number at the text
28488  position where the footnote box is placed.
28489  The footnote text is placed at the bottom of the current page.
28490  The footnote number is calculated by LaTeX; the numbers are consecutive.
28491  Whether the footnote number is reset for every chapter depends on your
28492  document class.
28493 \end_layout
28494
28495 \begin_layout Standard
28496 Footnotes can be referenced like floats: Insert a label into the footnote
28497  and cross-reference this label in the text as described in section
28498 \begin_inset space ~
28499 \end_inset
28500
28501
28502 \begin_inset CommandInset ref
28503 LatexCommand ref
28504 reference "sec:Referencing-Floats"
28505
28506 \end_inset
28507
28508 .
28509 \begin_inset Newline newline
28510 \end_inset
28511
28512 This is a cross-reference of Footnote
28513 \begin_inset space ~
28514 \end_inset
28515
28516
28517 \begin_inset CommandInset ref
28518 LatexCommand ref
28519 reference "foot:This-is-an"
28520
28521 \end_inset
28522
28523 .
28524 \end_layout
28525
28526 \begin_layout Standard
28527 \begin_inset VSpace defskip
28528 \end_inset
28529
28530 Footnotes in tables are not printed by LaTeX due to technical reasons.
28531  However there exists another method to print them: Instead of the footnote
28532  the command 
28533 \series bold
28534
28535 \backslash
28536 footnotemark{}
28537 \series default
28538  is inserted as TeX-code.
28539  The text of the footnote is entered as an argument of the TeX-code command
28540  
28541 \series bold
28542
28543 \backslash
28544 footnotetext
28545 \series default
28546  after the table.
28547 \begin_inset Newline newline
28548 \end_inset
28549
28550 This was done for the following table with the command
28551 \end_layout
28552
28553 \begin_layout Standard
28554
28555 \series bold
28556
28557 \backslash
28558 footnotetext{
28559 \series default
28560 Printed table footnote.
28561 \series bold
28562 }
28563 \end_layout
28564
28565 \begin_layout Standard
28566 \begin_inset Tabular
28567 <lyxtabular version="3" rows="2" columns="1">
28568 <features tabularvalignment="middle">
28569 <column alignment="center" valignment="top" width="0">
28570 <row>
28571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28572 \begin_inset Text
28573
28574 \begin_layout Plain Layout
28575 This an example text.
28576 \begin_inset Foot
28577 status open
28578
28579 \begin_layout Plain Layout
28580 This footnote will not be printed!
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 </row>
28591 <row>
28592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28593 \begin_inset Text
28594
28595 \begin_layout Plain Layout
28596 This an example text.
28597 \begin_inset ERT
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601
28602
28603 \backslash
28604 footnotemark{}
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \end_inset
28613 </cell>
28614 </row>
28615 </lyxtabular>
28616
28617 \end_inset
28618
28619
28620 \begin_inset ERT
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624
28625
28626 \backslash
28627 footnotetext{
28628 \end_layout
28629
28630 \end_inset
28631
28632 Printed table footnote.
28633 \begin_inset ERT
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637
28638 }
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Footnotes in longtables are described in section
28648 \begin_inset space ~
28649 \end_inset
28650
28651
28652 \begin_inset CommandInset ref
28653 LatexCommand ref
28654 reference "sub:Footnotes-in-Longtables"
28655
28656 \end_inset
28657
28658 .
28659 \end_layout
28660
28661 \begin_layout Standard
28662 Footnotes in minipage boxes are printed, but inside the box and with a different
28663  numbering because a minipage box is like a page inside a page.
28664  (For more about minipages, see section
28665 \begin_inset space ~
28666 \end_inset
28667
28668
28669 \begin_inset CommandInset ref
28670 LatexCommand ref
28671 reference "sec:Minipages"
28672
28673 \end_inset
28674
28675 .) To get a footnote in the minipage that is output at the bottom of the
28676  page like normal footnotes, also use the method of 
28677 \series bold
28678
28679 \backslash
28680 footnotemark{}
28681 \series default
28682  and 
28683 \series bold
28684
28685 \backslash
28686 footnotetext
28687 \series default
28688 .
28689 \end_layout
28690
28691 \begin_layout Standard
28692 \begin_inset Box Frameless
28693 position "t"
28694 hor_pos "c"
28695 has_inner_box 1
28696 inner_pos "t"
28697 use_parbox 0
28698 use_makebox 0
28699 width "100col%"
28700 special "none"
28701 height "1in"
28702 height_special "totalheight"
28703 status open
28704
28705 \begin_layout Plain Layout
28706 This an example text in a minipage.
28707 \begin_inset Foot
28708 status open
28709
28710 \begin_layout Plain Layout
28711 Footnote in the minipage.
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Plain Layout
28720 This an example text in a minipage.
28721 \begin_inset ERT
28722 status collapsed
28723
28724 \begin_layout Plain Layout
28725
28726
28727 \backslash
28728 footnotemark{}
28729 \end_layout
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 \begin_inset ERT
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746
28747
28748 \backslash
28749 footnotetext{
28750 \end_layout
28751
28752 \end_inset
28753
28754 Footnote outside the minipage.
28755 \begin_inset ERT
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759
28760 }
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Standard
28769 \begin_inset VSpace defskip
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 To refer to the same footnote several times without printing the footnote
28777  text every time, use the command 
28778 \series bold
28779
28780 \backslash
28781 footnotemark[number]
28782 \series default
28783  in TeX-code.
28784 \begin_inset Newline newline
28785 \end_inset
28786
28787 As you do not know the number of the repeating footnote while you are writing
28788  the text, you have to store its number.
28789  For the following footnote mark example, these commands were inserted in
28790  TeX-code after Footnote
28791 \begin_inset space ~
28792 \end_inset
28793
28794
28795 \begin_inset CommandInset ref
28796 LatexCommand ref
28797 reference "foot:This-is-an"
28798
28799 \end_inset
28800
28801  to store the footnote number:
28802 \end_layout
28803
28804 \begin_layout Standard
28805
28806 \series bold
28807
28808 \backslash
28809 newcounter{MyRepeatFoot}
28810 \begin_inset Newline newline
28811 \end_inset
28812
28813
28814 \backslash
28815 setcounter{MyRepeatFoot}{
28816 \backslash
28817 thefootnote}
28818 \end_layout
28819
28820 \begin_layout Standard
28821 The footnote mark was then created with this command:
28822 \end_layout
28823
28824 \begin_layout Standard
28825
28826 \series bold
28827
28828 \backslash
28829 footnotemark[
28830 \backslash
28831 theMyRepeatFoot]
28832 \end_layout
28833
28834 \begin_layout Standard
28835 Here is a repeated footnote:
28836 \family roman
28837 \series medium
28838 \bar no
28839
28840 \begin_inset ERT
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844
28845
28846 \backslash
28847 footnotemark[
28848 \backslash
28849 theMyRepeatFoot]
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \begin_layout Standard
28858 If you want to repeat the previous footnote, you can omit the storage of
28859  the footnote number and just use this command instead:
28860 \end_layout
28861
28862 \begin_layout Standard
28863
28864 \series bold
28865
28866 \backslash
28867 footnotemark[
28868 \backslash
28869 thefootnote]
28870 \end_layout
28871
28872 \begin_layout Standard
28873 Here is another repeated footnote:
28874 \family roman
28875 \series medium
28876 \bar no
28877
28878 \begin_inset ERT
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882
28883
28884 \backslash
28885 footnotemark[
28886 \backslash
28887 thefootnote]
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Subsection
28896 Footnote Numbering
28897 \begin_inset CommandInset label
28898 LatexCommand label
28899 name "sub:Footnote-Numbering"
28900
28901 \end_inset
28902
28903
28904 \begin_inset Index idx
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908 Footnotes ! Numbering
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 To reset the footnote number back to 1 after each section
28918 \family roman
28919 , add this command to your document preamble:
28920 \end_layout
28921
28922 \begin_layout Standard
28923
28924 \series bold
28925
28926 \backslash
28927 @addtoreset{footnote}{section}
28928 \end_layout
28929
28930 \begin_layout Standard
28931 \begin_inset VSpace bigskip
28932 \end_inset
28933
28934 The following preamble command changes the footnote numbering style to small
28935  roman numerals:
28936 \end_layout
28937
28938 \begin_layout Standard
28939
28940 \series bold
28941
28942 \backslash
28943 renewcommand{
28944 \backslash
28945 thefootnote}{
28946 \backslash
28947 roman{footnote}}
28948 \end_layout
28949
28950 \begin_layout Standard
28951 \begin_inset ERT
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955
28956
28957 \backslash
28958 renewcommand{
28959 \backslash
28960 thefootnote}{
28961 \backslash
28962 roman{footnote}}
28963 \end_layout
28964
28965 \end_inset
28966
28967  This is a footnote with roman numbering:
28968 \begin_inset Foot
28969 status open
28970
28971 \begin_layout Plain Layout
28972 This is an example footnote with roman numbering.
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \begin_layout Standard
28981 To change the numbering style to capital roman numerals replace in the command
28982  above 
28983 \series bold
28984
28985 \backslash
28986 roman
28987 \series default
28988  by 
28989 \series bold
28990
28991 \backslash
28992 Roman
28993 \series default
28994 .
28995  To 
28996 \begin_inset Quotes eld
28997 \end_inset
28998
28999 number
29000 \begin_inset Quotes erd
29001 \end_inset
29002
29003  footnotes with capital or small Latin letters use 
29004 \series bold
29005
29006 \backslash
29007 Alph
29008 \series default
29009  or 
29010 \series bold
29011
29012 \backslash
29013 alph
29014 \series default
29015 , respectively.
29016  To 
29017 \begin_inset Quotes eld
29018 \end_inset
29019
29020 number
29021 \begin_inset Quotes erd
29022 \end_inset
29023
29024  footnotes with symbols use 
29025 \series bold
29026
29027 \backslash
29028 fnsymbol
29029 \series default
29030 .
29031 \end_layout
29032
29033 \begin_layout Standard
29034 \begin_inset Note Greyedout
29035 status open
29036
29037 \begin_layout Plain Layout
29038
29039 \series bold
29040 Note:
29041 \series default
29042  You can only number 26 footnotes with Latin letters, because this numbering
29043  is limited to single letters.
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \begin_inset Newline newline
29050 \end_inset
29051
29052
29053 \begin_inset Note Greyedout
29054 status open
29055
29056 \begin_layout Plain Layout
29057
29058 \series bold
29059 Note:
29060 \series default
29061  You can only number 9 footnotes with symbols.
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Standard
29070 To return to the default numbering style after you have changed to another
29071  one, use 
29072 \series bold
29073
29074 \backslash
29075 arabic
29076 \series default
29077  instead of 
29078 \series bold
29079
29080 \backslash
29081 roman
29082 \series default
29083  in the command above.
29084 \begin_inset ERT
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088
29089
29090 \backslash
29091 renewcommand{
29092 \backslash
29093 thefootnote}{
29094 \backslash
29095 arabic{footnote}}
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 \begin_inset VSpace bigskip
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Standard
29111 If you want to have footnotes numbered in the scheme 
29112 \begin_inset Quotes eld
29113 \end_inset
29114
29115 chapter.footnote
29116 \begin_inset Quotes erd
29117 \end_inset
29118
29119 , add the following command to your document preamble:
29120 \end_layout
29121
29122 \begin_layout Standard
29123
29124 \series bold
29125
29126 \backslash
29127 numberwithin{footnote}{chapter}
29128 \end_layout
29129
29130 \begin_layout Standard
29131 To be able to use the command 
29132 \series bold
29133
29134 \backslash
29135 numberwithin
29136 \series default
29137 , set in the tab 
29138 \family sans
29139 Math
29140 \begin_inset space ~
29141 \end_inset
29142
29143 Options
29144 \family default
29145  in the document settings the option 
29146 \family sans
29147 Use
29148 \begin_inset space ~
29149 \end_inset
29150
29151 AMS
29152 \begin_inset space ~
29153 \end_inset
29154
29155 math
29156 \begin_inset space ~
29157 \end_inset
29158
29159 package
29160 \family default
29161 .
29162 \end_layout
29163
29164 \begin_layout Standard
29165 \begin_inset ERT
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169
29170
29171 \backslash
29172 numberwithin{footnote}{chapter}
29173 \end_layout
29174
29175 \end_inset
29176
29177 This is another example footnote:
29178 \series bold
29179
29180 \begin_inset Foot
29181 status open
29182
29183 \begin_layout Plain Layout
29184 This is a footnote numbered in the scheme 
29185 \begin_inset Quotes eld
29186 \end_inset
29187
29188 chapter.footnote
29189 \begin_inset Quotes erd
29190 \end_inset
29191
29192 .
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \series default
29199
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205
29206 \backslash
29207 renewcommand{
29208 \backslash
29209 thefootnote}{
29210 \backslash
29211 arabic{footnote}}
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \begin_layout Standard
29220 \begin_inset Note Greyedout
29221 status open
29222
29223 \begin_layout Plain Layout
29224
29225 \series bold
29226 Note:
29227 \series default
29228  
29229 \series bold
29230
29231 \backslash
29232 numberwithin
29233 \series default
29234  always prints out the footnote number as arabic number; previous redefinitions
29235  to get non-arabic numbers are overwritten.
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 So to get for example the scheme 
29245 \begin_inset Quotes eld
29246 \end_inset
29247
29248 chapter.
29249 \backslash
29250 Roman{footnote}
29251 \begin_inset Quotes erd
29252 \end_inset
29253
29254 , use this command instead of 
29255 \series bold
29256
29257 \backslash
29258 numberwithin
29259 \series default
29260 :
29261 \end_layout
29262
29263 \begin_layout Standard
29264
29265 \series bold
29266
29267 \backslash
29268 renewcommand{
29269 \backslash
29270 thefootnote}{
29271 \backslash
29272 thechapter.
29273 \backslash
29274 Roman{footnote}}
29275 \end_layout
29276
29277 \begin_layout Subsection
29278 Footnote Placement
29279 \begin_inset Index idx
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283 Footnotes ! Placement
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Standard
29292 If you have several footnotes in one page, they appear without vertical
29293  space between them at the bottom of the page.
29294  To make them more readable you can e.
29295 \begin_inset space \thinspace{}
29296 \end_inset
29297
29298 g.
29299 \begin_inset space \space{}
29300 \end_inset
29301
29302 add 1.5
29303 \begin_inset space \thinspace{}
29304 \end_inset
29305
29306 mm space with the following preamble command:
29307 \end_layout
29308
29309 \begin_layout Standard
29310
29311 \series bold
29312
29313 \backslash
29314 let
29315 \backslash
29316 myFoot
29317 \backslash
29318 footnote
29319 \begin_inset Newline newline
29320 \end_inset
29321
29322
29323 \backslash
29324 renewcommand{
29325 \backslash
29326 footnote}[1]{
29327 \backslash
29328 myFoot{#1
29329 \backslash
29330 vspace{1.5mm}}}
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset VSpace bigskip
29335 \end_inset
29336
29337 In a two-column document the footnotes appear at the bottom of every column,
29338  see Figure
29339 \begin_inset space ~
29340 \end_inset
29341
29342
29343 \begin_inset CommandInset ref
29344 LatexCommand ref
29345 reference "fig:Standard-footnote-placement"
29346
29347 \end_inset
29348
29349 .
29350  If the footnotes should only appear at the bottom of the right column,
29351  as in Figure
29352 \begin_inset space ~
29353 \end_inset
29354
29355
29356 \begin_inset CommandInset ref
29357 LatexCommand ref
29358 reference "fig:Footnote-placement-in"
29359
29360 \end_inset
29361
29362 , use the LaTeX-package 
29363 \series bold
29364 ftnright
29365 \series default
29366
29367 \begin_inset Index idx
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 LaTeX-packages ! ftnright
29372 \end_layout
29373
29374 \end_inset
29375
29376  with this command in the document preamble:
29377 \end_layout
29378
29379 \begin_layout Standard
29380
29381 \series bold
29382
29383 \backslash
29384 usepackage{ftnright}
29385 \end_layout
29386
29387 \begin_layout Standard
29388 \begin_inset Float figure
29389 placement !h
29390 wide false
29391 sideways false
29392 status open
29393
29394 \begin_layout Plain Layout
29395 \begin_inset ERT
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399
29400
29401 \backslash
29402 framebox{
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \begin_inset Graphics
29409         filename clipart/without_fntright.pdf
29410         width 100col%
29411         scaleBeforeRotation
29412
29413 \end_inset
29414
29415
29416 \begin_inset ERT
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420
29421 }
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \begin_layout Plain Layout
29430 \begin_inset Caption
29431
29432 \begin_layout Plain Layout
29433 \begin_inset CommandInset label
29434 LatexCommand label
29435 name "fig:Standard-footnote-placement"
29436
29437 \end_inset
29438
29439 Standard footnote placement in two-column documents.
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset Float figure
29454 placement !h
29455 wide false
29456 sideways false
29457 status open
29458
29459 \begin_layout Plain Layout
29460 \begin_inset ERT
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464
29465
29466 \backslash
29467 framebox{
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \begin_inset Graphics
29474         filename clipart/with_fntright.pdf
29475         width 100col%
29476         scaleBeforeRotation
29477
29478 \end_inset
29479
29480
29481 \begin_inset ERT
29482 status collapsed
29483
29484 \begin_layout Plain Layout
29485
29486 }
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \begin_layout Plain Layout
29495 \begin_inset Caption
29496
29497 \begin_layout Plain Layout
29498 \begin_inset CommandInset label
29499 LatexCommand label
29500 name "fig:Footnote-placement-in"
29501
29502 \end_inset
29503
29504 Footnote placement in two-column documents when the LaTeX-package 
29505 \series bold
29506 ftnright
29507 \series default
29508  is used.
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Standard
29522 \begin_inset VSpace bigskip
29523 \end_inset
29524
29525 In some scientific literature it is usual to collect the footnotes and print
29526  them in a separate paragraph at the end of a section, as in Figure
29527 \begin_inset space ~
29528 \end_inset
29529
29530
29531 \begin_inset CommandInset ref
29532 LatexCommand ref
29533 reference "fig:Endnotes"
29534
29535 \end_inset
29536
29537 .
29538  They are then called 
29539 \begin_inset Quotes eld
29540 \end_inset
29541
29542 endnotes
29543 \begin_inset Quotes erd
29544 \end_inset
29545
29546 .
29547 \begin_inset Index idx
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551 Endnotes
29552 \end_layout
29553
29554 \end_inset
29555
29556  To use endnotes instead of footnotes in your document, load in the menu
29557  
29558 \family sans
29559 Document\SpecialChar \menuseparator
29560 Settings\SpecialChar \menuseparator
29561 Modules 
29562 \family default
29563 the module 
29564 \family sans
29565 Foot
29566 \begin_inset space ~
29567 \end_inset
29568
29569 to
29570 \begin_inset space ~
29571 \end_inset
29572
29573 End
29574 \family default
29575 .
29576  To insert the collected footnotes, insert the command
29577 \end_layout
29578
29579 \begin_layout Standard
29580
29581 \series bold
29582
29583 \backslash
29584 theendnotes
29585 \end_layout
29586
29587 \begin_layout Standard
29588 in TeX-Code at the end of a section or chapter.
29589 \end_layout
29590
29591 \begin_layout Standard
29592 \begin_inset Float figure
29593 wide false
29594 sideways false
29595 status open
29596
29597 \begin_layout Plain Layout
29598 \align center
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 framebox{
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset Graphics
29613         filename clipart/endnotes.pdf
29614         scaleBeforeRotation
29615
29616 \end_inset
29617
29618
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623
29624 }
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Plain Layout
29633 \begin_inset Caption
29634
29635 \begin_layout Plain Layout
29636 \begin_inset CommandInset label
29637 LatexCommand label
29638 name "fig:Endnotes"
29639
29640 \end_inset
29641
29642 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
29643  or chapters.
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 \begin_inset VSpace medskip
29658 \end_inset
29659
29660 The paragraph heading for the endnotes isn't automatically translated into
29661  the document language, this must be done manually.
29662  The following preamble command translates the default English 
29663 \begin_inset Quotes eld
29664 \end_inset
29665
29666 Notes
29667 \begin_inset Quotes erd
29668 \end_inset
29669
29670  into the German 
29671 \begin_inset Quotes eld
29672 \end_inset
29673
29674 Anmerkungen
29675 \begin_inset Quotes erd
29676 \end_inset
29677
29678 :
29679 \end_layout
29680
29681 \begin_layout Standard
29682
29683 \series bold
29684
29685 \backslash
29686 renewcommand{
29687 \backslash
29688 notesname}{Anmerkungen}
29689 \end_layout
29690
29691 \begin_layout Standard
29692 \begin_inset VSpace medskip
29693 \end_inset
29694
29695 The numbering of endnotes can be changed like the footnote numbering as
29696  described in section
29697 \begin_inset space ~
29698 \end_inset
29699
29700
29701 \begin_inset CommandInset ref
29702 LatexCommand ref
29703 reference "sub:Footnote-Numbering"
29704
29705 \end_inset
29706
29707 ; just replace the command 
29708 \series bold
29709
29710 \backslash
29711 thefootnote
29712 \series default
29713  by 
29714 \series bold
29715
29716 \backslash
29717 theendnote
29718 \series default
29719 .
29720  To reset the endnote number use the command 
29721 \series bold
29722
29723 \backslash
29724 @addtoreset
29725 \series default
29726  as described in section
29727 \begin_inset space ~
29728 \end_inset
29729
29730
29731 \begin_inset CommandInset ref
29732 LatexCommand ref
29733 reference "sub:Footnote-Numbering"
29734
29735 \end_inset
29736
29737  and replace the command parameter 
29738 \series bold
29739 footnote
29740 \series default
29741  by 
29742 \series bold
29743 endnote
29744 \series default
29745 .
29746 \end_layout
29747
29748 \begin_layout Standard
29749 For endnotes there is the command 
29750 \series bold
29751
29752 \backslash
29753 endnotemark[number]
29754 \series default
29755  similar to the command 
29756 \series bold
29757
29758 \backslash
29759 footnotemark
29760 \series default
29761 , that is described in section
29762 \begin_inset space ~
29763 \end_inset
29764
29765
29766 \begin_inset CommandInset ref
29767 LatexCommand ref
29768 reference "sec:Footnotes"
29769
29770 \end_inset
29771
29772 .
29773 \end_layout
29774
29775 \begin_layout Standard
29776 \begin_inset VSpace bigskip
29777 \end_inset
29778
29779 Footnotes can also be placed in the page margin and the footnote text alignment
29780  can be changed, see the LaTeX-package 
29781 \series bold
29782 footmisc
29783 \series default
29784
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 LaTeX-packages ! footmisc
29790 \end_layout
29791
29792 \end_inset
29793
29794
29795 \begin_inset CommandInset citation
29796 LatexCommand cite
29797 key "footmisc"
29798
29799 \end_inset
29800
29801  for more information about this.
29802 \end_layout
29803
29804 \begin_layout Standard
29805 For various further footnote formatting issues have a look at LaTeX-books,
29806  
29807 \begin_inset CommandInset citation
29808 LatexCommand cite
29809 key "latexcompanion,latexguide,latexbook"
29810
29811 \end_inset
29812
29813 .
29814  If you are using a 
29815 \series bold
29816 KOMA-Script
29817 \series default
29818
29819 \begin_inset Index idx
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 LaTeX-packages ! KOMA-Script
29824 \end_layout
29825
29826 \end_inset
29827
29828  document class, you can adjust all footnote settings using class-specific
29829  commands, see 
29830 \begin_inset CommandInset citation
29831 LatexCommand cite
29832 key "KOMA-Script"
29833
29834 \end_inset
29835
29836 .
29837 \end_layout
29838
29839 \begin_layout Section
29840 Margin Notes
29841 \begin_inset Index idx
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845 Notes ! Margin Notes
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \end_layout
29852
29853 \begin_layout Standard
29854 Margin notes look and behave in LyX like footnotes.
29855  They are inserted via the menu 
29856 \family sans
29857 Insert\SpecialChar \menuseparator
29858 Marginal
29859 \begin_inset space ~
29860 \end_inset
29861
29862 Note
29863 \family default
29864  or the toolbar button 
29865 \family sans
29866
29867 \begin_inset Info
29868 type  "icon"
29869 arg   "marginalnote-insert"
29870 \end_inset
29871
29872
29873 \family default
29874 .
29875  A grey 
29876 \family roman
29877 \series medium
29878 box with the
29879 \family default
29880 \series default
29881  red 
29882 \family roman
29883 \series medium
29884 label 
29885 \begin_inset Quotes eld
29886 \end_inset
29887
29888 margin
29889 \begin_inset Quotes erd
29890 \end_inset
29891
29892  appears where you can enter the text of the margin note.
29893 \end_layout
29894
29895 \begin_layout Standard
29896 At the side is an example margin note.
29897
29898 \family roman
29899 \series medium
29900  
29901 \begin_inset Marginal
29902 status open
29903
29904 \begin_layout Plain Layout
29905 This is a margin note.
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \end_layout
29912
29913 \begin_layout Standard
29914 Margin notes appear at the right side in single-sided documents.
29915  In double-sided documents they appear in the outer margin â€“ left on even
29916  pages, right on odd pages.
29917  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
29918 d when the note appears in the left margin.
29919  The first line of the margin note is placed at the position of the text
29920  line where it is inserted in the document.
29921 \end_layout
29922
29923 \begin_layout Standard
29924 \begin_inset VSpace bigskip
29925 \end_inset
29926
29927 To place the margin note in the inner margin, add the command
29928 \end_layout
29929
29930 \begin_layout Standard
29931
29932 \series bold
29933
29934 \backslash
29935 reversemarginpar
29936 \end_layout
29937
29938 \begin_layout Standard
29939 in TeX-Code before a margin note.
29940  The new placement is valid for all subsequent margin notes.
29941  
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946
29947
29948 \backslash
29949 reversemarginpar 
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \begin_inset Marginal
29956 status open
29957
29958 \begin_layout Plain Layout
29959 This is a margin note in the inner margin.
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \series bold
29966
29967 \begin_inset Newline newline
29968 \end_inset
29969
29970
29971 \series default
29972
29973 \begin_inset Note Greyedout
29974 status open
29975
29976 \begin_layout Plain Layout
29977
29978 \series bold
29979 Note:
29980 \series default
29981  There is often not enough space in the inner margin so that the notes are
29982  not correctly displayed in the output.
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991 To return to the default placement insert the command
29992 \end_layout
29993
29994 \begin_layout Standard
29995
29996 \series bold
29997
29998 \backslash
29999 normalmarginpar
30000 \end_layout
30001
30002 \begin_layout Standard
30003 in TeX-Code.
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009
30010 \backslash
30011 normalmarginpar 
30012 \end_layout
30013
30014 \end_inset
30015
30016  
30017 \begin_inset Note Greyedout
30018 status open
30019
30020 \begin_layout Plain Layout
30021
30022 \series bold
30023 Note:
30024 \series default
30025  The command is ignored when it is within a paragraph where also the command
30026  
30027 \series bold
30028
30029 \backslash
30030 reversemarginpar
30031 \series default
30032  is inserted.
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \end_layout
30039
30040 \begin_layout Standard
30041 \begin_inset VSpace bigskip
30042 \end_inset
30043
30044
30045 \family roman
30046 \series medium
30047
30048 \begin_inset Marginal
30049 status open
30050
30051 \begin_layout Plain Layout
30052 AVeryLongMarginParWord that isn't hyphenated.
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \family default
30059 \series default
30060  Similar to the case described in section
30061 \begin_inset space ~
30062 \end_inset
30063
30064
30065 \begin_inset CommandInset ref
30066 LatexCommand ref
30067 reference "sub:Multiple-Lines-in"
30068
30069 \end_inset
30070
30071 , long words cannot be hyphenated when they are the first word in a margin
30072  note.
30073  To avoid this, insert 0
30074 \begin_inset space \thinspace{}
30075 \end_inset
30076
30077 pt horizontal space before the word
30078 \family roman
30079 \series medium
30080 .
30081  
30082 \begin_inset Marginal
30083 status open
30084
30085 \begin_layout Plain Layout
30086 \begin_inset space \hspace*{}
30087 \length 0pt
30088 \end_inset
30089
30090 AVeryLongMarginParWord that is hyphenated.
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \end_layout
30097
30098 \begin_layout Standard
30099 \begin_inset VSpace bigskip
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 \begin_inset Note Greyedout
30107 status open
30108
30109 \begin_layout Plain Layout
30110
30111 \series bold
30112 Note:
30113 \series default
30114  Margin notes can normally not be used inside tables, floats, and footnotes.
30115 \end_layout
30116
30117 \end_inset
30118
30119
30120 \end_layout
30121
30122 \begin_layout Standard
30123 \begin_inset VSpace bigskip
30124 \end_inset
30125
30126
30127 \end_layout
30128
30129 \begin_layout Standard
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 ifmarginnote
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \begin_inset Note Note
30144 status open
30145
30146 \begin_layout Plain Layout
30147 The following section will only be displayed when the LaTeX-package 
30148 \series bold
30149 marginnote
30150 \series default
30151  is installed.
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \begin_layout Standard
30160 This restriction can be evaded by using the LaTeX-package 
30161 \series bold
30162 marginnote
30163 \series default
30164
30165 \begin_inset Index idx
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169 LaTeX-packages ! marginnote
30170 \end_layout
30171
30172 \end_inset
30173
30174 .
30175  By adding these two lines to your document preamble, the command used by
30176  LyX for margin notes is redefined to use the command provided by the 
30177 \series bold
30178 marginnote
30179 \series default
30180 -package:
30181 \end_layout
30182
30183 \begin_layout Standard
30184
30185 \series bold
30186
30187 \backslash
30188 usepackage{marginnote}
30189 \begin_inset Newline newline
30190 \end_inset
30191
30192
30193 \backslash
30194 let
30195 \backslash
30196 marginpar
30197 \backslash
30198 marginnote
30199 \end_layout
30200
30201 \begin_layout Standard
30202 This is also used in this document because 
30203 \series bold
30204 marginnote
30205 \series default
30206  has another useful feature: You can set a vertical offset for the note.
30207  This is often needed when too many margin notes are too close together
30208  or for a better page layout.
30209  The offset is set in LyX as TeX-Code directly after the margin note in
30210  the scheme
30211 \end_layout
30212
30213 \begin_layout Standard
30214
30215 \series bold
30216 [offset]
30217 \end_layout
30218
30219 \begin_layout Standard
30220 where the offset is a length with one of the units listed in Table
30221 \begin_inset space ~
30222 \end_inset
30223
30224
30225 \begin_inset CommandInset ref
30226 LatexCommand ref
30227 reference "tab:Units"
30228
30229 \end_inset
30230
30231 .
30232  A negative value shifts the note up, a positive value shifts it down.
30233  
30234 \family roman
30235 \series medium
30236 For example the margin note beside this text line is shifted up 1.5
30237 \begin_inset space \thinspace{}
30238 \end_inset
30239
30240 cm with the TeX-Code-command 
30241 \begin_inset Quotes eld
30242 \end_inset
30243
30244
30245 \family default
30246 \series bold
30247 [-1.5cm]
30248 \family roman
30249 \series medium
30250
30251 \begin_inset Quotes erd
30252 \end_inset
30253
30254
30255 \begin_inset Marginal
30256 status open
30257
30258 \begin_layout Plain Layout
30259 This margin note is shifted up 1.5
30260 \begin_inset space \thinspace{}
30261 \end_inset
30262
30263 cm from its original position.
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \family default
30270 \series default
30271
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277 [-1.5cm]
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \begin_layout Standard
30286 \begin_inset VSpace medskip
30287 \end_inset
30288
30289 With 
30290 \series bold
30291 marginnote
30292 \series default
30293  you can also change the alignment of the text in the margin note.
30294  For example the commands
30295 \end_layout
30296
30297 \begin_layout Standard
30298
30299 \series bold
30300
30301 \backslash
30302 renewcommand*{
30303 \backslash
30304 raggedleftmarginnote}{
30305 \backslash
30306 centering}
30307 \begin_inset Newline newline
30308 \end_inset
30309
30310
30311 \backslash
30312 renewcommand*{
30313 \backslash
30314 raggedrightmarginnote}{
30315 \backslash
30316 centering}
30317 \end_layout
30318
30319 \begin_layout Standard
30320 set the alignment to centered.
30321  
30322 \series bold
30323
30324 \backslash
30325 raggedleftmarginnote
30326 \series default
30327  denotes margin notes that appear at the left side.
30328 \family roman
30329 \series medium
30330
30331 \begin_inset ERT
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335
30336
30337 \backslash
30338 renewcommand*{
30339 \backslash
30340 raggedleftmarginnote}{
30341 \backslash
30342 centering}
30343 \end_layout
30344
30345 \begin_layout Plain Layout
30346
30347
30348 \backslash
30349 renewcommand*{
30350 \backslash
30351 raggedrightmarginnote}{
30352 \backslash
30353 centering}
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset Marginal
30360 status open
30361
30362 \begin_layout Plain Layout
30363 The text of this margin note is centered.
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \family default
30370 \series default
30371  The default is
30372 \end_layout
30373
30374 \begin_layout Standard
30375
30376 \series bold
30377
30378 \backslash
30379 renewcommand*{
30380 \backslash
30381 raggedleftmarginnote}{
30382 \backslash
30383 raggedleft}
30384 \begin_inset Newline newline
30385 \end_inset
30386
30387
30388 \backslash
30389 renewcommand*{
30390 \backslash
30391 raggedrightmarginnote}{
30392 \backslash
30393 raggedright}
30394 \family roman
30395 \series medium
30396
30397 \begin_inset ERT
30398 status collapsed
30399
30400 \begin_layout Plain Layout
30401
30402
30403 \backslash
30404 renewcommand*{
30405 \backslash
30406 raggedleftmarginnote}{
30407 \backslash
30408 raggedleft}
30409 \end_layout
30410
30411 \begin_layout Plain Layout
30412
30413
30414 \backslash
30415 renewcommand*{
30416 \backslash
30417 raggedrightmarginnote}{
30418 \backslash
30419 raggedright}
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428 \begin_inset VSpace medskip
30429 \end_inset
30430
30431 For the other features of 
30432 \series bold
30433 marginnote
30434 \series default
30435  refer to its documentation 
30436 \begin_inset CommandInset citation
30437 LatexCommand cite
30438 key "marginnote"
30439
30440 \end_inset
30441
30442 .
30443 \end_layout
30444
30445 \begin_layout Standard
30446 \begin_inset VSpace bigskip
30447 \end_inset
30448
30449 You can adjust the layout of margin notes by changing its definition.
30450  To create for example a header for all margin notes with the underlined,
30451  sans-serif, and bold header text 
30452 \begin_inset Quotes eld
30453 \end_inset
30454
30455
30456 \family sans
30457 \series bold
30458 \bar under
30459 Attention!
30460 \family default
30461 \series default
30462 \bar default
30463
30464 \begin_inset Quotes erd
30465 \end_inset
30466
30467 , add this to your document preamble:
30468 \end_layout
30469
30470 \begin_layout Standard
30471
30472 \series bold
30473
30474 \backslash
30475 let
30476 \backslash
30477 myMarginpar
30478 \backslash
30479 marginpar
30480 \begin_inset Newline newline
30481 \end_inset
30482
30483
30484 \backslash
30485 renewcommand{
30486 \backslash
30487 marginpar}[1]{
30488 \backslash
30489 myMarginpar{%
30490 \begin_inset Newline newline
30491 \end_inset
30492
30493
30494 \begin_inset Phantom HPhantom
30495 status open
30496
30497 \begin_layout Plain Layout
30498
30499 \series bold
30500 \begin_inset space ~
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \backslash
30510 hspace{0pt}
30511 \backslash
30512 textsf{
30513 \backslash
30514 textbf{
30515 \backslash
30516 underbar{Attention!}}}%
30517 \begin_inset Newline newline
30518 \end_inset
30519
30520
30521 \begin_inset Phantom HPhantom
30522 status open
30523
30524 \begin_layout Plain Layout
30525
30526 \series bold
30527 \begin_inset space ~
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \backslash
30537 vspace{1.5mm}
30538 \backslash
30539
30540 \backslash
30541 #1}}
30542 \end_layout
30543
30544 \begin_layout Standard
30545
30546 \family roman
30547 \series medium
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 let
30556 \backslash
30557 myMarginpar
30558 \backslash
30559 marginpar
30560 \end_layout
30561
30562 \begin_layout Plain Layout
30563
30564
30565 \backslash
30566 renewcommand{
30567 \backslash
30568 marginpar}[1]{
30569 \backslash
30570 myMarginpar{%
30571 \end_layout
30572
30573 \begin_layout Plain Layout
30574
30575    
30576 \backslash
30577 textsf{
30578 \backslash
30579 textbf{
30580 \backslash
30581 underbar{Attention!}}}%
30582 \end_layout
30583
30584 \begin_layout Plain Layout
30585
30586    
30587 \backslash
30588 vspace{1.5mm}
30589 \backslash
30590
30591 \backslash
30592 #1}}
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \begin_inset Marginal
30599 status open
30600
30601 \begin_layout Plain Layout
30602 This is a margin note with a defined heading.
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \family default
30609 \series default
30610
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616 [-1.5cm]
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \family roman
30623 \series medium
30624
30625 \begin_inset ERT
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629
30630
30631 \backslash
30632 renewcommand{
30633 \backslash
30634 marginpar}[1]{
30635 \backslash
30636 myMarginpar{#1}}
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \family default
30643 \series default
30644
30645 \begin_inset Note Note
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649 The margin note format is changed only for this example.
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \begin_layout Standard
30658 \begin_inset ERT
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662
30663
30664 \backslash
30665 else
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \begin_inset Note Note
30672 status open
30673
30674 \begin_layout Plain Layout
30675 The following will be displayed when the LaTeX-package 
30676 \series bold
30677 marginnote
30678 \series default
30679  is not installed:
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \begin_layout Standard
30688 You need to install the LaTeX-package 
30689 \series bold
30690 marginnote
30691 \series default
30692  to see the following part of this section in the output.
30693 \end_layout
30694
30695 \begin_layout Standard
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701
30702 \backslash
30703 fi
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \begin_layout Chapter
30712 Boxes
30713 \end_layout
30714
30715 \begin_layout Section
30716 Introduction
30717 \begin_inset Index idx
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Boxes ! Introduction
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \begin_layout Standard
30730 Boxes are used to format a block of text.
30731  Boxes can be used to write documents with multiple languages, see section
30732 \begin_inset space ~
30733 \end_inset
30734
30735
30736 \begin_inset CommandInset ref
30737 LatexCommand ref
30738 reference "sec:Minipages"
30739
30740 \end_inset
30741
30742 , to frame texts, see section
30743 \begin_inset space ~
30744 \end_inset
30745
30746
30747 \begin_inset CommandInset ref
30748 LatexCommand ref
30749 reference "sec:Decoration"
30750
30751 \end_inset
30752
30753 , to prevent words from being hyphenated, see section
30754 \begin_inset space ~
30755 \end_inset
30756
30757
30758 \begin_inset CommandInset ref
30759 LatexCommand ref
30760 reference "sec:Prevent-Hyphenation"
30761
30762 \end_inset
30763
30764 , to align text, see section
30765 \begin_inset space ~
30766 \end_inset
30767
30768
30769 \begin_inset CommandInset ref
30770 LatexCommand ref
30771 reference "sub:Vertical-Alignment"
30772
30773 \end_inset
30774
30775 , or to set the background color of texts, see section
30776 \begin_inset space ~
30777 \end_inset
30778
30779
30780 \begin_inset CommandInset ref
30781 LatexCommand ref
30782 reference "sec:Colored-Boxes"
30783
30784 \end_inset
30785
30786 .
30787 \end_layout
30788
30789 \begin_layout Standard
30790 Boxes can be inserted with the menu 
30791 \family sans
30792 Insert\SpecialChar \menuseparator
30793 Box
30794 \family default
30795  or the toolbar button 
30796 \family sans
30797
30798 \begin_inset Info
30799 type  "icon"
30800 arg   "box-insert Frameless"
30801 \end_inset
30802
30803
30804 \family default
30805 .
30806  A grey box with the label 
30807 \family sans
30808 Box (Minipage)
30809 \family default
30810
30811 \begin_inset Graphics
30812         filename clipart/BoxInsetDefaultQt4.png
30813         scale 85
30814         scaleBeforeRotation
30815
30816 \end_inset
30817
30818  will be inserted.
30819  The box type can be specified by right-clicking on the box and selecting
30820  
30821 \family sans
30822 Settings
30823 \family default
30824 .
30825  The box dialog offers the 
30826 \family sans
30827 Inner
30828 \begin_inset space ~
30829 \end_inset
30830
30831 Box
30832 \family default
30833  types 
30834 \family sans
30835 Makebox
30836 \family default
30837
30838 \family sans
30839 Parbox
30840 \family default
30841  and 
30842 \family sans
30843 Minipage
30844 \family default
30845 .
30846  The type 
30847 \family sans
30848 Minipage
30849 \family default
30850  is the default for new boxes and is explained in section
30851 \begin_inset space ~
30852 \end_inset
30853
30854
30855 \begin_inset CommandInset ref
30856 LatexCommand ref
30857 reference "sec:Minipages"
30858
30859 \end_inset
30860
30861 ; the type 
30862 \family sans
30863 Parbox
30864 \family default
30865  is described in section
30866 \begin_inset space ~
30867 \end_inset
30868
30869
30870 \begin_inset CommandInset ref
30871 LatexCommand ref
30872 reference "sec:Parboxes"
30873
30874 \end_inset
30875
30876  and the type 
30877 \family sans
30878 Makebox
30879 \family default
30880  in 
30881 \begin_inset CommandInset ref
30882 LatexCommand ref
30883 reference "sec:Prevent-Hyphenation"
30884
30885 \end_inset
30886
30887 .
30888 \end_layout
30889
30890 \begin_layout Standard
30891 Boxes are not numbered and can therefore not be referenced like floats or
30892  footnotes.
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \begin_inset Note Greyedout
30897 status open
30898
30899 \begin_layout Plain Layout
30900
30901 \series bold
30902 Note:
30903 \series default
30904  Boxes must not be the item in an 
30905 \family sans
30906 Itemize
30907 \family default
30908  or 
30909 \family sans
30910 Description
30911 \family default
30912  environment.
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Standard
30921 \begin_inset Note Greyedout
30922 status open
30923
30924 \begin_layout Plain Layout
30925
30926 \series bold
30927 Note:
30928 \series default
30929  For an unknown reason you can only set the 
30930 \family sans
30931 Inner
30932 \begin_inset space ~
30933 \end_inset
30934
30935 Box
30936 \family default
30937  type to 
30938 \family sans
30939 None
30940 \family default
30941  when you use a framed box.
30942  Boxes without an 
30943 \family sans
30944 Inner
30945 \begin_inset space ~
30946 \end_inset
30947
30948 Box
30949 \family default
30950  type and without frames are explained in section
30951 \begin_inset space ~
30952 \end_inset
30953
30954
30955 \begin_inset CommandInset ref
30956 LatexCommand ref
30957 reference "sec:Prevent-Hyphenation"
30958
30959 \end_inset
30960
30961 .
30962 \end_layout
30963
30964 \end_inset
30965
30966
30967 \end_layout
30968
30969 \begin_layout Section
30970 Box Dialog
30971 \begin_inset CommandInset label
30972 LatexCommand label
30973 name "sec:Box-Dialog"
30974
30975 \end_inset
30976
30977
30978 \begin_inset Index idx
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 Boxes ! Box Dialog
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Subsection
30991 Size
30992 \begin_inset Index idx
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996 Boxes ! Size
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \end_layout
31003
31004 \begin_layout Standard
31005 In the box dialog you can adjust the box geometry in the fields 
31006 \family sans
31007 Width
31008 \family default
31009  and 
31010 \family sans
31011 Height
31012 \family default
31013 .
31014  The available units for the geometry are explained in Table
31015 \begin_inset space ~
31016 \end_inset
31017
31018
31019 \begin_inset CommandInset ref
31020 LatexCommand ref
31021 reference "tab:Units"
31022
31023 \end_inset
31024
31025 .
31026  The field 
31027 \family sans
31028 Height
31029 \family default
31030  offers the following additional sizes:
31031 \end_layout
31032
31033 \begin_layout Description
31034 Depth This is the plain text 
31035 \begin_inset Quotes eld
31036 \end_inset
31037
31038 height
31039 \begin_inset Quotes erd
31040 \end_inset
31041
31042 .
31043  It ignores the total depth when there are multiple text lines in the box:
31044 \begin_inset Newline newline
31045 \end_inset
31046
31047
31048 \begin_inset Newline newline
31049 \end_inset
31050
31051
31052 \begin_inset Newline newline
31053 \end_inset
31054
31055
31056 \begin_inset Box Boxed
31057 position "c"
31058 hor_pos "c"
31059 has_inner_box 1
31060 inner_pos "c"
31061 use_parbox 0
31062 use_makebox 0
31063 width "12col%"
31064 special "none"
31065 height "1in"
31066 height_special "depth"
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070 \align center
31071 Box height set to 1
31072 \begin_inset space \thinspace{}
31073 \end_inset
31074
31075 Depth
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \begin_inset Newline newline
31082 \end_inset
31083
31084
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Description
31092 Height This is the height of the text that is inside the box.
31093  A value of e.
31094 \begin_inset space \thinspace{}
31095 \end_inset
31096
31097 g.
31098 \begin_inset space \space{}
31099 \end_inset
31100
31101 2 for this size will set the box height to 2
31102 \begin_inset space ~
31103 \end_inset
31104
31105 times the text height: 
31106 \begin_inset Box Boxed
31107 position "c"
31108 hor_pos "c"
31109 has_inner_box 1
31110 inner_pos "c"
31111 use_parbox 0
31112 use_makebox 0
31113 width "20col%"
31114 special "none"
31115 height "2in"
31116 height_special "height"
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120 \align center
31121 Box height set to 2
31122 \begin_inset space \thinspace{}
31123 \end_inset
31124
31125 Height
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \begin_layout Description
31134 Total
31135 \begin_inset space ~
31136 \end_inset
31137
31138 Height This is the Height
31139 \begin_inset space \thinspace{}
31140 \end_inset
31141
31142 +
31143 \begin_inset space \thinspace{}
31144 \end_inset
31145
31146 Depth: 
31147 \begin_inset Box Boxed
31148 position "c"
31149 hor_pos "c"
31150 has_inner_box 1
31151 inner_pos "c"
31152 use_parbox 0
31153 use_makebox 0
31154 width "20col%"
31155 special "none"
31156 height "1in"
31157 height_special "totalheight"
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161 \align center
31162 Box height set to 1
31163 \begin_inset space \thinspace{}
31164 \end_inset
31165
31166 Total
31167 \begin_inset space ~
31168 \end_inset
31169
31170 Height
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Description
31179 Width This sets the width of the box as height: 
31180 \begin_inset Box Boxed
31181 position "c"
31182 hor_pos "c"
31183 has_inner_box 1
31184 inner_pos "c"
31185 use_parbox 0
31186 use_makebox 0
31187 width "12col%"
31188 special "none"
31189 height "1in"
31190 height_special "width"
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194 \align center
31195 Box height set to 1
31196 \begin_inset space \thinspace{}
31197 \end_inset
31198
31199 Width
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Subsection
31208 Alignment
31209 \begin_inset Index idx
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Boxes ! Alignment
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222 When you have chosen an 
31223 \family sans
31224 Inner
31225 \begin_inset space ~
31226 \end_inset
31227
31228 Box
31229 \family default
31230 , the vertical box alignment can be:
31231 \end_layout
31232
31233 \begin_layout Description
31234 Top This is an example text line.
31235  
31236 \begin_inset Box Boxed
31237 position "t"
31238 hor_pos "c"
31239 has_inner_box 1
31240 inner_pos "c"
31241 use_parbox 0
31242 use_makebox 0
31243 width "12col%"
31244 special "none"
31245 height "1in"
31246 height_special "totalheight"
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250 \align center
31251 This box is top-aligned.
31252 \end_layout
31253
31254 \end_inset
31255
31256  This is an example text line.
31257 \end_layout
31258
31259 \begin_layout Description
31260 Middle This is an example text line.
31261  
31262 \begin_inset Box Boxed
31263 position "c"
31264 hor_pos "c"
31265 has_inner_box 1
31266 inner_pos "c"
31267 use_parbox 0
31268 use_makebox 0
31269 width "12col%"
31270 special "none"
31271 height "1in"
31272 height_special "totalheight"
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 \align center
31277 This box is middle-aligned.
31278 \end_layout
31279
31280 \end_inset
31281
31282  This is an example text line.
31283 \end_layout
31284
31285 \begin_layout Description
31286 Bottom This is an example text line.
31287  
31288 \begin_inset Box Boxed
31289 position "b"
31290 hor_pos "c"
31291 has_inner_box 1
31292 inner_pos "c"
31293 use_parbox 0
31294 use_makebox 0
31295 width "12col%"
31296 special "none"
31297 height "1in"
31298 height_special "totalheight"
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 \align center
31303 This box is bottom-aligned.
31304 \end_layout
31305
31306 \end_inset
31307
31308  This is an example text line.
31309 \end_layout
31310
31311 \begin_layout Standard
31312 \begin_inset Note Greyedout
31313 status open
31314
31315 \begin_layout Plain Layout
31316
31317 \series bold
31318 Note:
31319 \series default
31320  The vertical box alignment can be lost in the output when you have two
31321  boxes in a line and one has e.
31322 \begin_inset space \thinspace{}
31323 \end_inset
31324
31325 g.
31326 \begin_inset space \space{}
31327 \end_inset
31328
31329 a shadow and the other one not.
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \begin_layout Standard
31338 The horizontal box alignment can be set via LyX's paragraph dialog when
31339  you set the box into its own paragraph.
31340 \end_layout
31341
31342 \begin_layout Standard
31343 \begin_inset VSpace bigskip
31344 \end_inset
31345
31346 When you have chosen an 
31347 \family sans
31348 Inner
31349 \begin_inset space ~
31350 \end_inset
31351
31352 Box
31353 \family default
31354 , the box content can be aligned vertically to:
31355 \end_layout
31356
31357 \begin_layout Description
31358 top This is an example text line.
31359  
31360 \begin_inset Box Boxed
31361 position "c"
31362 hor_pos "c"
31363 has_inner_box 1
31364 inner_pos "t"
31365 use_parbox 0
31366 use_makebox 0
31367 width "12col%"
31368 special "none"
31369 height "1.5in"
31370 height_special "totalheight"
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374 \align center
31375 This box text is top-aligned.
31376 \end_layout
31377
31378 \end_inset
31379
31380  This is an example text line.
31381 \end_layout
31382
31383 \begin_layout Description
31384 middle This is an example text line.
31385  
31386 \begin_inset Box Boxed
31387 position "c"
31388 hor_pos "c"
31389 has_inner_box 1
31390 inner_pos "c"
31391 use_parbox 0
31392 use_makebox 0
31393 width "12col%"
31394 special "none"
31395 height "1.5in"
31396 height_special "totalheight"
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400 \align center
31401 This box text is middle-aligned.
31402 \end_layout
31403
31404 \end_inset
31405
31406  This is an example text line.
31407 \end_layout
31408
31409 \begin_layout Description
31410 bottom This is an example text line.
31411  
31412 \begin_inset Box Boxed
31413 position "c"
31414 hor_pos "c"
31415 has_inner_box 1
31416 inner_pos "b"
31417 use_parbox 0
31418 use_makebox 0
31419 width "12col%"
31420 special "none"
31421 height "1.5in"
31422 height_special "totalheight"
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426 \align center
31427 This box text is bottom-aligned.
31428 \end_layout
31429
31430 \end_inset
31431
31432  This is an example text line.
31433 \end_layout
31434
31435 \begin_layout Description
31436 stretch This is an example text line.
31437  
31438 \begin_inset Box Boxed
31439 position "c"
31440 hor_pos "c"
31441 has_inner_box 1
31442 inner_pos "s"
31443 use_parbox 0
31444 use_makebox 0
31445 width "12col%"
31446 special "none"
31447 height "1.5in"
31448 height_special "totalheight"
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452 \align center
31453 This box
31454 \end_layout
31455
31456 \begin_layout Plain Layout
31457 \align center
31458 text is
31459 \end_layout
31460
31461 \begin_layout Plain Layout
31462 \align center
31463 stretched.
31464 \end_layout
31465
31466 \end_inset
31467
31468  This is an example text line.
31469 \end_layout
31470
31471 \begin_layout Standard
31472 To stretch the box content, it must consist of more than one paragraph.
31473  In the example above every text line is in an own paragraph.
31474 \end_layout
31475
31476 \begin_layout Standard
31477 \begin_inset VSpace bigskip
31478 \end_inset
31479
31480 To align the box content horizontally you can use LyX's paragraph dialog
31481  when you have chosen an 
31482 \family sans
31483 Inner
31484 \begin_inset space ~
31485 \end_inset
31486
31487 Box
31488 \family default
31489 .
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \align center
31494 \begin_inset Box Boxed
31495 position "c"
31496 hor_pos "c"
31497 has_inner_box 1
31498 inner_pos "s"
31499 use_parbox 0
31500 use_makebox 0
31501 width "15col%"
31502 special "none"
31503 height "1.25in"
31504 height_special "totalheight"
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508 \align left
31509 This box
31510 \end_layout
31511
31512 \begin_layout Plain Layout
31513 \align center
31514 text is
31515 \end_layout
31516
31517 \begin_layout Plain Layout
31518 \align right
31519 stretched.
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 If you have not set an 
31529 \family sans
31530 Inner
31531 \begin_inset space ~
31532 \end_inset
31533
31534 Box
31535 \family default
31536 , you can align the box content horizontally in the box dialog.
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \align center
31541 \begin_inset Box Boxed
31542 position "c"
31543 hor_pos "s"
31544 has_inner_box 0
31545 inner_pos "s"
31546 use_parbox 0
31547 use_makebox 0
31548 width "90col%"
31549 special "none"
31550 height "1.25in"
31551 height_special "totalheight"
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555 This box text is horizontally stretched.
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \begin_layout Subsection
31564 Decoration
31565 \begin_inset CommandInset label
31566 LatexCommand label
31567 name "sec:Decoration"
31568
31569 \end_inset
31570
31571
31572 \begin_inset Index idx
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576 Boxes ! Decoration
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \end_layout
31583
31584 \begin_layout Standard
31585 The type of the box can be specified in the box dialog in the drop-down
31586  list 
31587 \family sans
31588 Decoration
31589 \family default
31590 .
31591  The following types are possible:
31592 \end_layout
31593
31594 \begin_layout Description
31595 No
31596 \begin_inset space ~
31597 \end_inset
31598
31599 frame Nothing is drawn.
31600 \end_layout
31601
31602 \begin_layout Description
31603 Simple
31604 \begin_inset space ~
31605 \end_inset
31606
31607 rectangular
31608 \begin_inset space ~
31609 \end_inset
31610
31611 frame This draws a rectangular frame around the box.
31612  The frame line thickness has the size of 
31613 \series bold
31614
31615 \backslash
31616 fboxrule
31617 \series default
31618 .
31619  
31620 \begin_inset Box Boxed
31621 position "c"
31622 hor_pos "c"
31623 has_inner_box 1
31624 inner_pos "c"
31625 use_parbox 0
31626 use_makebox 0
31627 width "20col%"
31628 special "none"
31629 height "1in"
31630 height_special "totalheight"
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 \align center
31635 Rectangular box
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \begin_layout Description
31644 Oval
31645 \begin_inset space ~
31646 \end_inset
31647
31648 box,
31649 \begin_inset space ~
31650 \end_inset
31651
31652 thin This draws an oval frame around the box.
31653  The frame line thickness has the size 0.4
31654 \begin_inset space \thinspace{}
31655 \end_inset
31656
31657 pt.
31658  
31659 \begin_inset Box ovalbox
31660 position "c"
31661 hor_pos "c"
31662 has_inner_box 1
31663 inner_pos "c"
31664 use_parbox 0
31665 use_makebox 0
31666 width "20col%"
31667 special "none"
31668 height "1in"
31669 height_special "totalheight"
31670 status collapsed
31671
31672 \begin_layout Plain Layout
31673 \align center
31674 Oval box, thin
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Description
31683 Oval
31684 \begin_inset space ~
31685 \end_inset
31686
31687 box,
31688 \begin_inset space ~
31689 \end_inset
31690
31691 thick This draws an oval frame around the box.
31692  The frame line thickness has the size 0.8
31693 \begin_inset space \thinspace{}
31694 \end_inset
31695
31696 pt.
31697  
31698 \begin_inset Box Ovalbox
31699 position "c"
31700 hor_pos "c"
31701 has_inner_box 1
31702 inner_pos "c"
31703 use_parbox 0
31704 use_makebox 0
31705 width "20col%"
31706 special "none"
31707 height "1in"
31708 height_special "totalheight"
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712 \align center
31713 Oval box, thick
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Description
31722 Drop
31723 \begin_inset space ~
31724 \end_inset
31725
31726 shadow This draws a rectangular frame with a shadow around the box.
31727  The frame line thickness has the size of 
31728 \series bold
31729
31730 \backslash
31731 fboxrule
31732 \series default
31733 , the shadow has a width of 4
31734 \begin_inset space \thinspace{}
31735 \end_inset
31736
31737 pt.
31738  
31739 \begin_inset Box Shadowbox
31740 position "c"
31741 hor_pos "c"
31742 has_inner_box 1
31743 inner_pos "c"
31744 use_parbox 0
31745 use_makebox 0
31746 width "20col%"
31747 special "none"
31748 height "1in"
31749 height_special "totalheight"
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753 \align center
31754 Shadow box
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \end_layout
31761
31762 \begin_layout Description
31763 Shaded
31764 \begin_inset space ~
31765 \end_inset
31766
31767 background This draws a box with a red background.
31768  Unlike colored boxes
31769 \begin_inset Foot
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773 see sec.
31774 \begin_inset space \thinspace{}
31775 \end_inset
31776
31777
31778 \begin_inset CommandInset ref
31779 LatexCommand ref
31780 reference "sec:Colored-Boxes"
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \end_inset
31788
31789 , it always uses the whole column width and the box is set as its own paragraph.
31790  
31791 \begin_inset Box Shaded
31792 position "t"
31793 hor_pos "c"
31794 has_inner_box 0
31795 inner_pos "t"
31796 use_parbox 0
31797 use_makebox 0
31798 width "50col%"
31799 special "none"
31800 height "1in"
31801 height_special "totalheight"
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 Shaded background box
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \end_layout
31812
31813 \begin_layout Description
31814 Double
31815 \begin_inset space ~
31816 \end_inset
31817
31818 rectangular
31819 \begin_inset space ~
31820 \end_inset
31821
31822 frame This draws a double-line rectangular frame around the box.
31823  The line thickness of the inner frame is 0.75
31824 \begin_inset space \thinspace{}
31825 \end_inset
31826
31827
31828 \series bold
31829
31830 \backslash
31831 fboxrule
31832 \series default
31833 , the thickness of the outer frame is 1.5
31834 \begin_inset space \thinspace{}
31835 \end_inset
31836
31837
31838 \series bold
31839
31840 \backslash
31841 fboxrule
31842 \series default
31843 .
31844  The distance between the lines is 1.5
31845 \begin_inset space \thinspace{}
31846 \end_inset
31847
31848
31849 \series bold
31850
31851 \backslash
31852 fboxrule
31853 \series default
31854
31855 \begin_inset space \thinspace{}
31856 \end_inset
31857
31858 +
31859 \begin_inset space \thinspace{}
31860 \end_inset
31861
31862 0.5
31863 \begin_inset space \thinspace{}
31864 \end_inset
31865
31866 pt.
31867  
31868 \begin_inset Box Doublebox
31869 position "c"
31870 hor_pos "c"
31871 has_inner_box 1
31872 inner_pos "c"
31873 use_parbox 0
31874 use_makebox 0
31875 width "20col%"
31876 special "none"
31877 height "1in"
31878 height_special "totalheight"
31879 status collapsed
31880
31881 \begin_layout Plain Layout
31882 \align center
31883 Double rectangular box
31884 \end_layout
31885
31886 \end_inset
31887
31888
31889 \end_layout
31890
31891 \begin_layout Standard
31892 \begin_inset VSpace bigskip
31893 \end_inset
31894
31895 LyX's box label will reflect the different frame types.
31896  To be able to use all types, the LaTeX-package 
31897 \series bold
31898 fancybox
31899 \series default
31900
31901 \begin_inset Index idx
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905 LaTeX-packages ! fancybox
31906 \end_layout
31907
31908 \end_inset
31909
31910  must be installed.
31911 \end_layout
31912
31913 \begin_layout Standard
31914 \begin_inset VSpace bigskip
31915 \end_inset
31916
31917 When you use the decoration 
31918 \family sans
31919 simple rectangular frame
31920 \family default
31921  and no inner box, you can allow page breaks within a box.
31922  Note that then, unlike other framed boxes, the frame always uses the whole
31923  column width, the box is set as its own paragraph, and 
31924 \series bold
31925
31926 \backslash
31927 fboxrule
31928 \series default
31929  and 
31930 \series bold
31931
31932 \backslash
31933 fboxsep
31934 \series default
31935  have no effect on this box type.
31936  The frame line thickness has the size of 
31937 \series bold
31938
31939 \backslash
31940 FrameRule
31941 \series default
31942 .
31943  
31944 \begin_inset Box Framed
31945 position "t"
31946 hor_pos "c"
31947 has_inner_box 0
31948 inner_pos "t"
31949 use_parbox 0
31950 use_makebox 0
31951 width "100col%"
31952 special "none"
31953 height "1in"
31954 height_special "totalheight"
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Allow page break box
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Section
31967 Box Customization
31968 \begin_inset Index idx
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972 Boxes ! Customization
31973 \end_layout
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \begin_layout Standard
31981 The default value for the size 
31982 \series bold
31983
31984 \backslash
31985 fboxrule
31986 \series default
31987  is 0.4
31988 \begin_inset space \thinspace{}
31989 \end_inset
31990
31991 pt.
31992  It can be changed with the following command in TeX-code to e.
31993 \begin_inset space \thinspace{}
31994 \end_inset
31995
31996 g.
31997 \begin_inset space \space{}
31998 \end_inset
31999
32000 2
32001 \begin_inset space \thinspace{}
32002 \end_inset
32003
32004 pt:
32005 \end_layout
32006
32007 \begin_layout Standard
32008
32009 \series bold
32010
32011 \backslash
32012 setlength{
32013 \backslash
32014 fboxrule}{2pt}
32015 \end_layout
32016
32017 \begin_layout Standard
32018 \begin_inset ERT
32019 status collapsed
32020
32021 \begin_layout Plain Layout
32022
32023
32024 \backslash
32025 setlength{
32026 \backslash
32027 fboxrule}{2pt}
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \begin_inset Box Boxed
32034 position "c"
32035 hor_pos "c"
32036 has_inner_box 1
32037 inner_pos "c"
32038 use_parbox 0
32039 use_makebox 0
32040 width "25col%"
32041 special "none"
32042 height "1in"
32043 height_special "totalheight"
32044 status open
32045
32046 \begin_layout Plain Layout
32047 \align center
32048 Rectangular box with 
32049 \series bold
32050
32051 \backslash
32052 fboxrule
32053 \series default
32054
32055 \begin_inset space \thinspace{}
32056 \end_inset
32057
32058 =
32059 \begin_inset space \thinspace{}
32060 \end_inset
32061
32062 2
32063 \begin_inset space \thinspace{}
32064 \end_inset
32065
32066 pt
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \begin_inset ERT
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076
32077
32078 \backslash
32079 setlength{
32080 \backslash
32081 fboxrule}{0.4pt}
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 \begin_inset VSpace bigskip
32091 \end_inset
32092
32093 The space between the frame and the box content is for all frame styles
32094  by default 3
32095 \begin_inset space \thinspace{}
32096 \end_inset
32097
32098 pt.
32099  You can change it by setting the length 
32100 \series bold
32101
32102 \backslash
32103 fboxsep
32104 \series default
32105  to another value.
32106  For example the command
32107 \end_layout
32108
32109 \begin_layout Standard
32110
32111 \series bold
32112
32113 \backslash
32114 setlength{
32115 \backslash
32116 fboxsep}{10pt}
32117 \end_layout
32118
32119 \begin_layout Standard
32120 sets the value to 10
32121 \begin_inset space \thinspace{}
32122 \end_inset
32123
32124 pt, as with the following box:
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset ERT
32129 status collapsed
32130
32131 \begin_layout Plain Layout
32132
32133
32134 \backslash
32135 setlength{
32136 \backslash
32137 fboxsep}{10pt}
32138 \end_layout
32139
32140 \end_inset
32141
32142
32143 \begin_inset Box Boxed
32144 position "c"
32145 hor_pos "c"
32146 has_inner_box 1
32147 inner_pos "c"
32148 use_parbox 0
32149 use_makebox 0
32150 width "25col%"
32151 special "none"
32152 height "1in"
32153 height_special "totalheight"
32154 status open
32155
32156 \begin_layout Plain Layout
32157 \align center
32158 Rectangular box with 
32159 \series bold
32160
32161 \backslash
32162 fboxsep
32163 \series default
32164
32165 \begin_inset space \thinspace{}
32166 \end_inset
32167
32168 =
32169 \begin_inset space \thinspace{}
32170 \end_inset
32171
32172 10
32173 \begin_inset space \thinspace{}
32174 \end_inset
32175
32176 pt
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \begin_inset ERT
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186
32187
32188 \backslash
32189 setlength{
32190 \backslash
32191 fboxsep}{3pt}
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200 \begin_inset VSpace bigskip
32201 \end_inset
32202
32203 The diameter of the round corners of the oval boxes can be set with the
32204  command 
32205 \series bold
32206
32207 \backslash
32208 cornersize
32209 \series default
32210 .
32211  The command
32212 \end_layout
32213
32214 \begin_layout Standard
32215
32216 \series bold
32217
32218 \backslash
32219 cornersize*{1cm}
32220 \end_layout
32221
32222 \begin_layout Standard
32223 sets the diameter to 1
32224 \begin_inset space \thinspace{}
32225 \end_inset
32226
32227 cm.
32228  The command
32229 \end_layout
32230
32231 \begin_layout Standard
32232
32233 \series bold
32234
32235 \backslash
32236 cornersize{num}
32237 \end_layout
32238
32239 \begin_layout Standard
32240 sets the diameter to 
32241 \family sans
32242 num
32243 \begin_inset space \thinspace{}
32244 \end_inset
32245
32246 ×
32247 \begin_inset space \thinspace{}
32248 \end_inset
32249
32250 minimum(width and height of box)
32251 \family default
32252 .
32253  The default is 
32254 \series bold
32255
32256 \backslash
32257 cornersize{0.5}
32258 \series default
32259 .
32260 \end_layout
32261
32262 \begin_layout Standard
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268
32269 \backslash
32270 cornersize*{1.5cm}
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \begin_inset Box Ovalbox
32277 position "c"
32278 hor_pos "c"
32279 has_inner_box 1
32280 inner_pos "c"
32281 use_parbox 0
32282 use_makebox 0
32283 width "25col%"
32284 special "none"
32285 height "1in"
32286 height_special "totalheight"
32287 status open
32288
32289 \begin_layout Plain Layout
32290 \align center
32291 Oval box with 
32292 \series bold
32293
32294 \backslash
32295 cornersize
32296 \series default
32297
32298 \begin_inset space \thinspace{}
32299 \end_inset
32300
32301 =
32302 \begin_inset space \thinspace{}
32303 \end_inset
32304
32305 1.5
32306 \begin_inset space \thinspace{}
32307 \end_inset
32308
32309 cm
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \begin_inset ERT
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319
32320
32321 \backslash
32322 cornersize{0.5}
32323 \end_layout
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 \begin_inset VSpace bigskip
32332 \end_inset
32333
32334 The size of the shadow can be adjusted by changing the length 
32335 \series bold
32336
32337 \backslash
32338 shadowsize
32339 \series default
32340 .
32341  It it set to 2
32342 \begin_inset space \thinspace{}
32343 \end_inset
32344
32345 pt for the following box by this command:
32346 \end_layout
32347
32348 \begin_layout Standard
32349
32350 \series bold
32351
32352 \backslash
32353 setlength{
32354 \backslash
32355 shadowsize}{2pt}
32356 \end_layout
32357
32358 \begin_layout Standard
32359 \begin_inset ERT
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363
32364
32365 \backslash
32366 setlength{
32367 \backslash
32368 shadowsize}{2pt}
32369 \end_layout
32370
32371 \end_inset
32372
32373
32374 \begin_inset Box Shadowbox
32375 position "c"
32376 hor_pos "c"
32377 has_inner_box 1
32378 inner_pos "c"
32379 use_parbox 0
32380 use_makebox 0
32381 width "25col%"
32382 special "none"
32383 height "1in"
32384 height_special "totalheight"
32385 status open
32386
32387 \begin_layout Plain Layout
32388 \align center
32389 Shadow box with 
32390 \series bold
32391
32392 \backslash
32393 shadowsize
32394 \series default
32395
32396 \begin_inset space \thinspace{}
32397 \end_inset
32398
32399 =
32400 \begin_inset space \thinspace{}
32401 \end_inset
32402
32403 2
32404 \begin_inset space \thinspace{}
32405 \end_inset
32406
32407 pt
32408 \end_layout
32409
32410 \end_inset
32411
32412
32413 \begin_inset ERT
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417
32418
32419 \backslash
32420 setlength{
32421 \backslash
32422 shadowsize}{4pt}
32423 \end_layout
32424
32425 \end_inset
32426
32427
32428 \end_layout
32429
32430 \begin_layout Standard
32431 \begin_inset VSpace bigskip
32432 \end_inset
32433
32434
32435 \end_layout
32436
32437 \begin_layout Standard
32438 The default value for the size 
32439 \series bold
32440
32441 \backslash
32442 FrameRule
32443 \series default
32444  is 0.4
32445 \begin_inset space \thinspace{}
32446 \end_inset
32447
32448 pt.
32449  The default space between the note content and the frame is 9
32450 \begin_inset space \thinspace{}
32451 \end_inset
32452
32453 pt and can be changed with the value of 
32454 \series bold
32455
32456 \backslash
32457 FrameSep
32458 \series default
32459 .
32460  For example the frame appearance of the following 
32461 \family sans
32462 box
32463 \family default
32464  is set with the TeX-Code commands
32465 \end_layout
32466
32467 \begin_layout Standard
32468
32469 \series bold
32470
32471 \backslash
32472 setlength{
32473 \backslash
32474 FrameRule}{5pt}
32475 \begin_inset Newline newline
32476 \end_inset
32477
32478
32479 \backslash
32480 setlength{
32481 \backslash
32482 FrameSep}{0.5cm}
32483 \end_layout
32484
32485 \begin_layout Standard
32486 \begin_inset ERT
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490
32491
32492 \backslash
32493 setlength{
32494 \backslash
32495 FrameRule}{5pt}
32496 \end_layout
32497
32498 \begin_layout Plain Layout
32499
32500
32501 \backslash
32502 setlength{
32503 \backslash
32504 FrameSep}{0.5cm}
32505 \end_layout
32506
32507 \end_inset
32508
32509
32510 \begin_inset Box Framed
32511 position "t"
32512 hor_pos "c"
32513 has_inner_box 0
32514 inner_pos "t"
32515 use_parbox 0
32516 use_makebox 0
32517 width "100col%"
32518 special "none"
32519 height "1in"
32520 height_special "totalheight"
32521 status open
32522
32523 \begin_layout Plain Layout
32524 This is text in an 
32525 \family sans
32526 allow page break
32527 \family default
32528  box.
32529 \end_layout
32530
32531 \end_inset
32532
32533
32534 \begin_inset ERT
32535 status collapsed
32536
32537 \begin_layout Plain Layout
32538
32539
32540 \backslash
32541 setlength{
32542 \backslash
32543 FrameRule}{0.4pt}
32544 \end_layout
32545
32546 \begin_layout Plain Layout
32547
32548
32549 \backslash
32550 setlength{
32551 \backslash
32552 FrameSep}{9pt}
32553 \end_layout
32554
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \begin_layout Standard
32561 \begin_inset VSpace bigskip
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Standard
32568 For 
32569 \family sans
32570 shaded background
32571 \family default
32572  boxes the default space between the box content and the box border is 3
32573 \begin_inset space \thinspace{}
32574 \end_inset
32575
32576 pt and can be changed with the value of 
32577 \series bold
32578
32579 \backslash
32580 fboxsep
32581 \series default
32582 .
32583  The default background color red can either be changed locally with the
32584  command 
32585 \series bold
32586
32587 \backslash
32588 definecolor{shadecolor}
32589 \series default
32590  or globally with the menu 
32591 \family sans
32592 Tools\SpecialChar \menuseparator
32593 Preferences\SpecialChar \menuseparator
32594 Colors\SpecialChar \menuseparator
32595 shaded
32596 \begin_inset space ~
32597 \end_inset
32598
32599 box
32600 \family default
32601 .
32602  The scheme of the 
32603 \series bold
32604
32605 \backslash
32606 definecolor
32607 \series default
32608  command is explained in section
32609 \begin_inset space ~
32610 \end_inset
32611
32612
32613 \begin_inset CommandInset ref
32614 LatexCommand ref
32615 reference "sec:Colored-Tables"
32616
32617 \end_inset
32618
32619 .
32620 \begin_inset Foot
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624 Note that 
32625 \series bold
32626
32627 \backslash
32628 definecolor
32629 \series default
32630  requires the LaTeX-package 
32631 \series bold
32632 color
32633 \series default
32634  in the preamble, see section
32635 \begin_inset space ~
32636 \end_inset
32637
32638
32639 \begin_inset CommandInset ref
32640 LatexCommand ref
32641 reference "sec:Colored-Boxes"
32642
32643 \end_inset
32644
32645 .
32646 \end_layout
32647
32648 \end_inset
32649
32650  For example the appearance of the following shaded background box is set
32651  with the TeX-Code commands
32652 \end_layout
32653
32654 \begin_layout Standard
32655
32656 \series bold
32657
32658 \backslash
32659 setlength{
32660 \backslash
32661 fboxsep}{0.5cm}
32662 \series default
32663
32664 \begin_inset Newline newline
32665 \end_inset
32666
32667
32668 \series bold
32669
32670 \backslash
32671 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset ERT
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679
32680
32681 \backslash
32682 setlength{
32683 \backslash
32684 fboxsep}{0.5cm}
32685 \end_layout
32686
32687 \begin_layout Plain Layout
32688
32689
32690 \backslash
32691 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \begin_inset Box Shaded
32698 position "t"
32699 hor_pos "c"
32700 has_inner_box 0
32701 inner_pos "t"
32702 use_parbox 0
32703 use_makebox 0
32704 width "100col%"
32705 special "none"
32706 height "1in"
32707 height_special "totalheight"
32708 status open
32709
32710 \begin_layout Plain Layout
32711
32712 \color yellow
32713 This is yellow text in a
32714 \color none
32715  
32716 \family sans
32717 \color yellow
32718 shaded background
32719 \family default
32720 \color none
32721  
32722 \color yellow
32723 box with dark green background.
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \begin_inset ERT
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734
32735 \backslash
32736 setlength{
32737 \backslash
32738 fboxsep}{3pt}
32739 \end_layout
32740
32741 \begin_layout Plain Layout
32742
32743
32744 \backslash
32745 definecolor{shadecolor}{rgb}{1,0,0}
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \end_layout
32752
32753 \begin_layout Standard
32754 \begin_inset VSpace bigskip
32755 \end_inset
32756
32757 Changed lengths and widths are valid for all boxes following the commands
32758  that change them.
32759 \end_layout
32760
32761 \begin_layout Section
32762 Minipages
32763 \begin_inset CommandInset label
32764 LatexCommand label
32765 name "sec:Minipages"
32766
32767 \end_inset
32768
32769
32770 \begin_inset Index idx
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 Boxes ! Minipages
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Standard
32783 Minipages are treated by LaTeX as pages within pages and can therefore for
32784  example have their own footnotes.
32785 \end_layout
32786
32787 \begin_layout Standard
32788 Minipages are useful when you write documents with different languages.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 Below are two example minipages side by side.
32793  Their width is set to 45
32794 \begin_inset space \thinspace{}
32795 \end_inset
32796
32797 col% and they are separated by a horizontal fill, that was inserted via
32798  the menu 
32799 \family sans
32800 Insert\SpecialChar \menuseparator
32801 Special
32802 \begin_inset space ~
32803 \end_inset
32804
32805 Formatting\SpecialChar \menuseparator
32806 Horizontal
32807 \begin_inset space ~
32808 \end_inset
32809
32810 Fill
32811 \family default
32812 .
32813 \begin_inset Newpage newpage
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 \begin_inset Box Frameless
32821 position "t"
32822 hor_pos "c"
32823 has_inner_box 1
32824 inner_pos "c"
32825 use_parbox 0
32826 use_makebox 0
32827 width "45col%"
32828 special "none"
32829 height "1in"
32830 height_special "totalheight"
32831 status open
32832
32833 \begin_layout Plain Layout
32834
32835 \lang ngerman
32836 Dies ist ein deutscher Text.
32837  Dies ist ein deutscher Text.
32838  Dies ist ein deutscher Text.
32839  Dies ist ein deutscher Text.
32840  Dies ist ein deutscher Text.
32841  Dies ist ein deutscher Text.
32842  Dies ist ein deutscher Text.
32843  Dies ist ein deutscher Text.
32844  Dies ist ein deutscher Text.
32845  Dies ist ein deutscher Text.
32846  Dies ist ein deutscher Text.
32847  Dies ist ein deutscher Text.
32848  Dies ist ein deutscher Text
32849 \begin_inset Foot
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853
32854 \lang ngerman
32855 Dies ist eine deutsche Fußnote.
32856 \end_layout
32857
32858 \end_inset
32859
32860 .
32861  Dies ist ein deutscher Text.
32862  Dies ist ein deutscher Text.
32863 \end_layout
32864
32865 \end_inset
32866
32867
32868 \begin_inset space \hfill{}
32869 \end_inset
32870
32871
32872 \begin_inset Box Frameless
32873 position "t"
32874 hor_pos "c"
32875 has_inner_box 1
32876 inner_pos "c"
32877 use_parbox 0
32878 use_makebox 0
32879 width "45col%"
32880 special "none"
32881 height "1in"
32882 height_special "totalheight"
32883 status open
32884
32885 \begin_layout Plain Layout
32886 This is an English Text.
32887  This is an English Text.
32888  This is an English Text.
32889  This is an English Text.
32890  This is an English Text.
32891  This is an English Text.
32892  This is an English Text.
32893  This is an English Text.
32894  This is an English Text.
32895  This is an English Text.
32896  This is an English Text.
32897  This is an English Text.
32898  This is an English Text.
32899  This is an English Text.
32900  This is an English Text.
32901  This is an English Text.
32902 \begin_inset Foot
32903 status collapsed
32904
32905 \begin_layout Plain Layout
32906 This is an English footnote.
32907 \end_layout
32908
32909 \end_inset
32910
32911  This is an English Text.
32912 \end_layout
32913
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \begin_layout Standard
32920 \begin_inset VSpace bigskip
32921 \end_inset
32922
32923 The document-wide paragraph settings are ignored within minipages.
32924  That means that there will be no space between paragraphs in minipages
32925  although you set it to e.
32926 \begin_inset space \thinspace{}
32927 \end_inset
32928
32929 g.
32930 \begin_inset space \space{}
32931 \end_inset
32932
32933
32934 \family sans
32935 MedSkip
32936 \family default
32937  in the document settings.
32938 \end_layout
32939
32940 \begin_layout Standard
32941 Minipages can also be used to set a background color for text parts, see
32942  section
32943 \begin_inset space ~
32944 \end_inset
32945
32946
32947 \begin_inset CommandInset ref
32948 LatexCommand ref
32949 reference "sub:Color-for-Paragraphs"
32950
32951 \end_inset
32952
32953 .
32954 \end_layout
32955
32956 \begin_layout Standard
32957 \begin_inset Note Greyedout
32958 status open
32959
32960 \begin_layout Plain Layout
32961
32962 \series bold
32963 Note:
32964 \series default
32965  You cannot have floats or margin notes inside minipages but minipages can
32966  be used inside tables, floats, and other boxes.
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \begin_layout Section
32975 Parboxes
32976 \begin_inset CommandInset label
32977 LatexCommand label
32978 name "sec:Parboxes"
32979
32980 \end_inset
32981
32982
32983 \begin_inset Index idx
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987 Boxes ! Parboxes
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Standard
32996 Parboxes are very similar to minipages with the difference that they cannot
32997  have footnotes.
32998 \end_layout
32999
33000 \begin_layout Standard
33001 \align center
33002 \begin_inset Box Frameless
33003 position "t"
33004 hor_pos "c"
33005 has_inner_box 1
33006 inner_pos "t"
33007 use_parbox 1
33008 use_makebox 0
33009 width "33col%"
33010 special "none"
33011 height "1in"
33012 height_special "totalheight"
33013 status open
33014
33015 \begin_layout Plain Layout
33016 This a text within a parbox.
33017  This a text within a parbox.
33018 \end_layout
33019
33020 \begin_layout Plain Layout
33021 This footnote won't appear:
33022 \begin_inset Foot
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 This footnote is inside a parbox and will therefore not appear.
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Section
33040 Boxes for Words and Characters
33041 \begin_inset Index idx
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045 Boxes ! for Characters
33046 \end_layout
33047
33048 \end_inset
33049
33050
33051 \end_layout
33052
33053 \begin_layout Subsection
33054 Prevent Hyphenation
33055 \begin_inset CommandInset label
33056 LatexCommand label
33057 name "sec:Prevent-Hyphenation"
33058
33059 \end_inset
33060
33061
33062 \begin_inset Index idx
33063 status collapsed
33064
33065 \begin_layout Plain Layout
33066 Boxes ! to Prevent Hyphenation
33067 \end_layout
33068
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Standard
33075 You can use the box type 
33076 \family sans
33077 Makebox
33078 \family default
33079  to prevent words or text from being hyphenated.
33080 \begin_inset Newline newline
33081 \end_inset
33082
33083 Here is an example text:
33084 \end_layout
33085
33086 \begin_layout Standard
33087 This line is an example to show how you can prevent the hyphenation of 
33088 \begin_inset Quotes eld
33089 \end_inset
33090
33091 veryverylongword
33092 \begin_inset Quotes erd
33093 \end_inset
33094
33095 .
33096 \end_layout
33097
33098 \begin_layout Standard
33099 To prevent the hyphenation of the word 
33100 \begin_inset Quotes eld
33101 \end_inset
33102
33103 veryverylongword
33104 \begin_inset Quotes erd
33105 \end_inset
33106
33107 , put the word into a box, set the 
33108 \family sans
33109 Inner
33110 \begin_inset space ~
33111 \end_inset
33112
33113 box
33114 \family default
33115  to 
33116 \family sans
33117 Makebox
33118 \family default
33119  and its width to 1
33120 \begin_inset space \thinspace{}
33121 \end_inset
33122
33123 Width.
33124 \end_layout
33125
33126 \begin_layout Standard
33127 This is the result:
33128 \end_layout
33129
33130 \begin_layout Standard
33131 This line is an example to show how you can prevent the hyphenation of 
33132 \begin_inset Box Frameless
33133 position "t"
33134 hor_pos "c"
33135 has_inner_box 1
33136 inner_pos "t"
33137 use_parbox 0
33138 use_makebox 1
33139 width "1in"
33140 special "width"
33141 height "1in"
33142 height_special "totalheight"
33143 status open
33144
33145 \begin_layout Plain Layout
33146 \begin_inset Quotes eld
33147 \end_inset
33148
33149 veryverylongword
33150 \begin_inset Quotes erd
33151 \end_inset
33152
33153
33154 \end_layout
33155
33156 \end_inset
33157
33158 .
33159 \end_layout
33160
33161 \begin_layout Standard
33162 You can alternatively set the command 
33163 \begin_inset Quotes eld
33164 \end_inset
33165
33166
33167 \series bold
33168
33169 \backslash
33170 -
33171 \series default
33172
33173 \begin_inset Quotes grd
33174 \end_inset
33175
33176  as TeX-Code directly before the word:
33177 \end_layout
33178
33179 \begin_layout Standard
33180 This line is an example to show how you can prevent the hyphenation of 
33181 \begin_inset Quotes eld
33182 \end_inset
33183
33184
33185 \begin_inset ERT
33186 status collapsed
33187
33188 \begin_layout Plain Layout
33189
33190
33191 \backslash
33192 -
33193 \end_layout
33194
33195 \end_inset
33196
33197 veryverylongword
33198 \begin_inset Quotes erd
33199 \end_inset
33200
33201 .
33202 \end_layout
33203
33204 \begin_layout Standard
33205 Of course the word now protrudes over the side margin.
33206  To avoid this, add via the menu 
33207 \family sans
33208 Insert\SpecialChar \menuseparator
33209 Formatting\SpecialChar \menuseparator
33210 Ragged
33211 \begin_inset space ~
33212 \end_inset
33213
33214 Line
33215 \begin_inset space ~
33216 \end_inset
33217
33218 Break
33219 \family default
33220  (shortcut 
33221 \begin_inset Info
33222 type  "shortcut"
33223 arg   "newline-insert newline"
33224 \end_inset
33225
33226 ) a line break before the word:
33227 \end_layout
33228
33229 \begin_layout Standard
33230 This line is an example to show how you can prevent the hyphenation of 
33231 \begin_inset Newline newline
33232 \end_inset
33233
33234
33235 \begin_inset Box Frameless
33236 position "t"
33237 hor_pos "c"
33238 has_inner_box 1
33239 inner_pos "t"
33240 use_parbox 0
33241 use_makebox 1
33242 width "1in"
33243 special "width"
33244 height "1in"
33245 height_special "totalheight"
33246 status open
33247
33248 \begin_layout Plain Layout
33249 \begin_inset Quotes eld
33250 \end_inset
33251
33252 veryverylongword
33253 \begin_inset Quotes erd
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \end_inset
33260
33261 .
33262 \end_layout
33263
33264 \begin_layout Subsection
33265 Vertical Alignment
33266 \begin_inset CommandInset label
33267 LatexCommand label
33268 name "sub:Vertical-Alignment"
33269
33270 \end_inset
33271
33272
33273 \begin_inset Index idx
33274 status collapsed
33275
33276 \begin_layout Plain Layout
33277 Boxes ! for Vertical Alignment
33278 \end_layout
33279
33280 \end_inset
33281
33282
33283 \begin_inset Index idx
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287 Boxes ! Raiseboxes
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \begin_layout Standard
33296 With the help of the command 
33297 \series bold
33298
33299 \backslash
33300 raisebox
33301 \series default
33302  you can align words, characters or other boxes vertically relative to the
33303  surrounding text.
33304  
33305 \series bold
33306
33307 \backslash
33308 raisebox
33309 \series default
33310  is used with the following scheme:
33311 \end_layout
33312
33313 \begin_layout Standard
33314
33315 \series bold
33316
33317 \backslash
33318 raisebox{lift}[height][depth]{box content}
33319 \end_layout
33320
33321 \begin_layout Standard
33322 The lift can be a positive value to raise the box or a negative value to
33323  lower the box.
33324 \end_layout
33325
33326 \begin_layout Standard
33327 To align for example the word 
33328 \begin_inset Quotes eld
33329 \end_inset
33330
33331 preventing
33332 \begin_inset Quotes erd
33333 \end_inset
33334
33335  so that the bottom of the 
33336 \begin_inset Quotes eld
33337 \end_inset
33338
33339 deepest
33340 \begin_inset Quotes erd
33341 \end_inset
33342
33343  character 
33344 \begin_inset Quotes eld
33345 \end_inset
33346
33347 p
33348 \begin_inset Quotes erd
33349 \end_inset
33350
33351  is at the baseline, insert the command
33352 \end_layout
33353
33354 \begin_layout Standard
33355
33356 \series bold
33357
33358 \backslash
33359 raisebox{
33360 \backslash
33361 depth}{
33362 \end_layout
33363
33364 \begin_layout Standard
33365 in TeX-Code before the word.
33366  After the word insert a closing brace 
33367 \begin_inset Quotes eld
33368 \end_inset
33369
33370
33371 \series bold
33372 }
33373 \series default
33374
33375 \begin_inset Quotes erd
33376 \end_inset
33377
33378  in TeX-Code.
33379 \begin_inset Newline newline
33380 \end_inset
33381
33382 This is the result:
33383 \end_layout
33384
33385 \begin_layout Standard
33386 This is a text line with the word 
33387 \begin_inset ERT
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391
33392
33393 \backslash
33394 raisebox{
33395 \backslash
33396 depth}{
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \begin_inset Quotes eld
33403 \end_inset
33404
33405 preventing
33406 \begin_inset Quotes erd
33407 \end_inset
33408
33409
33410 \begin_inset ERT
33411 status collapsed
33412
33413 \begin_layout Plain Layout
33414
33415 }
33416 \end_layout
33417
33418 \end_inset
33419
33420  as a raised word.
33421 \end_layout
33422
33423 \begin_layout Standard
33424 \begin_inset VSpace bigskip
33425 \end_inset
33426
33427 When you raise or lower characters in a line, the line distance will be
33428  spread:
33429 \end_layout
33430
33431 \begin_layout Standard
33432 This is a text line with the word 
33433 \begin_inset ERT
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437
33438
33439 \backslash
33440 raisebox{-
33441 \backslash
33442 depth}{
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \begin_inset Quotes eld
33449 \end_inset
33450
33451 preventing
33452 \begin_inset Quotes erd
33453 \end_inset
33454
33455
33456 \begin_inset ERT
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460
33461 }
33462 \end_layout
33463
33464 \end_inset
33465
33466  as a lowered word.
33467 \begin_inset Newline newline
33468 \end_inset
33469
33470 This is a text line with the word 
33471 \begin_inset ERT
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475
33476
33477 \backslash
33478 raisebox{0.5cm}{
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \begin_inset Quotes eld
33485 \end_inset
33486
33487 testing
33488 \begin_inset Quotes erd
33489 \end_inset
33490
33491
33492 \begin_inset ERT
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496
33497 }
33498 \end_layout
33499
33500 \end_inset
33501
33502  as a raised word.
33503 \end_layout
33504
33505 \begin_layout Standard
33506 If you want to prevent this for a certain reason, set the box height to
33507  a zero value.
33508  For example use
33509 \end_layout
33510
33511 \begin_layout Standard
33512
33513 \series bold
33514
33515 \backslash
33516 raisebox{-
33517 \backslash
33518 depth}[0pt]{
33519 \end_layout
33520
33521 \begin_layout Standard
33522 This is a text line with the word 
33523 \begin_inset ERT
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527
33528
33529 \backslash
33530 raisebox{-
33531 \backslash
33532 depth}[0pt]{
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \begin_inset Quotes eld
33539 \end_inset
33540
33541 preventing
33542 \begin_inset Quotes erd
33543 \end_inset
33544
33545
33546 \begin_inset ERT
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550
33551 }
33552 \end_layout
33553
33554 \end_inset
33555
33556  as a lowered word.
33557 \begin_inset Newline newline
33558 \end_inset
33559
33560 This is a text line with the word 
33561 \begin_inset ERT
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565
33566
33567 \backslash
33568 raisebox{0.5cm}[0pt]{
33569 \end_layout
33570
33571 \end_inset
33572
33573
33574 \begin_inset Quotes eld
33575 \end_inset
33576
33577 testing
33578 \begin_inset Quotes erd
33579 \end_inset
33580
33581
33582 \begin_inset ERT
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586
33587 }
33588 \end_layout
33589
33590 \end_inset
33591
33592  as a raised word.
33593 \end_layout
33594
33595 \begin_layout Section
33596 Colored Boxes
33597 \begin_inset CommandInset label
33598 LatexCommand label
33599 name "sec:Colored-Boxes"
33600
33601 \end_inset
33602
33603
33604 \begin_inset Index idx
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608 Boxes ! Color
33609 \end_layout
33610
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \begin_layout Subsection
33617 Color for Text
33618 \begin_inset Index idx
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622 Color ! for Text
33623 \end_layout
33624
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \begin_layout Standard
33631 To color the background of text the text must be put into a so called 
33632 \begin_inset Quotes eld
33633 \end_inset
33634
33635 colorbox
33636 \begin_inset Quotes erd
33637 \end_inset
33638
33639 .
33640  This requires that the LaTeX-package 
33641 \series bold
33642 color
33643 \series default
33644
33645 \begin_inset Index idx
33646 status collapsed
33647
33648 \begin_layout Plain Layout
33649 LaTeX-packages ! color
33650 \end_layout
33651
33652 \end_inset
33653
33654  is loaded in the document preamble with the command
33655 \end_layout
33656
33657 \begin_layout Standard
33658
33659 \series bold
33660
33661 \backslash
33662 @ifundefined{textcolor}
33663 \begin_inset Newline newline
33664 \end_inset
33665
33666
33667 \begin_inset Phantom HPhantom
33668 status open
33669
33670 \begin_layout Plain Layout
33671
33672 \series bold
33673 \begin_inset space ~
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \end_inset
33680
33681 {
33682 \backslash
33683 usepackage{color}}{}
33684 \end_layout
33685
33686 \begin_layout Standard
33687 The package 
33688 \series bold
33689 color
33690 \series default
33691  will be loaded automatically by LyX when you color text.
33692 \begin_inset Foot
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 To avoid it being loaded twice the command 
33697 \series bold
33698
33699 \backslash
33700 @ifundefined
33701 \series default
33702  is used.
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \begin_inset VSpace medskip
33712 \end_inset
33713
33714 Colorboxes are created with the command 
33715 \series bold
33716
33717 \backslash
33718 colorbox
33719 \series default
33720 .
33721  This will be used with the following scheme:
33722 \end_layout
33723
33724 \begin_layout Standard
33725
33726 \series bold
33727
33728 \backslash
33729 colorbox{color}{box content}
33730 \end_layout
33731
33732 \begin_layout Standard
33733 The box content can also be a box and colorboxes can also be within other
33734  boxes.
33735 \end_layout
33736
33737 \begin_layout Standard
33738 The following colors are predefined:
33739 \begin_inset Newline newline
33740 \end_inset
33741
33742
33743 \family sans
33744 black
33745 \family default
33746
33747 \family sans
33748 blue
33749 \family default
33750
33751 \family sans
33752 cyan
33753 \family default
33754 \series bold
33755 ,
33756 \series default
33757  
33758 \family sans
33759 green
33760 \family default
33761
33762 \family sans
33763 magenta
33764 \family default
33765
33766 \family sans
33767 red
33768 \family default
33769
33770 \family sans
33771 white
33772 \family default
33773 , and 
33774 \family sans
33775 yellow
33776 \family default
33777 .
33778 \begin_inset Newline newline
33779 \end_inset
33780
33781 You can also define your own color as described in section
33782 \begin_inset space ~
33783 \end_inset
33784
33785
33786 \begin_inset CommandInset ref
33787 LatexCommand ref
33788 reference "sec:Colored-Tables"
33789
33790 \end_inset
33791
33792 .
33793 \end_layout
33794
33795 \begin_layout Standard
33796 To have e.
33797 \begin_inset space \thinspace{}
33798 \end_inset
33799
33800 g.
33801 \begin_inset space \space{}
33802 \end_inset
33803
33804 a red background for a word, insert the command
33805 \end_layout
33806
33807 \begin_layout Standard
33808
33809 \series bold
33810
33811 \backslash
33812 colorbox{red}{
33813 \end_layout
33814
33815 \begin_layout Standard
33816 before the word in TeX-Code.
33817  After the word insert a closing brace 
33818 \begin_inset Quotes eld
33819 \end_inset
33820
33821
33822 \series bold
33823 }
33824 \series default
33825
33826 \begin_inset Quotes erd
33827 \end_inset
33828
33829  in TeX-Code.
33830 \begin_inset Newline newline
33831 \end_inset
33832
33833 This is the result:
33834 \end_layout
33835
33836 \begin_layout Standard
33837 This is a line where the word 
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843
33844 \backslash
33845 colorbox{red}{
33846 \end_layout
33847
33848 \end_inset
33849
33850
33851 \begin_inset Quotes eld
33852 \end_inset
33853
33854 Attention!
33855 \begin_inset Quotes erd
33856 \end_inset
33857
33858
33859 \begin_inset ERT
33860 status collapsed
33861
33862 \begin_layout Plain Layout
33863
33864 }
33865 \end_layout
33866
33867 \end_inset
33868
33869  has a red background.
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset VSpace bigskip
33874 \end_inset
33875
33876 If you would like the box frame in a different color, you can use the command
33877  
33878 \series bold
33879
33880 \backslash
33881 fcolorbox
33882 \series default
33883  with the following scheme:
33884 \end_layout
33885
33886 \begin_layout Standard
33887
33888 \series bold
33889
33890 \backslash
33891 fcolorbox{frame color}{box color}{box content}
33892 \end_layout
33893
33894 \begin_layout Standard
33895
33896 \series bold
33897
33898 \backslash
33899 fcolorbox
33900 \series default
33901  is an extension to 
33902 \series bold
33903
33904 \backslash
33905 colorbox
33906 \series default
33907 .
33908  The frame thickness and the space between the frame and the box content
33909  can be adjusted with the lengths 
33910 \series bold
33911
33912 \backslash
33913 fboxrule
33914 \series default
33915  and 
33916 \series bold
33917
33918 \backslash
33919 fboxsep
33920 \series default
33921 , respectively, as described in section
33922 \begin_inset space ~
33923 \end_inset
33924
33925
33926 \begin_inset CommandInset ref
33927 LatexCommand ref
33928 reference "sec:Decoration"
33929
33930 \end_inset
33931
33932 .
33933 \end_layout
33934
33935 \begin_layout Standard
33936 For the following example the command
33937 \end_layout
33938
33939 \begin_layout Standard
33940
33941 \series bold
33942
33943 \backslash
33944 fcolorbox{cyan}{magenta}{
33945 \end_layout
33946
33947 \begin_layout Standard
33948 was used.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 Here is an example where the frame line thickness was set to 1
33953 \begin_inset space \thinspace{}
33954 \end_inset
33955
33956 mm:
33957 \begin_inset Newline newline
33958 \end_inset
33959
33960
33961 \begin_inset ERT
33962 status collapsed
33963
33964 \begin_layout Plain Layout
33965
33966
33967 \backslash
33968 fboxrule 1mm 
33969 \backslash
33970 fboxsep 1mm
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \begin_inset ERT
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980
33981
33982 \backslash
33983 fcolorbox{cyan}{magenta}{
33984 \end_layout
33985
33986 \end_inset
33987
33988 This is text within a colored, framed box.
33989 \begin_inset ERT
33990 status collapsed
33991
33992 \begin_layout Plain Layout
33993
33994 }
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 \begin_inset VSpace bigskip
34004 \end_inset
34005
34006 Of course you can also have colored text inside a colorbox:
34007 \begin_inset Newline newline
34008 \end_inset
34009
34010
34011 \begin_inset ERT
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015
34016
34017 \backslash
34018 fcolorbox{cyan}{magenta}{
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \color yellow
34025 This is colored text within a colored, framed box.
34026 \color none
34027
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033 }
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \begin_inset ERT
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043
34044
34045 \backslash
34046 fboxrule 0.4pt 
34047 \backslash
34048 fboxsep 3pt
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \end_layout
34055
34056 \begin_layout Standard
34057 \begin_inset VSpace medskip
34058 \end_inset
34059
34060
34061 \end_layout
34062
34063 \begin_layout Standard
34064 \begin_inset Note Greyedout
34065 status open
34066
34067 \begin_layout Plain Layout
34068
34069 \series bold
34070 Note:
34071 \series default
34072  Text in colorboxes cannot have line breaks.
34073  To color multiple text lines or paragraphs, use a box inside a colorbox
34074  as described in the following.
34075 \end_layout
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Subsection
34083 Color for Paragraphs
34084 \begin_inset CommandInset label
34085 LatexCommand label
34086 name "sub:Color-for-Paragraphs"
34087
34088 \end_inset
34089
34090
34091 \begin_inset Index idx
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095 Color ! for Paragraphs
34096 \end_layout
34097
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \begin_layout Standard
34104 To set the background color for more than one text line, put the text into
34105  a minipage.
34106  Before the minipage insert the 
34107 \series bold
34108
34109 \backslash
34110 colorbox
34111 \series default
34112  command
34113 \end_layout
34114
34115 \begin_layout Standard
34116
34117 \series bold
34118
34119 \backslash
34120 colorbox{color}{
34121 \end_layout
34122
34123 \begin_layout Standard
34124 in TeX-Code.
34125  After the minipage insert a closing brace 
34126 \begin_inset Quotes eld
34127 \end_inset
34128
34129
34130 \series bold
34131 }
34132 \series default
34133
34134 \begin_inset Quotes erd
34135 \end_inset
34136
34137  in TeX-Code.
34138 \end_layout
34139
34140 \begin_layout Standard
34141 \begin_inset ERT
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145
34146
34147 \backslash
34148 colorbox{lightgrey}{
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \begin_inset Box Frameless
34155 position "t"
34156 hor_pos "c"
34157 has_inner_box 1
34158 inner_pos "t"
34159 use_parbox 0
34160 use_makebox 0
34161 width "100col%"
34162 special "none"
34163 height "1in"
34164 height_special "totalheight"
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 This is text with background color.
34169  This is text with background color.
34170 \end_layout
34171
34172 \begin_layout Plain Layout
34173 \begin_inset VSpace defskip
34174 \end_inset
34175
34176 The text can have footnotes
34177 \begin_inset Foot
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181 Another example footnote
34182 \end_layout
34183
34184 \end_inset
34185
34186  and can include tables and figures.
34187 \end_layout
34188
34189 \begin_layout Plain Layout
34190 \align center
34191 \begin_inset Tabular
34192 <lyxtabular version="3" rows="3" columns="3">
34193 <features tabularvalignment="middle">
34194 <column alignment="center" valignment="top" width="0">
34195 <column alignment="center" valignment="top" width="0">
34196 <column alignment="center" valignment="top" width="0">
34197 <row>
34198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202 a
34203 \end_layout
34204
34205 \end_inset
34206 </cell>
34207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34208 \begin_inset Text
34209
34210 \begin_layout Plain Layout
34211 !
34212 \end_layout
34213
34214 \end_inset
34215 </cell>
34216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34217 \begin_inset Text
34218
34219 \begin_layout Plain Layout
34220 3
34221 \end_layout
34222
34223 \end_inset
34224 </cell>
34225 </row>
34226 <row>
34227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34228 \begin_inset Text
34229
34230 \begin_layout Plain Layout
34231 <
34232 \end_layout
34233
34234 \end_inset
34235 </cell>
34236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34237 \begin_inset Text
34238
34239 \begin_layout Plain Layout
34240 b2
34241 \begin_inset Quotes erd
34242 \end_inset
34243
34244 |
34245 \end_layout
34246
34247 \end_inset
34248 </cell>
34249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34250 \begin_inset Text
34251
34252 \begin_layout Plain Layout
34253 >
34254 \end_layout
34255
34256 \end_inset
34257 </cell>
34258 </row>
34259 <row>
34260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34261 \begin_inset Text
34262
34263 \begin_layout Plain Layout
34264 1
34265 \end_layout
34266
34267 \end_inset
34268 </cell>
34269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34270 \begin_inset Text
34271
34272 \begin_layout Plain Layout
34273 §
34274 \end_layout
34275
34276 \end_inset
34277 </cell>
34278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34279 \begin_inset Text
34280
34281 \begin_layout Plain Layout
34282 c
34283 \end_layout
34284
34285 \end_inset
34286 </cell>
34287 </row>
34288 </lyxtabular>
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \begin_inset ERT
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302
34303 }
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Section
34312 Rotated and Scaled Boxes
34313 \end_layout
34314
34315 \begin_layout Standard
34316 To use the commands described in this section, the LaTeX-package 
34317 \series bold
34318 graphicx
34319 \series default
34320
34321 \begin_inset Index idx
34322 status collapsed
34323
34324 \begin_layout Plain Layout
34325 LaTeX-packages ! graphicx
34326 \end_layout
34327
34328 \end_inset
34329
34330  needs to be loaded in the document preamble with the command
34331 \end_layout
34332
34333 \begin_layout Standard
34334
34335 \series bold
34336
34337 \backslash
34338 @ifundefined{rotatebox}
34339 \begin_inset Newline newline
34340 \end_inset
34341
34342
34343 \begin_inset Phantom HPhantom
34344 status open
34345
34346 \begin_layout Plain Layout
34347
34348 \series bold
34349 \begin_inset space ~
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \end_inset
34356
34357 {
34358 \backslash
34359 usepackage{graphicx}}{}
34360 \end_layout
34361
34362 \begin_layout Standard
34363 \begin_inset Note Greyedout
34364 status open
34365
34366 \begin_layout Plain Layout
34367
34368 \series bold
34369 Note:
34370 \series default
34371  Some DVI-viewers can't display rotated or scaled material.
34372 \end_layout
34373
34374 \end_inset
34375
34376
34377 \end_layout
34378
34379 \begin_layout Standard
34380 \begin_inset Note Greyedout
34381 status open
34382
34383 \begin_layout Plain Layout
34384
34385 \series bold
34386 Note:
34387 \series default
34388  Floats mustn't be inside a rotated or scaled box.
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \begin_layout Subsection
34397 Rotated Boxes
34398 \begin_inset Index idx
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402 Boxes ! rotated
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \begin_inset Index idx
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Rotated material
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \begin_inset Index idx
34419 status collapsed
34420
34421 \begin_layout Plain Layout
34422 Figures ! rotated
34423 \end_layout
34424
34425 \end_inset
34426
34427
34428 \begin_inset Index idx
34429 status collapsed
34430
34431 \begin_layout Plain Layout
34432 Table Customization ! Rotating
34433 \end_layout
34434
34435 \end_inset
34436
34437
34438 \end_layout
34439
34440 \begin_layout Standard
34441 To rotate material, you can put it into a rotated box.
34442  Such a box is created using the command 
34443 \series bold
34444
34445 \backslash
34446 rotatebox
34447 \series default
34448  in TeX-Code with the following scheme:
34449 \end_layout
34450
34451 \begin_layout Standard
34452
34453 \series bold
34454
34455 \backslash
34456 rotatebox[rotation origin]{rotation angle}{box content}
34457 \end_layout
34458
34459 \begin_layout Standard
34460 The rotation origin is specified in the form 
34461 \series bold
34462 origin=position
34463 \series default
34464 .
34465  The following positions are possible: 
34466 \emph on
34467 c
34468 \emph default
34469  (center), 
34470 \emph on
34471 l
34472 \emph default
34473  (left), 
34474 \emph on
34475 r
34476 \emph default
34477  (right), 
34478 \emph on
34479 b
34480 \emph default
34481  (bottom), 
34482 \emph on
34483 t
34484 \emph default
34485  (top), along with meaningful combinations of the four base positions.
34486  For example 
34487 \emph on
34488 lt
34489 \emph default
34490  means that the rotation origin is at the top left corner of the box.
34491  When no rotation origin is specified, the position 
34492 \emph on
34493 l
34494 \emph default
34495  will be used.
34496  The rotation angle is a number that can be negative that specifies the
34497  angle in degrees.
34498  The rotation direction is counterclockwise.
34499 \end_layout
34500
34501 \begin_layout Standard
34502 In the following example the command 
34503 \series bold
34504
34505 \backslash
34506 rotatebox[origin=c]{60}{
34507 \series default
34508  was inserted as TeX-Code before the text 
34509 \begin_inset Quotes eld
34510 \end_inset
34511
34512 with rotated
34513 \begin_inset Quotes erd
34514 \end_inset
34515
34516 ; after the text the box was closed by a closing brace 
34517 \series bold
34518 }
34519 \series default
34520  in TeX-Code.
34521 \end_layout
34522
34523 \begin_layout Standard
34524 This is a line 
34525 \begin_inset ERT
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529
34530
34531 \backslash
34532 rotatebox[origin=c]{60}{
34533 \end_layout
34534
34535 \end_inset
34536
34537 with rotated
34538 \begin_inset ERT
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542
34543 }
34544 \end_layout
34545
34546 \end_inset
34547
34548  text.
34549 \end_layout
34550
34551 \begin_layout Standard
34552 The box content can also be another box or an inline formula:
34553 \end_layout
34554
34555 \begin_layout Standard
34556 This is a line
34557 \begin_inset ERT
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561
34562
34563 \backslash
34564 rotatebox[origin=r]{-60}{
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \begin_inset Box Doublebox
34571 position "c"
34572 hor_pos "c"
34573 has_inner_box 0
34574 inner_pos "c"
34575 use_parbox 0
34576 use_makebox 0
34577 width "1in"
34578 special "width"
34579 height "1in"
34580 height_special "totalheight"
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584 with rotated
34585 \end_layout
34586
34587 \end_inset
34588
34589
34590 \begin_inset ERT
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594
34595 }
34596 \end_layout
34597
34598 \end_inset
34599
34600  framed text 
34601 \begin_inset ERT
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605
34606
34607 \backslash
34608 rotatebox[origin=lb]{60}{
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34615 \end_inset
34616
34617
34618 \begin_inset ERT
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622
34623 }
34624 \end_layout
34625
34626 \end_inset
34627
34628  and a formula.
34629 \end_layout
34630
34631 \begin_layout Standard
34632 or an image or table:
34633 \end_layout
34634
34635 \begin_layout Standard
34636 This is a line
34637 \begin_inset ERT
34638 status collapsed
34639
34640 \begin_layout Plain Layout
34641
34642
34643 \backslash
34644 rotatebox[origin=lb]{90}{
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \begin_inset Graphics
34651         filename clipart/platypus.eps
34652         lyxscale 50
34653         width 25col%
34654
34655 \end_inset
34656
34657
34658 \begin_inset ERT
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663 }
34664 \end_layout
34665
34666 \end_inset
34667
34668  with a rotated image 
34669 \begin_inset ERT
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673
34674
34675 \backslash
34676 rotatebox[origin=l]{-90}{
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \begin_inset Tabular
34683 <lyxtabular version="3" rows="2" columns="2">
34684 <features tabularvalignment="middle">
34685 <column alignment="center" valignment="top" width="0">
34686 <column alignment="center" valignment="top" width="0">
34687 <row>
34688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Plain Layout
34692 q
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Plain Layout
34701 w
34702 \end_layout
34703
34704 \end_inset
34705 </cell>
34706 </row>
34707 <row>
34708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34709 \begin_inset Text
34710
34711 \begin_layout Plain Layout
34712 e
34713 \end_layout
34714
34715 \end_inset
34716 </cell>
34717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34718 \begin_inset Text
34719
34720 \begin_layout Plain Layout
34721 r
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 </row>
34727 </lyxtabular>
34728
34729 \end_inset
34730
34731
34732 \begin_inset ERT
34733 status collapsed
34734
34735 \begin_layout Plain Layout
34736
34737 }
34738 \end_layout
34739
34740 \end_inset
34741
34742  and table.
34743 \end_layout
34744
34745 \begin_layout Subsection
34746 Scaled Boxes
34747 \begin_inset Index idx
34748 status collapsed
34749
34750 \begin_layout Plain Layout
34751 Boxes ! scaled
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \begin_inset Index idx
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761 Scaled material
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \begin_inset Index idx
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771 Figures ! scaled
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \begin_inset Index idx
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781 Table Customization ! Scaling
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 To scale material the commands 
34791 \series bold
34792
34793 \backslash
34794 scalebox
34795 \series default
34796  and 
34797 \series bold
34798
34799 \backslash
34800 resizebox
34801 \series default
34802  can be used as TeX-Code.
34803 \end_layout
34804
34805 \begin_layout Standard
34806
34807 \series bold
34808
34809 \backslash
34810 scalebox
34811 \series default
34812  is used with the following scheme:
34813 \end_layout
34814
34815 \begin_layout Standard
34816
34817 \series bold
34818
34819 \backslash
34820 scalebox{horizontal}[vertical]{box content}
34821 \end_layout
34822
34823 \begin_layout Standard
34824 Horizontal and vertical are the corresponding scaling factors.
34825  If no vertical scaling factor is given, the horizontal factor will also
34826  be used as the vertical one.
34827 \end_layout
34828
34829 \begin_layout Standard
34830 The command 
34831 \series bold
34832
34833 \backslash
34834 scalebox{2}{Hello}
34835 \series default
34836  creates for example a double size 
34837 \begin_inset ERT
34838 status collapsed
34839
34840 \begin_layout Plain Layout
34841
34842
34843 \backslash
34844 scalebox{2}{
34845 \end_layout
34846
34847 \end_inset
34848
34849 Hello
34850 \begin_inset ERT
34851 status collapsed
34852
34853 \begin_layout Plain Layout
34854
34855 }
34856 \end_layout
34857
34858 \end_inset
34859
34860 , compared with the document text size.
34861 \end_layout
34862
34863 \begin_layout Standard
34864
34865 \series bold
34866
34867 \backslash
34868 scalebox{2}[1]{Hello}
34869 \series default
34870  on the other hand distorts the 
34871 \begin_inset ERT
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875
34876
34877 \backslash
34878 scalebox{2}[1]{
34879 \end_layout
34880
34881 \end_inset
34882
34883 Hello
34884 \begin_inset ERT
34885 status collapsed
34886
34887 \begin_layout Plain Layout
34888
34889 }
34890 \end_layout
34891
34892 \end_inset
34893
34894 .
34895 \end_layout
34896
34897 \begin_layout Standard
34898 If the scaling factor is negative, the box content will be mirrored.
34899  Therefore the command 
34900 \series bold
34901
34902 \backslash
34903 scalebox{-1}[1]{Hello}
34904 \series default
34905  can be used to create mirror writing: 
34906 \begin_inset ERT
34907 status collapsed
34908
34909 \begin_layout Plain Layout
34910
34911
34912 \backslash
34913 scalebox{-1}[1]{
34914 \end_layout
34915
34916 \end_inset
34917
34918 Hello
34919 \begin_inset ERT
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923
34924 }
34925 \end_layout
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Standard
34933
34934 \series bold
34935
34936 \backslash
34937 scalebox{1}[-1]{Hello}
34938 \series default
34939  reflects the 
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945
34946 \backslash
34947 scalebox{1}[-1]{
34948 \end_layout
34949
34950 \end_inset
34951
34952 Hello
34953 \begin_inset ERT
34954 status collapsed
34955
34956 \begin_layout Plain Layout
34957
34958 }
34959 \end_layout
34960
34961 \end_inset
34962
34963  at the base line.
34964 \end_layout
34965
34966 \begin_layout Standard
34967 Equivalent to 
34968 \series bold
34969
34970 \backslash
34971 scalebox{-1}[1]{box content}
34972 \series default
34973  there exists the command
34974 \begin_inset Newline newline
34975 \end_inset
34976
34977
34978 \series bold
34979
34980 \backslash
34981 reflectbox{box content}
34982 \series default
34983 .
34984 \end_layout
34985
34986 \begin_layout Standard
34987 \begin_inset VSpace bigskip
34988 \end_inset
34989
34990 The command 
34991 \series bold
34992
34993 \backslash
34994 resizebox
34995 \series default
34996  is used to scale the box to a defined width and height.
34997  The command scheme is:
34998 \end_layout
34999
35000 \begin_layout Standard
35001
35002 \series bold
35003
35004 \backslash
35005 resizebox{width}{height}{box content}
35006 \end_layout
35007
35008 \begin_layout Standard
35009 If one of the two command arguments given is an exclamation mark 
35010 \series bold
35011 !
35012 \series default
35013 , the size is set so that the aspect ratio of the box content is kept.
35014 \end_layout
35015
35016 \begin_layout Standard
35017 The command 
35018 \series bold
35019
35020 \backslash
35021 resizebox{2cm}{1cm}{Hello}
35022 \series default
35023  produces: 
35024 \begin_inset ERT
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028
35029
35030 \backslash
35031 resizebox{2cm}{1cm}{
35032 \end_layout
35033
35034 \end_inset
35035
35036 Hello
35037 \begin_inset ERT
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041
35042 }
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \begin_inset Newline newline
35049 \end_inset
35050
35051 The command 
35052 \series bold
35053
35054 \backslash
35055 resizebox{2cm}{!}{Hello}
35056 \series default
35057  produces: 
35058 \begin_inset ERT
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062
35063
35064 \backslash
35065 resizebox{2cm}{!}{
35066 \end_layout
35067
35068 \end_inset
35069
35070 Hello
35071 \begin_inset ERT
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075
35076 }
35077 \end_layout
35078
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \begin_layout Standard
35085 \begin_inset VSpace bigskip
35086 \end_inset
35087
35088
35089 \begin_inset Note Greyedout
35090 status open
35091
35092 \begin_layout Plain Layout
35093
35094 \series bold
35095 Note:
35096 \series default
35097  When arguments of 
35098 \series bold
35099
35100 \backslash
35101 scalebox
35102 \series default
35103  or 
35104 \series bold
35105
35106 \backslash
35107 resizebox
35108 \series default
35109  are set to zero, no LaTeX-errors occur when exporting the document but
35110  the exported files can not or only partly be displayed.
35111 \end_layout
35112
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \begin_layout Standard
35119 \begin_inset VSpace bigskip
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Standard
35126 The boxes can be combined in any order.
35127  E.
35128 \begin_inset space \thinspace{}
35129 \end_inset
35130
35131 g.
35132 \begin_inset space \space{}
35133 \end_inset
35134
35135 the command
35136 \begin_inset Newline newline
35137 \end_inset
35138
35139
35140 \series bold
35141
35142 \backslash
35143 rotatebox[origin=c]{-45}{
35144 \backslash
35145 resizebox{2cm}{!}{
35146 \backslash
35147 reflectbox{Hello}}}
35148 \begin_inset Newline newline
35149 \end_inset
35150
35151
35152 \series default
35153 produces:
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \align center
35158 \begin_inset ERT
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162
35163
35164 \backslash
35165 rotatebox[origin=c]{-45}{
35166 \backslash
35167 resizebox{2cm}{!}{
35168 \backslash
35169 reflectbox{
35170 \end_layout
35171
35172 \end_inset
35173
35174 Hello
35175 \begin_inset ERT
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179
35180 }}}
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \begin_layout Standard
35189 \noindent
35190 Images, tables, and inline formulas are allowed as box content:
35191 \end_layout
35192
35193 \begin_layout Standard
35194 \align center
35195 \begin_inset ERT
35196 status collapsed
35197
35198 \begin_layout Plain Layout
35199
35200
35201 \backslash
35202 rotatebox[origin=c]{-30}{
35203 \backslash
35204 resizebox{2cm}{!}{
35205 \backslash
35206 reflectbox{
35207 \end_layout
35208
35209 \end_inset
35210
35211
35212 \begin_inset Graphics
35213         filename clipart/platypus.eps
35214         lyxscale 50
35215         width 25col%
35216
35217 \end_inset
35218
35219
35220 \begin_inset ERT
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224
35225 }}}
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \begin_inset ERT
35232 status collapsed
35233
35234 \begin_layout Plain Layout
35235
35236
35237 \backslash
35238 rotatebox[origin=c]{-45}{
35239 \backslash
35240 resizebox{2cm}{!}{
35241 \backslash
35242 reflectbox{
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \begin_inset Tabular
35249 <lyxtabular version="3" rows="2" columns="2">
35250 <features tabularvalignment="middle">
35251 <column alignment="center" valignment="top" width="0">
35252 <column alignment="center" valignment="top" width="0">
35253 <row>
35254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35255 \begin_inset Text
35256
35257 \begin_layout Plain Layout
35258 q
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Plain Layout
35267 w
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 </row>
35273 <row>
35274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35275 \begin_inset Text
35276
35277 \begin_layout Plain Layout
35278 e
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35284 \begin_inset Text
35285
35286 \begin_layout Plain Layout
35287 r
35288 \end_layout
35289
35290 \end_inset
35291 </cell>
35292 </row>
35293 </lyxtabular>
35294
35295 \end_inset
35296
35297
35298 \begin_inset ERT
35299 status collapsed
35300
35301 \begin_layout Plain Layout
35302
35303 }}}
35304 \end_layout
35305
35306 \end_inset
35307
35308
35309 \begin_inset ERT
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313
35314
35315 \backslash
35316 rotatebox[origin=c]{-45}{
35317 \backslash
35318 resizebox{2cm}{!}{
35319 \backslash
35320 reflectbox{
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35327 \end_inset
35328
35329
35330 \begin_inset ERT
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334
35335 }}}
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \end_layout
35342
35343 \begin_layout Standard
35344 When the global formula style 
35345 \series bold
35346 fleqn
35347 \series default
35348  is used in the document
35349 \begin_inset Foot
35350 status collapsed
35351
35352 \begin_layout Plain Layout
35353 When 
35354 \begin_inset Quotes eld
35355 \end_inset
35356
35357 fleqn
35358 \begin_inset Quotes erd
35359 \end_inset
35360
35361  is added to the document class options.
35362 \end_layout
35363
35364 \end_inset
35365
35366 , display style formulas can also be scaled.
35367 \end_layout
35368
35369 \begin_layout Chapter
35370 Objects Surrounded by Text
35371 \begin_inset Index idx
35372 status collapsed
35373
35374 \begin_layout Plain Layout
35375 Surrounded by text
35376 \end_layout
35377
35378 \end_inset
35379
35380
35381 \end_layout
35382
35383 \begin_layout Section
35384 Wrap Floats
35385 \begin_inset CommandInset label
35386 LatexCommand label
35387 name "sec:Wrap-Floats"
35388
35389 \end_inset
35390
35391
35392 \begin_inset Index idx
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396 Floats ! Wrap Floats
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \begin_inset Index idx
35403 status collapsed
35404
35405 \begin_layout Plain Layout
35406 Surrounded by text ! Wrap Floats
35407 \end_layout
35408
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \begin_layout Standard
35415 \begin_inset Wrap figure
35416 lines 0
35417 placement l
35418 overhang 1cm
35419 width "40col%"
35420 status open
35421
35422 \begin_layout Plain Layout
35423 \begin_inset Graphics
35424         filename clipart/mobius.eps
35425         width 40col%
35426         scaleBeforeRotation
35427         rotateOrigin center
35428
35429 \end_inset
35430
35431
35432 \end_layout
35433
35434 \begin_layout Plain Layout
35435 \begin_inset Caption
35436
35437 \begin_layout Plain Layout
35438 \begin_inset CommandInset label
35439 LatexCommand label
35440 name "fig:This-is-a"
35441
35442 \end_inset
35443
35444 This is a figure wrap float.
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \end_inset
35453
35454  This float type is used if you want to wrap text around a figure or table
35455  so that it only occupies some fraction of the column width.
35456  It can be inserted using the menu 
35457 \family sans
35458 Insert\SpecialChar \menuseparator
35459 Floats\SpecialChar \menuseparator
35460 Figure
35461 \begin_inset space ~
35462 \end_inset
35463
35464 Wrap
35465 \begin_inset space ~
35466 \end_inset
35467
35468 Float
35469 \family default
35470  or 
35471 \family sans
35472 Table
35473 \begin_inset space ~
35474 \end_inset
35475
35476 Wrap
35477 \begin_inset space ~
35478 \end_inset
35479
35480 Float
35481 \family default
35482  if the LaTeX-package 
35483 \series bold
35484 wrapfig
35485 \series default
35486
35487 \begin_inset Index idx
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491 LaTeX-packages ! wrapfig
35492 \begin_inset ERT
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496
35497
35498 \backslash
35499 vspace{4mm}
35500 \end_layout
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \end_inset
35508
35509  is installed.
35510 \begin_inset Foot
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514 Installing a LaTeX-package is explained it in the 
35515 \emph on
35516 LaTeX
35517 \begin_inset space ~
35518 \end_inset
35519
35520 Configuration
35521 \emph default
35522  manual.
35523 \end_layout
35524
35525 \end_inset
35526
35527  The settings of the float can be modified by right-clicking on the float
35528  box.
35529  The mandatory settings are the float 
35530 \family sans
35531 Placement
35532 \family default
35533  and its 
35534 \family sans
35535 Width
35536 \family default
35537 .
35538  Optional are the 
35539 \family sans
35540 Overhang
35541 \family default
35542  that specifies how much the float is set into the paragraph
35543 \begin_inset space \thinspace{}
35544 \end_inset
35545
35546 /
35547 \begin_inset space \thinspace{}
35548 \end_inset
35549
35550 page margin, and the 
35551 \family sans
35552 Line
35553 \begin_inset space ~
35554 \end_inset
35555
35556 span
35557 \family default
35558  that specifies how many text lines the float will approximately need.
35559  The line span is often hard to approximate; so it is better only to use
35560  it when you encounter float placement problems.
35561  You can furthermore decide if LaTeX is allowed to let the float float within
35562  the paragraph or to surrounding paragraphs.
35563  Figure
35564 \begin_inset space ~
35565 \end_inset
35566
35567
35568 \begin_inset CommandInset ref
35569 LatexCommand ref
35570 reference "fig:This-is-a"
35571
35572 \end_inset
35573
35574  is an example text wrap float with a width of 40
35575 \begin_inset space \thinspace{}
35576 \end_inset
35577
35578 col%, 1
35579 \begin_inset space \thinspace{}
35580 \end_inset
35581
35582 cm overhang, set to the left.
35583 \end_layout
35584
35585 \begin_layout Standard
35586 \begin_inset Note Greyedout
35587 status open
35588
35589 \begin_layout Plain Layout
35590
35591 \series bold
35592 Note:
35593 \series default
35594  Text
35595 \begin_inset space ~
35596 \end_inset
35597
35598 wrap float floats are fragile! E.
35599 \begin_inset space \thinspace{}
35600 \end_inset
35601
35602 g.
35603 \begin_inset space \space{}
35604 \end_inset
35605
35606 having a figure too close to the bottom of the page can mess things up in
35607  such a way that the float does not appear in the output or that it is placed
35608  over some other text.
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617 In general, the following applies for wrap floats:
35618 \end_layout
35619
35620 \begin_layout Itemize
35621 They should not be placed in paragraphs that run over a page break.
35622  That means that wrap floats are better inserted in their exact place when
35623  the document is almost finished and you are able to estimate where page
35624  breaks will appear.
35625 \end_layout
35626
35627 \begin_layout Itemize
35628 They should either be placed in their own paragraph before the paragraph
35629  where they should wrap into or within a paragraph.
35630 \end_layout
35631
35632 \begin_layout Itemize
35633 In consecutive paragraphs they may cause troubles, so ensure that there
35634  is a text paragraph between them as separator.
35635 \end_layout
35636
35637 \begin_layout Itemize
35638 They are not allowed in section headings or tables.
35639 \end_layout
35640
35641 \begin_layout Itemize
35642 Their numbering and referencing works as described in chap.
35643 \begin_inset space \thinspace{}
35644 \end_inset
35645
35646
35647 \begin_inset CommandInset ref
35648 LatexCommand ref
35649 reference "chap:Floats"
35650
35651 \end_inset
35652
35653 .
35654 \end_layout
35655
35656 \begin_layout Section
35657 Surrounded Fixed Objects
35658 \begin_inset Index idx
35659 status collapsed
35660
35661 \begin_layout Plain Layout
35662 Surrounded by text ! Fixed objects
35663 \end_layout
35664
35665 \end_inset
35666
35667
35668 \end_layout
35669
35670 \begin_layout Standard
35671 The wrap floats described in sec.
35672 \begin_inset space \thinspace{}
35673 \end_inset
35674
35675
35676 \begin_inset CommandInset ref
35677 LatexCommand ref
35678 reference "sec:Wrap-Floats"
35679
35680 \end_inset
35681
35682  have these positions in the paragraph:
35683 \end_layout
35684
35685 \begin_layout Standard
35686 \noindent
35687 \align center
35688 \begin_inset Tabular
35689 <lyxtabular version="3" rows="2" columns="2">
35690 <features tabularvalignment="middle">
35691 <column alignment="center" valignment="top" width="0">
35692 <column alignment="center" valignment="top" width="0">
35693 <row>
35694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35695 \begin_inset Text
35696
35697 \begin_layout Plain Layout
35698 \begin_inset Graphics
35699         filename ../images/dialog-show-new-inset_graphics.png
35700         scale 70
35701         scaleBeforeRotation
35702
35703 \end_inset
35704
35705
35706 \end_layout
35707
35708 \end_inset
35709 </cell>
35710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714 text
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 </row>
35720 <row>
35721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35722 \begin_inset Text
35723
35724 \begin_layout Plain Layout
35725 text
35726 \end_layout
35727
35728 \end_inset
35729 </cell>
35730 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35731 \begin_inset Text
35732
35733 \begin_layout Plain Layout
35734 text
35735 \end_layout
35736
35737 \end_inset
35738 </cell>
35739 </row>
35740 </lyxtabular>
35741
35742 \end_inset
35743
35744  or 
35745 \begin_inset Tabular
35746 <lyxtabular version="3" rows="2" columns="2">
35747 <features tabularvalignment="middle">
35748 <column alignment="center" valignment="top" width="0">
35749 <column alignment="center" valignment="top" width="0">
35750 <row>
35751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35752 \begin_inset Text
35753
35754 \begin_layout Plain Layout
35755 text
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35761 \begin_inset Text
35762
35763 \begin_layout Plain Layout
35764 \begin_inset Graphics
35765         filename ../images/dialog-show-new-inset_graphics.png
35766         scale 70
35767         scaleBeforeRotation
35768
35769 \end_inset
35770
35771
35772 \end_layout
35773
35774 \end_inset
35775 </cell>
35776 </row>
35777 <row>
35778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35779 \begin_inset Text
35780
35781 \begin_layout Plain Layout
35782 text
35783 \end_layout
35784
35785 \end_inset
35786 </cell>
35787 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35788 \begin_inset Text
35789
35790 \begin_layout Plain Layout
35791 text
35792 \end_layout
35793
35794 \end_inset
35795 </cell>
35796 </row>
35797 </lyxtabular>
35798
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \begin_layout Standard
35805 To get an object exactly at the position where it is inserted, for example
35806  to get one of these positions:
35807 \begin_inset VSpace defskip
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Standard
35814 \noindent
35815 \align center
35816 \begin_inset Tabular
35817 <lyxtabular version="3" rows="2" columns="2">
35818 <features tabularvalignment="middle">
35819 <column alignment="center" valignment="top" width="0">
35820 <column alignment="center" valignment="top" width="0">
35821 <row>
35822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35823 \begin_inset Text
35824
35825 \begin_layout Plain Layout
35826 text
35827 \end_layout
35828
35829 \end_inset
35830 </cell>
35831 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35832 \begin_inset Text
35833
35834 \begin_layout Plain Layout
35835 text
35836 \end_layout
35837
35838 \end_inset
35839 </cell>
35840 </row>
35841 <row>
35842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35843 \begin_inset Text
35844
35845 \begin_layout Plain Layout
35846 \begin_inset Graphics
35847         filename ../images/dialog-show-new-inset_graphics.png
35848         scale 70
35849         scaleBeforeRotation
35850
35851 \end_inset
35852
35853
35854 \end_layout
35855
35856 \end_inset
35857 </cell>
35858 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35859 \begin_inset Text
35860
35861 \begin_layout Plain Layout
35862 text
35863 \end_layout
35864
35865 \end_inset
35866 </cell>
35867 </row>
35868 </lyxtabular>
35869
35870 \end_inset
35871
35872  
35873 \begin_inset Tabular
35874 <lyxtabular version="3" rows="2" columns="2">
35875 <features tabularvalignment="middle">
35876 <column alignment="center" valignment="top" width="0">
35877 <column alignment="center" valignment="top" width="0">
35878 <row>
35879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35880 \begin_inset Text
35881
35882 \begin_layout Plain Layout
35883 text
35884 \end_layout
35885
35886 \end_inset
35887 </cell>
35888 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35889 \begin_inset Text
35890
35891 \begin_layout Plain Layout
35892 text
35893 \end_layout
35894
35895 \end_inset
35896 </cell>
35897 </row>
35898 <row>
35899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35900 \begin_inset Text
35901
35902 \begin_layout Plain Layout
35903 text
35904 \end_layout
35905
35906 \end_inset
35907 </cell>
35908 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35909 \begin_inset Text
35910
35911 \begin_layout Plain Layout
35912 \begin_inset Graphics
35913         filename ../images/dialog-show-new-inset_graphics.png
35914         scale 70
35915         scaleBeforeRotation
35916
35917 \end_inset
35918
35919
35920 \end_layout
35921
35922 \end_inset
35923 </cell>
35924 </row>
35925 </lyxtabular>
35926
35927 \end_inset
35928
35929  
35930 \begin_inset Tabular
35931 <lyxtabular version="3" rows="2" columns="3">
35932 <features tabularvalignment="middle">
35933 <column alignment="center" valignment="top" width="0">
35934 <column alignment="center" valignment="top" width="0">
35935 <column alignment="center" valignment="top" width="0">
35936 <row>
35937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35938 \begin_inset Text
35939
35940 \begin_layout Plain Layout
35941 text
35942 \end_layout
35943
35944 \end_inset
35945 </cell>
35946 <cell alignment="center" valignment="top" topline="true" usebox="none">
35947 \begin_inset Text
35948
35949 \begin_layout Plain Layout
35950 \begin_inset Graphics
35951         filename ../images/dialog-show-new-inset_graphics.png
35952         scale 70
35953         scaleBeforeRotation
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961 </cell>
35962 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 text
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 </row>
35972 <row>
35973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977 text
35978 \end_layout
35979
35980 \end_inset
35981 </cell>
35982 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35983 \begin_inset Text
35984
35985 \begin_layout Plain Layout
35986 text
35987 \end_layout
35988
35989 \end_inset
35990 </cell>
35991 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35992 \begin_inset Text
35993
35994 \begin_layout Plain Layout
35995 text
35996 \end_layout
35997
35998 \end_inset
35999 </cell>
36000 </row>
36001 </lyxtabular>
36002
36003 \end_inset
36004
36005  
36006 \begin_inset Tabular
36007 <lyxtabular version="3" rows="2" columns="3">
36008 <features tabularvalignment="middle">
36009 <column alignment="center" valignment="top" width="0">
36010 <column alignment="center" valignment="top" width="0">
36011 <column alignment="center" valignment="top" width="0">
36012 <row>
36013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36014 \begin_inset Text
36015
36016 \begin_layout Plain Layout
36017 text
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 <cell alignment="center" valignment="top" topline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026 text
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36032 \begin_inset Text
36033
36034 \begin_layout Plain Layout
36035 text
36036 \end_layout
36037
36038 \end_inset
36039 </cell>
36040 </row>
36041 <row>
36042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36043 \begin_inset Text
36044
36045 \begin_layout Plain Layout
36046 text
36047 \end_layout
36048
36049 \end_inset
36050 </cell>
36051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36052 \begin_inset Text
36053
36054 \begin_layout Plain Layout
36055 \begin_inset Graphics
36056         filename ../images/dialog-show-new-inset_graphics.png
36057         scale 70
36058         scaleBeforeRotation
36059
36060 \end_inset
36061
36062
36063 \end_layout
36064
36065 \end_inset
36066 </cell>
36067 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 text
36072 \end_layout
36073
36074 \end_inset
36075 </cell>
36076 </row>
36077 </lyxtabular>
36078
36079 \end_inset
36080
36081
36082 \end_layout
36083
36084 \begin_layout Standard
36085 \noindent
36086 \align center
36087 \begin_inset Tabular
36088 <lyxtabular version="3" rows="3" columns="2">
36089 <features tabularvalignment="middle">
36090 <column alignment="center" valignment="top" width="0">
36091 <column alignment="center" valignment="top" width="0">
36092 <row>
36093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Plain Layout
36097 text
36098 \end_layout
36099
36100 \end_inset
36101 </cell>
36102 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 text
36107 \end_layout
36108
36109 \end_inset
36110 </cell>
36111 </row>
36112 <row>
36113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36114 \begin_inset Text
36115
36116 \begin_layout Plain Layout
36117 \begin_inset Graphics
36118         filename ../images/dialog-show-new-inset_graphics.png
36119         scale 70
36120         scaleBeforeRotation
36121
36122 \end_inset
36123
36124
36125 \end_layout
36126
36127 \end_inset
36128 </cell>
36129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36130 \begin_inset Text
36131
36132 \begin_layout Plain Layout
36133 text
36134 \end_layout
36135
36136 \end_inset
36137 </cell>
36138 </row>
36139 <row>
36140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36141 \begin_inset Text
36142
36143 \begin_layout Plain Layout
36144 text
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153 text
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 </row>
36159 </lyxtabular>
36160
36161 \end_inset
36162
36163  
36164 \begin_inset Tabular
36165 <lyxtabular version="3" rows="3" columns="3">
36166 <features tabularvalignment="middle">
36167 <column alignment="center" valignment="top" width="0">
36168 <column alignment="center" valignment="top" width="0">
36169 <column alignment="center" valignment="top" width="0">
36170 <row>
36171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Plain Layout
36175 text
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 <cell alignment="center" valignment="top" topline="true" usebox="none">
36181 \begin_inset Text
36182
36183 \begin_layout Plain Layout
36184 text
36185 \end_layout
36186
36187 \end_inset
36188 </cell>
36189 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36190 \begin_inset Text
36191
36192 \begin_layout Plain Layout
36193 text
36194 \end_layout
36195
36196 \end_inset
36197 </cell>
36198 </row>
36199 <row>
36200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36201 \begin_inset Text
36202
36203 \begin_layout Plain Layout
36204 text
36205 \end_layout
36206
36207 \end_inset
36208 </cell>
36209 <cell alignment="center" valignment="top" usebox="none">
36210 \begin_inset Text
36211
36212 \begin_layout Plain Layout
36213 \begin_inset Graphics
36214         filename ../images/dialog-show-new-inset_graphics.png
36215         scale 70
36216         scaleBeforeRotation
36217
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \end_inset
36224 </cell>
36225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36226 \begin_inset Text
36227
36228 \begin_layout Plain Layout
36229 text
36230 \end_layout
36231
36232 \end_inset
36233 </cell>
36234 </row>
36235 <row>
36236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36237 \begin_inset Text
36238
36239 \begin_layout Plain Layout
36240 text
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249 text
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36255 \begin_inset Text
36256
36257 \begin_layout Plain Layout
36258 text
36259 \end_layout
36260
36261 \end_inset
36262 </cell>
36263 </row>
36264 </lyxtabular>
36265
36266 \end_inset
36267
36268  
36269 \begin_inset Tabular
36270 <lyxtabular version="3" rows="3" columns="2">
36271 <features tabularvalignment="middle">
36272 <column alignment="center" valignment="top" width="0">
36273 <column alignment="center" valignment="top" width="0">
36274 <row>
36275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36276 \begin_inset Text
36277
36278 \begin_layout Plain Layout
36279 text
36280 \end_layout
36281
36282 \end_inset
36283 </cell>
36284 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36285 \begin_inset Text
36286
36287 \begin_layout Plain Layout
36288 text
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 </row>
36294 <row>
36295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299 text
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36305 \begin_inset Text
36306
36307 \begin_layout Plain Layout
36308 \begin_inset Graphics
36309         filename ../images/dialog-show-new-inset_graphics.png
36310         scale 70
36311         scaleBeforeRotation
36312
36313 \end_inset
36314
36315
36316 \end_layout
36317
36318 \end_inset
36319 </cell>
36320 </row>
36321 <row>
36322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326 text
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36332 \begin_inset Text
36333
36334 \begin_layout Plain Layout
36335 text
36336 \end_layout
36337
36338 \end_inset
36339 </cell>
36340 </row>
36341 </lyxtabular>
36342
36343 \end_inset
36344
36345
36346 \end_layout
36347
36348 \begin_layout Standard
36349 \noindent
36350 you can use the LaTeX-package 
36351 \series bold
36352 picinpar
36353 \series default
36354
36355 \begin_inset Index idx
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359 LaTeX-packages ! picinpar
36360 \end_layout
36361
36362 \end_inset
36363
36364 .
36365  Here is an example:
36366 \end_layout
36367
36368 \begin_layout Standard
36369 \begin_inset ERT
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373
36374
36375 \backslash
36376 ifpicinpar
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \begin_inset Note Note
36383 status open
36384
36385 \begin_layout Plain Layout
36386 The following section will only be displayed when the LaTeX-package 
36387 \series bold
36388 picinpar
36389 \series default
36390  is installed.
36391 \end_layout
36392
36393 \end_inset
36394
36395
36396 \end_layout
36397
36398 \begin_layout Standard
36399 \begin_inset ERT
36400 status collapsed
36401
36402 \begin_layout Plain Layout
36403
36404
36405 \backslash
36406 begin{window}[2,c,{
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \begin_inset Graphics
36413         filename clipart/mobius.eps
36414         lyxscale 60
36415         width 40col%
36416         scaleBeforeRotation
36417         rotateOrigin center
36418
36419 \end_inset
36420
36421
36422 \begin_inset ERT
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426
36427 },]
36428 \end_layout
36429
36430 \begin_layout Plain Layout
36431
36432 {}
36433 \end_layout
36434
36435 \end_inset
36436
36437
36438 \size small
36439 It was in the spring of the year 1894 that all London was interested, and
36440  the fashionable world dismayed, by the murder of the Honourable Ronald
36441  Adair under most unusual and inexplicable circumstances.
36442  The public has already learned those particulars of the crime which
36443 \size default
36444
36445 \begin_inset ERT
36446 status collapsed
36447
36448 \begin_layout Plain Layout
36449
36450
36451 \backslash
36452 footnotemark{}
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \size small
36459  came out in the police investigation, but a good deal was suppressed upon
36460  that occasion, since the case for the prosecution was so overwhelmingly
36461  strong that it was not necessary to bring forward all the facts.
36462  Only now, at the end of nearly ten years, am I allowed to supply those
36463  missing links which make up the whole of that remarkable chain.
36464 \size default
36465
36466 \begin_inset ERT
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470
36471
36472 \backslash
36473 end{window}
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \end_layout
36480
36481 \begin_layout Standard
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487
36488 \backslash
36489 footnotetext{
36490 \end_layout
36491
36492 \end_inset
36493
36494 Footnote of the paragraph with the fixed object.
36495 \begin_inset ERT
36496 status collapsed
36497
36498 \begin_layout Plain Layout
36499
36500 }
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \end_layout
36507
36508 \begin_layout Standard
36509 Surrounded fixed objects are used to let text float around them, at which
36510  the object's position in the paragraph can be determined by the number
36511  of lines above it.
36512  In contrary to floats is it not possible to have a numbered caption.
36513 \end_layout
36514
36515 \begin_layout Standard
36516 A fixed object is inserted by adding the command
36517 \end_layout
36518
36519 \begin_layout Standard
36520
36521 \series bold
36522
36523 \backslash
36524 begin{window}[2,c,{
36525 \end_layout
36526
36527 \begin_layout Standard
36528 as TeX-Code at the beginning of the paragraph.
36529  The first parameter in the bracket, here '2', defines the number of lines
36530  above the object, the second, here 'c', the position of the object.
36531  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
36532  Behind the command you insert the object.
36533  In this example an image with a width of 40
36534 \begin_inset space \thinspace{}
36535 \end_inset
36536
36537 % of the text column width was inserted.
36538  The object can also be a table, a box or an equation.
36539  Behind the object the command
36540 \end_layout
36541
36542 \begin_layout Standard
36543
36544 \series bold
36545 },description text]
36546 \begin_inset Newline newline
36547 \end_inset
36548
36549 {}
36550 \end_layout
36551
36552 \begin_layout Standard
36553 is inserted.
36554  Note that the 
36555 \begin_inset Quotes eld
36556 \end_inset
36557
36558
36559 \series bold
36560 {}
36561 \series default
36562
36563 \begin_inset Quotes erd
36564 \end_inset
36565
36566  is in the second line.
36567  The description text is optional.
36568  The text surrounding the object must be in the same paragraph as the object,
36569  so it must begin directly after the 
36570 \series bold
36571 {}
36572 \series default
36573 .
36574  At the end of the paragraph insert the command:
36575 \end_layout
36576
36577 \begin_layout Standard
36578
36579 \series bold
36580
36581 \backslash
36582 end{window}
36583 \end_layout
36584
36585 \begin_layout Standard
36586 Within a paragraph with a fixed object, you cannot insert footnotes in the
36587  normal way.
36588  You have to use instead the command 
36589 \series bold
36590
36591 \backslash
36592 footnotemark
36593 \series default
36594  inside the paragraph and outside the command 
36595 \series bold
36596
36597 \backslash
36598 footnotetext
36599 \series default
36600  as described in sec.
36601 \begin_inset space \thinspace{}
36602 \end_inset
36603
36604
36605 \begin_inset CommandInset ref
36606 LatexCommand ref
36607 reference "sec:Footnotes"
36608
36609 \end_inset
36610
36611 .
36612 \end_layout
36613
36614 \begin_layout Standard
36615 \begin_inset ERT
36616 status collapsed
36617
36618 \begin_layout Plain Layout
36619
36620
36621 \backslash
36622 else
36623 \end_layout
36624
36625 \end_inset
36626
36627
36628 \begin_inset Note Note
36629 status open
36630
36631 \begin_layout Plain Layout
36632 The following will be displayed when the LaTeX-package 
36633 \series bold
36634 picinpar
36635 \series default
36636  is not installed:
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \end_layout
36643
36644 \begin_layout Standard
36645 You need to install the LaTeX-package 
36646 \series bold
36647 picinpar
36648 \series default
36649  to see the following part of this section in the output.
36650 \end_layout
36651
36652 \begin_layout Standard
36653 \begin_inset ERT
36654 status collapsed
36655
36656 \begin_layout Plain Layout
36657
36658
36659 \backslash
36660 fi
36661 \end_layout
36662
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \begin_layout Section
36669 Initials
36670 \begin_inset Index idx
36671 status collapsed
36672
36673 \begin_layout Plain Layout
36674 Initials
36675 \end_layout
36676
36677 \end_inset
36678
36679
36680 \begin_inset Index idx
36681 status collapsed
36682
36683 \begin_layout Plain Layout
36684 Surrounded by text ! Initials
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \begin_layout Standard
36693 To use initials, you must have the LaTeX-package 
36694 \series bold
36695 lettrine
36696 \series default
36697
36698 \begin_inset Index idx
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702 LaTeX-packages ! lettrine
36703 \end_layout
36704
36705 \end_inset
36706
36707  installed and use the module 
36708 \family sans
36709 Initials
36710 \family default
36711  in your document (menu 
36712 \family sans
36713 Document\SpecialChar \menuseparator
36714 Settings\SpecialChar \menuseparator
36715 Modules
36716 \family default
36717 ).
36718  To insert an initial, use the style 
36719 \family sans
36720 Initial
36721 \family default
36722 .
36723  This style has a mandatory and an optional argument.
36724  The mandatory argument is inserted via the menu 
36725 \family sans
36726 Insert\SpecialChar \menuseparator
36727 Short
36728 \begin_inset space ~
36729 \end_inset
36730
36731 Title
36732 \family default
36733  and contains the letter that is the initial.
36734  To use also the optional argument, insert another argument in front of
36735  the mandatory argument.
36736  This one contains parameters to modify the initial.
36737  For more information about the possible parameters see the documentation
36738  of 
36739 \series bold
36740 lettrine
36741 \series default
36742
36743 \begin_inset CommandInset citation
36744 LatexCommand cite
36745 key "lettrine"
36746
36747 \end_inset
36748
36749 .
36750  The style itself contains the text that is surrounding the initial.
36751  The usual style is hereby that the word whose first letter is the initial,
36752  is printed with 
36753 \shape smallcaps
36754 small caps
36755 \shape default
36756 .
36757  To tell LaTeX where this word is finished, add a closing brace '
36758 \series bold
36759 }
36760 \series default
36761 ' as TeX-Code behind it.
36762  At the end of the style there must be an opening brace '
36763 \series bold
36764 {
36765 \series default
36766 ' as TeX-Code.
36767 \end_layout
36768
36769 \begin_layout Standard
36770 Here are some examples:
36771 \end_layout
36772
36773 \begin_layout Standard
36774 \begin_inset ERT
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778
36779
36780 \backslash
36781 iflettrine
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \begin_inset Note Note
36788 status open
36789
36790 \begin_layout Plain Layout
36791 The following section will only be displayed when the LaTeX-package 
36792 \series bold
36793 lettrine
36794 \series default
36795  is installed.
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \begin_layout Enumerate
36804 No optional argument, the initial is the letter 'I' in the math font 
36805 \begin_inset Formula $\mathfrak{Fraktur}$
36806 \end_inset
36807
36808 :
36809 \end_layout
36810
36811 \begin_deeper
36812 \begin_layout Initial
36813 \begin_inset Argument
36814 status open
36815
36816 \begin_layout Plain Layout
36817 \begin_inset Formula $\mathfrak{I}$
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \end_inset
36824
36825 t
36826 \begin_inset ERT
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830
36831 }
36832 \end_layout
36833
36834 \end_inset
36835
36836  was in the spring of the year 1894 that all London was interested, and
36837  the fashionable world dismayed, by the murder of the Honourable Ronald
36838  Adair under most unusual and inexplicable circumstances.
36839  The public has already learned those particulars of the crime which came
36840  out in the police investigation, but a good deal was suppressed upon that
36841  occasion, since the case for the prosecution was so overwhelmingly strong
36842  that it was not necessary to bring forward all the facts.
36843 \begin_inset ERT
36844 status collapsed
36845
36846 \begin_layout Plain Layout
36847
36848 {
36849 \end_layout
36850
36851 \end_inset
36852
36853
36854 \begin_inset Newpage newpage
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \end_deeper
36861 \begin_layout Enumerate
36862 Only one line is surrounding the initial, which is formed by two letters
36863  in standard font and no text is printed in small caps:
36864 \end_layout
36865
36866 \begin_deeper
36867 \begin_layout Initial
36868 \begin_inset Argument
36869 status open
36870
36871 \begin_layout Plain Layout
36872 lines=1
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \begin_inset Argument
36879 status open
36880
36881 \begin_layout Plain Layout
36882 It
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \begin_inset ERT
36889 status collapsed
36890
36891 \begin_layout Plain Layout
36892
36893 }
36894 \end_layout
36895
36896 \end_inset
36897
36898  was in the spring of the year 1894 that all London was interested, and
36899  the fashionable world dismayed, by the murder of the Honourable Ronald
36900  Adair under most unusual and inexplicable circumstances.
36901  The public has already learned those particulars of the crime which came
36902  out in the police investigation, but a good deal was suppressed upon that
36903  occasion, since the case for the prosecution was so overwhelmingly strong
36904  that it was not necessary to bring forward all the facts.
36905 \begin_inset ERT
36906 status collapsed
36907
36908 \begin_layout Plain Layout
36909
36910 {
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \end_layout
36917
36918 \end_deeper
36919 \begin_layout Enumerate
36920 Magenta, hanging initial over 3
36921 \begin_inset space ~
36922 \end_inset
36923
36924 lines in the math font 
36925 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36926 \end_inset
36927
36928 , the text 
36929 \begin_inset Quotes eld
36930 \end_inset
36931
36932 t was in the spring
36933 \begin_inset Quotes erd
36934 \end_inset
36935
36936  is in 
36937 \shape smallcaps
36938 small caps
36939 \shape default
36940 ; to color the initial, you must insert this command before the initial:
36941 \begin_inset Newline newline
36942 \end_inset
36943
36944
36945 \series bold
36946
36947 \backslash
36948 renewcommand{
36949 \backslash
36950 LettrineFontHook}{
36951 \backslash
36952 color{color}}
36953 \series default
36954
36955 \begin_inset Newline newline
36956 \end_inset
36957
36958 where the second 
36959 \emph on
36960 color
36961 \emph default
36962  can be 
36963 \begin_inset Quotes eld
36964 \end_inset
36965
36966 red
36967 \begin_inset Quotes erd
36968 \end_inset
36969
36970
36971 \begin_inset Quotes eld
36972 \end_inset
36973
36974 blue
36975 \begin_inset Quotes erd
36976 \end_inset
36977
36978
36979 \begin_inset Quotes eld
36980 \end_inset
36981
36982 green
36983 \begin_inset Quotes erd
36984 \end_inset
36985
36986
36987 \begin_inset Quotes eld
36988 \end_inset
36989
36990 yellow
36991 \begin_inset Quotes erd
36992 \end_inset
36993
36994
36995 \begin_inset Quotes eld
36996 \end_inset
36997
36998 cyan
36999 \begin_inset Quotes erd
37000 \end_inset
37001
37002
37003 \begin_inset Quotes eld
37004 \end_inset
37005
37006 magenta
37007 \begin_inset Quotes erd
37008 \end_inset
37009
37010
37011 \begin_inset Quotes eld
37012 \end_inset
37013
37014 black
37015 \begin_inset Quotes erd
37016 \end_inset
37017
37018  or 
37019 \begin_inset Quotes eld
37020 \end_inset
37021
37022 white
37023 \begin_inset Quotes erd
37024 \end_inset
37025
37026 , and add this command to the document preamble:
37027 \begin_inset Newline newline
37028 \end_inset
37029
37030
37031 \series bold
37032
37033 \backslash
37034 @ifundefined{textcolor}
37035 \begin_inset Newline newline
37036 \end_inset
37037
37038
37039 \begin_inset space ~
37040 \end_inset
37041
37042 {
37043 \backslash
37044 usepackage{color}}{}
37045 \end_layout
37046
37047 \begin_deeper
37048 \begin_layout Standard
37049 \begin_inset ERT
37050 status collapsed
37051
37052 \begin_layout Plain Layout
37053
37054
37055 \backslash
37056 renewcommand{
37057 \backslash
37058 LettrineFontHook}{
37059 \backslash
37060 color{magenta}}
37061 \end_layout
37062
37063 \end_inset
37064
37065
37066 \begin_inset Note Note
37067 status collapsed
37068
37069 \begin_layout Plain Layout
37070 makes the initial magenta
37071 \end_layout
37072
37073 \end_inset
37074
37075
37076 \end_layout
37077
37078 \begin_layout Initial
37079 \begin_inset Argument
37080 status open
37081
37082 \begin_layout Plain Layout
37083 lines=3, lhang=0.33, loversize=0.25
37084 \end_layout
37085
37086 \end_inset
37087
37088
37089 \begin_inset Argument
37090 status open
37091
37092 \begin_layout Plain Layout
37093 \begin_inset Formula $\mathcal{I}$
37094 \end_inset
37095
37096
37097 \end_layout
37098
37099 \end_inset
37100
37101 t was in the spring
37102 \begin_inset ERT
37103 status collapsed
37104
37105 \begin_layout Plain Layout
37106
37107 }
37108 \end_layout
37109
37110 \end_inset
37111
37112  of the year 1894 that all London was interested, and the fashionable world
37113  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37114  and inexplicable circumstances.
37115  The public has already learned those particulars of the crime which came
37116  out in the police investigation, but a good deal was suppressed upon that
37117  occasion, since the case for the prosecution was so overwhelmingly strong
37118  that it was not necessary to bring forward all the facts.
37119 \begin_inset ERT
37120 status collapsed
37121
37122 \begin_layout Plain Layout
37123
37124 {
37125 \end_layout
37126
37127 \end_inset
37128
37129
37130 \end_layout
37131
37132 \end_deeper
37133 \begin_layout Standard
37134 \begin_inset ERT
37135 status collapsed
37136
37137 \begin_layout Plain Layout
37138
37139
37140 \backslash
37141 else
37142 \end_layout
37143
37144 \end_inset
37145
37146
37147 \begin_inset Note Note
37148 status open
37149
37150 \begin_layout Plain Layout
37151 The following will be displayed when the LaTeX-package 
37152 \series bold
37153 lettrine
37154 \series default
37155  is not installed:
37156 \end_layout
37157
37158 \end_inset
37159
37160
37161 \end_layout
37162
37163 \begin_layout Standard
37164 You need to install the LaTeX-package 
37165 \series bold
37166 lettrine
37167 \series default
37168  to see the following part of this section in the output.
37169 \end_layout
37170
37171 \begin_layout Standard
37172 \begin_inset ERT
37173 status collapsed
37174
37175 \begin_layout Plain Layout
37176
37177
37178 \backslash
37179 fi
37180 \end_layout
37181
37182 \end_inset
37183
37184
37185 \end_layout
37186
37187 \begin_layout Chapter
37188 External Document Parts
37189 \begin_inset Index idx
37190 status collapsed
37191
37192 \begin_layout Plain Layout
37193 External Document Parts
37194 \end_layout
37195
37196 \end_inset
37197
37198
37199 \end_layout
37200
37201 \begin_layout Standard
37202 With the menu 
37203 \family sans
37204 Insert\SpecialChar \menuseparator
37205 File
37206 \family default
37207  you can insert external material into your document.
37208  This can be:
37209 \end_layout
37210
37211 \begin_layout Description
37212 LyX
37213 \begin_inset space ~
37214 \end_inset
37215
37216 Document Another LyX document; its content is directly inserted to your
37217  document.
37218 \end_layout
37219
37220 \begin_layout Description
37221 Plain
37222 \begin_inset space ~
37223 \end_inset
37224
37225 Text A text document; each line is inserted in your document as a separate
37226  paragraph.
37227 \end_layout
37228
37229 \begin_layout Description
37230 Plain
37231 \begin_inset space ~
37232 \end_inset
37233
37234 Text,
37235 \begin_inset space ~
37236 \end_inset
37237
37238 Join
37239 \begin_inset space ~
37240 \end_inset
37241
37242 Lines A text document; text lines are inserted in your document continuously
37243  but an empty text line creates a new paragraph.
37244 \end_layout
37245
37246 \begin_layout Description
37247 External
37248 \begin_inset space ~
37249 \end_inset
37250
37251 Material Files in various formats.
37252 \end_layout
37253
37254 \begin_layout Description
37255 Child
37256 \begin_inset space ~
37257 \end_inset
37258
37259 Document LyX or LaTeX-documents.
37260 \end_layout
37261
37262 \begin_layout Section
37263 External Material
37264 \begin_inset Index idx
37265 status collapsed
37266
37267 \begin_layout Plain Layout
37268 External Document Parts ! External Material
37269 \end_layout
37270
37271 \end_inset
37272
37273
37274 \end_layout
37275
37276 \begin_layout Standard
37277 The external material feature allows you to insert files into your document
37278  without converting them to a format that can be read by the document output
37279  format.
37280  LyX takes care of the necessary conversions.
37281  This is similar to images that can be inserted in various image formats
37282  in LyX documents.
37283  When you have enabled Instant Preview in LyX's preferences under 
37284 \family sans
37285 Look
37286 \begin_inset space ~
37287 \end_inset
37288
37289 and
37290 \begin_inset space ~
37291 \end_inset
37292
37293 feel\SpecialChar \menuseparator
37294 Graphics
37295 \family default
37296 , the external material types Dia and Xfig are directly shown in LyX.
37297 \end_layout
37298
37299 \begin_layout Standard
37300 External material can be inserted via the 
37301 \family sans
37302 External Material
37303 \family default
37304  dialog that is accessible with the menu 
37305 \family sans
37306 Insert\SpecialChar \menuseparator
37307 File\SpecialChar \menuseparator
37308 External
37309 \begin_inset space ~
37310 \end_inset
37311
37312 Material
37313 \family default
37314 .
37315  Currently the following file types (
37316 \family sans
37317 Templates
37318 \family default
37319 ) are allowed:
37320 \end_layout
37321
37322 \begin_layout Description
37323 ChessDiagram This template supports chess position diagrams made with the
37324  program 
37325 \series bold
37326
37327 \begin_inset CommandInset href
37328 LatexCommand href
37329 name "XBoard"
37330 target "http://en.wikipedia.org/wiki/XBoard"
37331
37332 \end_inset
37333
37334
37335 \series default
37336 .
37337 \end_layout
37338
37339 \begin_layout Description
37340 Date This inserts the date in the form 
37341 \emph on
37342 Day-Month-Year
37343 \emph default
37344 .
37345  This is a date inserted as external material: 
37346 \begin_inset External
37347         template Date
37348         filename .
37349
37350 \end_inset
37351
37352
37353 \begin_inset space ~
37354 \end_inset
37355
37356
37357 \begin_inset Note Note
37358 status open
37359
37360 \begin_layout Plain Layout
37361 Remove the protected space when bug 4398 is fixed!
37362 \end_layout
37363
37364 \end_inset
37365
37366
37367 \begin_inset Newline newline
37368 \end_inset
37369
37370 The date is not shown within LyX, only in the output.
37371  There are two other methods of inserting a date: Via menu 
37372 \family sans
37373 Insert\SpecialChar \menuseparator
37374 Date
37375 \family default
37376  and with the LaTeX command 
37377 \series bold
37378
37379 \backslash
37380 today
37381 \series default
37382  as TeX-Code.
37383  The different methods are compared in Table
37384 \begin_inset space ~
37385 \end_inset
37386
37387
37388 \begin_inset CommandInset ref
37389 LatexCommand ref
37390 reference "tab:Comparison-of-the"
37391
37392 \end_inset
37393
37394 .
37395 \end_layout
37396
37397 \begin_layout Description
37398 Dia This template supports diagrams created with the program 
37399 \series bold
37400
37401 \begin_inset CommandInset href
37402 LatexCommand href
37403 name "Dia"
37404 target "http://en.wikipedia.org/wiki/Dia_(software)"
37405
37406 \end_inset
37407
37408
37409 \series default
37410 .
37411 \end_layout
37412
37413 \begin_layout Description
37414 GnumericSpreadsheet With this template you can insert spreadsheets
37415 \begin_inset space \thinspace{}
37416 \end_inset
37417
37418 /
37419 \begin_inset space \thinspace{}
37420 \end_inset
37421
37422 tables in the format of 
37423 \series bold
37424
37425 \begin_inset CommandInset href
37426 LatexCommand href
37427 name "Gnumeric"
37428 target "http://en.wikipedia.org/wiki/Gnumeric"
37429
37430 \end_inset
37431
37432
37433 \series default
37434
37435 \begin_inset CommandInset href
37436 LatexCommand href
37437 name "OpenDocument"
37438 target "http://en.wikipedia.org/wiki/OpenDocument"
37439
37440 \end_inset
37441
37442
37443 \begin_inset CommandInset href
37444 LatexCommand href
37445 name "Microsoft Office XML"
37446 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37447
37448 \end_inset
37449
37450  and 
37451 \begin_inset CommandInset href
37452 LatexCommand href
37453 name "Office Open XML"
37454 target "http://en.wikipedia.org/wiki/Office_Open_XML"
37455
37456 \end_inset
37457
37458 .
37459  For this feature LyX must have found the program 
37460 \family typewriter
37461 ssconvert
37462 \family default
37463  during its configuration.
37464  This program is part of Gnumeric, so that you must have Gnumeric installed,
37465  also if you don't have tables in the Gnumeric format.
37466  For examples and possible limitations have a look at LyX's example file
37467  
37468 \emph on
37469 spreadsheet.lyx
37470 \emph default
37471 .
37472 \end_layout
37473
37474 \begin_layout Description
37475 LilyPond This template is used for music notation typeset with the program
37476 \begin_inset Newline linebreak
37477 \end_inset
37478
37479
37480 \series bold
37481
37482 \begin_inset CommandInset href
37483 LatexCommand href
37484 name "LilyPond"
37485 target "http://en.wikipedia.org/wiki/LilyPond"
37486
37487 \end_inset
37488
37489
37490 \series default
37491 .
37492  For LyX's extended support for LilyPond have a look at LyX's example file
37493  
37494 \emph on
37495 lilypond.lyx
37496 \emph default
37497 .
37498 \end_layout
37499
37500 \begin_layout Description
37501 PDFPages With this template you can insert PDF documents to your document.
37502  To specify the range of pages that should be included, use the option 
37503 \series bold
37504 pages
37505 \series default
37506  in the 
37507 \family sans
37508 Option
37509 \family default
37510  field in the 
37511 \family sans
37512 LaTeX and LyX options
37513 \family default
37514  tab.
37515  The argument of this option is a comma separated list, containing page
37516  numbers (insert as option 
37517 \series bold
37518 pages={3,5,6,8}
37519 \series default
37520 ), ranges of page numbers (
37521 \series bold
37522 pages={4-9}
37523 \series default
37524 ) or any combination.
37525  To insert empty pages use {}.
37526  E.
37527 \begin_inset space \thinspace{}
37528 \end_inset
37529
37530 g.
37531 \begin_inset space ~
37532 \end_inset
37533
37534
37535 \series bold
37536 pages={3,{},8-11,15}
37537 \series default
37538  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37539  Page ranges are specified in the syntax 
37540 \emph on
37541 start
37542 \emph default
37543 -
37544 \emph on
37545 stop
37546 \emph default
37547 .
37548  This selects all pages from 
37549 \emph on
37550 start
37551 \emph default
37552  to 
37553 \emph on
37554 stop
37555 \emph default
37556 .
37557  Omitting 
37558 \emph on
37559 start
37560 \emph default
37561  defaults to the first page; omitting 
37562 \emph on
37563 stop
37564 \emph default
37565  defaults to the last page of the document.
37566  The last page can also be selected with the keyword 
37567 \series bold
37568 last
37569 \series default
37570 .
37571  (This is only permitted in a page range.) So 
37572 \series bold
37573 pages=-
37574 \series default
37575  will insert all pages of the document and 
37576 \series bold
37577 pages=last-1
37578 \series default
37579  will insert all pages in reverse order.
37580  If the pages option is not specified, only the first page of the PDF is
37581  inserted.
37582 \begin_inset Newline newline
37583 \end_inset
37584
37585 The option 
37586 \series bold
37587 noautoscale
37588 \series default
37589  inserts the pages with their original size, if this option is not given,
37590  the pages will be resized to fith the width of the page of your document.
37591  In the tab 
37592 \family sans
37593 Size and Rotation
37594 \family default
37595  you can specify the width and height of the input pages and their rotation.
37596  If another width than 100
37597 \begin_inset space \thinspace{}
37598 \end_inset
37599
37600 Scale% is used, the option 
37601 \series bold
37602 noautoscale
37603 \series default
37604  will be overwritten.
37605  For more info and possible options, have a look into the documentation
37606  of the LaTeX-package 
37607 \series bold
37608 pdfpages
37609 \series default
37610  
37611 \begin_inset CommandInset citation
37612 LatexCommand cite
37613 key "pdfpages"
37614
37615 \end_inset
37616
37617 .
37618 \begin_inset Index idx
37619 status collapsed
37620
37621 \begin_layout Plain Layout
37622 LaTeX-packages ! pdfpages
37623 \end_layout
37624
37625 \end_inset
37626
37627
37628 \begin_inset Newline newline
37629 \end_inset
37630
37631 To use this template in a 
37632 \family sans
37633 Beamer
37634 \family default
37635  presentation you need to first insert an 
37636 \family sans
37637 EndFrame
37638 \family default
37639  environment and in a subsequent paragraph a TeX-Code box containing the
37640  command 
37641 \series bold
37642
37643 \backslash
37644 setbeamertemplate{background canvas}{}
37645 \series default
37646 .
37647  Then you can insert as many paragraphs containing the PDFPages template
37648  as you wish.
37649  Behind the included PDF pages you can resume the Beamer presentation by
37650  beginning a new frame or by starting a new section.
37651  To avoid stray blank pages prior to the PDF pages, make sure to use the
37652  
37653 \family sans
37654 Default
37655 \family default
37656  alignment for the paragraph containing the template.
37657 \begin_inset Newline newline
37658 \end_inset
37659
37660 Here is an included PDF which is rotated by -5°: 
37661 \begin_inset External
37662         template PDFPages
37663         filename clipart/Abstract.pdf
37664         extra LaTeX "noautoscale, pages=-"
37665         rotateAngle -5
37666         rotateOrigin bottomleft
37667
37668 \end_inset
37669
37670
37671 \end_layout
37672
37673 \begin_layout Description
37674 RasterImage This can be used for bitmap images.
37675  The image can be treated in the 
37676 \family sans
37677 External material
37678 \family default
37679  dialog like the images that are usually included via the 
37680 \family sans
37681 Graphics
37682 \family default
37683  dialog as described in section
37684 \begin_inset space ~
37685 \end_inset
37686
37687
37688 \begin_inset CommandInset ref
37689 LatexCommand ref
37690 reference "sec:Graphics-Dialog"
37691
37692 \end_inset
37693
37694 .
37695  The difference to the normal image input is that only raster images are
37696  allowed; that means that PDF and EPS-images are not supported.
37697  Here is an inserted raster image: 
37698 \begin_inset External
37699         template RasterImage
37700         filename clipart/ToolbarEnvBox.png
37701
37702 \end_inset
37703
37704
37705 \end_layout
37706
37707 \begin_layout Description
37708 XFig This template supports images created with the program 
37709 \series bold
37710
37711 \begin_inset CommandInset href
37712 LatexCommand href
37713 name "Xfig"
37714 target "http://en.wikipedia.org/wiki/Xfig"
37715
37716 \end_inset
37717
37718
37719 \series default
37720 .
37721 \end_layout
37722
37723 \begin_layout Standard
37724 \begin_inset Float table
37725 placement !h
37726 wide false
37727 sideways false
37728 status open
37729
37730 \begin_layout Plain Layout
37731 \begin_inset Caption
37732
37733 \begin_layout Plain Layout
37734 \begin_inset CommandInset label
37735 LatexCommand label
37736 name "tab:Comparison-of-the"
37737
37738 \end_inset
37739
37740 Comparison of the date input methods.
37741 \end_layout
37742
37743 \end_inset
37744
37745
37746 \end_layout
37747
37748 \begin_layout Plain Layout
37749 \align center
37750 \begin_inset Tabular
37751 <lyxtabular version="3" rows="4" columns="4">
37752 <features tabularvalignment="middle">
37753 <column alignment="center" valignment="top" width="0">
37754 <column alignment="center" valignment="top" width="0">
37755 <column alignment="center" valignment="top" width="0">
37756 <column alignment="center" valignment="top" width="0">
37757 <row>
37758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37759 \begin_inset Text
37760
37761 \begin_layout Plain Layout
37762 Document format
37763 \end_layout
37764
37765 \end_inset
37766 </cell>
37767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771
37772 \family sans
37773 External Material\SpecialChar \menuseparator
37774 Date
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783
37784 \family sans
37785 Insert\SpecialChar \menuseparator
37786 Date
37787 \end_layout
37788
37789 \end_inset
37790 </cell>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795 command 
37796 \series bold
37797
37798 \backslash
37799 today
37800 \end_layout
37801
37802 \end_inset
37803 </cell>
37804 </row>
37805 <row>
37806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37807 \begin_inset Text
37808
37809 \begin_layout Plain Layout
37810 LyX
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819 as inset box
37820 \end_layout
37821
37822 \end_inset
37823 </cell>
37824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37825 \begin_inset Text
37826
37827 \begin_layout Plain Layout
37828 as date
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837 as TeX-Code inset box
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 </row>
37843 <row>
37844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848 LaTeX
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37854 \begin_inset Text
37855
37856 \begin_layout Plain Layout
37857 as date
37858 \end_layout
37859
37860 \end_inset
37861 </cell>
37862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37863 \begin_inset Text
37864
37865 \begin_layout Plain Layout
37866 as date
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 as command
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 </row>
37881 <row>
37882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout Plain Layout
37886 DVI, PDF, PS
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 as date
37896 \end_layout
37897
37898 \end_inset
37899 </cell>
37900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37901 \begin_inset Text
37902
37903 \begin_layout Plain Layout
37904 as date
37905 \end_layout
37906
37907 \end_inset
37908 </cell>
37909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37910 \begin_inset Text
37911
37912 \begin_layout Plain Layout
37913 as date
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 </row>
37919 </lyxtabular>
37920
37921 \end_inset
37922
37923
37924 \end_layout
37925
37926 \end_inset
37927
37928
37929 \end_layout
37930
37931 \begin_layout Standard
37932 When you use the option 
37933 \family sans
37934 Draft
37935 \family default
37936  in the 
37937 \family sans
37938 File
37939 \family default
37940  tab of the 
37941 \family sans
37942 External Material
37943 \family default
37944  dialog, only the path to the inserted file is shown in the output.
37945 \begin_inset Newline newline
37946 \end_inset
37947
37948 External material is displayed in LyX either as a box like this: 
37949 \begin_inset Graphics
37950         filename clipart/ExternalMaterialQt4.png
37951         scale 85
37952         scaleBeforeRotation
37953
37954 \end_inset
37955
37956  or as image, depending on the option 
37957 \family sans
37958 Show in LyX
37959 \family default
37960  in the 
37961 \family sans
37962 LaTeX and LyX options
37963 \family default
37964  tab of the dialog.
37965 \end_layout
37966
37967 \begin_layout Standard
37968 The 
37969 \family sans
37970 \emph on
37971 Customization
37972 \family default
37973 \emph default
37974  manual explains how you can define your own templates.
37975 \end_layout
37976
37977 \begin_layout Section
37978 Child Documents
37979 \begin_inset CommandInset label
37980 LatexCommand label
37981 name "sec:Child-Documents"
37982
37983 \end_inset
37984
37985
37986 \begin_inset Index idx
37987 status collapsed
37988
37989 \begin_layout Plain Layout
37990 External Document Parts ! Child Documents
37991 \end_layout
37992
37993 \end_inset
37994
37995
37996 \begin_inset Index idx
37997 status collapsed
37998
37999 \begin_layout Plain Layout
38000 Files ! Include
38001 \end_layout
38002
38003 \end_inset
38004
38005
38006 \end_layout
38007
38008 \begin_layout Standard
38009 Child documents are used if you have a long document consisting of several
38010  larger parts or sections.
38011  For maintenance it is often useful and sometimes even required to split
38012  the document into several files that can be revised separately.
38013  The different documents are then the so called 
38014 \begin_inset Quotes eld
38015 \end_inset
38016
38017 child documents
38018 \begin_inset Quotes erd
38019 \end_inset
38020
38021 , and a master document connects them to print the full document or parts
38022  of it.
38023  A child document inherits elements from its master, for example the LaTeX
38024  preamble, the bibliography, and labels for cross-references.
38025 \end_layout
38026
38027 \begin_layout Standard
38028 To be able to work on child documents without the need to open their master,
38029  specify in the child document the master in the menu
38030 \family sans
38031  Document\SpecialChar \menuseparator
38032 Settings\SpecialChar \menuseparator
38033 Document
38034 \begin_inset space ~
38035 \end_inset
38036
38037 Class
38038 \family default
38039 .
38040  This master document will then be used in the background by LyX when you
38041  edit the child document.
38042 \end_layout
38043
38044 \begin_layout Standard
38045 Included documents are displayed in LyX as a box like this: 
38046 \begin_inset Graphics
38047         filename clipart/ChildDocumentQt4.png
38048         scale 85
38049         scaleBeforeRotation
38050
38051 \end_inset
38052
38053  To include child documents in a master document use the menu 
38054 \family sans
38055 Insert\SpecialChar \menuseparator
38056 File\SpecialChar \menuseparator
38057 Child
38058 \begin_inset space ~
38059 \end_inset
38060
38061 Documents
38062 \family default
38063 .
38064  A dialog pops up where you can choose between four include methods:
38065 \end_layout
38066
38067 \begin_layout Description
38068 Include You can include LyX- and LaTeX-documents.
38069  When you press the 
38070 \family sans
38071 Edit
38072 \family default
38073  button in the 
38074 \family sans
38075 Child Document
38076 \family default
38077  dialog, the included document will be opened in LyX in a new file tab so
38078  that you can modify it.
38079 \begin_inset Newline newline
38080 \end_inset
38081
38082
38083 \end_layout
38084
38085 \begin_layout Standard
38086 Here is a child document inserted using 
38087 \family sans
38088 Include
38089 \family default
38090
38091 \begin_inset CommandInset include
38092 LatexCommand include
38093 filename "DummyDocument1.lyx"
38094
38095 \end_inset
38096
38097
38098 \end_layout
38099
38100 \begin_layout Standard
38101 The section numbering includes the sections of the included files in the
38102  order they are inserted in the master document.
38103  The included example document has for example a subsection that is numbered
38104  as a subsection of this section.
38105  Labels of included documents can be referenced: Subsection
38106 \begin_inset space ~
38107 \end_inset
38108
38109
38110 \begin_inset CommandInset ref
38111 LatexCommand ref
38112 reference "sub:External-Subsection-1"
38113
38114 \end_inset
38115
38116 .
38117 \end_layout
38118
38119 \begin_layout Standard
38120 The preamble of the child document is ignored; only the preamble of the
38121  master document is used.
38122  Branches in child documents will be ignored by the master document when
38123  the master document does not have a branch with the same name.
38124  Included documents are inserted starting on a new page and ending with
38125  a page break.
38126 \end_layout
38127
38128 \begin_layout Standard
38129 \begin_inset Note Greyedout
38130 status open
38131
38132 \begin_layout Plain Layout
38133
38134 \series bold
38135 Note:
38136 \series default
38137  If you have included a LyX- or LaTeX-file, you are warned when you export/view
38138  the document in case the child document uses another document class than
38139  the master document as this will lead to unexpected outputs.
38140 \end_layout
38141
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \begin_layout Description
38148 Input This method is very similar to the Include method.
38149  The differences are:
38150 \end_layout
38151
38152 \begin_deeper
38153 \begin_layout Itemize
38154 Input files don't start with a new page and don't end with a page break.
38155 \end_layout
38156
38157 \begin_layout Itemize
38158 Input files can be previewed in LyX when 
38159 \family sans
38160 Instant
38161 \begin_inset space ~
38162 \end_inset
38163
38164 Preview
38165 \family default
38166  is enabled in LyX's preferences under 
38167 \family sans
38168 Look
38169 \begin_inset space ~
38170 \end_inset
38171
38172 and
38173 \begin_inset space ~
38174 \end_inset
38175
38176 feel\SpecialChar \menuseparator
38177 Graphics
38178 \family default
38179 .
38180 \end_layout
38181
38182 \begin_layout Itemize
38183 You cannot exclude Input files via the menu 
38184 \family sans
38185 Document\SpecialChar \menuseparator
38186 Settings\SpecialChar \menuseparator
38187 Child Documents
38188 \family default
38189 .
38190 \end_layout
38191
38192 \end_deeper
38193 \begin_layout Standard
38194 Here is a child document inserted using 
38195 \family sans
38196 Input
38197 \family default
38198
38199 \begin_inset CommandInset include
38200 LatexCommand input
38201 filename "DummyDocument2.lyx"
38202
38203 \end_inset
38204
38205
38206 \end_layout
38207
38208 \begin_layout Description
38209 Verbatim With this method any text file can be included.
38210  The file is shown in the output with its source code; no command used in
38211  the text is invoked.
38212  You can use the option 
38213 \family sans
38214 Mark spaces in output
38215 \family default
38216  that displays the character 
38217 \begin_inset Quotes eld
38218 \end_inset
38219
38220
38221 \begin_inset ERT
38222 status collapsed
38223
38224 \begin_layout Plain Layout
38225
38226
38227 \backslash
38228 textvisiblespace 
38229 \end_layout
38230
38231 \end_inset
38232
38233
38234 \begin_inset Quotes erd
38235 \end_inset
38236
38237  for every space character in the source code.
38238  The difference from the method via the menu 
38239 \family sans
38240 Insert\SpecialChar \menuseparator
38241 File\SpecialChar \menuseparator
38242 Plain
38243 \begin_inset space ~
38244 \end_inset
38245
38246 Text
38247 \family default
38248  is that the document content is not shown in LyX.
38249 \end_layout
38250
38251 \begin_layout Standard
38252 Here is a child document inserted as Verbatim: 
38253 \begin_inset CommandInset include
38254 LatexCommand verbatiminput
38255 filename "DummyTextDocument.txt"
38256
38257 \end_inset
38258
38259
38260 \begin_inset VSpace bigskip
38261 \end_inset
38262
38263  Here is a child document inserted as Verbatim using the 
38264 \family sans
38265 Mark spaces in output
38266 \family default
38267  option: 
38268 \begin_inset CommandInset include
38269 LatexCommand verbatiminput*
38270 filename "DummyTextDocument.txt"
38271
38272 \end_inset
38273
38274
38275 \end_layout
38276
38277 \begin_layout Standard
38278 \begin_inset VSpace bigskip
38279 \end_inset
38280
38281
38282 \end_layout
38283
38284 \begin_layout Standard
38285 \begin_inset Note Greyedout
38286 status open
38287
38288 \begin_layout Plain Layout
38289
38290 \series bold
38291 Note:
38292 \series default
38293  As you can see in the examples above, the text of the documents included
38294  as 
38295 \family sans
38296 verbatim
38297 \family default
38298  is not broken at the end of the document lines.
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \end_layout
38305
38306 \begin_layout Description
38307 Listings This type is described in chapter
38308 \begin_inset space ~
38309 \end_inset
38310
38311
38312 \begin_inset CommandInset ref
38313 LatexCommand ref
38314 reference "cha:Program-Code-Listings"
38315
38316 \end_inset
38317
38318 .
38319 \end_layout
38320
38321 \begin_layout Standard
38322 \begin_inset Note Greyedout
38323 status open
38324
38325 \begin_layout Plain Layout
38326
38327 \series bold
38328 Note:
38329 \series default
38330  Including the same document twice in a document using different methods
38331  could cause LaTeX-problems.
38332 \end_layout
38333
38334 \end_inset
38335
38336
38337 \end_layout
38338
38339 \begin_layout Standard
38340 If you want to view/export only selected children of your master document,
38341  either because you want to save compiling time or because you want to distribut
38342 e single chapters of the book you are just writing, you can exclude children
38343  from the output.
38344  This is done via the menu 
38345 \family sans
38346 Document\SpecialChar \menuseparator
38347 Settings\SpecialChar \menuseparator
38348 Child Documents
38349 \family default
38350 .
38351  You can exclude\SpecialChar \slash{}
38352 include children by double-clicking on the 
38353 \family sans
38354 include to output
38355 \family default
38356  column of the respective child document in the list (note that this only
38357  works for documents embedded via 
38358 \begin_inset Quotes eld
38359 \end_inset
38360
38361 Include
38362 \begin_inset Quotes erd
38363 \end_inset
38364
38365 , not with 
38366 \begin_inset Quotes eld
38367 \end_inset
38368
38369 Input
38370 \begin_inset Quotes erd
38371 \end_inset
38372
38373 ).
38374  If the option 
38375 \family sans
38376 Maintain counters and references
38377 \family default
38378  is enabled, LyX will assure that all page numbers, references etc.
38379 \begin_inset space ~
38380 \end_inset
38381
38382 are correct as if the whole document was processed.
38383  This is useful if you want the selected sub-documents to look exactly as
38384  in the context of the whole document.
38385  However, LyX needs to process the whole document in the background for
38386  this feature.
38387  So if you want to save compile time and if counters and references do not
38388  need to be correct, disable this checkbox.
38389 \end_layout
38390
38391 \begin_layout Standard
38392 Alternatively, you can put each included file into a branch.
38393 \begin_inset Foot
38394 status collapsed
38395
38396 \begin_layout Plain Layout
38397 Branches are described in section 
38398 \emph on
38399 Branches
38400 \emph default
38401  of the LyX 
38402 \emph on
38403 Userguide
38404 \emph default
38405 .
38406 \end_layout
38407
38408 \end_inset
38409
38410  By enabling\SpecialChar \slash{}
38411 disabling branches you can decide which included files will
38412  appear in the output.
38413  This has the advantage that it also works with Input'ed sub-documents.
38414  However, counters and references will not be maintained with this approach.
38415 \end_layout
38416
38417 \begin_layout Chapter
38418 Program Code Listings
38419 \begin_inset CommandInset label
38420 LatexCommand label
38421 name "cha:Program-Code-Listings"
38422
38423 \end_inset
38424
38425
38426 \begin_inset Index idx
38427 status collapsed
38428
38429 \begin_layout Plain Layout
38430 Listings
38431 \end_layout
38432
38433 \end_inset
38434
38435
38436 \begin_inset Index idx
38437 status collapsed
38438
38439 \begin_layout Plain Layout
38440 Program Code
38441 \end_layout
38442
38443 \end_inset
38444
38445
38446 \begin_inset Index idx
38447 status collapsed
38448
38449 \begin_layout Plain Layout
38450 Floats ! Listings
38451 \end_layout
38452
38453 \end_inset
38454
38455
38456 \end_layout
38457
38458 \begin_layout Standard
38459 To include and typeset program code you can use the 
38460 \family sans
38461 Listings
38462 \family default
38463  inset that can be inserted via the menu 
38464 \family sans
38465 Insert\SpecialChar \menuseparator
38466 Program Listing
38467 \family default
38468 .
38469  The LaTeX-package 
38470 \series bold
38471 listings
38472 \series default
38473
38474 \begin_inset Index idx
38475 status collapsed
38476
38477 \begin_layout Plain Layout
38478 LaTeX-packages ! listings
38479 \end_layout
38480
38481 \end_inset
38482
38483  provides a powerful and flexible way to insert program source code into
38484  your document.
38485 \end_layout
38486
38487 \begin_layout Standard
38488 Right-clicking on a listings inset opens the context menu containing where
38489  you can set the listings format.
38490 \end_layout
38491
38492 \begin_layout Standard
38493 By default, a listing starts a new paragraph in the output.
38494  The placement option 
38495 \family sans
38496 Inline
38497 \begin_inset space ~
38498 \end_inset
38499
38500 listing
38501 \family default
38502  prints the listing inline like this: 
38503 \begin_inset listings
38504 lstparams "language={C++}"
38505 inline true
38506 status open
38507
38508 \begin_layout Plain Layout
38509
38510 int a=5;
38511 \end_layout
38512
38513 \end_inset
38514
38515
38516 \begin_inset Newline newline
38517 \end_inset
38518
38519 The option 
38520 \family sans
38521 Float
38522 \family default
38523  creates a listings float where you can specify the placement options 
38524 \begin_inset Quotes eld
38525 \end_inset
38526
38527
38528 \family sans
38529 h
38530 \family default
38531
38532 \begin_inset Quotes erd
38533 \end_inset
38534
38535
38536 \begin_inset Quotes eld
38537 \end_inset
38538
38539
38540 \family sans
38541 t
38542 \family default
38543
38544 \begin_inset Quotes erd
38545 \end_inset
38546
38547
38548 \begin_inset Quotes eld
38549 \end_inset
38550
38551
38552 \family sans
38553 b
38554 \family default
38555
38556 \begin_inset Quotes erd
38557 \end_inset
38558
38559 , and 
38560 \begin_inset Quotes eld
38561 \end_inset
38562
38563
38564 \family sans
38565 p
38566 \family default
38567
38568 \begin_inset Quotes erd
38569 \end_inset
38570
38571  corresponding to the float placement options described in section
38572 \begin_inset space ~
38573 \end_inset
38574
38575
38576 \begin_inset CommandInset ref
38577 LatexCommand ref
38578 reference "sec:Float-Placement"
38579
38580 \end_inset
38581
38582 .
38583  The placement options can be mixed and are inserted without any separation,
38584  e.
38585 \begin_inset space \thinspace{}
38586 \end_inset
38587
38588 g.
38589 \begin_inset space \space{}
38590 \end_inset
38591
38592
38593 \begin_inset Quotes eld
38594 \end_inset
38595
38596
38597 \family sans
38598 htbp
38599 \family default
38600
38601 \begin_inset Quotes erd
38602 \end_inset
38603
38604 .
38605  The option 
38606 \begin_inset Quotes eld
38607 \end_inset
38608
38609 h
38610 \begin_inset Quotes erd
38611 \end_inset
38612
38613  has sometimes no effect, but you don't need to use the 
38614 \family sans
38615 Float
38616 \family default
38617  option in this case as also non-float listings can have captions and be
38618  referenced.
38619 \end_layout
38620
38621 \begin_layout Standard
38622 You can add captions to listings with the menu 
38623 \family sans
38624 Insert\SpecialChar \menuseparator
38625 Caption
38626 \family default
38627 .
38628  Listings can be referenced like floats: Listing
38629 \begin_inset space ~
38630 \end_inset
38631
38632
38633 \begin_inset CommandInset ref
38634 LatexCommand ref
38635 reference "lst:Example-Listing"
38636
38637 \end_inset
38638
38639
38640 \end_layout
38641
38642 \begin_layout Standard
38643 \begin_inset listings
38644 lstparams "language=Python"
38645 inline false
38646 status open
38647
38648 \begin_layout Plain Layout
38649
38650 \begin_inset Caption
38651
38652 \begin_layout Plain Layout
38653 \begin_inset CommandInset label
38654 LatexCommand label
38655 name "lst:Example-Listing"
38656
38657 \end_inset
38658
38659 Example Listing float
38660 \end_layout
38661
38662 \end_inset
38663
38664 # Example listing float
38665 \end_layout
38666
38667 \begin_layout Plain Layout
38668
38669 def func(param):
38670 \end_layout
38671
38672 \begin_layout Plain Layout
38673
38674     'this is a python function'
38675 \end_layout
38676
38677 \begin_layout Plain Layout
38678
38679     pass
38680 \end_layout
38681
38682 \end_inset
38683
38684
38685 \end_layout
38686
38687 \begin_layout Standard
38688 When you have set a programming language in the listings dialog, the keywords
38689  of this language will be recognized and specially typeset in the output.
38690  In the example listings the Python keyword 
38691 \begin_inset Quotes eld
38692 \end_inset
38693
38694 def
38695 \begin_inset Quotes erd
38696 \end_inset
38697
38698  is recognized and printed bold in the output.
38699 \end_layout
38700
38701 \begin_layout Standard
38702 \begin_inset Note Greyedout
38703 status open
38704
38705 \begin_layout Plain Layout
38706
38707 \series bold
38708 Note:
38709 \series default
38710  If you don't get bold keywords when using typewriter fonts, your 
38711 \family typewriter
38712 typewriter
38713 \family default
38714  font probably doesn't provide a bold shape.
38715  In this case select a different one in the menu 
38716 \family sans
38717 Document\SpecialChar \menuseparator
38718 Settings\SpecialChar \menuseparator
38719 Fonts
38720 \family default
38721 .
38722  (The fonts 
38723 \emph on
38724 LuxiMono, BeraMono
38725 \emph default
38726  and 
38727 \emph on
38728 Courier
38729 \emph default
38730  provide bold shapes.)
38731 \end_layout
38732
38733 \end_inset
38734
38735
38736 \end_layout
38737
38738 \begin_layout Standard
38739 In section 
38740 \family sans
38741 Line
38742 \begin_inset space ~
38743 \end_inset
38744
38745 numbering
38746 \family default
38747  of the listings dialog you can specify the line numbering style.
38748  You can insert a number to specify which lines are numbered in the field
38749  
38750 \family sans
38751 Step
38752 \family default
38753 .
38754  When you insert e.
38755 \begin_inset space \thinspace{}
38756 \end_inset
38757
38758 g.
38759 \begin_inset space \space{}
38760 \end_inset
38761
38762
38763 \begin_inset Quotes eld
38764 \end_inset
38765
38766 3
38767 \begin_inset Quotes erd
38768 \end_inset
38769
38770 , only every 3rd line will be numbered.
38771 \end_layout
38772
38773 \begin_layout Standard
38774 You can furthermore specify a range of lines; only these will then appear
38775  in the output.
38776  The option 
38777 \family sans
38778 Extended character table
38779 \family default
38780  should be used when you use national characters like the German umlauts
38781  in the listing.
38782 \begin_inset Newline newline
38783 \end_inset
38784
38785 Here is an example listing with left line numbering, step 
38786 \begin_inset Quotes eld
38787 \end_inset
38788
38789 3
38790 \begin_inset Quotes erd
38791 \end_inset
38792
38793 , language 
38794 \begin_inset Quotes eld
38795 \end_inset
38796
38797 Python
38798 \begin_inset Quotes erd
38799 \end_inset
38800
38801 , options 
38802 \begin_inset Quotes eld
38803 \end_inset
38804
38805 Extended character table
38806 \begin_inset Quotes erd
38807 \end_inset
38808
38809  and 
38810 \begin_inset Quotes eld
38811 \end_inset
38812
38813 Space
38814 \begin_inset space ~
38815 \end_inset
38816
38817 as
38818 \begin_inset space ~
38819 \end_inset
38820
38821 symbol
38822 \begin_inset Quotes erd
38823 \end_inset
38824
38825 , range lines 3
38826 \begin_inset space \thinspace{}
38827 \end_inset
38828
38829 -
38830 \begin_inset space \thinspace{}
38831 \end_inset
38832
38833 8:
38834 \end_layout
38835
38836 \begin_layout Standard
38837 \begin_inset listings
38838 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38839 inline false
38840 status open
38841
38842 \begin_layout Plain Layout
38843
38844 def func(param):
38845 \end_layout
38846
38847 \begin_layout Plain Layout
38848
38849     'this is a python function'
38850 \end_layout
38851
38852 \begin_layout Plain Layout
38853
38854     pass
38855 \end_layout
38856
38857 \begin_layout Plain Layout
38858
38859 def func(param):
38860 \end_layout
38861
38862 \begin_layout Plain Layout
38863
38864 'This is a German word: Tschüß'
38865 \end_layout
38866
38867 \begin_layout Plain Layout
38868
38869 pass
38870 \end_layout
38871
38872 \begin_layout Plain Layout
38873
38874 def func(param):
38875 \end_layout
38876
38877 \begin_layout Plain Layout
38878
38879 'this is a python function'
38880 \end_layout
38881
38882 \begin_layout Plain Layout
38883
38884 pass
38885 \end_layout
38886
38887 \end_inset
38888
38889
38890 \end_layout
38891
38892 \begin_layout Standard
38893 When you have tabulators in your listing, you can specify the number of
38894  characters that are spanned by a tabulator in the field 
38895 \family sans
38896 Tabulator
38897 \begin_inset space ~
38898 \end_inset
38899
38900 size
38901 \family default
38902 .
38903 \end_layout
38904
38905 \begin_layout Standard
38906 \begin_inset Note Greyedout
38907 status open
38908
38909 \begin_layout Plain Layout
38910
38911 \series bold
38912 Note:
38913 \series default
38914  Due to a bug in the 
38915 \series bold
38916 listings
38917 \series default
38918  package the line numbering is shifted by a line by every previous listing.
38919  That's the reason why the lines 2 and 5 are numbered in the above listing
38920  and not the lines 3 and 6.
38921 \end_layout
38922
38923 \end_inset
38924
38925
38926 \end_layout
38927
38928 \begin_layout Standard
38929 \begin_inset VSpace bigskip
38930 \end_inset
38931
38932
38933 \end_layout
38934
38935 \begin_layout Standard
38936 It is also possible to print lines from a file as listing.
38937  To do this, use the menu 
38938 \family sans
38939 Insert\SpecialChar \menuseparator
38940 File\SpecialChar \menuseparator
38941 Child Document
38942 \family default
38943  and choose the type 
38944 \family sans
38945 Listings
38946 \family default
38947 .
38948 \begin_inset Foot
38949 status collapsed
38950
38951 \begin_layout Plain Layout
38952 The other child document types are described in section
38953 \begin_inset space ~
38954 \end_inset
38955
38956
38957 \begin_inset CommandInset ref
38958 LatexCommand ref
38959 reference "sec:Child-Documents"
38960
38961 \end_inset
38962
38963 .
38964 \end_layout
38965
38966 \end_inset
38967
38968  In the child document dialog you can specify the listing parameters in
38969  a text box.
38970  To show a list of all available parameters, type in a question mark 
38971 \begin_inset Quotes eld
38972 \end_inset
38973
38974 ?
38975 \begin_inset Quotes erd
38976 \end_inset
38977
38978  in the text box.
38979 \end_layout
38980
38981 \begin_layout Standard
38982 To reference child document listings, write a label text into the corresponding
38983  field of the child document dialog.
38984  The label can then be referenced using the menu 
38985 \family sans
38986 Insert\SpecialChar \menuseparator
38987 Cross-Reference
38988 \family default
38989 .
38990 \end_layout
38991
38992 \begin_layout Standard
38993 Listing
38994 \begin_inset space ~
38995 \end_inset
38996
38997
38998 \begin_inset CommandInset ref
38999 LatexCommand ref
39000 reference "lst:file-listing"
39001
39002 \end_inset
39003
39004  is an example for a listing of a file; there the lines 10
39005 \begin_inset space \thinspace{}
39006 \end_inset
39007
39008 -
39009 \begin_inset space \thinspace{}
39010 \end_inset
39011
39012 15 of this LyX file are listed.
39013 \end_layout
39014
39015 \begin_layout Standard
39016 \begin_inset CommandInset include
39017 LatexCommand lstinputlisting
39018 filename "EmbeddedObjects.lyx"
39019 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39020
39021 \end_inset
39022
39023
39024 \end_layout
39025
39026 \begin_layout Standard
39027 \begin_inset VSpace bigskip
39028 \end_inset
39029
39030
39031 \end_layout
39032
39033 \begin_layout Standard
39034 Inserting a formula into a listing can be done the following way:
39035 \end_layout
39036
39037 \begin_layout Enumerate
39038 Open the listings dialog and add
39039 \begin_inset Newline newline
39040 \end_inset
39041
39042
39043 \family sans
39044 mathescape=true
39045 \family default
39046
39047 \begin_inset Newline newline
39048 \end_inset
39049
39050 to the field of the 
39051 \family sans
39052 Advanced
39053 \family default
39054  tab.
39055 \end_layout
39056
39057 \begin_layout Enumerate
39058 Create a formula outside the listing
39059 \end_layout
39060
39061 \begin_layout Enumerate
39062 Copy the content of the formula (not the formula inset) to the clipboard
39063  (shortcut 
39064 \begin_inset Info
39065 type  "shortcut"
39066 arg   "copy"
39067 \end_inset
39068
39069 )
39070 \end_layout
39071
39072 \begin_layout Enumerate
39073 In the listing write 
39074 \begin_inset Quotes eld
39075 \end_inset
39076
39077
39078 \family sans
39079 $$
39080 \family default
39081
39082 \begin_inset Quotes erd
39083 \end_inset
39084
39085  and copy from the clipboard between the dollar-signs (shortcut 
39086 \begin_inset Info
39087 type  "shortcut"
39088 arg   "paste"
39089 \end_inset
39090
39091 )
39092 \end_layout
39093
39094 \begin_layout Standard
39095 \begin_inset listings
39096 lstparams "language=Python,mathescape=true"
39097 inline false
39098 status open
39099
39100 \begin_layout Plain Layout
39101
39102 \begin_inset Caption
39103
39104 \begin_layout Plain Layout
39105 Example Listing float containing a formula
39106 \end_layout
39107
39108 \end_inset
39109
39110 # Example listing float
39111 \end_layout
39112
39113 \begin_layout Plain Layout
39114
39115 def func(param):
39116 \end_layout
39117
39118 \begin_layout Plain Layout
39119
39120     # $
39121 \backslash
39122 prod_{n=1}^{
39123 \backslash
39124 infty}
39125 \backslash
39126 ,
39127 \backslash
39128 frac{1}{x^{2}}$
39129 \end_layout
39130
39131 \begin_layout Plain Layout
39132
39133     pass
39134 \end_layout
39135
39136 \end_inset
39137
39138
39139 \end_layout
39140
39141 \begin_layout Standard
39142 \begin_inset VSpace bigskip
39143 \end_inset
39144
39145
39146 \end_layout
39147
39148 \begin_layout Standard
39149 Global listings settings can be set in the 
39150 \family sans
39151 Document\SpecialChar \menuseparator
39152 Settings\SpecialChar \menuseparator
39153 Listings
39154 \family default
39155  dialog.
39156  To get there a list of available options, type in a question mark 
39157 \begin_inset Quotes eld
39158 \end_inset
39159
39160 ?
39161 \begin_inset Quotes erd
39162 \end_inset
39163
39164 .
39165 \end_layout
39166
39167 \begin_layout Standard
39168 For more information about the 
39169 \series bold
39170 listings
39171 \series default
39172  package, we refer to its documentation 
39173 \begin_inset CommandInset citation
39174 LatexCommand cite
39175 key "listings"
39176
39177 \end_inset
39178
39179 .
39180 \end_layout
39181
39182 \begin_layout Standard
39183 \begin_inset Newpage newpage
39184 \end_inset
39185
39186
39187 \end_layout
39188
39189 \begin_layout Chapter
39190 \start_of_appendix
39191 Units available in LyX
39192 \begin_inset Index idx
39193 status collapsed
39194
39195 \begin_layout Plain Layout
39196 Units
39197 \end_layout
39198
39199 \end_inset
39200
39201
39202 \begin_inset CommandInset label
39203 LatexCommand label
39204 name "cha:Units-available-in"
39205
39206 \end_inset
39207
39208
39209 \end_layout
39210
39211 \begin_layout Standard
39212 To understand the units described in this documentation, Table
39213 \begin_inset space ~
39214 \end_inset
39215
39216
39217 \begin_inset CommandInset ref
39218 LatexCommand ref
39219 reference "tab:Units"
39220
39221 \end_inset
39222
39223  explains all units available in LyX.
39224 \end_layout
39225
39226 \begin_layout Standard
39227 \begin_inset Float table
39228 placement h
39229 wide false
39230 sideways false
39231 status open
39232
39233 \begin_layout Plain Layout
39234 \begin_inset Caption
39235
39236 \begin_layout Plain Layout
39237 \begin_inset CommandInset label
39238 LatexCommand label
39239 name "tab:Units"
39240
39241 \end_inset
39242
39243 Units
39244 \end_layout
39245
39246 \end_inset
39247
39248
39249 \end_layout
39250
39251 \begin_layout Plain Layout
39252 \begin_inset VSpace medskip
39253 \end_inset
39254
39255
39256 \end_layout
39257
39258 \begin_layout Plain Layout
39259 \align center
39260 \begin_inset Tabular
39261 <lyxtabular version="3" rows="20" columns="2">
39262 <features tabularvalignment="middle">
39263 <column alignment="center" valignment="top" width="0">
39264 <column alignment="center" valignment="top" width="0">
39265 <row>
39266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39267 \begin_inset Text
39268
39269 \begin_layout Plain Layout
39270 unit
39271 \end_layout
39272
39273 \end_inset
39274 </cell>
39275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39276 \begin_inset Text
39277
39278 \begin_layout Plain Layout
39279 name/description
39280 \end_layout
39281
39282 \end_inset
39283 </cell>
39284 </row>
39285 <row>
39286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39287 \begin_inset Text
39288
39289 \begin_layout Plain Layout
39290 mm
39291 \end_layout
39292
39293 \end_inset
39294 </cell>
39295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39296 \begin_inset Text
39297
39298 \begin_layout Plain Layout
39299 millimeter
39300 \end_layout
39301
39302 \end_inset
39303 </cell>
39304 </row>
39305 <row>
39306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39307 \begin_inset Text
39308
39309 \begin_layout Plain Layout
39310 cm
39311 \end_layout
39312
39313 \end_inset
39314 </cell>
39315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39316 \begin_inset Text
39317
39318 \begin_layout Plain Layout
39319 centimeter
39320 \end_layout
39321
39322 \end_inset
39323 </cell>
39324 </row>
39325 <row>
39326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39327 \begin_inset Text
39328
39329 \begin_layout Plain Layout
39330 in
39331 \end_layout
39332
39333 \end_inset
39334 </cell>
39335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39336 \begin_inset Text
39337
39338 \begin_layout Plain Layout
39339 inch
39340 \end_layout
39341
39342 \end_inset
39343 </cell>
39344 </row>
39345 <row>
39346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39347 \begin_inset Text
39348
39349 \begin_layout Plain Layout
39350 pt
39351 \end_layout
39352
39353 \end_inset
39354 </cell>
39355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39356 \begin_inset Text
39357
39358 \begin_layout Plain Layout
39359 point (72.27
39360 \begin_inset space \thinspace{}
39361 \end_inset
39362
39363 pt = 1
39364 \begin_inset space \thinspace{}
39365 \end_inset
39366
39367 in)
39368 \end_layout
39369
39370 \end_inset
39371 </cell>
39372 </row>
39373 <row>
39374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39375 \begin_inset Text
39376
39377 \begin_layout Plain Layout
39378 pc
39379 \end_layout
39380
39381 \end_inset
39382 </cell>
39383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39384 \begin_inset Text
39385
39386 \begin_layout Plain Layout
39387 pica (1
39388 \begin_inset space \thinspace{}
39389 \end_inset
39390
39391 pc = 12
39392 \begin_inset space \thinspace{}
39393 \end_inset
39394
39395 pt)
39396 \end_layout
39397
39398 \end_inset
39399 </cell>
39400 </row>
39401 <row>
39402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39403 \begin_inset Text
39404
39405 \begin_layout Plain Layout
39406 sp
39407 \end_layout
39408
39409 \end_inset
39410 </cell>
39411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39412 \begin_inset Text
39413
39414 \begin_layout Plain Layout
39415 scaled point (65536
39416 \begin_inset space \thinspace{}
39417 \end_inset
39418
39419 sp = 1
39420 \begin_inset space \thinspace{}
39421 \end_inset
39422
39423 pt)
39424 \end_layout
39425
39426 \end_inset
39427 </cell>
39428 </row>
39429 <row>
39430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39431 \begin_inset Text
39432
39433 \begin_layout Plain Layout
39434 bp
39435 \end_layout
39436
39437 \end_inset
39438 </cell>
39439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39440 \begin_inset Text
39441
39442 \begin_layout Plain Layout
39443 big point (72
39444 \begin_inset space \thinspace{}
39445 \end_inset
39446
39447 bp = 1
39448 \begin_inset space \thinspace{}
39449 \end_inset
39450
39451 in)
39452 \end_layout
39453
39454 \end_inset
39455 </cell>
39456 </row>
39457 <row>
39458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39459 \begin_inset Text
39460
39461 \begin_layout Plain Layout
39462 dd
39463 \end_layout
39464
39465 \end_inset
39466 </cell>
39467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39468 \begin_inset Text
39469
39470 \begin_layout Plain Layout
39471 didot (1
39472 \begin_inset space \thinspace{}
39473 \end_inset
39474
39475 dd 
39476 \begin_inset Formula $\approx$
39477 \end_inset
39478
39479  0.376
39480 \begin_inset space \thinspace{}
39481 \end_inset
39482
39483 mm)
39484 \end_layout
39485
39486 \end_inset
39487 </cell>
39488 </row>
39489 <row>
39490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39491 \begin_inset Text
39492
39493 \begin_layout Plain Layout
39494 cc
39495 \end_layout
39496
39497 \end_inset
39498 </cell>
39499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39500 \begin_inset Text
39501
39502 \begin_layout Plain Layout
39503 cicero (1
39504 \begin_inset space \thinspace{}
39505 \end_inset
39506
39507 cc = 12
39508 \begin_inset space \thinspace{}
39509 \end_inset
39510
39511 dd)
39512 \end_layout
39513
39514 \end_inset
39515 </cell>
39516 </row>
39517 <row>
39518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39519 \begin_inset Text
39520
39521 \begin_layout Plain Layout
39522 Scale%
39523 \end_layout
39524
39525 \end_inset
39526 </cell>
39527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39528 \begin_inset Text
39529
39530 \begin_layout Plain Layout
39531 % of original image width
39532 \end_layout
39533
39534 \end_inset
39535 </cell>
39536 </row>
39537 <row>
39538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39539 \begin_inset Text
39540
39541 \begin_layout Plain Layout
39542 text%
39543 \end_layout
39544
39545 \end_inset
39546 </cell>
39547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39548 \begin_inset Text
39549
39550 \begin_layout Plain Layout
39551 % of text width
39552 \end_layout
39553
39554 \end_inset
39555 </cell>
39556 </row>
39557 <row>
39558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39559 \begin_inset Text
39560
39561 \begin_layout Plain Layout
39562 col%
39563 \end_layout
39564
39565 \end_inset
39566 </cell>
39567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39568 \begin_inset Text
39569
39570 \begin_layout Plain Layout
39571 % of column width
39572 \end_layout
39573
39574 \end_inset
39575 </cell>
39576 </row>
39577 <row>
39578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39579 \begin_inset Text
39580
39581 \begin_layout Plain Layout
39582 page%
39583 \end_layout
39584
39585 \end_inset
39586 </cell>
39587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39588 \begin_inset Text
39589
39590 \begin_layout Plain Layout
39591 % of paper width
39592 \end_layout
39593
39594 \end_inset
39595 </cell>
39596 </row>
39597 <row>
39598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39599 \begin_inset Text
39600
39601 \begin_layout Plain Layout
39602 line%
39603 \end_layout
39604
39605 \end_inset
39606 </cell>
39607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39608 \begin_inset Text
39609
39610 \begin_layout Plain Layout
39611 % of line width
39612 \end_layout
39613
39614 \end_inset
39615 </cell>
39616 </row>
39617 <row>
39618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39619 \begin_inset Text
39620
39621 \begin_layout Plain Layout
39622 theight%
39623 \end_layout
39624
39625 \end_inset
39626 </cell>
39627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39628 \begin_inset Text
39629
39630 \begin_layout Plain Layout
39631 % of text height
39632 \end_layout
39633
39634 \end_inset
39635 </cell>
39636 </row>
39637 <row>
39638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39639 \begin_inset Text
39640
39641 \begin_layout Plain Layout
39642 pheight%
39643 \end_layout
39644
39645 \end_inset
39646 </cell>
39647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39648 \begin_inset Text
39649
39650 \begin_layout Plain Layout
39651 % of paper height
39652 \end_layout
39653
39654 \end_inset
39655 </cell>
39656 </row>
39657 <row>
39658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39659 \begin_inset Text
39660
39661 \begin_layout Plain Layout
39662 ex
39663 \end_layout
39664
39665 \end_inset
39666 </cell>
39667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39668 \begin_inset Text
39669
39670 \begin_layout Plain Layout
39671 height of letter 
39672 \emph on
39673 x
39674 \emph default
39675  in current font
39676 \end_layout
39677
39678 \end_inset
39679 </cell>
39680 </row>
39681 <row>
39682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39683 \begin_inset Text
39684
39685 \begin_layout Plain Layout
39686 em
39687 \end_layout
39688
39689 \end_inset
39690 </cell>
39691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39692 \begin_inset Text
39693
39694 \begin_layout Plain Layout
39695 width of letter 
39696 \emph on
39697 M
39698 \emph default
39699  in current font
39700 \end_layout
39701
39702 \end_inset
39703 </cell>
39704 </row>
39705 <row>
39706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39707 \begin_inset Text
39708
39709 \begin_layout Plain Layout
39710 mu
39711 \end_layout
39712
39713 \end_inset
39714 </cell>
39715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39716 \begin_inset Text
39717
39718 \begin_layout Plain Layout
39719 math unit (1
39720 \begin_inset space \thinspace{}
39721 \end_inset
39722
39723 mu = 1/18
39724 \begin_inset space \thinspace{}
39725 \end_inset
39726
39727 em)
39728 \end_layout
39729
39730 \end_inset
39731 </cell>
39732 </row>
39733 </lyxtabular>
39734
39735 \end_inset
39736
39737
39738 \end_layout
39739
39740 \end_inset
39741
39742
39743 \end_layout
39744
39745 \begin_layout Chapter
39746 Output File Formats with Graphics
39747 \begin_inset CommandInset label
39748 LatexCommand label
39749 name "cha:Output-File-Formats"
39750
39751 \end_inset
39752
39753
39754 \end_layout
39755
39756 \begin_layout Section
39757 DVI
39758 \begin_inset Index idx
39759 status collapsed
39760
39761 \begin_layout Plain Layout
39762 File Formats ! DVI
39763 \end_layout
39764
39765 \end_inset
39766
39767
39768 \begin_inset Index idx
39769 status collapsed
39770
39771 \begin_layout Plain Layout
39772 DVI|see
39773 \begin_inset ERT
39774 status collapsed
39775
39776 \begin_layout Plain Layout
39777
39778 {
39779 \end_layout
39780
39781 \end_inset
39782
39783 File Formats
39784 \begin_inset ERT
39785 status collapsed
39786
39787 \begin_layout Plain Layout
39788
39789 }
39790 \end_layout
39791
39792 \end_inset
39793
39794
39795 \end_layout
39796
39797 \end_inset
39798
39799
39800 \end_layout
39801
39802 \begin_layout Standard
39803 This file type has the extension 
39804 \begin_inset Quotes eld
39805 \end_inset
39806
39807
39808 \family typewriter
39809 .dvi
39810 \family default
39811
39812 \begin_inset Quotes erd
39813 \end_inset
39814
39815 .
39816  It is called 
39817 \begin_inset Quotes eld
39818 \end_inset
39819
39820 device-independent
39821 \begin_inset Quotes erd
39822 \end_inset
39823
39824  (DVI), because it is completely portable; you can move them from one machine
39825  to another without needing to do any sort of conversion.
39826  At the time when this file-format was developed, this was no matter of
39827  course.
39828  DVIs are used for quick previews and as pre-stage for other output formats,
39829  like PostScript.
39830 \end_layout
39831
39832 \begin_layout Standard
39833 \begin_inset Note Greyedout
39834 status open
39835
39836 \begin_layout Plain Layout
39837
39838 \series bold
39839 Note:
39840 \series default
39841  DVI-files do not contain images; they will only be a linked.
39842 \end_layout
39843
39844 \end_inset
39845
39846  So don't forget this, if you move your 
39847 \family typewriter
39848 .dvi
39849 \family default
39850  file to another computer.
39851  This property can also slow down your computer when you view the DVI, because
39852  the DVI-viewer has to convert the image in the background to make it visible
39853  when you scroll in the DVI.
39854  So it is recommended that you use PDF for files with many images.
39855 \end_layout
39856
39857 \begin_layout Standard
39858 You can export your document to DVI by using the menu 
39859 \family sans
39860 File\SpecialChar \menuseparator
39861 Export\SpecialChar \menuseparator
39862 DVI
39863 \family default
39864 .
39865  You can view your document as DVI via the 
39866 \family sans
39867 View
39868 \family default
39869  menu.
39870 \end_layout
39871
39872 \begin_layout Section
39873 PostScript
39874 \begin_inset CommandInset label
39875 LatexCommand label
39876 name "sec:PostScript"
39877
39878 \end_inset
39879
39880
39881 \begin_inset Index idx
39882 status collapsed
39883
39884 \begin_layout Plain Layout
39885 File Formats ! PostScript
39886 \end_layout
39887
39888 \end_inset
39889
39890
39891 \begin_inset Index idx
39892 status collapsed
39893
39894 \begin_layout Plain Layout
39895 PostScript|see
39896 \begin_inset ERT
39897 status collapsed
39898
39899 \begin_layout Plain Layout
39900
39901 {
39902 \end_layout
39903
39904 \end_inset
39905
39906 File Formats
39907 \begin_inset ERT
39908 status collapsed
39909
39910 \begin_layout Plain Layout
39911
39912 }
39913 \end_layout
39914
39915 \end_inset
39916
39917
39918 \end_layout
39919
39920 \end_inset
39921
39922
39923 \end_layout
39924
39925 \begin_layout Standard
39926 This file type has the extension 
39927 \begin_inset Quotes eld
39928 \end_inset
39929
39930
39931 \family typewriter
39932 .ps
39933 \family default
39934
39935 \begin_inset Quotes erd
39936 \end_inset
39937
39938 .
39939  PostScript was developed by the company 
39940 \family typewriter
39941 Adobe
39942 \family default
39943  as a printer language.
39944  The file therefore contains commands that the printer uses to print the
39945  file.
39946  PostScript can be seen as a 
39947 \begin_inset Quotes eld
39948 \end_inset
39949
39950 programming language
39951 \begin_inset Quotes erd
39952 \end_inset
39953
39954 ; you can calculate with it and draw diagrams and images
39955 \begin_inset Foot
39956 status collapsed
39957
39958 \begin_layout Plain Layout
39959 If you are interested to learn more about this, have a look at the LaTeX-package
39960  
39961 \series bold
39962 PSTricks
39963 \series default
39964  
39965 \begin_inset CommandInset citation
39966 LatexCommand cite
39967 key "pstricks"
39968
39969 \end_inset
39970
39971 .
39972 \end_layout
39973
39974 \end_inset
39975
39976 .
39977  Due to this ability, the files are often bigger than PDFs.
39978 \end_layout
39979
39980 \begin_layout Standard
39981 PostScript can only contain images in the format 
39982 \begin_inset Quotes eld
39983 \end_inset
39984
39985 Encapsulated PostScript
39986 \begin_inset Quotes erd
39987 \end_inset
39988
39989  (EPS, file extension 
39990 \begin_inset Quotes eld
39991 \end_inset
39992
39993
39994 \family typewriter
39995 .eps
39996 \family default
39997
39998 \begin_inset Quotes erd
39999 \end_inset
40000
40001 ).
40002  As LyX allows you to use any known image format in your document, it has
40003  to convert images in the background to EPS.
40004  If you have e.g.
40005 \begin_inset space ~
40006 \end_inset
40007
40008 50
40009 \begin_inset space ~
40010 \end_inset
40011
40012 images in your document, LyX has to do 50
40013 \begin_inset space ~
40014 \end_inset
40015
40016 conversions whenever you view or export your document.
40017  This will slow down your work flow with LyX drastically.
40018  So if you plan to use PostScript, you can insert your images directly as
40019  EPS to avoid this problem.
40020 \end_layout
40021
40022 \begin_layout Standard
40023 You can export your document to PostScript using the menu 
40024 \family sans
40025 File\SpecialChar \menuseparator
40026 Export\SpecialChar \menuseparator
40027 Postscript
40028 \family default
40029 .
40030  You can view your document as PostScript via the 
40031 \family sans
40032 View
40033 \family default
40034  menu or by using the toolbar button 
40035 \begin_inset Graphics
40036         filename ../images/buffer-view_ps.png
40037         scale 85
40038         scaleBeforeRotation
40039
40040 \end_inset
40041
40042 .
40043 \end_layout
40044
40045 \begin_layout Section
40046 PDF
40047 \begin_inset Index idx
40048 status collapsed
40049
40050 \begin_layout Plain Layout
40051 File Formats ! PDF
40052 \end_layout
40053
40054 \end_inset
40055
40056
40057 \begin_inset Index idx
40058 status collapsed
40059
40060 \begin_layout Plain Layout
40061 PDF
40062 \end_layout
40063
40064 \end_inset
40065
40066
40067 \end_layout
40068
40069 \begin_layout Standard
40070 This file type has the extension 
40071 \begin_inset Quotes eld
40072 \end_inset
40073
40074
40075 \family typewriter
40076 .pdf
40077 \family default
40078
40079 \begin_inset Quotes erd
40080 \end_inset
40081
40082 .
40083  The 
40084 \begin_inset Quotes eld
40085 \end_inset
40086
40087 Portable Document Format
40088 \begin_inset Quotes erd
40089 \end_inset
40090
40091  (PDF) was developed by 
40092 \family typewriter
40093 Adobe
40094 \family default
40095  as a derivative of PostScript.
40096  It is more compressed and it uses fewer commands than PostScript.
40097  As the name 
40098 \begin_inset Quotes eld
40099 \end_inset
40100
40101 portable
40102 \begin_inset Quotes erd
40103 \end_inset
40104
40105  implies, it can be processed at any computer system and the printed output
40106  looks exactly the same.
40107 \end_layout
40108
40109 \begin_layout Standard
40110 PDF can contain images in its own PDF format, in the format 
40111 \begin_inset Quotes eld
40112 \end_inset
40113
40114 Joint Photographic Experts Group
40115 \begin_inset Quotes erd
40116 \end_inset
40117
40118  (JPG, file extension 
40119 \begin_inset Quotes eld
40120 \end_inset
40121
40122
40123 \family typewriter
40124 .jpg
40125 \family default
40126
40127 \begin_inset Quotes erd
40128 \end_inset
40129
40130  or 
40131 \begin_inset Quotes eld
40132 \end_inset
40133
40134
40135 \family typewriter
40136 .jpeg
40137 \family default
40138
40139 \begin_inset Quotes erd
40140 \end_inset
40141
40142 ), and in the format 
40143 \begin_inset Quotes eld
40144 \end_inset
40145
40146 Portable Network Graphics
40147 \begin_inset Quotes erd
40148 \end_inset
40149
40150  (PNG, file extension 
40151 \begin_inset Quotes eld
40152 \end_inset
40153
40154
40155 \family typewriter
40156 .png
40157 \family default
40158
40159 \begin_inset Quotes erd
40160 \end_inset
40161
40162 ).
40163  Nevertheless you can use any other image format, because LyX converts them
40164  in the background to one of these formats.
40165  But as described in the section about PostScript, the image conversion
40166  will slow down your work flow.
40167  So it is recommended that you use images in one of the three mentioned
40168  formats.
40169 \end_layout
40170
40171 \begin_layout Standard
40172 You can export your document to PDF via the menu 
40173 \family sans
40174 File\SpecialChar \menuseparator
40175 Export
40176 \family default
40177  in three different ways:
40178 \end_layout
40179
40180 \begin_layout Description
40181 PDF
40182 \begin_inset space ~
40183 \end_inset
40184
40185 (ps2pdf) This uses the program 
40186 \family typewriter
40187 ps2pdf
40188 \family default
40189  that creates a PDF from a PostScript-version of your file.
40190  The PostScript-version is produced by the program 
40191 \family typewriter
40192 dvips
40193 \family default
40194  which uses a DVI-version as intermediate step.
40195  So this export variant consists of three conversions.
40196 \end_layout
40197
40198 \begin_layout Description
40199 PDF
40200 \begin_inset space ~
40201 \end_inset
40202
40203 (dvipdfm) This uses the program 
40204 \family typewriter
40205 dvipdfm
40206 \family default
40207  that converts your file in the background to DVI and in a second step to
40208  PDF.
40209 \end_layout
40210
40211 \begin_layout Description
40212 PDF
40213 \begin_inset space ~
40214 \end_inset
40215
40216 (pdflatex) This uses the program 
40217 \family typewriter
40218 pdftex
40219 \family default
40220  that converts your file directly to PDF.
40221 \end_layout
40222
40223 \begin_layout Standard
40224 It is recommended that you use 
40225 \family sans
40226 PDF
40227 \begin_inset space ~
40228 \end_inset
40229
40230 (pdflatex)
40231 \family default
40232  because 
40233 \family typewriter
40234 pdftex
40235 \family default
40236  supports all features of actual PDF-versions, is quick and works stable.
40237  The program 
40238 \family typewriter
40239 dvipdfm
40240 \family default
40241  is not under development and therefore a bit outdated.
40242 \end_layout
40243
40244 \begin_layout Standard
40245 You can view your document as PDF via the 
40246 \family sans
40247 View
40248 \family default
40249  menu or by using the toolbar button 
40250 \begin_inset Graphics
40251         filename ../images/buffer-view_pdf2.png
40252         scale 85
40253         scaleBeforeRotation
40254
40255 \end_inset
40256
40257  
40258 \family sans
40259 (
40260 \family default
40261 that uses 
40262 \family sans
40263 PDF
40264 \begin_inset space ~
40265 \end_inset
40266
40267 (pdflatex)
40268 \family default
40269 ).
40270 \end_layout
40271
40272 \begin_layout Chapter
40273 List of dvips color names
40274 \begin_inset CommandInset label
40275 LatexCommand label
40276 name "chap:List-of-dvips-colornames"
40277
40278 \end_inset
40279
40280
40281 \end_layout
40282
40283 \begin_layout Standard
40284 \begin_inset Tabular
40285 <lyxtabular version="3" rows="17" columns="4">
40286 <features tabularvalignment="middle">
40287 <column alignment="left" valignment="top" width="0pt">
40288 <column alignment="left" valignment="top" width="0pt">
40289 <column alignment="left" valignment="top" width="0pt">
40290 <column alignment="left" valignment="top" width="0pt">
40291 <row>
40292 <cell alignment="left" valignment="top" usebox="none">
40293 \begin_inset Text
40294
40295 \begin_layout Plain Layout
40296 \begin_inset ERT
40297 status collapsed
40298
40299 \begin_layout Plain Layout
40300
40301
40302 \backslash
40303 fcolorbox{black}{
40304 \end_layout
40305
40306 \end_inset
40307
40308 white
40309 \begin_inset ERT
40310 status collapsed
40311
40312 \begin_layout Plain Layout
40313
40314 }{
40315 \end_layout
40316
40317 \end_inset
40318
40319 Color
40320 \begin_inset ERT
40321 status collapsed
40322
40323 \begin_layout Plain Layout
40324
40325 }
40326 \end_layout
40327
40328 \end_inset
40329
40330  Color name
40331 \end_layout
40332
40333 \end_inset
40334 </cell>
40335 <cell alignment="left" valignment="top" usebox="none">
40336 \begin_inset Text
40337
40338 \begin_layout Plain Layout
40339 \begin_inset ERT
40340 status collapsed
40341
40342 \begin_layout Plain Layout
40343
40344
40345 \backslash
40346 fcolorbox{black}{
40347 \end_layout
40348
40349 \end_inset
40350
40351 white
40352 \begin_inset ERT
40353 status collapsed
40354
40355 \begin_layout Plain Layout
40356
40357 }{
40358 \end_layout
40359
40360 \end_inset
40361
40362 Color
40363 \begin_inset ERT
40364 status collapsed
40365
40366 \begin_layout Plain Layout
40367
40368 }
40369 \end_layout
40370
40371 \end_inset
40372
40373  Color name
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 <cell alignment="left" valignment="top" usebox="none">
40379 \begin_inset Text
40380
40381 \begin_layout Plain Layout
40382 \begin_inset ERT
40383 status collapsed
40384
40385 \begin_layout Plain Layout
40386
40387
40388 \backslash
40389 fcolorbox{black}{
40390 \end_layout
40391
40392 \end_inset
40393
40394 white
40395 \begin_inset ERT
40396 status collapsed
40397
40398 \begin_layout Plain Layout
40399
40400 }{
40401 \end_layout
40402
40403 \end_inset
40404
40405 Color
40406 \begin_inset ERT
40407 status collapsed
40408
40409 \begin_layout Plain Layout
40410
40411 }
40412 \end_layout
40413
40414 \end_inset
40415
40416  Color name
40417 \end_layout
40418
40419 \end_inset
40420 </cell>
40421 <cell alignment="left" valignment="top" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 \begin_inset ERT
40426 status collapsed
40427
40428 \begin_layout Plain Layout
40429
40430
40431 \backslash
40432 fcolorbox{black}{
40433 \end_layout
40434
40435 \end_inset
40436
40437 white
40438 \begin_inset ERT
40439 status collapsed
40440
40441 \begin_layout Plain Layout
40442
40443 }{
40444 \end_layout
40445
40446 \end_inset
40447
40448 Color
40449 \begin_inset ERT
40450 status collapsed
40451
40452 \begin_layout Plain Layout
40453
40454 }
40455 \end_layout
40456
40457 \end_inset
40458
40459  Color name
40460 \end_layout
40461
40462 \end_inset
40463 </cell>
40464 </row>
40465 <row>
40466 <cell alignment="center" valignment="top" usebox="none">
40467 \begin_inset Text
40468
40469 \begin_layout Plain Layout
40470 \begin_inset ERT
40471 status collapsed
40472
40473 \begin_layout Plain Layout
40474
40475
40476 \backslash
40477 fcolorbox{black}{
40478 \end_layout
40479
40480 \end_inset
40481
40482 Apricot
40483 \begin_inset ERT
40484 status collapsed
40485
40486 \begin_layout Plain Layout
40487
40488 }{
40489 \end_layout
40490
40491 \end_inset
40492
40493
40494 \begin_inset Phantom Phantom
40495 status open
40496
40497 \begin_layout Plain Layout
40498 W
40499 \end_layout
40500
40501 \end_inset
40502
40503
40504 \begin_inset ERT
40505 status collapsed
40506
40507 \begin_layout Plain Layout
40508
40509 }
40510 \end_layout
40511
40512 \end_inset
40513
40514  Apricot
40515 \end_layout
40516
40517 \end_inset
40518 </cell>
40519 <cell alignment="center" valignment="top" usebox="none">
40520 \begin_inset Text
40521
40522 \begin_layout Plain Layout
40523 \begin_inset ERT
40524 status collapsed
40525
40526 \begin_layout Plain Layout
40527
40528
40529 \backslash
40530 fcolorbox{black}{
40531 \end_layout
40532
40533 \end_inset
40534
40535 Aquamarine
40536 \begin_inset ERT
40537 status collapsed
40538
40539 \begin_layout Plain Layout
40540
40541 }{
40542 \end_layout
40543
40544 \end_inset
40545
40546
40547 \begin_inset Phantom Phantom
40548 status open
40549
40550 \begin_layout Plain Layout
40551 W
40552 \end_layout
40553
40554 \end_inset
40555
40556
40557 \begin_inset ERT
40558 status collapsed
40559
40560 \begin_layout Plain Layout
40561
40562 }
40563 \end_layout
40564
40565 \end_inset
40566
40567  Aquamarine
40568 \end_layout
40569
40570 \end_inset
40571 </cell>
40572 <cell alignment="center" valignment="top" usebox="none">
40573 \begin_inset Text
40574
40575 \begin_layout Plain Layout
40576 \begin_inset ERT
40577 status collapsed
40578
40579 \begin_layout Plain Layout
40580
40581
40582 \backslash
40583 fcolorbox{black}{
40584 \end_layout
40585
40586 \end_inset
40587
40588 Bittersweet
40589 \begin_inset ERT
40590 status collapsed
40591
40592 \begin_layout Plain Layout
40593
40594 }{
40595 \end_layout
40596
40597 \end_inset
40598
40599
40600 \begin_inset Phantom Phantom
40601 status open
40602
40603 \begin_layout Plain Layout
40604 W
40605 \end_layout
40606
40607 \end_inset
40608
40609
40610 \begin_inset ERT
40611 status collapsed
40612
40613 \begin_layout Plain Layout
40614
40615 }
40616 \end_layout
40617
40618 \end_inset
40619
40620  Bittersweet
40621 \end_layout
40622
40623 \end_inset
40624 </cell>
40625 <cell alignment="center" valignment="top" usebox="none">
40626 \begin_inset Text
40627
40628 \begin_layout Plain Layout
40629 \begin_inset ERT
40630 status collapsed
40631
40632 \begin_layout Plain Layout
40633
40634
40635 \backslash
40636 fcolorbox{black}{
40637 \end_layout
40638
40639 \end_inset
40640
40641 BlueGreen
40642 \begin_inset ERT
40643 status collapsed
40644
40645 \begin_layout Plain Layout
40646
40647 }{
40648 \end_layout
40649
40650 \end_inset
40651
40652
40653 \begin_inset Phantom Phantom
40654 status open
40655
40656 \begin_layout Plain Layout
40657 W
40658 \end_layout
40659
40660 \end_inset
40661
40662
40663 \begin_inset ERT
40664 status collapsed
40665
40666 \begin_layout Plain Layout
40667
40668 }
40669 \end_layout
40670
40671 \end_inset
40672
40673  BlueGreen
40674 \end_layout
40675
40676 \end_inset
40677 </cell>
40678 </row>
40679 <row>
40680 <cell alignment="left" valignment="top" usebox="none">
40681 \begin_inset Text
40682
40683 \begin_layout Plain Layout
40684 \begin_inset ERT
40685 status collapsed
40686
40687 \begin_layout Plain Layout
40688
40689
40690 \backslash
40691 fcolorbox{black}{
40692 \end_layout
40693
40694 \end_inset
40695
40696 BlueViolet
40697 \begin_inset ERT
40698 status collapsed
40699
40700 \begin_layout Plain Layout
40701
40702 }{
40703 \end_layout
40704
40705 \end_inset
40706
40707
40708 \begin_inset Phantom Phantom
40709 status open
40710
40711 \begin_layout Plain Layout
40712 W
40713 \end_layout
40714
40715 \end_inset
40716
40717
40718 \begin_inset ERT
40719 status collapsed
40720
40721 \begin_layout Plain Layout
40722
40723 }
40724 \end_layout
40725
40726 \end_inset
40727
40728  BlueViolet
40729 \end_layout
40730
40731 \end_inset
40732 </cell>
40733 <cell alignment="left" valignment="top" usebox="none">
40734 \begin_inset Text
40735
40736 \begin_layout Plain Layout
40737 \begin_inset ERT
40738 status collapsed
40739
40740 \begin_layout Plain Layout
40741
40742
40743 \backslash
40744 fcolorbox{black}{
40745 \end_layout
40746
40747 \end_inset
40748
40749 BrickRed
40750 \begin_inset ERT
40751 status collapsed
40752
40753 \begin_layout Plain Layout
40754
40755 }{
40756 \end_layout
40757
40758 \end_inset
40759
40760
40761 \begin_inset Phantom Phantom
40762 status open
40763
40764 \begin_layout Plain Layout
40765 W
40766 \end_layout
40767
40768 \end_inset
40769
40770
40771 \begin_inset ERT
40772 status collapsed
40773
40774 \begin_layout Plain Layout
40775
40776 }
40777 \end_layout
40778
40779 \end_inset
40780
40781  BrickRed
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 <cell alignment="left" valignment="top" usebox="none">
40787 \begin_inset Text
40788
40789 \begin_layout Plain Layout
40790 \begin_inset ERT
40791 status collapsed
40792
40793 \begin_layout Plain Layout
40794
40795
40796 \backslash
40797 fcolorbox{black}{
40798 \end_layout
40799
40800 \end_inset
40801
40802 Brown
40803 \begin_inset ERT
40804 status collapsed
40805
40806 \begin_layout Plain Layout
40807
40808 }{
40809 \end_layout
40810
40811 \end_inset
40812
40813
40814 \begin_inset Phantom Phantom
40815 status open
40816
40817 \begin_layout Plain Layout
40818 W
40819 \end_layout
40820
40821 \end_inset
40822
40823
40824 \begin_inset ERT
40825 status collapsed
40826
40827 \begin_layout Plain Layout
40828
40829 }
40830 \end_layout
40831
40832 \end_inset
40833
40834  Brown
40835 \end_layout
40836
40837 \end_inset
40838 </cell>
40839 <cell alignment="left" valignment="top" usebox="none">
40840 \begin_inset Text
40841
40842 \begin_layout Plain Layout
40843 \begin_inset ERT
40844 status collapsed
40845
40846 \begin_layout Plain Layout
40847
40848
40849 \backslash
40850 fcolorbox{black}{
40851 \end_layout
40852
40853 \end_inset
40854
40855 BurntOrange
40856 \begin_inset ERT
40857 status collapsed
40858
40859 \begin_layout Plain Layout
40860
40861 }{
40862 \end_layout
40863
40864 \end_inset
40865
40866
40867 \begin_inset Phantom Phantom
40868 status open
40869
40870 \begin_layout Plain Layout
40871 W
40872 \end_layout
40873
40874 \end_inset
40875
40876
40877 \begin_inset ERT
40878 status collapsed
40879
40880 \begin_layout Plain Layout
40881
40882 }
40883 \end_layout
40884
40885 \end_inset
40886
40887  BurntOrange
40888 \end_layout
40889
40890 \end_inset
40891 </cell>
40892 </row>
40893 <row>
40894 <cell alignment="left" valignment="top" usebox="none">
40895 \begin_inset Text
40896
40897 \begin_layout Plain Layout
40898 \begin_inset ERT
40899 status collapsed
40900
40901 \begin_layout Plain Layout
40902
40903
40904 \backslash
40905 fcolorbox{black}{
40906 \end_layout
40907
40908 \end_inset
40909
40910 CadetBlue
40911 \begin_inset ERT
40912 status collapsed
40913
40914 \begin_layout Plain Layout
40915
40916 }{
40917 \end_layout
40918
40919 \end_inset
40920
40921
40922 \begin_inset Phantom Phantom
40923 status open
40924
40925 \begin_layout Plain Layout
40926 W
40927 \end_layout
40928
40929 \end_inset
40930
40931
40932 \begin_inset ERT
40933 status collapsed
40934
40935 \begin_layout Plain Layout
40936
40937 }
40938 \end_layout
40939
40940 \end_inset
40941
40942  CadetBlue
40943 \end_layout
40944
40945 \end_inset
40946 </cell>
40947 <cell alignment="left" valignment="top" usebox="none">
40948 \begin_inset Text
40949
40950 \begin_layout Plain Layout
40951 \begin_inset ERT
40952 status collapsed
40953
40954 \begin_layout Plain Layout
40955
40956
40957 \backslash
40958 fcolorbox{black}{
40959 \end_layout
40960
40961 \end_inset
40962
40963 CarnationPink
40964 \begin_inset ERT
40965 status collapsed
40966
40967 \begin_layout Plain Layout
40968
40969 }{
40970 \end_layout
40971
40972 \end_inset
40973
40974
40975 \begin_inset Phantom Phantom
40976 status open
40977
40978 \begin_layout Plain Layout
40979 W
40980 \end_layout
40981
40982 \end_inset
40983
40984
40985 \begin_inset ERT
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989
40990 }
40991 \end_layout
40992
40993 \end_inset
40994
40995  CarnationPink
40996 \end_layout
40997
40998 \end_inset
40999 </cell>
41000 <cell alignment="left" valignment="top" usebox="none">
41001 \begin_inset Text
41002
41003 \begin_layout Plain Layout
41004 \begin_inset ERT
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008
41009
41010 \backslash
41011 fcolorbox{black}{
41012 \end_layout
41013
41014 \end_inset
41015
41016 Cerulean
41017 \begin_inset ERT
41018 status collapsed
41019
41020 \begin_layout Plain Layout
41021
41022 }{
41023 \end_layout
41024
41025 \end_inset
41026
41027
41028 \begin_inset Phantom Phantom
41029 status open
41030
41031 \begin_layout Plain Layout
41032 W
41033 \end_layout
41034
41035 \end_inset
41036
41037
41038 \begin_inset ERT
41039 status collapsed
41040
41041 \begin_layout Plain Layout
41042
41043 }
41044 \end_layout
41045
41046 \end_inset
41047
41048  Cerulean
41049 \end_layout
41050
41051 \end_inset
41052 </cell>
41053 <cell alignment="left" valignment="top" usebox="none">
41054 \begin_inset Text
41055
41056 \begin_layout Plain Layout
41057 \begin_inset ERT
41058 status collapsed
41059
41060 \begin_layout Plain Layout
41061
41062
41063 \backslash
41064 fcolorbox{black}{
41065 \end_layout
41066
41067 \end_inset
41068
41069 CornflowerBlue
41070 \begin_inset ERT
41071 status collapsed
41072
41073 \begin_layout Plain Layout
41074
41075 }{
41076 \end_layout
41077
41078 \end_inset
41079
41080
41081 \begin_inset Phantom Phantom
41082 status open
41083
41084 \begin_layout Plain Layout
41085 W
41086 \end_layout
41087
41088 \end_inset
41089
41090
41091 \begin_inset ERT
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095
41096 }
41097 \end_layout
41098
41099 \end_inset
41100
41101  CornflowerBlue
41102 \end_layout
41103
41104 \end_inset
41105 </cell>
41106 </row>
41107 <row>
41108 <cell alignment="left" valignment="top" usebox="none">
41109 \begin_inset Text
41110
41111 \begin_layout Plain Layout
41112 \begin_inset ERT
41113 status collapsed
41114
41115 \begin_layout Plain Layout
41116
41117
41118 \backslash
41119 fcolorbox{black}{
41120 \end_layout
41121
41122 \end_inset
41123
41124 Dandelion
41125 \begin_inset ERT
41126 status collapsed
41127
41128 \begin_layout Plain Layout
41129
41130 }{
41131 \end_layout
41132
41133 \end_inset
41134
41135
41136 \begin_inset Phantom Phantom
41137 status open
41138
41139 \begin_layout Plain Layout
41140 W
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \begin_inset ERT
41147 status collapsed
41148
41149 \begin_layout Plain Layout
41150
41151 }
41152 \end_layout
41153
41154 \end_inset
41155
41156  Dandelion
41157 \end_layout
41158
41159 \end_inset
41160 </cell>
41161 <cell alignment="left" valignment="top" usebox="none">
41162 \begin_inset Text
41163
41164 \begin_layout Plain Layout
41165 \begin_inset ERT
41166 status collapsed
41167
41168 \begin_layout Plain Layout
41169
41170
41171 \backslash
41172 fcolorbox{black}{
41173 \end_layout
41174
41175 \end_inset
41176
41177 DarkOrchid
41178 \begin_inset ERT
41179 status collapsed
41180
41181 \begin_layout Plain Layout
41182
41183 }{
41184 \end_layout
41185
41186 \end_inset
41187
41188
41189 \begin_inset Phantom Phantom
41190 status open
41191
41192 \begin_layout Plain Layout
41193 W
41194 \end_layout
41195
41196 \end_inset
41197
41198
41199 \begin_inset ERT
41200 status collapsed
41201
41202 \begin_layout Plain Layout
41203
41204 }
41205 \end_layout
41206
41207 \end_inset
41208
41209  DarkOrchid
41210 \end_layout
41211
41212 \end_inset
41213 </cell>
41214 <cell alignment="left" valignment="top" usebox="none">
41215 \begin_inset Text
41216
41217 \begin_layout Plain Layout
41218 \begin_inset ERT
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222
41223
41224 \backslash
41225 fcolorbox{black}{
41226 \end_layout
41227
41228 \end_inset
41229
41230 Emerald
41231 \begin_inset ERT
41232 status collapsed
41233
41234 \begin_layout Plain Layout
41235
41236 }{
41237 \end_layout
41238
41239 \end_inset
41240
41241
41242 \begin_inset Phantom Phantom
41243 status open
41244
41245 \begin_layout Plain Layout
41246 W
41247 \end_layout
41248
41249 \end_inset
41250
41251
41252 \begin_inset ERT
41253 status collapsed
41254
41255 \begin_layout Plain Layout
41256
41257 }
41258 \end_layout
41259
41260 \end_inset
41261
41262  Emerald
41263 \end_layout
41264
41265 \end_inset
41266 </cell>
41267 <cell alignment="left" valignment="top" usebox="none">
41268 \begin_inset Text
41269
41270 \begin_layout Plain Layout
41271 \begin_inset ERT
41272 status collapsed
41273
41274 \begin_layout Plain Layout
41275
41276
41277 \backslash
41278 fcolorbox{black}{
41279 \end_layout
41280
41281 \end_inset
41282
41283 ForestGreen
41284 \begin_inset ERT
41285 status collapsed
41286
41287 \begin_layout Plain Layout
41288
41289 }{
41290 \end_layout
41291
41292 \end_inset
41293
41294
41295 \begin_inset Phantom Phantom
41296 status open
41297
41298 \begin_layout Plain Layout
41299 W
41300 \end_layout
41301
41302 \end_inset
41303
41304
41305 \begin_inset ERT
41306 status collapsed
41307
41308 \begin_layout Plain Layout
41309
41310 }
41311 \end_layout
41312
41313 \end_inset
41314
41315  ForestGreen
41316 \end_layout
41317
41318 \end_inset
41319 </cell>
41320 </row>
41321 <row>
41322 <cell alignment="left" valignment="top" usebox="none">
41323 \begin_inset Text
41324
41325 \begin_layout Plain Layout
41326 \begin_inset ERT
41327 status collapsed
41328
41329 \begin_layout Plain Layout
41330
41331
41332 \backslash
41333 fcolorbox{black}{
41334 \end_layout
41335
41336 \end_inset
41337
41338 Fuchsia
41339 \begin_inset ERT
41340 status collapsed
41341
41342 \begin_layout Plain Layout
41343
41344 }{
41345 \end_layout
41346
41347 \end_inset
41348
41349
41350 \begin_inset Phantom Phantom
41351 status open
41352
41353 \begin_layout Plain Layout
41354 W
41355 \end_layout
41356
41357 \end_inset
41358
41359
41360 \begin_inset ERT
41361 status collapsed
41362
41363 \begin_layout Plain Layout
41364
41365 }
41366 \end_layout
41367
41368 \end_inset
41369
41370  Fuchsia
41371 \end_layout
41372
41373 \end_inset
41374 </cell>
41375 <cell alignment="left" valignment="top" usebox="none">
41376 \begin_inset Text
41377
41378 \begin_layout Plain Layout
41379 \begin_inset ERT
41380 status collapsed
41381
41382 \begin_layout Plain Layout
41383
41384
41385 \backslash
41386 fcolorbox{black}{
41387 \end_layout
41388
41389 \end_inset
41390
41391 Goldenrod
41392 \begin_inset ERT
41393 status collapsed
41394
41395 \begin_layout Plain Layout
41396
41397 }{
41398 \end_layout
41399
41400 \end_inset
41401
41402
41403 \begin_inset Phantom Phantom
41404 status open
41405
41406 \begin_layout Plain Layout
41407 W
41408 \end_layout
41409
41410 \end_inset
41411
41412
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418 }
41419 \end_layout
41420
41421 \end_inset
41422
41423  Goldenrod
41424 \end_layout
41425
41426 \end_inset
41427 </cell>
41428 <cell alignment="left" valignment="top" usebox="none">
41429 \begin_inset Text
41430
41431 \begin_layout Plain Layout
41432 \begin_inset ERT
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436
41437
41438 \backslash
41439 fcolorbox{black}{
41440 \end_layout
41441
41442 \end_inset
41443
41444 Gray
41445 \begin_inset ERT
41446 status collapsed
41447
41448 \begin_layout Plain Layout
41449
41450 }{
41451 \end_layout
41452
41453 \end_inset
41454
41455
41456 \begin_inset Phantom Phantom
41457 status open
41458
41459 \begin_layout Plain Layout
41460 W
41461 \end_layout
41462
41463 \end_inset
41464
41465
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471 }
41472 \end_layout
41473
41474 \end_inset
41475
41476  Gray
41477 \end_layout
41478
41479 \end_inset
41480 </cell>
41481 <cell alignment="left" valignment="top" usebox="none">
41482 \begin_inset Text
41483
41484 \begin_layout Plain Layout
41485 \begin_inset ERT
41486 status collapsed
41487
41488 \begin_layout Plain Layout
41489
41490
41491 \backslash
41492 fcolorbox{black}{
41493 \end_layout
41494
41495 \end_inset
41496
41497 GreenYellow
41498 \begin_inset ERT
41499 status collapsed
41500
41501 \begin_layout Plain Layout
41502
41503 }{
41504 \end_layout
41505
41506 \end_inset
41507
41508
41509 \begin_inset Phantom Phantom
41510 status open
41511
41512 \begin_layout Plain Layout
41513 W
41514 \end_layout
41515
41516 \end_inset
41517
41518
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524 }
41525 \end_layout
41526
41527 \end_inset
41528
41529  GreenYellow
41530 \end_layout
41531
41532 \end_inset
41533 </cell>
41534 </row>
41535 <row>
41536 <cell alignment="center" valignment="top" usebox="none">
41537 \begin_inset Text
41538
41539 \begin_layout Plain Layout
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545
41546 \backslash
41547 fcolorbox{black}{
41548 \end_layout
41549
41550 \end_inset
41551
41552 JungleGreen
41553 \begin_inset ERT
41554 status collapsed
41555
41556 \begin_layout Plain Layout
41557
41558 }{
41559 \end_layout
41560
41561 \end_inset
41562
41563
41564 \begin_inset Phantom Phantom
41565 status open
41566
41567 \begin_layout Plain Layout
41568 W
41569 \end_layout
41570
41571 \end_inset
41572
41573
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579 }
41580 \end_layout
41581
41582 \end_inset
41583
41584  JungleGreen
41585 \end_layout
41586
41587 \end_inset
41588 </cell>
41589 <cell alignment="center" valignment="top" usebox="none">
41590 \begin_inset Text
41591
41592 \begin_layout Plain Layout
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598
41599 \backslash
41600 fcolorbox{black}{
41601 \end_layout
41602
41603 \end_inset
41604
41605 Lavender
41606 \begin_inset ERT
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610
41611 }{
41612 \end_layout
41613
41614 \end_inset
41615
41616
41617 \begin_inset Phantom Phantom
41618 status open
41619
41620 \begin_layout Plain Layout
41621 W
41622 \end_layout
41623
41624 \end_inset
41625
41626
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }
41633 \end_layout
41634
41635 \end_inset
41636
41637  Lavender
41638 \end_layout
41639
41640 \end_inset
41641 </cell>
41642 <cell alignment="center" valignment="top" usebox="none">
41643 \begin_inset Text
41644
41645 \begin_layout Plain Layout
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651
41652 \backslash
41653 fcolorbox{black}{
41654 \end_layout
41655
41656 \end_inset
41657
41658 LimeGreen
41659 \begin_inset ERT
41660 status collapsed
41661
41662 \begin_layout Plain Layout
41663
41664 }{
41665 \end_layout
41666
41667 \end_inset
41668
41669
41670 \begin_inset Phantom Phantom
41671 status open
41672
41673 \begin_layout Plain Layout
41674 W
41675 \end_layout
41676
41677 \end_inset
41678
41679
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685 }
41686 \end_layout
41687
41688 \end_inset
41689
41690  LimeGreen
41691 \end_layout
41692
41693 \end_inset
41694 </cell>
41695 <cell alignment="center" valignment="top" usebox="none">
41696 \begin_inset Text
41697
41698 \begin_layout Plain Layout
41699 \begin_inset ERT
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703
41704
41705 \backslash
41706 fcolorbox{black}{
41707 \end_layout
41708
41709 \end_inset
41710
41711 Mahogany
41712 \begin_inset ERT
41713 status collapsed
41714
41715 \begin_layout Plain Layout
41716
41717 }{
41718 \end_layout
41719
41720 \end_inset
41721
41722
41723 \begin_inset Phantom Phantom
41724 status open
41725
41726 \begin_layout Plain Layout
41727 W
41728 \end_layout
41729
41730 \end_inset
41731
41732
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738 }
41739 \end_layout
41740
41741 \end_inset
41742
41743  Mahogany
41744 \end_layout
41745
41746 \end_inset
41747 </cell>
41748 </row>
41749 <row>
41750 <cell alignment="left" valignment="top" usebox="none">
41751 \begin_inset Text
41752
41753 \begin_layout Plain Layout
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759
41760 \backslash
41761 fcolorbox{black}{
41762 \end_layout
41763
41764 \end_inset
41765
41766 Mahogany
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772 }{
41773 \end_layout
41774
41775 \end_inset
41776
41777
41778 \begin_inset Phantom Phantom
41779 status open
41780
41781 \begin_layout Plain Layout
41782 W
41783 \end_layout
41784
41785 \end_inset
41786
41787
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793 }
41794 \end_layout
41795
41796 \end_inset
41797
41798  Mahogany
41799 \end_layout
41800
41801 \end_inset
41802 </cell>
41803 <cell alignment="left" valignment="top" usebox="none">
41804 \begin_inset Text
41805
41806 \begin_layout Plain Layout
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812
41813 \backslash
41814 fcolorbox{black}{
41815 \end_layout
41816
41817 \end_inset
41818
41819 Maroon
41820 \begin_inset ERT
41821 status collapsed
41822
41823 \begin_layout Plain Layout
41824
41825 }{
41826 \end_layout
41827
41828 \end_inset
41829
41830
41831 \begin_inset Phantom Phantom
41832 status open
41833
41834 \begin_layout Plain Layout
41835 W
41836 \end_layout
41837
41838 \end_inset
41839
41840
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846 }
41847 \end_layout
41848
41849 \end_inset
41850
41851  Maroon
41852 \end_layout
41853
41854 \end_inset
41855 </cell>
41856 <cell alignment="left" valignment="top" usebox="none">
41857 \begin_inset Text
41858
41859 \begin_layout Plain Layout
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865
41866 \backslash
41867 fcolorbox{black}{
41868 \end_layout
41869
41870 \end_inset
41871
41872 Melon
41873 \begin_inset ERT
41874 status collapsed
41875
41876 \begin_layout Plain Layout
41877
41878 }{
41879 \end_layout
41880
41881 \end_inset
41882
41883
41884 \begin_inset Phantom Phantom
41885 status open
41886
41887 \begin_layout Plain Layout
41888 W
41889 \end_layout
41890
41891 \end_inset
41892
41893
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899 }
41900 \end_layout
41901
41902 \end_inset
41903
41904  Melon
41905 \end_layout
41906
41907 \end_inset
41908 </cell>
41909 <cell alignment="left" valignment="top" usebox="none">
41910 \begin_inset Text
41911
41912 \begin_layout Plain Layout
41913 \begin_inset ERT
41914 status collapsed
41915
41916 \begin_layout Plain Layout
41917
41918
41919 \backslash
41920 fcolorbox{black}{
41921 \end_layout
41922
41923 \end_inset
41924
41925 MidnightBlue
41926 \begin_inset ERT
41927 status collapsed
41928
41929 \begin_layout Plain Layout
41930
41931 }{
41932 \end_layout
41933
41934 \end_inset
41935
41936
41937 \begin_inset Phantom Phantom
41938 status open
41939
41940 \begin_layout Plain Layout
41941 W
41942 \end_layout
41943
41944 \end_inset
41945
41946
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952 }
41953 \end_layout
41954
41955 \end_inset
41956
41957  MidnightBlue
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 </row>
41963 <row>
41964 <cell alignment="left" valignment="top" usebox="none">
41965 \begin_inset Text
41966
41967 \begin_layout Plain Layout
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973
41974 \backslash
41975 fcolorbox{black}{
41976 \end_layout
41977
41978 \end_inset
41979
41980 Mulberry
41981 \begin_inset ERT
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985
41986 }{
41987 \end_layout
41988
41989 \end_inset
41990
41991
41992 \begin_inset Phantom Phantom
41993 status open
41994
41995 \begin_layout Plain Layout
41996 W
41997 \end_layout
41998
41999 \end_inset
42000
42001
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007 }
42008 \end_layout
42009
42010 \end_inset
42011
42012  Mulberry
42013 \end_layout
42014
42015 \end_inset
42016 </cell>
42017 <cell alignment="left" valignment="top" usebox="none">
42018 \begin_inset Text
42019
42020 \begin_layout Plain Layout
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026
42027 \backslash
42028 fcolorbox{black}{
42029 \end_layout
42030
42031 \end_inset
42032
42033 NavyBlue
42034 \begin_inset ERT
42035 status collapsed
42036
42037 \begin_layout Plain Layout
42038
42039 }{
42040 \end_layout
42041
42042 \end_inset
42043
42044
42045 \begin_inset Phantom Phantom
42046 status open
42047
42048 \begin_layout Plain Layout
42049 W
42050 \end_layout
42051
42052 \end_inset
42053
42054
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060 }
42061 \end_layout
42062
42063 \end_inset
42064
42065  NavyBlue
42066 \end_layout
42067
42068 \end_inset
42069 </cell>
42070 <cell alignment="left" valignment="top" usebox="none">
42071 \begin_inset Text
42072
42073 \begin_layout Plain Layout
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079
42080 \backslash
42081 fcolorbox{black}{
42082 \end_layout
42083
42084 \end_inset
42085
42086 OliveGreen
42087 \begin_inset ERT
42088 status collapsed
42089
42090 \begin_layout Plain Layout
42091
42092 }{
42093 \end_layout
42094
42095 \end_inset
42096
42097
42098 \begin_inset Phantom Phantom
42099 status open
42100
42101 \begin_layout Plain Layout
42102 W
42103 \end_layout
42104
42105 \end_inset
42106
42107
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 }
42114 \end_layout
42115
42116 \end_inset
42117
42118  OliveGreen
42119 \end_layout
42120
42121 \end_inset
42122 </cell>
42123 <cell alignment="left" valignment="top" usebox="none">
42124 \begin_inset Text
42125
42126 \begin_layout Plain Layout
42127 \begin_inset ERT
42128 status collapsed
42129
42130 \begin_layout Plain Layout
42131
42132
42133 \backslash
42134 fcolorbox{black}{
42135 \end_layout
42136
42137 \end_inset
42138
42139 Orange
42140 \begin_inset ERT
42141 status collapsed
42142
42143 \begin_layout Plain Layout
42144
42145 }{
42146 \end_layout
42147
42148 \end_inset
42149
42150
42151 \begin_inset Phantom Phantom
42152 status open
42153
42154 \begin_layout Plain Layout
42155 W
42156 \end_layout
42157
42158 \end_inset
42159
42160
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166 }
42167 \end_layout
42168
42169 \end_inset
42170
42171  Orange
42172 \end_layout
42173
42174 \end_inset
42175 </cell>
42176 </row>
42177 <row>
42178 <cell alignment="left" valignment="top" usebox="none">
42179 \begin_inset Text
42180
42181 \begin_layout Plain Layout
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187
42188 \backslash
42189 fcolorbox{black}{
42190 \end_layout
42191
42192 \end_inset
42193
42194 OrangeRed
42195 \begin_inset ERT
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199
42200 }{
42201 \end_layout
42202
42203 \end_inset
42204
42205
42206 \begin_inset Phantom Phantom
42207 status open
42208
42209 \begin_layout Plain Layout
42210 W
42211 \end_layout
42212
42213 \end_inset
42214
42215
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221 }
42222 \end_layout
42223
42224 \end_inset
42225
42226  OrangeRed
42227 \end_layout
42228
42229 \end_inset
42230 </cell>
42231 <cell alignment="left" valignment="top" usebox="none">
42232 \begin_inset Text
42233
42234 \begin_layout Plain Layout
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240
42241 \backslash
42242 fcolorbox{black}{
42243 \end_layout
42244
42245 \end_inset
42246
42247 Orchid
42248 \begin_inset ERT
42249 status collapsed
42250
42251 \begin_layout Plain Layout
42252
42253 }{
42254 \end_layout
42255
42256 \end_inset
42257
42258
42259 \begin_inset Phantom Phantom
42260 status open
42261
42262 \begin_layout Plain Layout
42263 W
42264 \end_layout
42265
42266 \end_inset
42267
42268
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274 }
42275 \end_layout
42276
42277 \end_inset
42278
42279  Orchid
42280 \end_layout
42281
42282 \end_inset
42283 </cell>
42284 <cell alignment="left" valignment="top" usebox="none">
42285 \begin_inset Text
42286
42287 \begin_layout Plain Layout
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293
42294 \backslash
42295 fcolorbox{black}{
42296 \end_layout
42297
42298 \end_inset
42299
42300 Peach
42301 \begin_inset ERT
42302 status collapsed
42303
42304 \begin_layout Plain Layout
42305
42306 }{
42307 \end_layout
42308
42309 \end_inset
42310
42311
42312 \begin_inset Phantom Phantom
42313 status open
42314
42315 \begin_layout Plain Layout
42316 W
42317 \end_layout
42318
42319 \end_inset
42320
42321
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327 }
42328 \end_layout
42329
42330 \end_inset
42331
42332  Peach
42333 \end_layout
42334
42335 \end_inset
42336 </cell>
42337 <cell alignment="left" valignment="top" usebox="none">
42338 \begin_inset Text
42339
42340 \begin_layout Plain Layout
42341 \begin_inset ERT
42342 status collapsed
42343
42344 \begin_layout Plain Layout
42345
42346
42347 \backslash
42348 fcolorbox{black}{
42349 \end_layout
42350
42351 \end_inset
42352
42353 Periwinkle
42354 \begin_inset ERT
42355 status collapsed
42356
42357 \begin_layout Plain Layout
42358
42359 }{
42360 \end_layout
42361
42362 \end_inset
42363
42364
42365 \begin_inset Phantom Phantom
42366 status open
42367
42368 \begin_layout Plain Layout
42369 W
42370 \end_layout
42371
42372 \end_inset
42373
42374
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 }
42381 \end_layout
42382
42383 \end_inset
42384
42385  Periwinkle
42386 \end_layout
42387
42388 \end_inset
42389 </cell>
42390 </row>
42391 <row>
42392 <cell alignment="left" valignment="top" usebox="none">
42393 \begin_inset Text
42394
42395 \begin_layout Plain Layout
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401
42402 \backslash
42403 fcolorbox{black}{
42404 \end_layout
42405
42406 \end_inset
42407
42408 PineGreen
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414 }{
42415 \end_layout
42416
42417 \end_inset
42418
42419
42420 \begin_inset Phantom Phantom
42421 status open
42422
42423 \begin_layout Plain Layout
42424 W
42425 \end_layout
42426
42427 \end_inset
42428
42429
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435 }
42436 \end_layout
42437
42438 \end_inset
42439
42440  PineGreen
42441 \end_layout
42442
42443 \end_inset
42444 </cell>
42445 <cell alignment="left" valignment="top" usebox="none">
42446 \begin_inset Text
42447
42448 \begin_layout Plain Layout
42449 \begin_inset ERT
42450 status collapsed
42451
42452 \begin_layout Plain Layout
42453
42454
42455 \backslash
42456 fcolorbox{black}{
42457 \end_layout
42458
42459 \end_inset
42460
42461 Plum
42462 \begin_inset ERT
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466
42467 }{
42468 \end_layout
42469
42470 \end_inset
42471
42472
42473 \begin_inset Phantom Phantom
42474 status open
42475
42476 \begin_layout Plain Layout
42477 W
42478 \end_layout
42479
42480 \end_inset
42481
42482
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488 }
42489 \end_layout
42490
42491 \end_inset
42492
42493  Plum
42494 \end_layout
42495
42496 \end_inset
42497 </cell>
42498 <cell alignment="left" valignment="top" usebox="none">
42499 \begin_inset Text
42500
42501 \begin_layout Plain Layout
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507
42508 \backslash
42509 fcolorbox{black}{
42510 \end_layout
42511
42512 \end_inset
42513
42514 ProcessBlue
42515 \begin_inset ERT
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519
42520 }{
42521 \end_layout
42522
42523 \end_inset
42524
42525
42526 \begin_inset Phantom Phantom
42527 status open
42528
42529 \begin_layout Plain Layout
42530 W
42531 \end_layout
42532
42533 \end_inset
42534
42535
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }
42542 \end_layout
42543
42544 \end_inset
42545
42546  ProcessBlue
42547 \end_layout
42548
42549 \end_inset
42550 </cell>
42551 <cell alignment="left" valignment="top" usebox="none">
42552 \begin_inset Text
42553
42554 \begin_layout Plain Layout
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560
42561 \backslash
42562 fcolorbox{black}{
42563 \end_layout
42564
42565 \end_inset
42566
42567 Purple
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573 }{
42574 \end_layout
42575
42576 \end_inset
42577
42578
42579 \begin_inset Phantom Phantom
42580 status open
42581
42582 \begin_layout Plain Layout
42583 W
42584 \end_layout
42585
42586 \end_inset
42587
42588
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594 }
42595 \end_layout
42596
42597 \end_inset
42598
42599  Purple
42600 \end_layout
42601
42602 \end_inset
42603 </cell>
42604 </row>
42605 <row>
42606 <cell alignment="left" valignment="top" usebox="none">
42607 \begin_inset Text
42608
42609 \begin_layout Plain Layout
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615
42616 \backslash
42617 fcolorbox{black}{
42618 \end_layout
42619
42620 \end_inset
42621
42622 RawSienna
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628 }{
42629 \end_layout
42630
42631 \end_inset
42632
42633
42634 \begin_inset Phantom Phantom
42635 status open
42636
42637 \begin_layout Plain Layout
42638 W
42639 \end_layout
42640
42641 \end_inset
42642
42643
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649 }
42650 \end_layout
42651
42652 \end_inset
42653
42654  RawSienna
42655 \end_layout
42656
42657 \end_inset
42658 </cell>
42659 <cell alignment="left" valignment="top" usebox="none">
42660 \begin_inset Text
42661
42662 \begin_layout Plain Layout
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668
42669 \backslash
42670 fcolorbox{black}{
42671 \end_layout
42672
42673 \end_inset
42674
42675 RedOrange
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }{
42682 \end_layout
42683
42684 \end_inset
42685
42686
42687 \begin_inset Phantom Phantom
42688 status open
42689
42690 \begin_layout Plain Layout
42691 W
42692 \end_layout
42693
42694 \end_inset
42695
42696
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702 }
42703 \end_layout
42704
42705 \end_inset
42706
42707  RedOrange
42708 \end_layout
42709
42710 \end_inset
42711 </cell>
42712 <cell alignment="left" valignment="top" usebox="none">
42713 \begin_inset Text
42714
42715 \begin_layout Plain Layout
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721
42722 \backslash
42723 fcolorbox{black}{
42724 \end_layout
42725
42726 \end_inset
42727
42728 RedViolet
42729 \begin_inset ERT
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733
42734 }{
42735 \end_layout
42736
42737 \end_inset
42738
42739
42740 \begin_inset Phantom Phantom
42741 status open
42742
42743 \begin_layout Plain Layout
42744 W
42745 \end_layout
42746
42747 \end_inset
42748
42749
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755 }
42756 \end_layout
42757
42758 \end_inset
42759
42760  RedViolet
42761 \end_layout
42762
42763 \end_inset
42764 </cell>
42765 <cell alignment="left" valignment="top" usebox="none">
42766 \begin_inset Text
42767
42768 \begin_layout Plain Layout
42769 \begin_inset ERT
42770 status collapsed
42771
42772 \begin_layout Plain Layout
42773
42774
42775 \backslash
42776 fcolorbox{black}{
42777 \end_layout
42778
42779 \end_inset
42780
42781 Rhodamine
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787 }{
42788 \end_layout
42789
42790 \end_inset
42791
42792
42793 \begin_inset Phantom Phantom
42794 status open
42795
42796 \begin_layout Plain Layout
42797 W
42798 \end_layout
42799
42800 \end_inset
42801
42802
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808 }
42809 \end_layout
42810
42811 \end_inset
42812
42813  Rhodamine
42814 \end_layout
42815
42816 \end_inset
42817 </cell>
42818 </row>
42819 <row>
42820 <cell alignment="left" valignment="top" usebox="none">
42821 \begin_inset Text
42822
42823 \begin_layout Plain Layout
42824 \begin_inset ERT
42825 status collapsed
42826
42827 \begin_layout Plain Layout
42828
42829
42830 \backslash
42831 fcolorbox{black}{
42832 \end_layout
42833
42834 \end_inset
42835
42836 RoyalBlue
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842 }{
42843 \end_layout
42844
42845 \end_inset
42846
42847
42848 \begin_inset Phantom Phantom
42849 status open
42850
42851 \begin_layout Plain Layout
42852 W
42853 \end_layout
42854
42855 \end_inset
42856
42857
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863 }
42864 \end_layout
42865
42866 \end_inset
42867
42868  RoyalBlue
42869 \end_layout
42870
42871 \end_inset
42872 </cell>
42873 <cell alignment="left" valignment="top" usebox="none">
42874 \begin_inset Text
42875
42876 \begin_layout Plain Layout
42877 \begin_inset ERT
42878 status collapsed
42879
42880 \begin_layout Plain Layout
42881
42882
42883 \backslash
42884 fcolorbox{black}{
42885 \end_layout
42886
42887 \end_inset
42888
42889 RoyalPurple
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }{
42896 \end_layout
42897
42898 \end_inset
42899
42900
42901 \begin_inset Phantom Phantom
42902 status open
42903
42904 \begin_layout Plain Layout
42905 W
42906 \end_layout
42907
42908 \end_inset
42909
42910
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916 }
42917 \end_layout
42918
42919 \end_inset
42920
42921  RoyalPurple
42922 \end_layout
42923
42924 \end_inset
42925 </cell>
42926 <cell alignment="left" valignment="top" usebox="none">
42927 \begin_inset Text
42928
42929 \begin_layout Plain Layout
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935
42936 \backslash
42937 fcolorbox{black}{
42938 \end_layout
42939
42940 \end_inset
42941
42942 RubineRed
42943 \begin_inset ERT
42944 status collapsed
42945
42946 \begin_layout Plain Layout
42947
42948 }{
42949 \end_layout
42950
42951 \end_inset
42952
42953
42954 \begin_inset Phantom Phantom
42955 status open
42956
42957 \begin_layout Plain Layout
42958 W
42959 \end_layout
42960
42961 \end_inset
42962
42963
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }
42970 \end_layout
42971
42972 \end_inset
42973
42974  RubineRed
42975 \end_layout
42976
42977 \end_inset
42978 </cell>
42979 <cell alignment="left" valignment="top" usebox="none">
42980 \begin_inset Text
42981
42982 \begin_layout Plain Layout
42983 \begin_inset ERT
42984 status collapsed
42985
42986 \begin_layout Plain Layout
42987
42988
42989 \backslash
42990 fcolorbox{black}{
42991 \end_layout
42992
42993 \end_inset
42994
42995 Salmon
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001 }{
43002 \end_layout
43003
43004 \end_inset
43005
43006
43007 \begin_inset Phantom Phantom
43008 status open
43009
43010 \begin_layout Plain Layout
43011 W
43012 \end_layout
43013
43014 \end_inset
43015
43016
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022 }
43023 \end_layout
43024
43025 \end_inset
43026
43027  Salmon
43028 \end_layout
43029
43030 \end_inset
43031 </cell>
43032 </row>
43033 <row>
43034 <cell alignment="left" valignment="top" usebox="none">
43035 \begin_inset Text
43036
43037 \begin_layout Plain Layout
43038 \begin_inset ERT
43039 status collapsed
43040
43041 \begin_layout Plain Layout
43042
43043
43044 \backslash
43045 fcolorbox{black}{
43046 \end_layout
43047
43048 \end_inset
43049
43050 SeaGreen
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056 }{
43057 \end_layout
43058
43059 \end_inset
43060
43061
43062 \begin_inset Phantom Phantom
43063 status open
43064
43065 \begin_layout Plain Layout
43066 W
43067 \end_layout
43068
43069 \end_inset
43070
43071
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077 }
43078 \end_layout
43079
43080 \end_inset
43081
43082  SeaGreen
43083 \end_layout
43084
43085 \end_inset
43086 </cell>
43087 <cell alignment="left" valignment="top" usebox="none">
43088 \begin_inset Text
43089
43090 \begin_layout Plain Layout
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096
43097 \backslash
43098 fcolorbox{black}{
43099 \end_layout
43100
43101 \end_inset
43102
43103 Sepia
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }{
43110 \end_layout
43111
43112 \end_inset
43113
43114
43115 \begin_inset Phantom Phantom
43116 status open
43117
43118 \begin_layout Plain Layout
43119 W
43120 \end_layout
43121
43122 \end_inset
43123
43124
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }
43131 \end_layout
43132
43133 \end_inset
43134
43135  Sepia
43136 \end_layout
43137
43138 \end_inset
43139 </cell>
43140 <cell alignment="left" valignment="top" usebox="none">
43141 \begin_inset Text
43142
43143 \begin_layout Plain Layout
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149
43150 \backslash
43151 fcolorbox{black}{
43152 \end_layout
43153
43154 \end_inset
43155
43156 SkyBlue
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162 }{
43163 \end_layout
43164
43165 \end_inset
43166
43167
43168 \begin_inset Phantom Phantom
43169 status open
43170
43171 \begin_layout Plain Layout
43172 W
43173 \end_layout
43174
43175 \end_inset
43176
43177
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183 }
43184 \end_layout
43185
43186 \end_inset
43187
43188  SkyBlue
43189 \end_layout
43190
43191 \end_inset
43192 </cell>
43193 <cell alignment="left" valignment="top" usebox="none">
43194 \begin_inset Text
43195
43196 \begin_layout Plain Layout
43197 \begin_inset ERT
43198 status collapsed
43199
43200 \begin_layout Plain Layout
43201
43202
43203 \backslash
43204 fcolorbox{black}{
43205 \end_layout
43206
43207 \end_inset
43208
43209 SpringGreen
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215 }{
43216 \end_layout
43217
43218 \end_inset
43219
43220
43221 \begin_inset Phantom Phantom
43222 status open
43223
43224 \begin_layout Plain Layout
43225 W
43226 \end_layout
43227
43228 \end_inset
43229
43230
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236 }
43237 \end_layout
43238
43239 \end_inset
43240
43241  SpringGreen
43242 \end_layout
43243
43244 \end_inset
43245 </cell>
43246 </row>
43247 <row>
43248 <cell alignment="left" valignment="top" usebox="none">
43249 \begin_inset Text
43250
43251 \begin_layout Plain Layout
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257
43258 \backslash
43259 fcolorbox{black}{
43260 \end_layout
43261
43262 \end_inset
43263
43264 Tan
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270 }{
43271 \end_layout
43272
43273 \end_inset
43274
43275
43276 \begin_inset Phantom Phantom
43277 status open
43278
43279 \begin_layout Plain Layout
43280 W
43281 \end_layout
43282
43283 \end_inset
43284
43285
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291 }
43292 \end_layout
43293
43294 \end_inset
43295
43296  Tan
43297 \end_layout
43298
43299 \end_inset
43300 </cell>
43301 <cell alignment="left" valignment="top" usebox="none">
43302 \begin_inset Text
43303
43304 \begin_layout Plain Layout
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310
43311 \backslash
43312 fcolorbox{black}{
43313 \end_layout
43314
43315 \end_inset
43316
43317 TealBlue
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }{
43324 \end_layout
43325
43326 \end_inset
43327
43328
43329 \begin_inset Phantom Phantom
43330 status open
43331
43332 \begin_layout Plain Layout
43333 W
43334 \end_layout
43335
43336 \end_inset
43337
43338
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }
43345 \end_layout
43346
43347 \end_inset
43348
43349  TealBlue
43350 \end_layout
43351
43352 \end_inset
43353 </cell>
43354 <cell alignment="left" valignment="top" usebox="none">
43355 \begin_inset Text
43356
43357 \begin_layout Plain Layout
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363
43364 \backslash
43365 fcolorbox{black}{
43366 \end_layout
43367
43368 \end_inset
43369
43370 Thistle
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }{
43377 \end_layout
43378
43379 \end_inset
43380
43381
43382 \begin_inset Phantom Phantom
43383 status open
43384
43385 \begin_layout Plain Layout
43386 W
43387 \end_layout
43388
43389 \end_inset
43390
43391
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397 }
43398 \end_layout
43399
43400 \end_inset
43401
43402  Thistle
43403 \end_layout
43404
43405 \end_inset
43406 </cell>
43407 <cell alignment="left" valignment="top" usebox="none">
43408 \begin_inset Text
43409
43410 \begin_layout Plain Layout
43411 \begin_inset ERT
43412 status collapsed
43413
43414 \begin_layout Plain Layout
43415
43416
43417 \backslash
43418 fcolorbox{black}{
43419 \end_layout
43420
43421 \end_inset
43422
43423 Turquoise
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429 }{
43430 \end_layout
43431
43432 \end_inset
43433
43434
43435 \begin_inset Phantom Phantom
43436 status open
43437
43438 \begin_layout Plain Layout
43439 W
43440 \end_layout
43441
43442 \end_inset
43443
43444
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450 }
43451 \end_layout
43452
43453 \end_inset
43454
43455  Turquoise
43456 \end_layout
43457
43458 \end_inset
43459 </cell>
43460 </row>
43461 <row>
43462 <cell alignment="left" valignment="top" usebox="none">
43463 \begin_inset Text
43464
43465 \begin_layout Plain Layout
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471
43472 \backslash
43473 fcolorbox{black}{
43474 \end_layout
43475
43476 \end_inset
43477
43478 Violet
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484 }{
43485 \end_layout
43486
43487 \end_inset
43488
43489
43490 \begin_inset Phantom Phantom
43491 status open
43492
43493 \begin_layout Plain Layout
43494 W
43495 \end_layout
43496
43497 \end_inset
43498
43499
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505 }
43506 \end_layout
43507
43508 \end_inset
43509
43510  Violet
43511 \end_layout
43512
43513 \end_inset
43514 </cell>
43515 <cell alignment="left" valignment="top" usebox="none">
43516 \begin_inset Text
43517
43518 \begin_layout Plain Layout
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524
43525 \backslash
43526 fcolorbox{black}{
43527 \end_layout
43528
43529 \end_inset
43530
43531 VioletRed
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }{
43538 \end_layout
43539
43540 \end_inset
43541
43542
43543 \begin_inset Phantom Phantom
43544 status open
43545
43546 \begin_layout Plain Layout
43547 W
43548 \end_layout
43549
43550 \end_inset
43551
43552
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558 }
43559 \end_layout
43560
43561 \end_inset
43562
43563  VioletRed
43564 \end_layout
43565
43566 \end_inset
43567 </cell>
43568 <cell alignment="left" valignment="top" usebox="none">
43569 \begin_inset Text
43570
43571 \begin_layout Plain Layout
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577
43578 \backslash
43579 fcolorbox{black}{
43580 \end_layout
43581
43582 \end_inset
43583
43584 WildStrawberry
43585 \begin_inset ERT
43586 status collapsed
43587
43588 \begin_layout Plain Layout
43589
43590 }{
43591 \end_layout
43592
43593 \end_inset
43594
43595
43596 \begin_inset Phantom Phantom
43597 status open
43598
43599 \begin_layout Plain Layout
43600 W
43601 \end_layout
43602
43603 \end_inset
43604
43605
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611 }
43612 \end_layout
43613
43614 \end_inset
43615
43616  WildStrawberry
43617 \end_layout
43618
43619 \end_inset
43620 </cell>
43621 <cell alignment="left" valignment="top" usebox="none">
43622 \begin_inset Text
43623
43624 \begin_layout Plain Layout
43625 \begin_inset ERT
43626 status collapsed
43627
43628 \begin_layout Plain Layout
43629
43630
43631 \backslash
43632 fcolorbox{black}{
43633 \end_layout
43634
43635 \end_inset
43636
43637 YellowGreen
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643 }{
43644 \end_layout
43645
43646 \end_inset
43647
43648
43649 \begin_inset Phantom Phantom
43650 status open
43651
43652 \begin_layout Plain Layout
43653 W
43654 \end_layout
43655
43656 \end_inset
43657
43658
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664 }
43665 \end_layout
43666
43667 \end_inset
43668
43669  YellowGreen
43670 \end_layout
43671
43672 \end_inset
43673 </cell>
43674 </row>
43675 <row>
43676 <cell alignment="left" valignment="top" usebox="none">
43677 \begin_inset Text
43678
43679 \begin_layout Plain Layout
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685
43686 \backslash
43687 fcolorbox{black}{
43688 \end_layout
43689
43690 \end_inset
43691
43692 YellowOrange
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }{
43699 \end_layout
43700
43701 \end_inset
43702
43703
43704 \begin_inset Phantom Phantom
43705 status open
43706
43707 \begin_layout Plain Layout
43708 W
43709 \end_layout
43710
43711 \end_inset
43712
43713
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719 }
43720 \end_layout
43721
43722 \end_inset
43723
43724  YellowOrange
43725 \end_layout
43726
43727 \end_inset
43728 </cell>
43729 <cell alignment="left" valignment="top" usebox="none">
43730 \begin_inset Text
43731
43732 \begin_layout Plain Layout
43733
43734 \end_layout
43735
43736 \end_inset
43737 </cell>
43738 <cell alignment="left" valignment="top" usebox="none">
43739 \begin_inset Text
43740
43741 \begin_layout Plain Layout
43742
43743 \end_layout
43744
43745 \end_inset
43746 </cell>
43747 <cell alignment="left" valignment="top" usebox="none">
43748 \begin_inset Text
43749
43750 \begin_layout Plain Layout
43751
43752 \end_layout
43753
43754 \end_inset
43755 </cell>
43756 </row>
43757 </lyxtabular>
43758
43759 \end_inset
43760
43761
43762 \end_layout
43763
43764 \begin_layout Chapter
43765 Explanation of Equation
43766 \begin_inset space ~
43767 \end_inset
43768
43769 (
43770 \begin_inset CommandInset ref
43771 LatexCommand ref
43772 reference "eq:Wgn"
43773
43774 \end_inset
43775
43776 )
43777 \begin_inset CommandInset label
43778 LatexCommand label
43779 name "cha:Explanation-of-Equation"
43780
43781 \end_inset
43782
43783
43784 \end_layout
43785
43786 \begin_layout Standard
43787 We can calculate the total width of 
43788 \emph on
43789 n
43790 \emph default
43791  table cells 
43792 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43793 \end_inset
43794
43795  as follows:
43796 \begin_inset Formula 
43797 \begin{equation}
43798 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43799 \end{equation}
43800
43801 \end_inset
43802
43803 where 
43804 \begin_inset Formula $W_{g\, n}$
43805 \end_inset
43806
43807  is the given width of all cells, 
43808 \series bold
43809
43810 \backslash
43811 tabcolsep
43812 \series default
43813  is the LaTeX-length between the cell text and the cell border (its default
43814  value is 6
43815 \begin_inset space \thinspace{}
43816 \end_inset
43817
43818 pt).
43819  
43820 \series bold
43821
43822 \backslash
43823 arrayrulewidth
43824 \series default
43825  is the thickness of the cell border line, the default is 0.4
43826 \begin_inset space \thinspace{}
43827 \end_inset
43828
43829 pt.
43830 \end_layout
43831
43832 \begin_layout Standard
43833 Following equation
43834 \begin_inset space ~
43835 \end_inset
43836
43837
43838 \begin_inset CommandInset ref
43839 LatexCommand eqref
43840 reference "eq:Wtot_n"
43841
43842 \end_inset
43843
43844 , the total width of a multicolumn 
43845 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43846 \end_inset
43847
43848  is
43849 \begin_inset Formula 
43850 \begin{equation}
43851 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43852 \end{equation}
43853
43854 \end_inset
43855
43856
43857 \end_layout
43858
43859 \begin_layout Standard
43860 By setting equation
43861 \begin_inset space ~
43862 \end_inset
43863
43864
43865 \begin_inset CommandInset ref
43866 LatexCommand eqref
43867 reference "eq:Wtot_n"
43868
43869 \end_inset
43870
43871  and 
43872 \begin_inset CommandInset ref
43873 LatexCommand eqref
43874 reference "eq:Wtot_mult"
43875
43876 \end_inset
43877
43878  equal we can calculate the needed given width 
43879 \begin_inset Formula $W_{g\, n}$
43880 \end_inset
43881
43882  when 
43883 \emph on
43884 n
43885 \emph default
43886  columns are spanned, so that each column has a total width of 
43887 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43888 \end_inset
43889
43890 :
43891 \begin_inset Formula 
43892 \begin{equation}
43893 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43894 \end{equation}
43895
43896 \end_inset
43897
43898
43899 \end_layout
43900
43901 \begin_layout Bibliography
43902 \labelwidthstring Bibliography
43903 \begin_inset CommandInset bibitem
43904 LatexCommand bibitem
43905 key "latexcompanion"
43906
43907 \end_inset
43908
43909 Frank Mittelbach and Michel Goossens: 
43910 \emph on
43911 The LaTeX Companion Second Edition.
43912
43913 \emph default
43914  Addison-Wesley, 2004
43915 \end_layout
43916
43917 \begin_layout Bibliography
43918 \labelwidthstring Bibliography
43919 \begin_inset CommandInset bibitem
43920 LatexCommand bibitem
43921 key "latexguide"
43922
43923 \end_inset
43924
43925 Helmut Kopka and Patrick W.
43926  Daly: 
43927 \emph on
43928 A Guide to LaTeX Fourth Edition.
43929
43930 \emph default
43931  Addison-Wesley, 2003
43932 \end_layout
43933
43934 \begin_layout Bibliography
43935 \labelwidthstring Bibliography
43936 \begin_inset CommandInset bibitem
43937 LatexCommand bibitem
43938 key "latexbook"
43939
43940 \end_inset
43941
43942 Leslie Lamport: 
43943 \emph on
43944 LaTeX: A Document Preparation System.
43945
43946 \emph default
43947  Addison-Wesley, second edition, 1994
43948 \end_layout
43949
43950 \begin_layout Bibliography
43951 \labelwidthstring Bibliography
43952 \begin_inset CommandInset bibitem
43953 LatexCommand bibitem
43954 key "arydshln"
43955
43956 \end_inset
43957
43958 Documentation of the LaTeX-package 
43959 \series bold
43960
43961 \begin_inset CommandInset href
43962 LatexCommand href
43963 name "arydshln"
43964 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43965
43966 \end_inset
43967
43968
43969 \series default
43970
43971 \begin_inset Index idx
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975 LaTeX-packages ! arydshln
43976 \end_layout
43977
43978 \end_inset
43979
43980
43981 \end_layout
43982
43983 \begin_layout Bibliography
43984 \labelwidthstring Bibliography
43985 \begin_inset CommandInset bibitem
43986 LatexCommand bibitem
43987 key "booktabs"
43988
43989 \end_inset
43990
43991 Documentation of the LaTeX-package 
43992 \series bold
43993
43994 \begin_inset CommandInset href
43995 LatexCommand href
43996 name "booktabs"
43997 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43998
43999 \end_inset
44000
44001
44002 \series default
44003
44004 \begin_inset Index idx
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008 LaTeX-packages ! booktabs
44009 \end_layout
44010
44011 \end_inset
44012
44013
44014 \end_layout
44015
44016 \begin_layout Bibliography
44017 \labelwidthstring Bibliography
44018 \begin_inset CommandInset bibitem
44019 LatexCommand bibitem
44020 key "caption"
44021
44022 \end_inset
44023
44024 Documentation of the LaTeX-package 
44025 \series bold
44026
44027 \begin_inset CommandInset href
44028 LatexCommand href
44029 name "caption"
44030 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
44031
44032 \end_inset
44033
44034
44035 \series default
44036
44037 \begin_inset Index idx
44038 status collapsed
44039
44040 \begin_layout Plain Layout
44041 LaTeX-packages ! caption
44042 \end_layout
44043
44044 \end_inset
44045
44046
44047 \end_layout
44048
44049 \begin_layout Bibliography
44050 \labelwidthstring Bibliography
44051 \begin_inset CommandInset bibitem
44052 LatexCommand bibitem
44053 key "diagbox"
44054
44055 \end_inset
44056
44057 Documentation of the LaTeX-package 
44058 \series bold
44059
44060 \begin_inset CommandInset href
44061 LatexCommand href
44062 name "diagbox"
44063 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44064
44065 \end_inset
44066
44067
44068 \series default
44069
44070 \begin_inset Index idx
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074 LaTeX-packages ! diagbox
44075 \end_layout
44076
44077 \end_inset
44078
44079
44080 \end_layout
44081
44082 \begin_layout Bibliography
44083 \labelwidthstring Bibliography
44084 \begin_inset CommandInset bibitem
44085 LatexCommand bibitem
44086 key "endfloat"
44087
44088 \end_inset
44089
44090 Documentation of the LaTeX-package 
44091 \series bold
44092
44093 \begin_inset CommandInset href
44094 LatexCommand href
44095 name "endfloat"
44096 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44097
44098 \end_inset
44099
44100
44101 \series default
44102
44103 \begin_inset Index idx
44104 status collapsed
44105
44106 \begin_layout Plain Layout
44107 LaTeX-packages ! endfloat
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \end_layout
44114
44115 \begin_layout Bibliography
44116 \labelwidthstring Bibliography
44117 \begin_inset CommandInset bibitem
44118 LatexCommand bibitem
44119 key "footmisc"
44120
44121 \end_inset
44122
44123 Documentation of the LaTeX-package 
44124 \series bold
44125
44126 \begin_inset CommandInset href
44127 LatexCommand href
44128 name "footmisc"
44129 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44130
44131 \end_inset
44132
44133
44134 \series default
44135
44136 \begin_inset Index idx
44137 status collapsed
44138
44139 \begin_layout Plain Layout
44140 LaTeX-packages ! footmisc
44141 \end_layout
44142
44143 \end_inset
44144
44145
44146 \end_layout
44147
44148 \begin_layout Bibliography
44149 \labelwidthstring Bibliography
44150 \begin_inset CommandInset bibitem
44151 LatexCommand bibitem
44152 key "hypcap"
44153
44154 \end_inset
44155
44156 Documentation of the LaTeX-package 
44157 \series bold
44158
44159 \begin_inset CommandInset href
44160 LatexCommand href
44161 name "hypcap"
44162 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44163
44164 \end_inset
44165
44166
44167 \series default
44168
44169 \begin_inset Index idx
44170 status collapsed
44171
44172 \begin_layout Plain Layout
44173 LaTeX-packages ! hyperref
44174 \end_layout
44175
44176 \end_inset
44177
44178
44179 \end_layout
44180
44181 \begin_layout Bibliography
44182 \labelwidthstring Bibliography
44183 \begin_inset CommandInset bibitem
44184 LatexCommand bibitem
44185 key "hyperref"
44186
44187 \end_inset
44188
44189 Documentation of the LaTeX-package 
44190 \series bold
44191
44192 \begin_inset CommandInset href
44193 LatexCommand href
44194 name "hyperref"
44195 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44196
44197 \end_inset
44198
44199
44200 \series default
44201
44202 \begin_inset Index idx
44203 status collapsed
44204
44205 \begin_layout Plain Layout
44206 LaTeX-packages ! hyperref
44207 \end_layout
44208
44209 \end_inset
44210
44211
44212 \end_layout
44213
44214 \begin_layout Bibliography
44215 \labelwidthstring Bibliography
44216 \begin_inset CommandInset bibitem
44217 LatexCommand bibitem
44218 key "KOMA-Script"
44219
44220 \end_inset
44221
44222 Documentation of the LaTeX-package 
44223 \series bold
44224
44225 \begin_inset CommandInset href
44226 LatexCommand href
44227 name "KOMA-Script"
44228 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
44229
44230 \end_inset
44231
44232
44233 \series default
44234
44235 \begin_inset Index idx
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239 LaTeX-packages ! KOMA-Script
44240 \end_layout
44241
44242 \end_inset
44243
44244
44245 \end_layout
44246
44247 \begin_layout Bibliography
44248 \labelwidthstring Bibliography
44249 \begin_inset CommandInset bibitem
44250 LatexCommand bibitem
44251 key "lettrine"
44252
44253 \end_inset
44254
44255 Documentation of the LaTeX-package 
44256 \series bold
44257
44258 \begin_inset CommandInset href
44259 LatexCommand href
44260 name "lettrine"
44261 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44262
44263 \end_inset
44264
44265
44266 \series default
44267  and an 
44268 \begin_inset CommandInset href
44269 LatexCommand href
44270 name "example"
44271 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44272
44273 \end_inset
44274
44275
44276 \begin_inset Index idx
44277 status collapsed
44278
44279 \begin_layout Plain Layout
44280 LaTeX-packages ! lettrine
44281 \end_layout
44282
44283 \end_inset
44284
44285
44286 \end_layout
44287
44288 \begin_layout Bibliography
44289 \labelwidthstring Bibliography
44290 \begin_inset CommandInset bibitem
44291 LatexCommand bibitem
44292 key "listings"
44293
44294 \end_inset
44295
44296 Documentation of the LaTeX-package 
44297 \series bold
44298
44299 \begin_inset CommandInset href
44300 LatexCommand href
44301 name "listings"
44302 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44303
44304 \end_inset
44305
44306
44307 \series default
44308
44309 \begin_inset Index idx
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313 LaTeX-packages ! listings
44314 \end_layout
44315
44316 \end_inset
44317
44318
44319 \end_layout
44320
44321 \begin_layout Bibliography
44322 \labelwidthstring Bibliography
44323 \begin_inset CommandInset bibitem
44324 LatexCommand bibitem
44325 key "marginnote"
44326
44327 \end_inset
44328
44329 Documentation of the LaTeX-package 
44330 \series bold
44331
44332 \begin_inset CommandInset href
44333 LatexCommand href
44334 name "marginnote"
44335 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44336
44337 \end_inset
44338
44339
44340 \series default
44341
44342 \begin_inset Index idx
44343 status collapsed
44344
44345 \begin_layout Plain Layout
44346 LaTeX-packages ! marginnote
44347 \end_layout
44348
44349 \end_inset
44350
44351
44352 \end_layout
44353
44354 \begin_layout Bibliography
44355 \labelwidthstring Bibliography
44356 \begin_inset CommandInset bibitem
44357 LatexCommand bibitem
44358 key "pdfpages"
44359
44360 \end_inset
44361
44362 Documentation of the LaTeX-package 
44363 \series bold
44364
44365 \begin_inset CommandInset href
44366 LatexCommand href
44367 name "pdfpages"
44368 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44369
44370 \end_inset
44371
44372
44373 \series default
44374
44375 \begin_inset Index idx
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379 LaTeX-packages ! pdfpages
44380 \end_layout
44381
44382 \end_inset
44383
44384
44385 \end_layout
44386
44387 \begin_layout Bibliography
44388 \labelwidthstring Bibliography
44389 \begin_inset CommandInset bibitem
44390 LatexCommand bibitem
44391 key "prettyref"
44392
44393 \end_inset
44394
44395 Documentation of the LaTeX-package 
44396 \series bold
44397
44398 \begin_inset CommandInset href
44399 LatexCommand href
44400 name "prettyref"
44401 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44402
44403 \end_inset
44404
44405
44406 \series default
44407
44408 \begin_inset Index idx
44409 status collapsed
44410
44411 \begin_layout Plain Layout
44412 LaTeX-packages ! prettyref
44413 \end_layout
44414
44415 \end_inset
44416
44417
44418 \end_layout
44419
44420 \begin_layout Bibliography
44421 \labelwidthstring Bibliography
44422 \begin_inset CommandInset bibitem
44423 LatexCommand bibitem
44424 key "pstricks"
44425
44426 \end_inset
44427
44428 Web page of the LaTeX-package 
44429 \series bold
44430
44431 \begin_inset CommandInset href
44432 LatexCommand href
44433 name "PSTricks"
44434 target "http://tug.org/PSTricks/"
44435
44436 \end_inset
44437
44438
44439 \series default
44440
44441 \begin_inset Index idx
44442 status collapsed
44443
44444 \begin_layout Plain Layout
44445 LaTeX-packages ! PSTricks
44446 \end_layout
44447
44448 \end_inset
44449
44450
44451 \end_layout
44452
44453 \begin_layout Bibliography
44454 \labelwidthstring Bibliography
44455 \begin_inset CommandInset bibitem
44456 LatexCommand bibitem
44457 key "refstyle"
44458
44459 \end_inset
44460
44461 Documentation of the LaTeX-package 
44462 \series bold
44463
44464 \begin_inset CommandInset href
44465 LatexCommand href
44466 name "refstyle"
44467 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44468
44469 \end_inset
44470
44471
44472 \series default
44473
44474 \begin_inset Index idx
44475 status collapsed
44476
44477 \begin_layout Plain Layout
44478 LaTeX-packages ! refstyle
44479 \end_layout
44480
44481 \end_inset
44482
44483
44484 \end_layout
44485
44486 \begin_layout Bibliography
44487 \labelwidthstring Bibliography
44488 \begin_inset CommandInset bibitem
44489 LatexCommand bibitem
44490 key "sidecap"
44491
44492 \end_inset
44493
44494 Documentation of the LaTeX-package 
44495 \series bold
44496
44497 \begin_inset CommandInset href
44498 LatexCommand href
44499 name "sidecap"
44500 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44501
44502 \end_inset
44503
44504
44505 \series default
44506
44507 \begin_inset Index idx
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511 LaTeX-packages ! sidecap
44512 \end_layout
44513
44514 \end_inset
44515
44516
44517 \end_layout
44518
44519 \begin_layout Bibliography
44520 \labelwidthstring Bibliography
44521 \begin_inset CommandInset bibitem
44522 LatexCommand bibitem
44523 key "NewInLyX20"
44524
44525 \end_inset
44526
44527
44528 \begin_inset CommandInset href
44529 LatexCommand href
44530 name "Wiki page"
44531 target "http://wiki.lyx.org/LyX/NewInLyX20"
44532
44533 \end_inset
44534
44535  about new features in 
44536 \family sans
44537 LyX 2.0
44538 \family default
44539 .
44540 \end_layout
44541
44542 \begin_layout Standard
44543 \begin_inset CommandInset index_print
44544 LatexCommand printindex
44545 type "idx"
44546
44547 \end_inset
44548
44549
44550 \end_layout
44551
44552 \end_body
44553 \end_document