]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
More sensible longtable caption handling (needed for bug #7412)
[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 take care 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 can use only the image formats that can directly be embedded in the
1305  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 here space 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 Additionally 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 for every longtable, even if you did
6494  not 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 have 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 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 anyway not satisfied with the border line spacing, you can use
15588  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 to 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 a separate standard paragraph
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 Floats\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, for figure floats, the command
23370  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 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  A grey cross-reference box like this one: 
23547 \begin_inset Graphics
23548         filename clipart/referenceQt4.png
23549         scale 85
23550         scaleBeforeRotation
23551
23552 \end_inset
23553
23554  will be inserted and the cross-reference window appear showing all labels
23555  of the document.
23556  If you have multiple LyX-documents opened, choose the one you are working
23557  on from the drop-list at the top of the dialog.
23558  You can now sort the labels alphabetically and then choose one.
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 change its link to the
23573  new label text, so that you don't need to take care about this.
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  Right-clicking on a cross-reference box also sets the cursor before the
23596  referenced label but without the possibility of going back.
23597 \end_layout
23598
23599 \begin_layout Subsection
23600 Cross-Reference Formats
23601 \begin_inset CommandInset label
23602 LatexCommand label
23603 name "sub:Cross-Reference-Formats"
23604
23605 \end_inset
23606
23607
23608 \begin_inset Index idx
23609 status collapsed
23610
23611 \begin_layout Plain Layout
23612 References ! Formats
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \begin_layout Standard
23621 There are six varieties of cross-references:
23622 \end_layout
23623
23624 \begin_layout Description
23625 <reference>: prints the float number, this is the default: 
23626 \begin_inset CommandInset ref
23627 LatexCommand ref
23628 reference "fig:Two-distorted-images"
23629
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \begin_layout Description
23636 (<reference>): prints the float number within two parentheses, this is the
23637  style normally used to reference formulas, especially when the reference
23638  name 
23639 \begin_inset Quotes eld
23640 \end_inset
23641
23642 Equation
23643 \begin_inset Quotes erd
23644 \end_inset
23645
23646  is omitted: 
23647 \begin_inset CommandInset ref
23648 LatexCommand eqref
23649 reference "eq:Wgn"
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Description
23657 <page>: prints the page number: Page
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \begin_inset CommandInset ref
23663 LatexCommand pageref
23664 reference "fig:Two-distorted-images"
23665
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \begin_layout Description
23672 on
23673 \begin_inset space ~
23674 \end_inset
23675
23676 page
23677 \begin_inset space ~
23678 \end_inset
23679
23680 <page>: prints the text "on page" and the page number: 
23681 \begin_inset CommandInset ref
23682 LatexCommand vpageref
23683 reference "fig:Two-distorted-images"
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \begin_layout Description
23691 <reference>
23692 \begin_inset space ~
23693 \end_inset
23694
23695 on
23696 \begin_inset space ~
23697 \end_inset
23698
23699 page
23700 \begin_inset space ~
23701 \end_inset
23702
23703 <page>: prints the float number, the text "on page", and the page number:
23704  
23705 \begin_inset CommandInset ref
23706 LatexCommand vref
23707 reference "fig:Two-distorted-images"
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Description
23715 Formatted
23716 \begin_inset space ~
23717 \end_inset
23718
23719 reference: prints a self-defined cross-reference format.
23720 \begin_inset Newline newline
23721 \end_inset
23722
23723
23724 \begin_inset Note Greyedout
23725 status open
23726
23727 \begin_layout Plain Layout
23728
23729 \series bold
23730 Note:
23731 \series default
23732  This feature is only available when you have the LaTeX-package 
23733 \series bold
23734 prettyref
23735 \series default
23736  or 
23737 \series bold
23738 refstyle
23739 \series default
23740
23741 \begin_inset Index idx
23742 status collapsed
23743
23744 \begin_layout Plain Layout
23745 LaTeX-packages ! prettyref
23746 \end_layout
23747
23748 \end_inset
23749
23750
23751 \begin_inset Index idx
23752 status collapsed
23753
23754 \begin_layout Plain Layout
23755 LaTeX-packages ! refstyle
23756 \end_layout
23757
23758 \end_inset
23759
23760  installed.
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \begin_inset Newline newline
23767 \end_inset
23768
23769 You can select which LaTeX-package should be used for this feature by setting
23770  the option 
23771 \family sans
23772 Use refstyle (not prettyref) for cross-references
23773 \family default
23774  in the menu 
23775 \family sans
23776 Document\SpecialChar \menuseparator
23777 Settings\SpecialChar \menuseparator
23778 Document Class
23779 \family default
23780 .
23781  The format is specified by adding the command 
23782 \series bold
23783
23784 \backslash
23785 newrefformat
23786 \series default
23787  (prettyref) or 
23788 \series bold
23789
23790 \backslash
23791 newref
23792 \series default
23793  (refstyle) to the preamble of the document.
23794  For example redefining all references to figures (which have the label
23795  shortcut 
23796 \begin_inset Quotes eld
23797 \end_inset
23798
23799
23800 \family sans
23801 fig
23802 \family default
23803
23804 \begin_inset Quotes erd
23805 \end_inset
23806
23807 ) can be done with this command
23808 \begin_inset Newline newline
23809 \end_inset
23810
23811
23812 \series bold
23813
23814 \backslash
23815 newref{fig}{refcmd={Image on page 
23816 \backslash
23817 pageref{#1}}}
23818 \series default
23819
23820 \begin_inset Newline newline
23821 \end_inset
23822
23823 For more information about the format, have a look at the package documentations
23824
23825 \begin_inset CommandInset citation
23826 LatexCommand cite
23827 key "prettyref,refstyle"
23828
23829 \end_inset
23830
23831 .
23832 \end_layout
23833
23834 \begin_layout Description
23835 Textual
23836 \begin_inset space ~
23837 \end_inset
23838
23839 reference: prints the caption of the reference: 
23840 \begin_inset CommandInset ref
23841 LatexCommand nameref
23842 reference "fig:Two-distorted-images"
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Standard
23850
23851 \family sans
23852 <page>
23853 \family default
23854  will not print the page number if the label is on the previous, the same,
23855  or the next page.
23856  You will e.
23857 \begin_inset space \thinspace{}
23858 \end_inset
23859
23860 g.
23861 \begin_inset space \space{}
23862 \end_inset
23863
23864 see the text 
23865 \begin_inset Quotes eld
23866 \end_inset
23867
23868
23869 \family sans
23870 on this page
23871 \family default
23872
23873 \begin_inset Quotes erd
23874 \end_inset
23875
23876  instead.
23877  The style 
23878 \family sans
23879 <reference> on page <page>
23880 \family default
23881  will not print anything about the page if the label is on the same page.
23882 \end_layout
23883
23884 \begin_layout Standard
23885 The number and current page of the part of the document referred to in the
23886  output is automatically calculated by LaTeX.
23887  The varieties are adjusted in the field 
23888 \family sans
23889 Format
23890 \family default
23891  of the cross-reference window that appears when you click on the cross-referenc
23892 e box.
23893 \end_layout
23894
23895 \begin_layout Standard
23896 \begin_inset Note Greyedout
23897 status open
23898
23899 \begin_layout Plain Layout
23900
23901 \series bold
23902 Note:
23903 \series default
23904  It is recommended to use the LaTeX-package 
23905 \series bold
23906 refstyle
23907 \series default
23908
23909 \begin_inset Index idx
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913 LaTeX-packages ! refstyle
23914 \end_layout
23915
23916 \end_inset
23917
23918  because 
23919 \series bold
23920 prettyref
23921 \series default
23922
23923 \begin_inset Index idx
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927 LaTeX-packages ! prettyref
23928 \end_layout
23929
23930 \end_inset
23931
23932  does not know all of LyX's possible label shortcuts
23933 \begin_inset Foot
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937 \begin_inset Quotes eld
23938 \end_inset
23939
23940 fig:
23941 \begin_inset Quotes erd
23942 \end_inset
23943
23944  is for example LyX's shortcut for labels in figure captions.
23945 \end_layout
23946
23947 \end_inset
23948
23949  and is not internationalized.
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 \begin_inset Note Greyedout
23959 status open
23960
23961 \begin_layout Plain Layout
23962
23963 \series bold
23964 Note:
23965 \series default
23966  Due to a bug in the LaTeX-package 
23967 \series bold
23968 varioref
23969 \series default
23970  version 1.4w, some cross-reference formats will cause LaTeX errors for document
23971  languages that make the period character active (like French).
23972  For a workaround, see
23973 \begin_inset Newline newline
23974 \end_inset
23975
23976
23977 \begin_inset CommandInset href
23978 LatexCommand href
23979 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23980
23981 \end_inset
23982
23983 .
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \begin_layout Subsection
23992 Automatic Reference Naming
23993 \begin_inset Index idx
23994 status collapsed
23995
23996 \begin_layout Plain Layout
23997 References ! Automatic Reference Naming
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \begin_layout Standard
24006 The LaTeX-package 
24007 \series bold
24008 hyperref
24009 \series default
24010
24011 \begin_inset Index idx
24012 status collapsed
24013
24014 \begin_layout Plain Layout
24015 LaTeX-packages ! hyperref
24016 \end_layout
24017
24018 \end_inset
24019
24020 , that is enabled in the 
24021 \family sans
24022 PDF Properties
24023 \family default
24024  of the 
24025 \family sans
24026 Document Settings
24027 \family default
24028  dialog, provides a very useful feature that cross-references automatically
24029  include the name of the referenced floats (or text parts like 
24030 \emph on
24031 section
24032 \emph default
24033 ).
24034  So you will save having to write e.
24035 \begin_inset space \thinspace{}
24036 \end_inset
24037
24038 g.
24039 \begin_inset space \space{}
24040 \end_inset
24041
24042 the name 
24043 \begin_inset Quotes eld
24044 \end_inset
24045
24046 Figure
24047 \begin_inset Quotes erd
24048 \end_inset
24049
24050  before every reference to a figure.
24051  To use this feature, enable 
24052 \series bold
24053 hyperref
24054 \series default
24055  and insert this line to the LaTeX preamble:
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 AtBeginDocument{
24064 \backslash
24065 renewcommand{
24066 \backslash
24067 ref}[1]{
24068 \backslash
24069 mbox{
24070 \backslash
24071 autoref{#1}}}}
24072 \end_layout
24073
24074 \begin_layout Standard
24075 When you prefer other reference names than the default ones, for example
24076  you want instead of 
24077 \begin_inset Quotes eld
24078 \end_inset
24079
24080 section
24081 \begin_inset Quotes erd
24082 \end_inset
24083
24084  the name 
24085 \begin_inset Quotes eld
24086 \end_inset
24087
24088 sec.
24089 \begin_inset space \thinspace{}
24090 \end_inset
24091
24092
24093 \begin_inset Quotes eld
24094 \end_inset
24095
24096 , you can redefine the name by inserting this in the preamble:
24097 \end_layout
24098
24099 \begin_layout Standard
24100
24101 \series bold
24102
24103 \backslash
24104 addto
24105 \backslash
24106 extrasenglish{
24107 \backslash
24108 renewcommand{
24109 \backslash
24110 sectionautorefname}
24111 \begin_inset Newline newline
24112 \end_inset
24113
24114
24115 \begin_inset Phantom HPhantom
24116 status open
24117
24118 \begin_layout Plain Layout
24119
24120 \series bold
24121 \begin_inset space ~
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \end_inset
24128
24129 {sec.
24130 \backslash
24131 negthinspace}}
24132 \end_layout
24133
24134 \begin_layout Standard
24135 When you are using another document language than English, replace
24136 \begin_inset Newline newline
24137 \end_inset
24138
24139
24140 \series bold
24141
24142 \backslash
24143 extrasenglish
24144 \series default
24145  by 
24146 \series bold
24147
24148 \backslash
24149 extras***
24150 \series default
24151 , where *** is the name of the language used.
24152 \end_layout
24153
24154 \begin_layout Standard
24155 To get automatic names, but not for certain reference types, for example
24156  not for equations, use this preamble code:
24157 \end_layout
24158
24159 \begin_layout Standard
24160
24161 \series bold
24162
24163 \backslash
24164 newlength{
24165 \backslash
24166 abc}
24167 \begin_inset Newline newline
24168 \end_inset
24169
24170
24171 \backslash
24172 settowidth{
24173 \backslash
24174 abc}{
24175 \backslash
24176 space}
24177 \begin_inset Newline newline
24178 \end_inset
24179
24180
24181 \backslash
24182 addto
24183 \backslash
24184 extrasenglish{
24185 \backslash
24186 renewcommand{
24187 \backslash
24188 equationautorefname}
24189 \begin_inset Newline newline
24190 \end_inset
24191
24192
24193 \begin_inset Phantom HPhantom
24194 status open
24195
24196 \begin_layout Plain Layout
24197
24198 \series bold
24199 \begin_inset space ~
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \end_inset
24206
24207 {
24208 \backslash
24209 hspace{-
24210 \backslash
24211 abc}}
24212 \end_layout
24213
24214 \begin_layout Standard
24215 More about this topic can be found in 
24216 \series bold
24217 hyperref
24218 \series default
24219 's documentation 
24220 \begin_inset CommandInset citation
24221 LatexCommand cite
24222 key "hyperref"
24223
24224 \end_inset
24225
24226 .
24227 \end_layout
24228
24229 \begin_layout Standard
24230 \begin_inset Note Greyedout
24231 status open
24232
24233 \begin_layout Plain Layout
24234
24235 \series bold
24236 Note:
24237 \series default
24238  Automatic reference naming cannot be used when you use cross-references
24239  in the 
24240 \family sans
24241 Formatted
24242 \begin_inset space ~
24243 \end_inset
24244
24245 reference
24246 \family default
24247  style, as described in section
24248 \begin_inset space ~
24249 \end_inset
24250
24251
24252 \begin_inset CommandInset ref
24253 LatexCommand ref
24254 reference "sub:Cross-Reference-Formats"
24255
24256 \end_inset
24257
24258 .
24259 \end_layout
24260
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \begin_layout Standard
24267 The 
24268 \emph on
24269 Math
24270 \emph default
24271  manual is an example where automatic reference naming is used.
24272 \end_layout
24273
24274 \begin_layout Subsection
24275 Reference Position
24276 \begin_inset CommandInset label
24277 LatexCommand label
24278 name "sub:Reference-Position"
24279
24280 \end_inset
24281
24282
24283 \begin_inset Index idx
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287 References ! Reference Position
24288 \end_layout
24289
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \begin_layout Standard
24296 If you use 
24297 \series bold
24298 hyperref
24299 \series default
24300
24301 \begin_inset Index idx
24302 status collapsed
24303
24304 \begin_layout Plain Layout
24305 LaTeX-packages ! hyperref
24306 \end_layout
24307
24308 \end_inset
24309
24310  in the 
24311 \family sans
24312 PDF Properties
24313 \family default
24314  of the 
24315 \family sans
24316 Document Settings
24317 \family default
24318  dialog to link cross-references in the output, you will see that clicking
24319  on an image float reference jumps to the image label.
24320  The caption will be the first text part on the screen, so that you cannot
24321  see the image without scrolling.
24322  This is because the reference link anchor is placed at the position of
24323  the label.
24324  With the use of the package 
24325 \series bold
24326 hypcap
24327 \series default
24328
24329 \begin_inset Index idx
24330 status collapsed
24331
24332 \begin_layout Plain Layout
24333 LaTeX-packages ! hypcap
24334 \end_layout
24335
24336 \end_inset
24337
24338 , which is part of the LaTeX-package 
24339 \series bold
24340 oberdiek
24341 \series default
24342
24343 \begin_inset Index idx
24344 status collapsed
24345
24346 \begin_layout Plain Layout
24347 LaTeX-packages ! oberdiek
24348 \end_layout
24349
24350 \end_inset
24351
24352 , the link anchor is placed at the beginning of a float.
24353  To use this feature for figure floats, load 
24354 \series bold
24355 hypcap
24356 \series default
24357  in the document preamble with the line
24358 \end_layout
24359
24360 \begin_layout Standard
24361
24362 \series bold
24363
24364 \backslash
24365 usepackage[figure]{hypcap}
24366 \end_layout
24367
24368 \begin_layout Standard
24369 You can also use 
24370 \series bold
24371 hypcap
24372 \series default
24373  for all float types but this is not recommended for stability reasons.
24374  For more information, have a look at 
24375 \series bold
24376 hypcap
24377 \series default
24378 's manual 
24379 \begin_inset CommandInset citation
24380 LatexCommand cite
24381 key "hypcap"
24382
24383 \end_inset
24384
24385 .
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset Note Greyedout
24390 status open
24391
24392 \begin_layout Plain Layout
24393
24394 \series bold
24395 Note:
24396 \series default
24397  
24398 \series bold
24399 hypcap
24400 \series default
24401  has no effect on references to subfigures.
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Section
24410 Float Placement
24411 \begin_inset CommandInset label
24412 LatexCommand label
24413 name "sec:Float-Placement"
24414
24415 \end_inset
24416
24417
24418 \begin_inset Index idx
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422 Floats ! Placement
24423 \end_layout
24424
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \begin_layout Standard
24431 Right-clicking on a float-box opens a dialog where you can alter the placement
24432  options that LaTeX uses for positioning the float.
24433 \begin_inset Newline newline
24434 \end_inset
24435
24436 The option 
24437 \family sans
24438 Span
24439 \begin_inset space ~
24440 \end_inset
24441
24442 columns
24443 \family default
24444  is only useful for two-column documents: If you select it, the float will
24445  span both columns on the page instead of being confined to just one.
24446 \begin_inset Newline newline
24447 \end_inset
24448
24449 The option 
24450 \family sans
24451 Rotate
24452 \begin_inset space ~
24453 \end_inset
24454
24455 sideways
24456 \family default
24457  is used to rotate floats, see section 
24458 \begin_inset CommandInset ref
24459 LatexCommand ref
24460 reference "sec:Rotated-Floats"
24461
24462 \end_inset
24463
24464 .
24465 \end_layout
24466
24467 \begin_layout Standard
24468 You can use one ore more of the following options in the float dialog to
24469  set the placement for a particular float when you uncheck the option 
24470 \family sans
24471 Use
24472 \begin_inset space ~
24473 \end_inset
24474
24475 default
24476 \begin_inset space ~
24477 \end_inset
24478
24479 placement
24480 \family default
24481 :
24482 \end_layout
24483
24484 \begin_layout Description
24485 Here
24486 \begin_inset space ~
24487 \end_inset
24488
24489 if
24490 \begin_inset space ~
24491 \end_inset
24492
24493 possible try to place the float on the position where it has been inserted
24494 \end_layout
24495
24496 \begin_layout Description
24497 Top
24498 \begin_inset space ~
24499 \end_inset
24500
24501 of
24502 \begin_inset space ~
24503 \end_inset
24504
24505 page try to place the float at the top of the current page
24506 \end_layout
24507
24508 \begin_layout Description
24509 Bottom
24510 \begin_inset space ~
24511 \end_inset
24512
24513 of
24514 \begin_inset space ~
24515 \end_inset
24516
24517 page try to place the float at the bottom of the current page
24518 \end_layout
24519
24520 \begin_layout Description
24521 Page
24522 \begin_inset space ~
24523 \end_inset
24524
24525 of
24526 \begin_inset space ~
24527 \end_inset
24528
24529 floats try to place the float on its own page
24530 \end_layout
24531
24532 \begin_layout Standard
24533 The order of the above option is 
24534 \emph on
24535 always
24536 \emph default
24537  used by LaTeX.
24538  That means, if you use the default placement, LaTeX will first try out
24539  
24540 \family sans
24541 Here
24542 \begin_inset space ~
24543 \end_inset
24544
24545 if
24546 \begin_inset space ~
24547 \end_inset
24548
24549 possible
24550 \family default
24551 , then 
24552 \family sans
24553 Top
24554 \begin_inset space ~
24555 \end_inset
24556
24557 of
24558 \begin_inset space ~
24559 \end_inset
24560
24561 page
24562 \family default
24563 , and then the others.
24564  If you do not use the default, LaTeX will try only the checked options
24565  but in the same order.
24566  If none of the 4
24567 \begin_inset space ~
24568 \end_inset
24569
24570 placements are possible the procedure is internally repeated but it is tried
24571  to put the float on the following page.
24572 \end_layout
24573
24574 \begin_layout Standard
24575 By default, each option has its own rules:
24576 \end_layout
24577
24578 \begin_layout Labeling
24579 \labelwidthstring 00.00.0000
24580
24581 \family sans
24582 Top
24583 \begin_inset space ~
24584 \end_inset
24585
24586 of
24587 \begin_inset space ~
24588 \end_inset
24589
24590 page
24591 \family default
24592  only floats occupying less than 70
24593 \begin_inset space \thinspace{}
24594 \end_inset
24595
24596 % of the page can be placed at the top of a page (
24597 \series bold
24598
24599 \backslash
24600 topfraction
24601 \series default
24602 )
24603 \end_layout
24604
24605 \begin_layout Labeling
24606 \labelwidthstring 00.00.0000
24607
24608 \family sans
24609 Bottom
24610 \begin_inset space ~
24611 \end_inset
24612
24613 of
24614 \begin_inset space ~
24615 \end_inset
24616
24617 page
24618 \family default
24619 : only floats occupying less than 30
24620 \begin_inset space \thinspace{}
24621 \end_inset
24622
24623 % of the page can be placed at the bottom of a page.
24624  (
24625 \series bold
24626
24627 \backslash
24628 bottomfraction
24629 \series default
24630 )
24631 \end_layout
24632
24633 \begin_layout Labeling
24634 \labelwidthstring 00.00.0000
24635
24636 \family sans
24637 Page
24638 \begin_inset space ~
24639 \end_inset
24640
24641 of
24642 \begin_inset space ~
24643 \end_inset
24644
24645 floats
24646 \family default
24647 : only if more than 50
24648 \begin_inset space \thinspace{}
24649 \end_inset
24650
24651 % of the page are occupied by floats, several floats can be set together
24652  on a page.
24653  (
24654 \series bold
24655
24656 \backslash
24657 floatpagefraction
24658 \series default
24659 )
24660 \end_layout
24661
24662 \begin_layout Standard
24663 If you don't like these rules, you can ignore them by using the additional
24664  option 
24665 \family sans
24666 Ignore
24667 \begin_inset space ~
24668 \end_inset
24669
24670 LaTeX
24671 \begin_inset space ~
24672 \end_inset
24673
24674 rules
24675 \family default
24676 .
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680 You can also redefine the rules with LaTeX-commands that are given in parenthese
24681 s after the rules description above.
24682  To increase for example the often too small default of the bottom-rule
24683  to 50
24684 \begin_inset space \thinspace{}
24685 \end_inset
24686
24687 % of the page, add this line to your document preamble:
24688 \end_layout
24689
24690 \begin_layout Standard
24691
24692 \series bold
24693
24694 \backslash
24695 renewcommand{
24696 \backslash
24697 bottomfraction}{0.5}
24698 \end_layout
24699
24700 \begin_layout Standard
24701 Sometimes you might need, under all circumstances, a float to be placed
24702  exactly at the position where it is inserted.
24703  For this case you can use the option 
24704 \family sans
24705 Here
24706 \begin_inset space ~
24707 \end_inset
24708
24709 definitely
24710 \family default
24711 .
24712  Use this option very rarely and only if the document is almost ready to
24713  be printed, because the float is then no longer able to 
24714 \begin_inset Quotes eld
24715 \end_inset
24716
24717 float
24718 \begin_inset Quotes erd
24719 \end_inset
24720
24721  when you change your document and this will often destroy the page layout.
24722 \end_layout
24723
24724 \begin_layout Standard
24725 There are no placement options for text wrap floats, because they are always
24726  surrounded by the text of a certain paragraph.
24727 \begin_inset VSpace bigskip
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Sometimes you have the problem that a float is placed at the top of a page
24735  while its corresponding section starts at the middle of the page, so that
24736  the reader could think the float is part of the previous section.
24737  To avoid this the LaTeX-command 
24738 \series bold
24739
24740 \backslash
24741 suppressfloats
24742 \series default
24743  can be used.
24744  It suppresses a given float placement for the page where it is inserted
24745  and can therefore be used to avoid floats being set before a section starts.
24746  To get this, add these commands to your document preamble:
24747 \end_layout
24748
24749 \begin_layout Standard
24750
24751 \series bold
24752
24753 \backslash
24754 let
24755 \backslash
24756 mySection
24757 \backslash
24758 section
24759 \begin_inset Newline newline
24760 \end_inset
24761
24762
24763 \backslash
24764 renewcommand{
24765 \backslash
24766 section}{
24767 \backslash
24768 suppressfloats[t]
24769 \backslash
24770 mySection}
24771 \end_layout
24772
24773 \begin_layout Standard
24774 You can define the same for all section headings, like chapters and subsections.
24775  This definition is not recommended to be used for small text parts like
24776  subsubsections because LaTeX may then have problems finding a suitable
24777  placement.
24778 \end_layout
24779
24780 \begin_layout Standard
24781 \begin_inset VSpace bigskip
24782 \end_inset
24783
24784 In some cases it is required to have all figures/tables at the end of the
24785  document.
24786  For this purpose the LaTeX-package 
24787 \series bold
24788 endfloat
24789 \series default
24790
24791 \begin_inset Index idx
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795 LaTeX-packages ! endfloat
24796 \end_layout
24797
24798 \end_inset
24799
24800  was developed.
24801  It puts all figure and table floats at the end of the document into their
24802  own sections.
24803  At the original float position a text hint like 
24804 \begin_inset Quotes eld
24805 \end_inset
24806
24807
24808 \family sans
24809 [Figure
24810 \begin_inset space ~
24811 \end_inset
24812
24813 3.2 about here.]
24814 \family default
24815
24816 \begin_inset Quotes erd
24817 \end_inset
24818
24819  is inserted.
24820  The endfloat-package is loaded in the preamble with the line
24821 \end_layout
24822
24823 \begin_layout Standard
24824
24825 \series bold
24826
24827 \backslash
24828 usepackage[options]{endfloat}
24829 \end_layout
24830
24831 \begin_layout Standard
24832 There are various package options to format the created figure/table sections.
24833  For more information we refer to the 
24834 \series bold
24835 endfloat
24836 \series default
24837  documentation 
24838 \begin_inset CommandInset citation
24839 LatexCommand cite
24840 key "endfloat"
24841
24842 \end_inset
24843
24844 .
24845 \begin_inset Newline newline
24846 \end_inset
24847
24848
24849 \begin_inset Note Greyedout
24850 status open
24851
24852 \begin_layout Plain Layout
24853
24854 \series bold
24855 Note: endfloat
24856 \series default
24857  doesn't provide an automatic translation for the text hint, you have to
24858  do this manually, see section
24859 \begin_inset space ~
24860 \end_inset
24861
24862 4 in 
24863 \begin_inset CommandInset citation
24864 LatexCommand cite
24865 key "endfloat"
24866
24867 \end_inset
24868
24869 .
24870 \end_layout
24871
24872 \end_inset
24873
24874
24875 \begin_inset Newline newline
24876 \end_inset
24877
24878
24879 \begin_inset Note Greyedout
24880 status open
24881
24882 \begin_layout Plain Layout
24883
24884 \series bold
24885 Note:
24886 \series default
24887  There is currently a bug in 
24888 \series bold
24889 endfloat
24890 \series default
24891  when the caption contains a German 
24892 \begin_inset Quotes eld
24893 \end_inset
24894
24895 ß
24896 \begin_inset Quotes erd
24897 \end_inset
24898
24899 .
24900  Use in this case the command 
24901 \begin_inset Quotes eld
24902 \end_inset
24903
24904
24905 \series bold
24906
24907 \backslash
24908 ss
24909 \series default
24910
24911 \begin_inset Quotes erd
24912 \end_inset
24913
24914  in TeX-Code instead of 
24915 \begin_inset Quotes eld
24916 \end_inset
24917
24918 ß
24919 \begin_inset Quotes erd
24920 \end_inset
24921
24922 .
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset VSpace bigskip
24932 \end_inset
24933
24934 For more details about float placements, have a look at LaTeX books, 
24935 \begin_inset CommandInset citation
24936 LatexCommand cite
24937 key "latexcompanion,latexguide,latexbook"
24938
24939 \end_inset
24940
24941 .
24942 \end_layout
24943
24944 \begin_layout Section
24945 Rotated Floats
24946 \begin_inset CommandInset label
24947 LatexCommand label
24948 name "sec:Rotated-Floats"
24949
24950 \end_inset
24951
24952
24953 \begin_inset Index idx
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957 Floats ! Rotating
24958 \end_layout
24959
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Standard
24966 Especially for wide tables you might have floats rotated.
24967  To rotate a whole float including the caption, right-click on the float-box
24968  and use the option 
24969 \family sans
24970 Rotate
24971 \begin_inset space ~
24972 \end_inset
24973
24974 sideways
24975 \family default
24976 .
24977 \end_layout
24978
24979 \begin_layout Standard
24980 Rotated floats are always placed on a page of their own (or column of their
24981  own; in case you have a multi-column document).
24982  You can let them span several columns using the float settings option 
24983 \family sans
24984 Span
24985 \begin_inset space ~
24986 \end_inset
24987
24988 columns
24989 \family default
24990 .
24991  Floats are rotated so that you can read them from the outside margin.
24992  To force a certain rotation direction for all pages, you can add either
24993  the option 
24994 \series bold
24995 figuresleft
24996 \series default
24997  or 
24998 \series bold
24999 figuresright
25000 \series default
25001  to the document class options.
25002 \end_layout
25003
25004 \begin_layout Standard
25005 Referencing rotated floats is the same as for normal floats, the caption
25006  format is also the same: Table
25007 \begin_inset space ~
25008 \end_inset
25009
25010
25011 \begin_inset CommandInset ref
25012 LatexCommand ref
25013 reference "tab:Rotated-table"
25014
25015 \end_inset
25016
25017  is an example of a rotated table float.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \begin_inset Note Greyedout
25022 status open
25023
25024 \begin_layout Plain Layout
25025
25026 \series bold
25027 Note:
25028 \series default
25029  Not all DVI-viewers are able to display rotated floats.
25030 \end_layout
25031
25032 \end_inset
25033
25034
25035 \end_layout
25036
25037 \begin_layout Standard
25038 \begin_inset Float table
25039 wide false
25040 sideways true
25041 status open
25042
25043 \begin_layout Plain Layout
25044 \begin_inset Caption
25045
25046 \begin_layout Plain Layout
25047 \begin_inset CommandInset label
25048 LatexCommand label
25049 name "tab:Rotated-table"
25050
25051 \end_inset
25052
25053  Rotated table
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Plain Layout
25062 \align center
25063 \begin_inset Tabular
25064 <lyxtabular version="3" rows="1" columns="5">
25065 <features tabularvalignment="middle">
25066 <column alignment="center" valignment="top" width="0">
25067 <column alignment="center" valignment="top" width="0">
25068 <column alignment="center" valignment="top" width="0">
25069 <column alignment="center" valignment="top" width="0">
25070 <column alignment="center" valignment="top" width="0">
25071 <row>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 test
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085 b
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094 c
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 d
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112 e
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 </lyxtabular>
25119
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Section
25131 Subfloats
25132 \begin_inset Index idx
25133 status collapsed
25134
25135 \begin_layout Plain Layout
25136 Floats ! Subfloats
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \begin_layout Standard
25145 Subfloats are for example used when a figure consists of several images.
25146  They are created by inserting a float into an existing float.
25147  The placement of the subfloats can be controlled in the same way as for
25148  paragraphs as shown in table
25149 \begin_inset space ~
25150 \end_inset
25151
25152
25153 \begin_inset CommandInset ref
25154 LatexCommand ref
25155 reference "tab:Two-subtables-side"
25156
25157 \end_inset
25158
25159  and 
25160 \begin_inset CommandInset ref
25161 LatexCommand ref
25162 reference "tab:Two-subtables-upon"
25163
25164 \end_inset
25165
25166 .
25167 \end_layout
25168
25169 \begin_layout Standard
25170 Referencing subfloats works as for normal floats: Table
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \begin_inset CommandInset ref
25176 LatexCommand ref
25177 reference "tab:This-is-subtable-a"
25178
25179 \end_inset
25180
25181  and 
25182 \begin_inset CommandInset ref
25183 LatexCommand ref
25184 reference "tab:This-is-subtable-b"
25185
25186 \end_inset
25187
25188  are subtables of table
25189 \begin_inset space ~
25190 \end_inset
25191
25192
25193 \begin_inset CommandInset ref
25194 LatexCommand ref
25195 reference "tab:Two-subtables-side"
25196
25197 \end_inset
25198
25199 .
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset Float table
25204 wide false
25205 sideways false
25206 status open
25207
25208 \begin_layout Plain Layout
25209 \begin_inset Caption
25210
25211 \begin_layout Plain Layout
25212 \begin_inset CommandInset label
25213 LatexCommand label
25214 name "tab:Two-subtables-side"
25215
25216 \end_inset
25217
25218 Two subtables placed side by side.
25219 \end_layout
25220
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \begin_layout Plain Layout
25227 \align center
25228 \begin_inset space \hfill{}
25229 \end_inset
25230
25231
25232 \begin_inset Float table
25233 wide false
25234 sideways false
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238 \begin_inset Caption
25239
25240 \begin_layout Plain Layout
25241 \begin_inset CommandInset label
25242 LatexCommand label
25243 name "tab:This-is-subtable-a"
25244
25245 \end_inset
25246
25247 This is subtable a.
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Plain Layout
25256 \align center
25257 \begin_inset Tabular
25258 <lyxtabular version="3" rows="1" columns="5">
25259 <features tabularvalignment="middle">
25260 <column alignment="center" valignment="top" width="0">
25261 <column alignment="center" valignment="top" width="0">
25262 <column alignment="center" valignment="top" width="0">
25263 <column alignment="center" valignment="top" width="0">
25264 <column alignment="center" valignment="top" width="0">
25265 <row>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 test
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 b
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 c
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297 d
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306 e
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 </lyxtabular>
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \begin_inset space \hfill{}
25323 \end_inset
25324
25325
25326 \begin_inset Float table
25327 wide false
25328 sideways false
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 \begin_inset Caption
25333
25334 \begin_layout Plain Layout
25335 \begin_inset CommandInset label
25336 LatexCommand label
25337 name "tab:This-is-subtable-b"
25338
25339 \end_inset
25340
25341 This is subtable b.
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Plain Layout
25350 \align center
25351 \begin_inset Tabular
25352 <lyxtabular version="3" rows="1" columns="5">
25353 <features tabularvalignment="middle">
25354 <column alignment="center" valignment="top" width="0">
25355 <column alignment="center" valignment="top" width="0">
25356 <column alignment="center" valignment="top" width="0">
25357 <column alignment="center" valignment="top" width="0">
25358 <column alignment="center" valignment="top" width="0">
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 e
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373 d
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382 c
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 b
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400 test
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 </row>
25406 </lyxtabular>
25407
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414
25415
25416 \begin_inset space \hfill{}
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \begin_layout Standard
25428 \begin_inset Float table
25429 wide false
25430 sideways false
25431 status open
25432
25433 \begin_layout Plain Layout
25434 \begin_inset Caption
25435
25436 \begin_layout Plain Layout
25437 \begin_inset CommandInset label
25438 LatexCommand label
25439 name "tab:Two-subtables-upon"
25440
25441 \end_inset
25442
25443 Two subtables placed one above the other.
25444  (a) table with 4 cells, (b) table with 5 cells.
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Plain Layout
25453 \align center
25454 \begin_inset Float table
25455 wide false
25456 sideways false
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 \begin_inset Caption
25461
25462 \begin_layout Plain Layout
25463
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Plain Layout
25472 \align center
25473 \begin_inset Tabular
25474 <lyxtabular version="3" rows="1" columns="4">
25475 <features tabularvalignment="middle">
25476 <column alignment="center" valignment="top" width="0">
25477 <column alignment="center" valignment="top" width="0">
25478 <column alignment="center" valignment="top" width="0">
25479 <column alignment="center" valignment="top" width="0">
25480 <row>
25481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485 test
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 test
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 test
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 test
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 </row>
25518 </lyxtabular>
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \begin_layout Plain Layout
25531 \align center
25532 \begin_inset Float table
25533 wide false
25534 sideways false
25535 status collapsed
25536
25537 \begin_layout Plain Layout
25538 \begin_inset Caption
25539
25540 \begin_layout Plain Layout
25541
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout Plain Layout
25550 \align center
25551 \begin_inset Tabular
25552 <lyxtabular version="3" rows="1" columns="5">
25553 <features tabularvalignment="middle">
25554 <column alignment="center" valignment="top" width="0">
25555 <column alignment="center" valignment="top" width="0">
25556 <column alignment="center" valignment="top" width="0">
25557 <column alignment="center" valignment="top" width="0">
25558 <column alignment="center" valignment="top" width="0">
25559 <row>
25560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 a
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 b
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 c
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 d
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600 e
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 </row>
25606 </lyxtabular>
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Section
25624 Floats Side by Side
25625 \begin_inset Index idx
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629 Floats ! Side by side
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 To place floats side by side, as in Figures
25639 \begin_inset space ~
25640 \end_inset
25641
25642
25643 \begin_inset CommandInset ref
25644 LatexCommand ref
25645 reference "fig:Float-left"
25646
25647 \end_inset
25648
25649  and 
25650 \begin_inset CommandInset ref
25651 LatexCommand ref
25652 reference "fig:Float-right"
25653
25654 \end_inset
25655
25656 , only 
25657 \emph on
25658 one
25659 \emph default
25660  float is used.
25661  In it two minipage boxes are inserted.
25662 \begin_inset Foot
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666 Minipages are explained in section
25667 \begin_inset space ~
25668 \end_inset
25669
25670
25671 \begin_inset CommandInset ref
25672 LatexCommand ref
25673 reference "sec:Minipages"
25674
25675 \end_inset
25676
25677 .
25678 \end_layout
25679
25680 \end_inset
25681
25682  The width is set to 45
25683 \begin_inset space \thinspace{}
25684 \end_inset
25685
25686 -50
25687 \begin_inset space \thinspace{}
25688 \end_inset
25689
25690 column% and the box alignment to 
25691 \family sans
25692 Bottom
25693 \family default
25694  for each minipage.
25695  The minipage boxes contain the image and the caption in the same way as
25696  they are in a float.
25697  The only difference is that the image unit 
25698 \family sans
25699 Column
25700 \begin_inset space ~
25701 \end_inset
25702
25703 Width
25704 \begin_inset space ~
25705 \end_inset
25706
25707 %
25708 \family default
25709  is now calculated according to the width of the minipage boxes.
25710 \end_layout
25711
25712 \begin_layout Standard
25713 \begin_inset Float figure
25714 wide false
25715 sideways false
25716 status open
25717
25718 \begin_layout Plain Layout
25719 \begin_inset Box Frameless
25720 position "b"
25721 hor_pos "c"
25722 has_inner_box 1
25723 inner_pos "t"
25724 use_parbox 0
25725 use_makebox 0
25726 width "45col%"
25727 special "none"
25728 height "1in"
25729 height_special "totalheight"
25730 status open
25731
25732 \begin_layout Plain Layout
25733 \align center
25734 \begin_inset Graphics
25735         filename clipart/mobius.eps
25736         lyxscale 50
25737         width 100col%
25738         scaleBeforeRotation
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Plain Layout
25746 \begin_inset Caption
25747
25748 \begin_layout Plain Layout
25749 \begin_inset CommandInset label
25750 LatexCommand label
25751 name "fig:Float-left"
25752
25753 \end_inset
25754
25755 Float on the left side.
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \end_inset
25764
25765
25766 \begin_inset space \hfill{}
25767 \end_inset
25768
25769
25770 \begin_inset Box Frameless
25771 position "b"
25772 hor_pos "c"
25773 has_inner_box 1
25774 inner_pos "t"
25775 use_parbox 0
25776 use_makebox 0
25777 width "45col%"
25778 special "none"
25779 height "1in"
25780 height_special "totalheight"
25781 status open
25782
25783 \begin_layout Plain Layout
25784 \align center
25785 \begin_inset Graphics
25786         filename clipart/platypus.eps
25787         lyxscale 50
25788         width 100col%
25789         scaleBeforeRotation
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Plain Layout
25797 \begin_inset Caption
25798
25799 \begin_layout Plain Layout
25800 \begin_inset CommandInset label
25801 LatexCommand label
25802 name "fig:Float-right"
25803
25804 \end_inset
25805
25806 Float on the right side.
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Plain Layout
25820
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Section
25829 Caption Formatting
25830 \begin_inset Index idx
25831 status collapsed
25832
25833 \begin_layout Plain Layout
25834 Caption ! Formatting
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \begin_inset Index idx
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844 Floats ! Caption Formatting
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \begin_inset CommandInset label
25851 LatexCommand label
25852 name "sec:Caption-Formatting"
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Standard
25860 The 
25861 \family sans
25862 Caption
25863 \family default
25864  environment is the default paragraph environment for 
25865 \family sans
25866 Floats
25867 \family default
25868 .
25869  On the LyX screen captions appear as label, e.
25870 \begin_inset space \thinspace{}
25871 \end_inset
25872
25873 g.
25874 \begin_inset space \space{}
25875 \end_inset
25876
25877
25878 \begin_inset Quotes eld
25879 \end_inset
25880
25881
25882 \family sans
25883 Figure #:
25884 \family default
25885
25886 \begin_inset Quotes erd
25887 \end_inset
25888
25889  followed by the caption text.
25890  
25891 \begin_inset Quotes eld
25892 \end_inset
25893
25894 #
25895 \begin_inset Quotes erd
25896 \end_inset
25897
25898  is the actual reference number.
25899  By default the label and the number are in the same font as the caption
25900  text and a colon follows the number to divide the label from the text.
25901  This caption format is not suitable for all document formats.
25902  
25903 \end_layout
25904
25905 \begin_layout Standard
25906 To change the default caption format, load the LaTeX-package 
25907 \series bold
25908 caption
25909 \series default
25910
25911 \begin_inset Index idx
25912 status collapsed
25913
25914 \begin_layout Plain Layout
25915 LaTeX-packages ! caption
25916 \end_layout
25917
25918 \end_inset
25919
25920  in the document preamble with this line:
25921 \end_layout
25922
25923 \begin_layout Standard
25924
25925 \series bold
25926
25927 \backslash
25928 usepackage[format definition]{caption}
25929 \end_layout
25930
25931 \begin_layout Standard
25932 To have for example the label and the number in sans-serif bold font and
25933  the table captions always above the table as in this document, use the
25934  following command:
25935 \end_layout
25936
25937 \begin_layout Standard
25938
25939 \series bold
25940
25941 \backslash
25942 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25943 \end_layout
25944
25945 \begin_layout Standard
25946 You can also define different caption formats for the different float types.
25947  In this case load the 
25948 \series bold
25949 caption
25950 \series default
25951  package without format specific options and define the different formats
25952  with the help of the command
25953 \end_layout
25954
25955 \begin_layout Standard
25956
25957 \series bold
25958
25959 \backslash
25960 captionsetup[float type]{format definition}
25961 \end_layout
25962
25963 \begin_layout Standard
25964 in the document preamble.
25965  For example the caption formats of Figure
25966 \begin_inset space ~
25967 \end_inset
25968
25969
25970 \begin_inset CommandInset ref
25971 LatexCommand ref
25972 reference "fig:This-is-an-fig"
25973
25974 \end_inset
25975
25976  and Table
25977 \begin_inset space ~
25978 \end_inset
25979
25980
25981 \begin_inset CommandInset ref
25982 LatexCommand ref
25983 reference "tab:This-is-an-tab"
25984
25985 \end_inset
25986
25987  can be created using these commands in the document preamble:
25988 \end_layout
25989
25990 \begin_layout Standard
25991
25992 \series bold
25993
25994 \backslash
25995 usepackage[tableposition=top]{caption}
25996 \series default
25997
25998 \begin_inset Newline newline
25999 \end_inset
26000
26001
26002 \series bold
26003
26004 \backslash
26005 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26006 \begin_inset Newline newline
26007 \end_inset
26008
26009
26010 \begin_inset Phantom HPhantom
26011 status open
26012
26013 \begin_layout Plain Layout
26014
26015 \series bold
26016
26017 \backslash
26018 captionsetup[figure]{
26019 \end_layout
26020
26021 \end_inset
26022
26023 labelsep=period}
26024 \begin_inset Newline newline
26025 \end_inset
26026
26027
26028 \backslash
26029 captionsetup[table]{labelfont={bf,sf}}
26030 \end_layout
26031
26032 \begin_layout Standard
26033 \begin_inset Note Greyedout
26034 status open
26035
26036 \begin_layout Plain Layout
26037
26038 \series bold
26039 Note:
26040 \series default
26041  The option 
26042 \series bold
26043 tableposition=top
26044 \series default
26045  has no effect when a 
26046 \series bold
26047 KOMA-Script
26048 \series default
26049
26050 \begin_inset Index idx
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 LaTeX-packages ! KOMA-Script
26055 \end_layout
26056
26057 \end_inset
26058
26059  document class is used.
26060  In this case the document class option 
26061 \series bold
26062 captions=tableheading
26063 \series default
26064  must be used.
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Standard
26073 For more information about the package 
26074 \series bold
26075 caption
26076 \series default
26077  we refer to its documentation 
26078 \begin_inset CommandInset citation
26079 LatexCommand cite
26080 key "caption"
26081
26082 \end_inset
26083
26084 .
26085 \end_layout
26086
26087 \begin_layout Standard
26088 To change the label name from e.
26089 \begin_inset space \thinspace{}
26090 \end_inset
26091
26092 g.
26093 \begin_inset space \space{}
26094 \end_inset
26095
26096
26097 \begin_inset Quotes eld
26098 \end_inset
26099
26100 Figure
26101 \begin_inset Quotes erd
26102 \end_inset
26103
26104  to 
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108 Image
26109 \begin_inset Quotes erd
26110 \end_inset
26111
26112  use this preamble command:
26113 \end_layout
26114
26115 \begin_layout Standard
26116
26117 \series bold
26118
26119 \backslash
26120 renewcommand{
26121 \backslash
26122 fnum@figure}{Image~
26123 \backslash
26124 thefigure}
26125 \end_layout
26126
26127 \begin_layout Standard
26128 where 
26129 \series bold
26130
26131 \backslash
26132 thefigure
26133 \series default
26134  inserts the figure number and
26135 \series bold
26136  
26137 \begin_inset Quotes eld
26138 \end_inset
26139
26140 ~
26141 \series default
26142
26143 \begin_inset Quotes erd
26144 \end_inset
26145
26146  creates a protected space.
26147 \end_layout
26148
26149 \begin_layout Standard
26150 \begin_inset VSpace bigskip
26151 \end_inset
26152
26153 If you are using a 
26154 \series bold
26155 KOMA-Script
26156 \series default
26157
26158 \begin_inset Index idx
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162 LaTeX-packages ! KOMA-Script
26163 \end_layout
26164
26165 \end_inset
26166
26167  document class (
26168 \family sans
26169 article (KOMA-Script)
26170 \family default
26171
26172 \family sans
26173 book (KOMA-Script)
26174 \family default
26175
26176 \family sans
26177 letter (KOMA-Script)
26178 \family default
26179 , or 
26180 \family sans
26181 report (KOMA-Script)
26182 \family default
26183
26184 \begin_inset space \thinspace{}
26185 \end_inset
26186
26187 ), you can alternatively to the 
26188 \series bold
26189 caption
26190 \series default
26191  package use 
26192 \series bold
26193 KOMA-Script
26194 \series default
26195 's built-in command 
26196 \series bold
26197
26198 \backslash
26199 setkomafont
26200 \series default
26201 .
26202  For example, to have the caption label in bold, add this command to your
26203  document preamble:
26204 \end_layout
26205
26206 \begin_layout Standard
26207
26208 \series bold
26209
26210 \backslash
26211 setkomafont{captionlabel}{
26212 \backslash
26213 bfseries}
26214 \end_layout
26215
26216 \begin_layout Standard
26217 For more information about 
26218 \series bold
26219
26220 \backslash
26221 setkomafont
26222 \series default
26223  we refer to the 
26224 \series bold
26225 KOMA-Script
26226 \series default
26227  documentation 
26228 \begin_inset CommandInset citation
26229 LatexCommand cite
26230 key "KOMA-Script"
26231
26232 \end_inset
26233
26234 .
26235 \end_layout
26236
26237 \begin_layout Standard
26238 \begin_inset ERT
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242
26243
26244 \backslash
26245 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26246 }
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \begin_inset Note Note
26253 status open
26254
26255 \begin_layout Plain Layout
26256 The caption format is changed only for this example.
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \begin_layout Standard
26265 \begin_inset Float figure
26266 placement !p
26267 wide false
26268 sideways false
26269 status open
26270
26271 \begin_layout Plain Layout
26272 \align center
26273 \begin_inset Graphics
26274         filename clipart/mobius.eps
26275         lyxscale 50
26276         scale 50
26277         scaleBeforeRotation
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Caption
26286
26287 \begin_layout Plain Layout
26288 \begin_inset CommandInset label
26289 LatexCommand label
26290 name "fig:This-is-an-fig"
26291
26292 \end_inset
26293
26294 This is an example figure caption that is longer than one line to show the
26295  different caption format.
26296  Here a self-defined caption format is used.
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26318 on}
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \begin_layout Standard
26327 \begin_inset Float table
26328 placement !p
26329 wide false
26330 sideways false
26331 status open
26332
26333 \begin_layout Plain Layout
26334 \begin_inset Caption
26335
26336 \begin_layout Plain Layout
26337 \begin_inset CommandInset label
26338 LatexCommand label
26339 name "tab:This-is-an-tab"
26340
26341 \end_inset
26342
26343 This is an example table caption that is longer than one line to show the
26344  different caption format.
26345  Here the standard caption format for tables in this document is used.
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Plain Layout
26354 \align center
26355 \begin_inset Tabular
26356 <lyxtabular version="3" rows="1" columns="5">
26357 <features tabularvalignment="middle">
26358 <column alignment="center" valignment="top" width="0">
26359 <column alignment="center" valignment="top" width="0">
26360 <column alignment="center" valignment="top" width="0">
26361 <column alignment="center" valignment="top" width="0">
26362 <column alignment="center" valignment="top" width="0">
26363 <row>
26364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 a
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 b
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 c
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 d
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 e
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 </row>
26410 </lyxtabular>
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Section
26423 Caption Placement
26424 \begin_inset Index idx
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428 Caption ! Placement
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \begin_inset Index idx
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438 Floats ! Caption Placement
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \begin_inset CommandInset label
26445 LatexCommand label
26446 name "sec:Caption-Placement"
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Standard
26454 The common caption placement rule is:
26455 \end_layout
26456
26457 \begin_layout Description
26458 Figure: Caption is set below the figure
26459 \end_layout
26460
26461 \begin_layout Description
26462 Table: Caption is set above the table
26463 \end_layout
26464
26465 \begin_layout Standard
26466 Having the caption above the table is unfortunately not supported in LaTeX's
26467  standard classes.
26468  That means if you are using the document classes 
26469 \family sans
26470 article
26471 \family default
26472
26473 \family sans
26474 book
26475 \family default
26476
26477 \family sans
26478 letter
26479 \family default
26480 , or 
26481 \family sans
26482 report
26483 \family default
26484  there will be no space between the caption and the table.
26485  To insert the necessary space, add the following option to the load command
26486  of the LaTeX-package 
26487 \series bold
26488 caption
26489 \series default
26490  in your document preamble
26491 \begin_inset Foot
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495 See section
26496 \begin_inset space ~
26497 \end_inset
26498
26499
26500 \begin_inset CommandInset ref
26501 LatexCommand ref
26502 reference "sec:Caption-Formatting"
26503
26504 \end_inset
26505
26506  for more information of the package 
26507 \series bold
26508 caption
26509 \series default
26510 .
26511 \end_layout
26512
26513 \end_inset
26514
26515 :
26516 \end_layout
26517
26518 \begin_layout Standard
26519
26520 \series bold
26521 tableposition=top
26522 \end_layout
26523
26524 \begin_layout Standard
26525 If you are using a 
26526 \series bold
26527 KOMA-Script
26528 \series default
26529
26530 \begin_inset Index idx
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534 LaTeX-packages ! KOMA-Script
26535 \end_layout
26536
26537 \end_inset
26538
26539  document class (
26540 \family sans
26541 article (KOMA-Script)
26542 \family default
26543
26544 \family sans
26545 book (KOMA-Script)
26546 \family default
26547
26548 \family sans
26549 letter (KOMA-Script)
26550 \family default
26551 , or 
26552 \family sans
26553 report (KOMA-Script)
26554 \family default
26555
26556 \begin_inset space \thinspace{}
26557 \end_inset
26558
26559 ), you can alternatively to the 
26560 \series bold
26561 caption
26562 \series default
26563  package set the document class option 
26564 \series bold
26565 captions=tableheading
26566 \series default
26567 .
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \begin_inset VSpace bigskip
26572 \end_inset
26573
26574 It is also possible to set the caption beside a figure or table.
26575  To get this the LaTeX-package 
26576 \series bold
26577 sidecap
26578 \series default
26579
26580 \begin_inset Index idx
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584 LaTeX-packages ! sidecap
26585 \end_layout
26586
26587 \end_inset
26588
26589  has to be loaded in the document preamble with the line
26590 \end_layout
26591
26592 \begin_layout Standard
26593
26594 \series bold
26595
26596 \backslash
26597 usepackage[option]{sidecap}
26598 \end_layout
26599
26600 \begin_layout Standard
26601 If you set no option, the caption is placed on the side of the outer page
26602  margin â€“ to the right on odd pages, to the left on even pages.
26603  You can change the placement to inner margin with the option 
26604 \series bold
26605 innercaption
26606 \series default
26607 .
26608  To force the placement always to the right or left, use the option 
26609 \series bold
26610 rightcaption
26611 \series default
26612  or 
26613 \series bold
26614 leftcaption
26615 \series default
26616 , respectively.
26617 \end_layout
26618
26619 \begin_layout Standard
26620 \begin_inset ERT
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624
26625
26626 \backslash
26627 ifsidecap
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \begin_inset Note Note
26634 status open
26635
26636 \begin_layout Plain Layout
26637 The following section will only be displayed when the LaTeX-package 
26638 \series bold
26639 sidecap
26640 \series default
26641  is installed.
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Standard
26650 To place in LyX the caption of a float on the side, it is necessary to add
26651  these commands to the document preamble:
26652 \end_layout
26653
26654 \begin_layout Standard
26655 \begin_inset Newpage pagebreak
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 \noindent
26663 \begin_inset CommandInset line
26664 LatexCommand rule
26665 offset "0.5ex"
26666 width "100line%"
26667 height "1pt"
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \begin_layout Standard
26675
26676 \series bold
26677
26678 \backslash
26679 newcommand{
26680 \backslash
26681 TabBesBeg}[1][1.0]{%
26682 \begin_inset Newline newline
26683 \end_inset
26684
26685
26686 \begin_inset Phantom HPhantom
26687 status open
26688
26689 \begin_layout Plain Layout
26690 \begin_inset space ~
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \backslash
26700 let
26701 \backslash
26702 MyTable
26703 \backslash
26704 table
26705 \begin_inset Newline newline
26706 \end_inset
26707
26708
26709 \begin_inset Phantom HPhantom
26710 status open
26711
26712 \begin_layout Plain Layout
26713
26714 \series medium
26715 \begin_inset space ~
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \backslash
26725 let
26726 \backslash
26727 MyEndtable
26728 \backslash
26729 endtable
26730 \begin_inset Newline newline
26731 \end_inset
26732
26733
26734 \begin_inset Phantom HPhantom
26735 status open
26736
26737 \begin_layout Plain Layout
26738
26739 \series medium
26740 \begin_inset space ~
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \backslash
26750 renewenvironment{table}[1]{
26751 \backslash
26752 begin{SCtable}[#1]##1}{
26753 \backslash
26754 end{SCtable}}}
26755 \end_layout
26756
26757 \begin_layout Standard
26758
26759 \series bold
26760
26761 \backslash
26762 newcommand{
26763 \backslash
26764 TabBesEnd}{%
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \begin_inset Phantom HPhantom
26770 status open
26771
26772 \begin_layout Plain Layout
26773 \begin_inset space ~
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \backslash
26783 let
26784 \backslash
26785 table
26786 \backslash
26787 MyTable
26788 \begin_inset Newline newline
26789 \end_inset
26790
26791
26792 \begin_inset Phantom HPhantom
26793 status open
26794
26795 \begin_layout Plain Layout
26796 \begin_inset space ~
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \backslash
26806 let
26807 \backslash
26808 endtable
26809 \backslash
26810 MyEndtable
26811 \end_layout
26812
26813 \begin_layout Standard
26814
26815 \series bold
26816
26817 \backslash
26818 newcommand{
26819 \backslash
26820 FigBesBeg}[1][1.0]{%
26821 \begin_inset Newline newline
26822 \end_inset
26823
26824
26825 \begin_inset Phantom HPhantom
26826 status open
26827
26828 \begin_layout Plain Layout
26829 \begin_inset space ~
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \backslash
26839 let
26840 \backslash
26841 MyFigure
26842 \backslash
26843 figure
26844 \begin_inset Newline newline
26845 \end_inset
26846
26847
26848 \begin_inset Phantom HPhantom
26849 status open
26850
26851 \begin_layout Plain Layout
26852 \begin_inset space ~
26853 \end_inset
26854
26855
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \backslash
26862 let
26863 \backslash
26864 MyEndfigure
26865 \backslash
26866 endfigure
26867 \begin_inset Newline newline
26868 \end_inset
26869
26870
26871 \begin_inset Phantom HPhantom
26872 status open
26873
26874 \begin_layout Plain Layout
26875 \begin_inset space ~
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \backslash
26885 renewenvironment{figure}[1]{
26886 \backslash
26887 begin{SCfigure}[#1]##1}{
26888 \backslash
26889 end{SCfigure}}}
26890 \end_layout
26891
26892 \begin_layout Standard
26893
26894 \series bold
26895
26896 \backslash
26897 newcommand{
26898 \backslash
26899 FigBesEnd}{%
26900 \begin_inset Newline newline
26901 \end_inset
26902
26903
26904 \begin_inset Phantom HPhantom
26905 status open
26906
26907 \begin_layout Plain Layout
26908 \begin_inset space ~
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \backslash
26918 let
26919 \backslash
26920 figure
26921 \backslash
26922 MyFigure
26923 \begin_inset Newline newline
26924 \end_inset
26925
26926
26927 \begin_inset Phantom HPhantom
26928 status open
26929
26930 \begin_layout Plain Layout
26931 \begin_inset space ~
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \backslash
26941 let
26942 \backslash
26943 endfigure
26944 \backslash
26945 MyEndfigure}
26946 \end_layout
26947
26948 \begin_layout Standard
26949 \noindent
26950 \begin_inset CommandInset line
26951 LatexCommand rule
26952 offset "0.5ex"
26953 width "100line%"
26954 height "1pt"
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 The commands allow you to redefine the floats so that the caption is set
26963  on the side.
26964  For figure floats use the command
26965 \end_layout
26966
26967 \begin_layout Standard
26968
26969 \series bold
26970
26971 \backslash
26972 FigBesBeg
26973 \end_layout
26974
26975 \begin_layout Standard
26976 in TeX-Code before the float.
26977  And insert the command
26978 \end_layout
26979
26980 \begin_layout Standard
26981
26982 \series bold
26983
26984 \backslash
26985 FigBesEnd
26986 \end_layout
26987
26988 \begin_layout Standard
26989 in TeX-Code at the point where you want to get back to the original float
26990  definition.
26991 \end_layout
26992
26993 \begin_layout Standard
26994 For table floats use the corresponding commands
26995 \end_layout
26996
26997 \begin_layout Standard
26998
26999 \series bold
27000
27001 \backslash
27002 TabBesBeg
27003 \series default
27004  and 
27005 \series bold
27006
27007 \backslash
27008 TabBesEnd
27009 \end_layout
27010
27011 \begin_layout Standard
27012 Figure
27013 \begin_inset space ~
27014 \end_inset
27015
27016
27017 \begin_inset CommandInset ref
27018 LatexCommand ref
27019 reference "fig:cap-beside-fig"
27020
27021 \end_inset
27022
27023  and Table
27024 \begin_inset space ~
27025 \end_inset
27026
27027
27028 \begin_inset CommandInset ref
27029 LatexCommand ref
27030 reference "tab:cap-beside-tab"
27031
27032 \end_inset
27033
27034  are examples where the caption is set beside.
27035 \end_layout
27036
27037 \begin_layout Standard
27038 You can see in the examples that the caption text appears at the top of
27039  the floats for table floats and at the bottom for figure floats.
27040  To change this, you can use the command
27041 \end_layout
27042
27043 \begin_layout Standard
27044
27045 \series bold
27046
27047 \backslash
27048 sidecaptionvpos{float type}{placement}
27049 \end_layout
27050
27051 \begin_layout Standard
27052 in the document preamble or in TeX-Code before the float.
27053  The float type is either 
27054 \family sans
27055 figure
27056 \family default
27057  or 
27058 \family sans
27059 table
27060 \family default
27061 , the placement can be 
27062 \begin_inset Quotes eld
27063 \end_inset
27064
27065
27066 \family sans
27067 t
27068 \family default
27069
27070 \begin_inset Quotes erd
27071 \end_inset
27072
27073  for top, 
27074 \begin_inset Quotes eld
27075 \end_inset
27076
27077
27078 \family sans
27079 c
27080 \family default
27081
27082 \begin_inset Quotes erd
27083 \end_inset
27084
27085  for center, or 
27086 \begin_inset Quotes eld
27087 \end_inset
27088
27089
27090 \family sans
27091 b
27092 \family default
27093
27094 \begin_inset Quotes erd
27095 \end_inset
27096
27097  for bottom.
27098  To have for example the caption of figure floats vertically centered, use
27099  the command
27100 \end_layout
27101
27102 \begin_layout Standard
27103
27104 \series bold
27105
27106 \backslash
27107 sidecaptionvpos{figure}{c}
27108 \end_layout
27109
27110 \begin_layout Standard
27111 This was used for Figure
27112 \begin_inset space ~
27113 \end_inset
27114
27115
27116 \begin_inset CommandInset ref
27117 LatexCommand ref
27118 reference "fig:cap-beside-fig-2"
27119
27120 \end_inset
27121
27122 .
27123 \end_layout
27124
27125 \begin_layout Standard
27126 \begin_inset VSpace medskip
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \begin_layout Standard
27133 The default caption width is the width of the image/table.
27134  For thin image/tables, like in Table
27135 \begin_inset space ~
27136 \end_inset
27137
27138
27139 \begin_inset CommandInset ref
27140 LatexCommand ref
27141 reference "tab:cap-beside-tab"
27142
27143 \end_inset
27144
27145 , this leads to captions that are too thin.
27146  You can increase the width by specifying a factor that will be multiplied
27147  with the image/table width to get the caption width.
27148  The caption width will automatically be recalculated in case it would protrude
27149  over the page or column margin due to the specified width.
27150  The 
27151 \emph on
27152 factor
27153 \emph default
27154  can either be given as optional argument for 
27155 \series bold
27156
27157 \backslash
27158 FigBesBeg
27159 \series default
27160 :
27161 \end_layout
27162
27163 \begin_layout Standard
27164
27165 \series bold
27166
27167 \backslash
27168 FigBesBeg[factor]
27169 \end_layout
27170
27171 \begin_layout Standard
27172 or in the definition of 
27173 \series bold
27174
27175 \backslash
27176 FigBesBeg
27177 \series default
27178  by replacing the 
27179 \series bold
27180 1.0
27181 \series default
27182  with another value.
27183  If you do the latter, your factor will be the default if 
27184 \series bold
27185
27186 \backslash
27187 FigBesBeg
27188 \series default
27189  is used without an argument.
27190  For Table
27191 \begin_inset space ~
27192 \end_inset
27193
27194
27195 \begin_inset CommandInset ref
27196 LatexCommand ref
27197 reference "tab:cap-beside-tab-wider"
27198
27199 \end_inset
27200
27201  the factor 5 was used.
27202 \end_layout
27203
27204 \begin_layout Standard
27205 \begin_inset Note Greyedout
27206 status open
27207
27208 \begin_layout Plain Layout
27209
27210 \series bold
27211 Note:
27212 \series default
27213  For floats with captions set beside, you cannot use the float placement
27214  option 
27215 \family sans
27216 Here
27217 \begin_inset space ~
27218 \end_inset
27219
27220 definitely
27221 \family default
27222  because it is not supported by 
27223 \series bold
27224 sidecap
27225 \series default
27226 .
27227 \end_layout
27228
27229 \end_inset
27230
27231
27232 \end_layout
27233
27234 \begin_layout Standard
27235 \begin_inset VSpace medskip
27236 \end_inset
27237
27238 For more information about the package 
27239 \series bold
27240 sidecap
27241 \series default
27242  we refer to its documentation 
27243 \begin_inset CommandInset citation
27244 LatexCommand cite
27245 key "sidecap"
27246
27247 \end_inset
27248
27249 .
27250 \end_layout
27251
27252 \begin_layout Standard
27253 \begin_inset Note Greyedout
27254 status open
27255
27256 \begin_layout Plain Layout
27257
27258 \series bold
27259 Note:
27260 \series default
27261  The LaTeX-package 
27262 \series bold
27263 hypcap
27264 \series default
27265
27266 \begin_inset Index idx
27267 status collapsed
27268
27269 \begin_layout Plain Layout
27270 LaTeX-packages ! hypcap
27271 \end_layout
27272
27273 \end_inset
27274
27275 , described in section
27276 \begin_inset space ~
27277 \end_inset
27278
27279
27280 \begin_inset CommandInset ref
27281 LatexCommand ref
27282 reference "sub:Reference-Position"
27283
27284 \end_inset
27285
27286 , has no effect on floats with the caption set beside.
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Standard
27295 \begin_inset ERT
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299
27300
27301 \backslash
27302 FigBesBeg
27303 \end_layout
27304
27305 \end_inset
27306
27307
27308 \end_layout
27309
27310 \begin_layout Standard
27311 \begin_inset Float figure
27312 wide false
27313 sideways false
27314 status open
27315
27316 \begin_layout Plain Layout
27317 \begin_inset Graphics
27318         filename clipart/escher-lsd.eps
27319         scale 75
27320         scaleBeforeRotation
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Plain Layout
27328 \begin_inset Caption
27329
27330 \begin_layout Plain Layout
27331 \begin_inset CommandInset label
27332 LatexCommand label
27333 name "fig:cap-beside-fig"
27334
27335 \end_inset
27336
27337 This is a caption beside a figure.
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset ERT
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355
27356
27357 \backslash
27358 FigBesEnd
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 \begin_inset ERT
27368 status collapsed
27369
27370 \begin_layout Plain Layout
27371
27372
27373 \backslash
27374 TabBesBeg
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 \begin_inset Float table
27384 wide false
27385 sideways false
27386 status open
27387
27388 \begin_layout Plain Layout
27389 \begin_inset Caption
27390
27391 \begin_layout Plain Layout
27392 \begin_inset CommandInset label
27393 LatexCommand label
27394 name "tab:cap-beside-tab"
27395
27396 \end_inset
27397
27398 This is a caption beside a table.
27399 \end_layout
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \begin_layout Plain Layout
27407 \begin_inset Tabular
27408 <lyxtabular version="3" rows="4" columns="5">
27409 <features tabularvalignment="middle">
27410 <column alignment="center" valignment="top" width="0">
27411 <column alignment="center" valignment="top" width="0">
27412 <column alignment="center" valignment="top" width="0">
27413 <column alignment="center" valignment="top" width="0">
27414 <column alignment="center" valignment="top" width="0">
27415 <row>
27416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420 a
27421 \end_layout
27422
27423 \end_inset
27424 </cell>
27425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27426 \begin_inset Text
27427
27428 \begin_layout Plain Layout
27429
27430 \end_layout
27431
27432 \end_inset
27433 </cell>
27434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Plain Layout
27438 b
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Plain Layout
27456 c
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 <row>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476 d
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27491 \begin_inset Text
27492
27493 \begin_layout Plain Layout
27494 e
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503
27504 \end_layout
27505
27506 \end_inset
27507 </cell>
27508 </row>
27509 <row>
27510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Plain Layout
27514 f
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532 g
27533 \end_layout
27534
27535 \end_inset
27536 </cell>
27537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27538 \begin_inset Text
27539
27540 \begin_layout Plain Layout
27541
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27547 \begin_inset Text
27548
27549 \begin_layout Plain Layout
27550 h
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 </row>
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570 i
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 j
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 </row>
27603 </lyxtabular>
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \begin_layout Standard
27616 \begin_inset ERT
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620
27621
27622 \backslash
27623 TabBesEnd
27624 \end_layout
27625
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Standard
27632 \begin_inset ERT
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637
27638 \backslash
27639 sidecaptionvpos{figure}{c}
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \begin_inset Float figure
27646 wide false
27647 sideways false
27648 status open
27649
27650 \begin_layout Plain Layout
27651 \begin_inset Graphics
27652         filename clipart/escher-lsd.eps
27653         scale 75
27654         scaleBeforeRotation
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Plain Layout
27662 \begin_inset Caption
27663
27664 \begin_layout Plain Layout
27665 \begin_inset CommandInset label
27666 LatexCommand label
27667 name "fig:cap-beside-fig-2"
27668
27669 \end_inset
27670
27671 This is a vertically centered caption beside a figure.
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Standard
27685 \begin_inset ERT
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689
27690
27691 \backslash
27692 FigBesEnd
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Standard
27701 \begin_inset ERT
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 TabBesBeg[5]
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717 \begin_inset Float table
27718 wide false
27719 sideways false
27720 status open
27721
27722 \begin_layout Plain Layout
27723 \begin_inset Caption
27724
27725 \begin_layout Plain Layout
27726 \begin_inset CommandInset label
27727 LatexCommand label
27728 name "tab:cap-beside-tab-wider"
27729
27730 \end_inset
27731
27732 This is a caption is wider than the one in Table
27733 \begin_inset space ~
27734 \end_inset
27735
27736
27737 \begin_inset CommandInset ref
27738 LatexCommand ref
27739 reference "tab:cap-beside-tab"
27740
27741 \end_inset
27742
27743 .
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Plain Layout
27752 \begin_inset Tabular
27753 <lyxtabular version="3" rows="4" columns="5">
27754 <features tabularvalignment="middle">
27755 <column alignment="center" valignment="top" width="0">
27756 <column alignment="center" valignment="top" width="0">
27757 <column alignment="center" valignment="top" width="0">
27758 <column alignment="center" valignment="top" width="0">
27759 <column alignment="center" valignment="top" width="0">
27760 <row>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 a
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 b
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792
27793 \end_layout
27794
27795 \end_inset
27796 </cell>
27797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 c
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 </row>
27807 <row>
27808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 d
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839 e
27840 \end_layout
27841
27842 \end_inset
27843 </cell>
27844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27845 \begin_inset Text
27846
27847 \begin_layout Plain Layout
27848
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 </row>
27854 <row>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 f
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Plain Layout
27877 g
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Plain Layout
27886
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27892 \begin_inset Text
27893
27894 \begin_layout Plain Layout
27895 h
27896 \end_layout
27897
27898 \end_inset
27899 </cell>
27900 </row>
27901 <row>
27902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Plain Layout
27906
27907 \end_layout
27908
27909 \end_inset
27910 </cell>
27911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Plain Layout
27915 i
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 j
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 </row>
27948 </lyxtabular>
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Standard
27961 \begin_inset ERT
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965
27966
27967 \backslash
27968 TabBesEnd
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \begin_layout Standard
27977 \begin_inset ERT
27978 status collapsed
27979
27980 \begin_layout Plain Layout
27981
27982
27983 \backslash
27984 else
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset Note Note
27991 status open
27992
27993 \begin_layout Plain Layout
27994 The following will be displayed when the LaTeX-package 
27995 \series bold
27996 sidecap
27997 \series default
27998  is not installed:
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 You need to install the LaTeX-package 
28008 \series bold
28009 sidecap
28010 \series default
28011  to see the following part of this section in the output.
28012 \end_layout
28013
28014 \begin_layout Standard
28015 \begin_inset ERT
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019
28020
28021 \backslash
28022 fi
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Section
28031 Listings of Floats
28032 \begin_inset Index idx
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Floats ! Float Lists
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \begin_layout Standard
28045 Similar to the table of contents where the sections of the document are
28046  listed, there are listings for all float types, like the figures of the
28047  documents.
28048  You can insert them via the 
28049 \family sans
28050 Insert\SpecialChar \menuseparator
28051 List
28052 \begin_inset space ~
28053 \end_inset
28054
28055 /
28056 \begin_inset space ~
28057 \end_inset
28058
28059 TOC
28060 \family default
28061  sub menus.
28062 \end_layout
28063
28064 \begin_layout Standard
28065 The list entries are the float captions or its short title, the float number,
28066  and the page number where they appear in the document.
28067 \end_layout
28068
28069 \begin_layout Standard
28070 You can find the list of figures and tables at the end of this document.
28071 \end_layout
28072
28073 \begin_layout Chapter
28074 Notes
28075 \end_layout
28076
28077 \begin_layout Section
28078 LyX Notes
28079 \begin_inset Index idx
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083 Notes ! LyX Notes
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Standard
28092 Notes are inserted with the toolbar button 
28093 \family sans
28094
28095 \begin_inset Info
28096 type  "icon"
28097 arg   "note-insert"
28098 \end_inset
28099
28100
28101 \family default
28102  or the menu 
28103 \family sans
28104 Insert\SpecialChar \menuseparator
28105 Note
28106 \family default
28107 .
28108  There are three types of notes:
28109 \end_layout
28110
28111 \begin_layout Description
28112 LyX
28113 \begin_inset space ~
28114 \end_inset
28115
28116 Note This note type is for internal notes that won't appear in the output.
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/LyXNoteImageQt4.png
28128         display false
28129         scale 85
28130         scaleBeforeRotation
28131
28132 \end_inset
28133
28134  
28135 \begin_inset Note Note
28136 status open
28137
28138 \begin_layout Plain Layout
28139 This is text in a note box that doesn't appear in the output.
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Description
28148 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
28149 ent, when you export the document to LaTeX via the menu 
28150 \family sans
28151 File\SpecialChar \menuseparator
28152 Export\SpecialChar \menuseparator
28153 LaTeX (pdflatex) / (plain)
28154 \family default
28155 .
28156  Its note-box looks like this:
28157 \begin_inset Newline newline
28158 \end_inset
28159
28160
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \begin_inset Graphics
28166         filename clipart/CommentNoteImageQt4.png
28167         display false
28168         scale 85
28169         scaleBeforeRotation
28170
28171 \end_inset
28172
28173  
28174 \begin_inset Note Comment
28175 status open
28176
28177 \begin_layout Plain Layout
28178 This is text in a note box that only appears as comment in LaTeX-files.
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \begin_layout Description
28187 Greyed
28188 \begin_inset space ~
28189 \end_inset
28190
28191 Out This note will appear in the output as grey text.
28192  Its note-box looks like this:
28193 \begin_inset Newline newline
28194 \end_inset
28195
28196
28197 \begin_inset Newline newline
28198 \end_inset
28199
28200
28201 \begin_inset Graphics
28202         filename clipart/GreyedOutNoteImageQt4.png
28203         display false
28204         scale 85
28205         scaleBeforeRotation
28206
28207 \end_inset
28208
28209
28210 \begin_inset Newline newline
28211 \end_inset
28212
28213
28214 \begin_inset ERT
28215 status collapsed
28216
28217 \begin_layout Plain Layout
28218
28219
28220 \backslash
28221 renewenvironment{lyxgreyedout}
28222 \end_layout
28223
28224 \begin_layout Plain Layout
28225
28226 {
28227 \backslash
28228 textcolor[gray]{0.8}
28229 \backslash
28230 bgroup}{
28231 \backslash
28232 egroup}
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset Note Greyedout
28239 status open
28240
28241 \begin_layout Plain Layout
28242 This is text
28243 \begin_inset Foot
28244 status open
28245
28246 \begin_layout Plain Layout
28247 This is an example footnote within a greyed out note.
28248 \end_layout
28249
28250 \end_inset
28251
28252  of a comment that appears in the output as grey text.
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 renewenvironment{lyxgreyedout}
28266 \end_layout
28267
28268 \begin_layout Plain Layout
28269
28270 {
28271 \backslash
28272 textcolor{blue}
28273 \backslash
28274 bgroup}{
28275 \backslash
28276 egroup}
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \begin_inset Note Note
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286 The greyed out note is here redefined to show it with the original LyX definitio
28287 n because greyed out notes are redefined in the preamble of this document,
28288  as described below, to have blue text.
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \begin_inset Newline newline
28295 \end_inset
28296
28297
28298 \begin_inset Newline newline
28299 \end_inset
28300
28301 As you can see in the example, the first line of greyed out notes is a bit
28302  indented and greyed out notes can have footnotes.
28303 \end_layout
28304
28305 \begin_layout Standard
28306 \begin_inset VSpace bigskip
28307 \end_inset
28308
28309 When you use the toolbar button 
28310 \family sans
28311
28312 \begin_inset Info
28313 type  "icon"
28314 arg   "note-insert"
28315 \end_inset
28316
28317
28318 \family default
28319  to insert notes, a 
28320 \family sans
28321 LyX
28322 \begin_inset space ~
28323 \end_inset
28324
28325 Note
28326 \family default
28327  is inserted.
28328  You can switch between the five note types by right-clicking on the note-box.
28329  
28330 \family roman
28331 \series medium
28332 \bar no
28333 If you want to turn existing text into a note, mark it and click on the
28334  note
28335 \family default
28336 \series default
28337 \bar default
28338  toolbar 
28339 \family roman
28340 \series medium
28341 \bar no
28342 button
28343 \family default
28344 \series default
28345 \bar default
28346 .
28347  To change a note to text, press the backspace key when the cursor is in
28348  the first position of a note, or press the delete key when the cursor is
28349  in the very last position of the note, respectively.
28350 \end_layout
28351
28352 \begin_layout Standard
28353 \begin_inset VSpace bigskip
28354 \end_inset
28355
28356 You can change the text color of the greyed out notes in the menu 
28357 \family sans
28358 Document\SpecialChar \menuseparator
28359 Settings\SpecialChar \menuseparator
28360 Colors
28361 \family default
28362 .
28363 \end_layout
28364
28365 \begin_layout Section
28366 Footnotes
28367 \begin_inset CommandInset label
28368 LatexCommand label
28369 name "sec:Footnotes"
28370
28371 \end_inset
28372
28373
28374 \begin_inset Index idx
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 Notes ! Footnotes
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \begin_inset Index idx
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388 Footnotes
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \end_layout
28395
28396 \begin_layout Standard
28397 Footnotes can be inserted using the toolbar button 
28398 \family sans
28399
28400 \begin_inset Info
28401 type  "icon"
28402 arg   "footnote-insert"
28403 \end_inset
28404
28405
28406 \family default
28407  or the menu 
28408 \family sans
28409 Insert\SpecialChar \menuseparator
28410 Footnote
28411 \family default
28412 .
28413  
28414 \family roman
28415 \series medium
28416 \bar no
28417 You'll see
28418 \family default
28419 \series default
28420 \bar default
28421  then the following footnote-box: 
28422 \begin_inset Graphics
28423         filename clipart/footnoteQt4.png
28424         scale 80
28425         scaleBeforeRotation
28426
28427 \end_inset
28428
28429  
28430 \family roman
28431 \series medium
28432 \bar no
28433 where you can enter the footnote text.
28434  If you want to turn existing text into a footnote, mark it and click on
28435  the footnote
28436 \family default
28437 \series default
28438 \bar default
28439  toolbar 
28440 \family roman
28441 \series medium
28442 \bar no
28443 button
28444 \family default
28445 \series default
28446 \bar default
28447 .
28448  To change a 
28449 \family roman
28450 \series medium
28451 \bar no
28452 footnote
28453 \family default
28454 \series default
28455 \bar default
28456  to text, press the 
28457 \family sans
28458 Backspace
28459 \family default
28460  key when the cursor is in the first position of a 
28461 \family roman
28462 \series medium
28463 \bar no
28464 footnote
28465 \family default
28466 \series default
28467 \bar default
28468 , or press the 
28469 \family sans
28470 Delete
28471 \family default
28472  key when the cursor is in the very last position of the 
28473 \family roman
28474 \series medium
28475 \bar no
28476 footnote
28477 \family default
28478 \series default
28479 \bar default
28480 , respectively.
28481 \end_layout
28482
28483 \begin_layout Standard
28484 Here is an example footnote:
28485 \family roman
28486 \series medium
28487 \bar no
28488
28489 \begin_inset Foot
28490 status open
28491
28492 \begin_layout Plain Layout
28493 \begin_inset CommandInset label
28494 LatexCommand label
28495 name "foot:This-is-an"
28496
28497 \end_inset
28498
28499 This is an example footnote.
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \family default
28506 \series default
28507 \bar default
28508
28509 \begin_inset ERT
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513
28514
28515 \backslash
28516 newcounter{MyRepeatFoot}
28517 \end_layout
28518
28519 \begin_layout Plain Layout
28520
28521
28522 \backslash
28523 setcounter{MyRepeatFoot}{
28524 \backslash
28525 thefootnote}
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 The footnote will appear in the output as a superscript number at the text
28535  position where the footnote box is placed.
28536  The footnote text is placed at the bottom of the current page.
28537  The footnote number is calculated by LaTeX; the numbers are consecutive.
28538  It depends on your document-class, whether the footnote number is reset
28539  for every chapter.
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Footnotes can be referenced like floats: Insert a label into the footnote
28544  and cross-reference this label in the text as described in section
28545 \begin_inset space ~
28546 \end_inset
28547
28548
28549 \begin_inset CommandInset ref
28550 LatexCommand ref
28551 reference "sec:Referencing-Floats"
28552
28553 \end_inset
28554
28555 .
28556 \begin_inset Newline newline
28557 \end_inset
28558
28559 This is a cross-reference of Footnote
28560 \begin_inset space ~
28561 \end_inset
28562
28563
28564 \begin_inset CommandInset ref
28565 LatexCommand ref
28566 reference "foot:This-is-an"
28567
28568 \end_inset
28569
28570 .
28571 \end_layout
28572
28573 \begin_layout Standard
28574 \begin_inset VSpace defskip
28575 \end_inset
28576
28577 Footnotes in tables are not printed by LaTeX due to technical reasons.
28578  However there exists another method to print them: Instead of the footnote
28579  the command 
28580 \series bold
28581
28582 \backslash
28583 footnotemark{}
28584 \series default
28585  is inserted as TeX-code.
28586  The text of the footnote is entered as an argument of the TeX-code command
28587  
28588 \series bold
28589
28590 \backslash
28591 footnotetext
28592 \series default
28593  after the table.
28594 \begin_inset Newline newline
28595 \end_inset
28596
28597 This was done for the following table with the command
28598 \end_layout
28599
28600 \begin_layout Standard
28601
28602 \series bold
28603
28604 \backslash
28605 footnotetext{
28606 \series default
28607 Printed table footnote.
28608 \series bold
28609 }
28610 \end_layout
28611
28612 \begin_layout Standard
28613 \begin_inset Tabular
28614 <lyxtabular version="3" rows="2" columns="1">
28615 <features tabularvalignment="middle">
28616 <column alignment="center" valignment="top" width="0">
28617 <row>
28618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 This an example text.
28623 \begin_inset Foot
28624 status open
28625
28626 \begin_layout Plain Layout
28627 This footnote will not be printed!
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 </row>
28638 <row>
28639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28640 \begin_inset Text
28641
28642 \begin_layout Plain Layout
28643 This an example text.
28644 \begin_inset ERT
28645 status collapsed
28646
28647 \begin_layout Plain Layout
28648
28649
28650 \backslash
28651 footnotemark{}
28652 \end_layout
28653
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \end_inset
28660 </cell>
28661 </row>
28662 </lyxtabular>
28663
28664 \end_inset
28665
28666
28667 \begin_inset ERT
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671
28672
28673 \backslash
28674 footnotetext{
28675 \end_layout
28676
28677 \end_inset
28678
28679 Printed table footnote.
28680 \begin_inset ERT
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684
28685 }
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Standard
28694 Footnotes in longtables are described in section
28695 \begin_inset space ~
28696 \end_inset
28697
28698
28699 \begin_inset CommandInset ref
28700 LatexCommand ref
28701 reference "sub:Footnotes-in-Longtables"
28702
28703 \end_inset
28704
28705 .
28706 \end_layout
28707
28708 \begin_layout Standard
28709 Footnotes in minipage boxes are printed, but inside the box and with a different
28710  numbering because a minipage box is like a page inside a page.
28711  (For more about minipages, see section
28712 \begin_inset space ~
28713 \end_inset
28714
28715
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "sec:Minipages"
28719
28720 \end_inset
28721
28722 .) To get a footnote in the minipage that is output at the bottom of the
28723  page like normal footnotes, also use the method of 
28724 \series bold
28725
28726 \backslash
28727 footnotemark{}
28728 \series default
28729  and 
28730 \series bold
28731
28732 \backslash
28733 footnotetext
28734 \series default
28735 .
28736 \end_layout
28737
28738 \begin_layout Standard
28739 \begin_inset Box Frameless
28740 position "t"
28741 hor_pos "c"
28742 has_inner_box 1
28743 inner_pos "t"
28744 use_parbox 0
28745 use_makebox 0
28746 width "100col%"
28747 special "none"
28748 height "1in"
28749 height_special "totalheight"
28750 status open
28751
28752 \begin_layout Plain Layout
28753 This an example text in a minipage.
28754 \begin_inset Foot
28755 status open
28756
28757 \begin_layout Plain Layout
28758 Footnote in the minipage.
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Plain Layout
28767 This an example text in a minipage.
28768 \begin_inset ERT
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772
28773
28774 \backslash
28775 footnotemark{}
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 footnotetext{
28797 \end_layout
28798
28799 \end_inset
28800
28801 Footnote outside the minipage.
28802 \begin_inset ERT
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806
28807 }
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \begin_inset VSpace defskip
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 To refer to the same footnote several times without printing the footnote
28824  text every time, use the command 
28825 \series bold
28826
28827 \backslash
28828 footnotemark[number]
28829 \series default
28830  in TeX-code.
28831 \begin_inset Newline newline
28832 \end_inset
28833
28834 As you do not know the number of the repeating footnote while you are writing
28835  the text, you have to store its number.
28836  For the following footnote mark example, these commands were inserted in
28837  TeX-code after Footnote
28838 \begin_inset space ~
28839 \end_inset
28840
28841
28842 \begin_inset CommandInset ref
28843 LatexCommand ref
28844 reference "foot:This-is-an"
28845
28846 \end_inset
28847
28848  to store the footnote number:
28849 \end_layout
28850
28851 \begin_layout Standard
28852
28853 \series bold
28854
28855 \backslash
28856 newcounter{MyRepeatFoot}
28857 \begin_inset Newline newline
28858 \end_inset
28859
28860
28861 \backslash
28862 setcounter{MyRepeatFoot}{
28863 \backslash
28864 thefootnote}
28865 \end_layout
28866
28867 \begin_layout Standard
28868 The footnote mark was then created with this command:
28869 \end_layout
28870
28871 \begin_layout Standard
28872
28873 \series bold
28874
28875 \backslash
28876 footnotemark[
28877 \backslash
28878 theMyRepeatFoot]
28879 \end_layout
28880
28881 \begin_layout Standard
28882 Here is a repeated footnote:
28883 \family roman
28884 \series medium
28885 \bar no
28886
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892
28893 \backslash
28894 footnotemark[
28895 \backslash
28896 theMyRepeatFoot]
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \begin_layout Standard
28905 If you want to repeat the previous footnote, you can omit the storage of
28906  the footnote number and just use this command instead:
28907 \end_layout
28908
28909 \begin_layout Standard
28910
28911 \series bold
28912
28913 \backslash
28914 footnotemark[
28915 \backslash
28916 thefootnote]
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Here is another repeated footnote:
28921 \family roman
28922 \series medium
28923 \bar no
28924
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 footnotemark[
28933 \backslash
28934 thefootnote]
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \begin_layout Subsection
28943 Footnote Numbering
28944 \begin_inset CommandInset label
28945 LatexCommand label
28946 name "sub:Footnote-Numbering"
28947
28948 \end_inset
28949
28950
28951 \begin_inset Index idx
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 Footnotes ! Numbering
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \begin_layout Standard
28964 To reset the footnote number back to 1 after each section
28965 \family roman
28966 , add this command to your document preamble:
28967 \end_layout
28968
28969 \begin_layout Standard
28970
28971 \series bold
28972
28973 \backslash
28974 @addtoreset{footnote}{section}
28975 \end_layout
28976
28977 \begin_layout Standard
28978 \begin_inset VSpace bigskip
28979 \end_inset
28980
28981 The following preamble command changes the footnote numbering style to small
28982  roman numerals:
28983 \end_layout
28984
28985 \begin_layout Standard
28986
28987 \series bold
28988
28989 \backslash
28990 renewcommand{
28991 \backslash
28992 thefootnote}{
28993 \backslash
28994 roman{footnote}}
28995 \end_layout
28996
28997 \begin_layout Standard
28998 \begin_inset ERT
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002
29003
29004 \backslash
29005 renewcommand{
29006 \backslash
29007 thefootnote}{
29008 \backslash
29009 roman{footnote}}
29010 \end_layout
29011
29012 \end_inset
29013
29014  This is a footnote with roman numbering:
29015 \begin_inset Foot
29016 status open
29017
29018 \begin_layout Plain Layout
29019 This is an example footnote with roman numbering.
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 To change the numbering style to capital roman numerals replace in the command
29029  above 
29030 \series bold
29031
29032 \backslash
29033 roman
29034 \series default
29035  by 
29036 \series bold
29037
29038 \backslash
29039 Roman
29040 \series default
29041 .
29042  To 
29043 \begin_inset Quotes eld
29044 \end_inset
29045
29046 number
29047 \begin_inset Quotes erd
29048 \end_inset
29049
29050  footnotes with capital or small Latin letters use 
29051 \series bold
29052
29053 \backslash
29054 Alph
29055 \series default
29056  or 
29057 \series bold
29058
29059 \backslash
29060 alph
29061 \series default
29062 , respectively.
29063  To 
29064 \begin_inset Quotes eld
29065 \end_inset
29066
29067 number
29068 \begin_inset Quotes erd
29069 \end_inset
29070
29071  footnotes with symbols use 
29072 \series bold
29073
29074 \backslash
29075 fnsymbol
29076 \series default
29077 .
29078 \end_layout
29079
29080 \begin_layout Standard
29081 \begin_inset Note Greyedout
29082 status open
29083
29084 \begin_layout Plain Layout
29085
29086 \series bold
29087 Note:
29088 \series default
29089  You can only number 26 footnotes with Latin letters, because this numbering
29090  is limited to single letters.
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \begin_inset Note Greyedout
29101 status open
29102
29103 \begin_layout Plain Layout
29104
29105 \series bold
29106 Note:
29107 \series default
29108  You can only number 9 footnotes with symbols.
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 To return to the default numbering style after you have changed to another
29118  one, use 
29119 \series bold
29120
29121 \backslash
29122 arabic
29123 \series default
29124  instead of 
29125 \series bold
29126
29127 \backslash
29128 roman
29129 \series default
29130  in the command above.
29131 \begin_inset ERT
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135
29136
29137 \backslash
29138 renewcommand{
29139 \backslash
29140 thefootnote}{
29141 \backslash
29142 arabic{footnote}}
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Standard
29151 \begin_inset VSpace bigskip
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Standard
29158 If you want to have footnotes numbered in the scheme 
29159 \begin_inset Quotes eld
29160 \end_inset
29161
29162 chapter.footnote
29163 \begin_inset Quotes erd
29164 \end_inset
29165
29166 , add the following command to your document preamble:
29167 \end_layout
29168
29169 \begin_layout Standard
29170
29171 \series bold
29172
29173 \backslash
29174 numberwithin{footnote}{chapter}
29175 \end_layout
29176
29177 \begin_layout Standard
29178 To be able to use the command 
29179 \series bold
29180
29181 \backslash
29182 numberwithin
29183 \series default
29184 , set in the tab 
29185 \family sans
29186 Math
29187 \begin_inset space ~
29188 \end_inset
29189
29190 Options
29191 \family default
29192  in the document settings the option 
29193 \family sans
29194 Use
29195 \begin_inset space ~
29196 \end_inset
29197
29198 AMS
29199 \begin_inset space ~
29200 \end_inset
29201
29202 math
29203 \begin_inset space ~
29204 \end_inset
29205
29206 package
29207 \family default
29208 .
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \begin_inset ERT
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216
29217
29218 \backslash
29219 numberwithin{footnote}{chapter}
29220 \end_layout
29221
29222 \end_inset
29223
29224 This is another example footnote:
29225 \series bold
29226
29227 \begin_inset Foot
29228 status open
29229
29230 \begin_layout Plain Layout
29231 This is a footnote numbered in the scheme 
29232 \begin_inset Quotes eld
29233 \end_inset
29234
29235 chapter.footnote
29236 \begin_inset Quotes erd
29237 \end_inset
29238
29239 .
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \series default
29246
29247 \begin_inset ERT
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252
29253 \backslash
29254 renewcommand{
29255 \backslash
29256 thefootnote}{
29257 \backslash
29258 arabic{footnote}}
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \begin_layout Standard
29267 \begin_inset Note Greyedout
29268 status open
29269
29270 \begin_layout Plain Layout
29271
29272 \series bold
29273 Note:
29274 \series default
29275  
29276 \series bold
29277
29278 \backslash
29279 numberwithin
29280 \series default
29281  always prints out the footnote number as arabic number; previous redefinitions
29282  to get non-arabic numbers are overwritten.
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 So to get for example the scheme 
29292 \begin_inset Quotes eld
29293 \end_inset
29294
29295 chapter.
29296 \backslash
29297 Roman{footnote}
29298 \begin_inset Quotes erd
29299 \end_inset
29300
29301 , use this command instead of 
29302 \series bold
29303
29304 \backslash
29305 numberwithin
29306 \series default
29307 :
29308 \end_layout
29309
29310 \begin_layout Standard
29311
29312 \series bold
29313
29314 \backslash
29315 renewcommand{
29316 \backslash
29317 thefootnote}{
29318 \backslash
29319 thechapter.
29320 \backslash
29321 Roman{footnote}}
29322 \end_layout
29323
29324 \begin_layout Subsection
29325 Footnote Placement
29326 \begin_inset Index idx
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330 Footnotes ! Placement
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Standard
29339 If you have several footnotes in one page, they appear without vertical
29340  space between them at the bottom of the page.
29341  To make them more readable you can e.
29342 \begin_inset space \thinspace{}
29343 \end_inset
29344
29345 g.
29346 \begin_inset space \space{}
29347 \end_inset
29348
29349 add 1.5
29350 \begin_inset space \thinspace{}
29351 \end_inset
29352
29353 mm space with the following preamble command:
29354 \end_layout
29355
29356 \begin_layout Standard
29357
29358 \series bold
29359
29360 \backslash
29361 let
29362 \backslash
29363 myFoot
29364 \backslash
29365 footnote
29366 \begin_inset Newline newline
29367 \end_inset
29368
29369
29370 \backslash
29371 renewcommand{
29372 \backslash
29373 footnote}[1]{
29374 \backslash
29375 myFoot{#1
29376 \backslash
29377 vspace{1.5mm}}}
29378 \end_layout
29379
29380 \begin_layout Standard
29381 \begin_inset VSpace bigskip
29382 \end_inset
29383
29384 In a two-column document the footnotes appear at the bottom of every column,
29385  see Figure
29386 \begin_inset space ~
29387 \end_inset
29388
29389
29390 \begin_inset CommandInset ref
29391 LatexCommand ref
29392 reference "fig:Standard-footnote-placement"
29393
29394 \end_inset
29395
29396 .
29397  If the footnotes should only appear at the bottom of the right column,
29398  as in Figure
29399 \begin_inset space ~
29400 \end_inset
29401
29402
29403 \begin_inset CommandInset ref
29404 LatexCommand ref
29405 reference "fig:Footnote-placement-in"
29406
29407 \end_inset
29408
29409 , use the LaTeX-package 
29410 \series bold
29411 ftnright
29412 \series default
29413
29414 \begin_inset Index idx
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 LaTeX-packages ! ftnright
29419 \end_layout
29420
29421 \end_inset
29422
29423  with this command in the document preamble:
29424 \end_layout
29425
29426 \begin_layout Standard
29427
29428 \series bold
29429
29430 \backslash
29431 usepackage{ftnright}
29432 \end_layout
29433
29434 \begin_layout Standard
29435 \begin_inset Float figure
29436 placement !h
29437 wide false
29438 sideways false
29439 status open
29440
29441 \begin_layout Plain Layout
29442 \begin_inset ERT
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446
29447
29448 \backslash
29449 framebox{
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \begin_inset Graphics
29456         filename clipart/without_fntright.pdf
29457         width 100col%
29458         scaleBeforeRotation
29459
29460 \end_inset
29461
29462
29463 \begin_inset ERT
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467
29468 }
29469 \end_layout
29470
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \begin_layout Plain Layout
29477 \begin_inset Caption
29478
29479 \begin_layout Plain Layout
29480 \begin_inset CommandInset label
29481 LatexCommand label
29482 name "fig:Standard-footnote-placement"
29483
29484 \end_inset
29485
29486 Standard footnote placement in two-column documents.
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 \begin_inset Float figure
29501 placement !h
29502 wide false
29503 sideways false
29504 status open
29505
29506 \begin_layout Plain Layout
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512
29513 \backslash
29514 framebox{
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \begin_inset Graphics
29521         filename clipart/with_fntright.pdf
29522         width 100col%
29523         scaleBeforeRotation
29524
29525 \end_inset
29526
29527
29528 \begin_inset ERT
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532
29533 }
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Plain Layout
29542 \begin_inset Caption
29543
29544 \begin_layout Plain Layout
29545 \begin_inset CommandInset label
29546 LatexCommand label
29547 name "fig:Footnote-placement-in"
29548
29549 \end_inset
29550
29551 Footnote placement in two-column documents when the LaTeX-package 
29552 \series bold
29553 ftnright
29554 \series default
29555  is used.
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \end_layout
29567
29568 \begin_layout Standard
29569 \begin_inset VSpace bigskip
29570 \end_inset
29571
29572 In some scientific literature it is usual to collect the footnotes and print
29573  them in a separate paragraph at the end of a section, as in Figure
29574 \begin_inset space ~
29575 \end_inset
29576
29577
29578 \begin_inset CommandInset ref
29579 LatexCommand ref
29580 reference "fig:Endnotes"
29581
29582 \end_inset
29583
29584 .
29585  They are then called 
29586 \begin_inset Quotes eld
29587 \end_inset
29588
29589 endnotes
29590 \begin_inset Quotes erd
29591 \end_inset
29592
29593 .
29594 \begin_inset Index idx
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598 Endnotes
29599 \end_layout
29600
29601 \end_inset
29602
29603  To use endnotes instead of footnotes in your document, load in the menu
29604  
29605 \family sans
29606 Document\SpecialChar \menuseparator
29607 Settings\SpecialChar \menuseparator
29608 Modules 
29609 \family default
29610 the module 
29611 \family sans
29612 Foot
29613 \begin_inset space ~
29614 \end_inset
29615
29616 to
29617 \begin_inset space ~
29618 \end_inset
29619
29620 End
29621 \family default
29622 .
29623  To insert the collected footnotes, insert the command
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 theendnotes
29632 \end_layout
29633
29634 \begin_layout Standard
29635 in TeX-Code at the end of a section or chapter.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 \begin_inset Float figure
29640 wide false
29641 sideways false
29642 status open
29643
29644 \begin_layout Plain Layout
29645 \align center
29646 \begin_inset ERT
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650
29651
29652 \backslash
29653 framebox{
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \begin_inset Graphics
29660         filename clipart/endnotes.pdf
29661         scaleBeforeRotation
29662
29663 \end_inset
29664
29665
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671 }
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Plain Layout
29680 \begin_inset Caption
29681
29682 \begin_layout Plain Layout
29683 \begin_inset CommandInset label
29684 LatexCommand label
29685 name "fig:Endnotes"
29686
29687 \end_inset
29688
29689 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
29690  or chapters.
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Standard
29704 \begin_inset VSpace medskip
29705 \end_inset
29706
29707 The paragraph heading for the endnotes isn't automatically translated into
29708  the document language, this must be done manually.
29709  The following preamble command translates the default English 
29710 \begin_inset Quotes eld
29711 \end_inset
29712
29713 Notes
29714 \begin_inset Quotes erd
29715 \end_inset
29716
29717  into the German 
29718 \begin_inset Quotes eld
29719 \end_inset
29720
29721 Anmerkungen
29722 \begin_inset Quotes erd
29723 \end_inset
29724
29725 :
29726 \end_layout
29727
29728 \begin_layout Standard
29729
29730 \series bold
29731
29732 \backslash
29733 renewcommand{
29734 \backslash
29735 notesname}{Anmerkungen}
29736 \end_layout
29737
29738 \begin_layout Standard
29739 \begin_inset VSpace medskip
29740 \end_inset
29741
29742 The numbering of endnotes can be changed like the footnote numbering as
29743  described in section
29744 \begin_inset space ~
29745 \end_inset
29746
29747
29748 \begin_inset CommandInset ref
29749 LatexCommand ref
29750 reference "sub:Footnote-Numbering"
29751
29752 \end_inset
29753
29754 ; just replace the command 
29755 \series bold
29756
29757 \backslash
29758 thefootnote
29759 \series default
29760  by 
29761 \series bold
29762
29763 \backslash
29764 theendnote
29765 \series default
29766 .
29767  To reset the endnote number use the command 
29768 \series bold
29769
29770 \backslash
29771 @addtoreset
29772 \series default
29773  as described in section
29774 \begin_inset space ~
29775 \end_inset
29776
29777
29778 \begin_inset CommandInset ref
29779 LatexCommand ref
29780 reference "sub:Footnote-Numbering"
29781
29782 \end_inset
29783
29784  and replace the command parameter 
29785 \series bold
29786 footnote
29787 \series default
29788  by 
29789 \series bold
29790 endnote
29791 \series default
29792 .
29793 \end_layout
29794
29795 \begin_layout Standard
29796 For endnotes there is the command 
29797 \series bold
29798
29799 \backslash
29800 endnotemark[number]
29801 \series default
29802  similar to the command 
29803 \series bold
29804
29805 \backslash
29806 footnotemark
29807 \series default
29808 , that is described in section
29809 \begin_inset space ~
29810 \end_inset
29811
29812
29813 \begin_inset CommandInset ref
29814 LatexCommand ref
29815 reference "sec:Footnotes"
29816
29817 \end_inset
29818
29819 .
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset VSpace bigskip
29824 \end_inset
29825
29826 Footnotes can also be placed in the page margin and the footnote text alignment
29827  can be changed, see the LaTeX-package 
29828 \series bold
29829 footmisc
29830 \series default
29831
29832 \begin_inset Index idx
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836 LaTeX-packages ! footmisc
29837 \end_layout
29838
29839 \end_inset
29840
29841
29842 \begin_inset CommandInset citation
29843 LatexCommand cite
29844 key "footmisc"
29845
29846 \end_inset
29847
29848  for more information about this.
29849 \end_layout
29850
29851 \begin_layout Standard
29852 For various further footnote formatting issues have a look at LaTeX-books,
29853  
29854 \begin_inset CommandInset citation
29855 LatexCommand cite
29856 key "latexcompanion,latexguide,latexbook"
29857
29858 \end_inset
29859
29860 .
29861  If you are using a 
29862 \series bold
29863 KOMA-Script
29864 \series default
29865
29866 \begin_inset Index idx
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870 LaTeX-packages ! KOMA-Script
29871 \end_layout
29872
29873 \end_inset
29874
29875  document class, you can adjust all footnote settings using class-specific
29876  commands, see 
29877 \begin_inset CommandInset citation
29878 LatexCommand cite
29879 key "KOMA-Script"
29880
29881 \end_inset
29882
29883 .
29884 \end_layout
29885
29886 \begin_layout Section
29887 Margin Notes
29888 \begin_inset Index idx
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892 Notes ! Margin Notes
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Margin notes look and behave in LyX like footnotes.
29902  They are inserted via the menu 
29903 \family sans
29904 Insert\SpecialChar \menuseparator
29905 Marginal
29906 \begin_inset space ~
29907 \end_inset
29908
29909 Note
29910 \family default
29911  or the toolbar button 
29912 \family sans
29913
29914 \begin_inset Info
29915 type  "icon"
29916 arg   "marginalnote-insert"
29917 \end_inset
29918
29919
29920 \family default
29921 .
29922  A grey 
29923 \family roman
29924 \series medium
29925 box with the
29926 \family default
29927 \series default
29928  red 
29929 \family roman
29930 \series medium
29931 label 
29932 \begin_inset Quotes eld
29933 \end_inset
29934
29935 margin
29936 \begin_inset Quotes erd
29937 \end_inset
29938
29939  appears where you can enter the text of the margin note.
29940 \end_layout
29941
29942 \begin_layout Standard
29943 At the side is an example margin note.
29944
29945 \family roman
29946 \series medium
29947  
29948 \begin_inset Marginal
29949 status open
29950
29951 \begin_layout Plain Layout
29952 This is a margin note.
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 Margin notes appear at the right side in single-sided documents.
29962  In double-sided documents they appear in the outer margin â€“ left on even
29963  pages, right on odd pages.
29964  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
29965 d when the note appears in the left margin.
29966  The first line of the margin note is placed at the position of the text
29967  line where it is inserted in the document.
29968 \end_layout
29969
29970 \begin_layout Standard
29971 \begin_inset VSpace bigskip
29972 \end_inset
29973
29974 To place the margin note in the inner margin, add the command
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980
29981 \backslash
29982 reversemarginpar
29983 \end_layout
29984
29985 \begin_layout Standard
29986 in TeX-Code before a margin note.
29987  The new placement is valid for all subsequent margin notes.
29988  
29989 \begin_inset ERT
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993
29994
29995 \backslash
29996 reversemarginpar 
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \begin_inset Marginal
30003 status open
30004
30005 \begin_layout Plain Layout
30006 This is a margin note in the inner margin.
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \series bold
30013
30014 \begin_inset Newline newline
30015 \end_inset
30016
30017
30018 \series default
30019
30020 \begin_inset Note Greyedout
30021 status open
30022
30023 \begin_layout Plain Layout
30024
30025 \series bold
30026 Note:
30027 \series default
30028  There is often not enough space in the inner margin so that the notes are
30029  not correctly displayed in the output.
30030 \end_layout
30031
30032 \end_inset
30033
30034
30035 \end_layout
30036
30037 \begin_layout Standard
30038 To return to the default placement insert the command
30039 \end_layout
30040
30041 \begin_layout Standard
30042
30043 \series bold
30044
30045 \backslash
30046 normalmarginpar
30047 \end_layout
30048
30049 \begin_layout Standard
30050 in TeX-Code.
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056
30057 \backslash
30058 normalmarginpar 
30059 \end_layout
30060
30061 \end_inset
30062
30063  
30064 \begin_inset Note Greyedout
30065 status open
30066
30067 \begin_layout Plain Layout
30068
30069 \series bold
30070 Note:
30071 \series default
30072  The command is ignored when it is within a paragraph where also the command
30073  
30074 \series bold
30075
30076 \backslash
30077 reversemarginpar
30078 \series default
30079  is inserted.
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \end_layout
30086
30087 \begin_layout Standard
30088 \begin_inset VSpace bigskip
30089 \end_inset
30090
30091
30092 \family roman
30093 \series medium
30094
30095 \begin_inset Marginal
30096 status open
30097
30098 \begin_layout Plain Layout
30099 AVeryLongMarginParWord that isn't hyphenated.
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \family default
30106 \series default
30107  Similar to the case described in section
30108 \begin_inset space ~
30109 \end_inset
30110
30111
30112 \begin_inset CommandInset ref
30113 LatexCommand ref
30114 reference "sub:Multiple-Lines-in"
30115
30116 \end_inset
30117
30118 , long words cannot be hyphenated when they are the first word in a margin
30119  note.
30120  To avoid this, insert 0
30121 \begin_inset space \thinspace{}
30122 \end_inset
30123
30124 pt horizontal space before the word
30125 \family roman
30126 \series medium
30127 .
30128  
30129 \begin_inset Marginal
30130 status open
30131
30132 \begin_layout Plain Layout
30133 \begin_inset space \hspace*{}
30134 \length 0pt
30135 \end_inset
30136
30137 AVeryLongMarginParWord that is hyphenated.
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Standard
30146 \begin_inset VSpace bigskip
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Standard
30153 \begin_inset Note Greyedout
30154 status open
30155
30156 \begin_layout Plain Layout
30157
30158 \series bold
30159 Note:
30160 \series default
30161  Margin notes can normally not be used inside tables, floats, and footnotes.
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \begin_layout Standard
30170 \begin_inset VSpace bigskip
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Standard
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182
30183 \backslash
30184 ifmarginnote
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \begin_inset Note Note
30191 status open
30192
30193 \begin_layout Plain Layout
30194 The following section will only be displayed when the LaTeX-package 
30195 \series bold
30196 marginnote
30197 \series default
30198  is installed.
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \end_layout
30205
30206 \begin_layout Standard
30207 This restriction can be evaded by using the LaTeX-package 
30208 \series bold
30209 marginnote
30210 \series default
30211
30212 \begin_inset Index idx
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 LaTeX-packages ! marginnote
30217 \end_layout
30218
30219 \end_inset
30220
30221 .
30222  By adding these two lines to your document preamble, the command used by
30223  LyX for margin notes is redefined to use the command provided by the 
30224 \series bold
30225 marginnote
30226 \series default
30227 -package:
30228 \end_layout
30229
30230 \begin_layout Standard
30231
30232 \series bold
30233
30234 \backslash
30235 usepackage{marginnote}
30236 \begin_inset Newline newline
30237 \end_inset
30238
30239
30240 \backslash
30241 let
30242 \backslash
30243 marginpar
30244 \backslash
30245 marginnote
30246 \end_layout
30247
30248 \begin_layout Standard
30249 This is also used in this document because 
30250 \series bold
30251 marginnote
30252 \series default
30253  has another useful feature: You can set a vertical offset for the note.
30254  This is often needed when too many margin notes are too close together
30255  or for a better page layout.
30256  The offset is set in LyX as TeX-Code directly after the margin note in
30257  the scheme
30258 \end_layout
30259
30260 \begin_layout Standard
30261
30262 \series bold
30263 [offset]
30264 \end_layout
30265
30266 \begin_layout Standard
30267 where the offset is a length with one of the units listed in Table
30268 \begin_inset space ~
30269 \end_inset
30270
30271
30272 \begin_inset CommandInset ref
30273 LatexCommand ref
30274 reference "tab:Units"
30275
30276 \end_inset
30277
30278 .
30279  A negative value shifts the note up, a positive value shifts it down.
30280  
30281 \family roman
30282 \series medium
30283 For example the margin note beside this text line is shifted up 1.5
30284 \begin_inset space \thinspace{}
30285 \end_inset
30286
30287 cm with the TeX-Code-command 
30288 \begin_inset Quotes eld
30289 \end_inset
30290
30291
30292 \family default
30293 \series bold
30294 [-1.5cm]
30295 \family roman
30296 \series medium
30297
30298 \begin_inset Quotes erd
30299 \end_inset
30300
30301
30302 \begin_inset Marginal
30303 status open
30304
30305 \begin_layout Plain Layout
30306 This margin note is shifted up 1.5
30307 \begin_inset space \thinspace{}
30308 \end_inset
30309
30310 cm from its original position.
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \family default
30317 \series default
30318
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324 [-1.5cm]
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Standard
30333 \begin_inset VSpace medskip
30334 \end_inset
30335
30336 With 
30337 \series bold
30338 marginnote
30339 \series default
30340  you can also change the alignment of the text in the margin note.
30341  For example the commands
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 renewcommand*{
30350 \backslash
30351 raggedleftmarginnote}{
30352 \backslash
30353 centering}
30354 \begin_inset Newline newline
30355 \end_inset
30356
30357
30358 \backslash
30359 renewcommand*{
30360 \backslash
30361 raggedrightmarginnote}{
30362 \backslash
30363 centering}
30364 \end_layout
30365
30366 \begin_layout Standard
30367 set the alignment to centered.
30368  
30369 \series bold
30370
30371 \backslash
30372 raggedleftmarginnote
30373 \series default
30374  denotes margin notes that appear at the left side.
30375 \family roman
30376 \series medium
30377
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 renewcommand*{
30386 \backslash
30387 raggedleftmarginnote}{
30388 \backslash
30389 centering}
30390 \end_layout
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 renewcommand*{
30397 \backslash
30398 raggedrightmarginnote}{
30399 \backslash
30400 centering}
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \begin_inset Marginal
30407 status open
30408
30409 \begin_layout Plain Layout
30410 The text of this margin note is centered.
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \family default
30417 \series default
30418  The default is
30419 \end_layout
30420
30421 \begin_layout Standard
30422
30423 \series bold
30424
30425 \backslash
30426 renewcommand*{
30427 \backslash
30428 raggedleftmarginnote}{
30429 \backslash
30430 raggedleft}
30431 \begin_inset Newline newline
30432 \end_inset
30433
30434
30435 \backslash
30436 renewcommand*{
30437 \backslash
30438 raggedrightmarginnote}{
30439 \backslash
30440 raggedright}
30441 \family roman
30442 \series medium
30443
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449
30450 \backslash
30451 renewcommand*{
30452 \backslash
30453 raggedleftmarginnote}{
30454 \backslash
30455 raggedleft}
30456 \end_layout
30457
30458 \begin_layout Plain Layout
30459
30460
30461 \backslash
30462 renewcommand*{
30463 \backslash
30464 raggedrightmarginnote}{
30465 \backslash
30466 raggedright}
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \begin_inset VSpace medskip
30476 \end_inset
30477
30478 For the other features of 
30479 \series bold
30480 marginnote
30481 \series default
30482  refer to its documentation 
30483 \begin_inset CommandInset citation
30484 LatexCommand cite
30485 key "marginnote"
30486
30487 \end_inset
30488
30489 .
30490 \end_layout
30491
30492 \begin_layout Standard
30493 \begin_inset VSpace bigskip
30494 \end_inset
30495
30496 You can adjust the layout of margin notes by changing its definition.
30497  To create for example a header for all margin notes with the underlined,
30498  sans-serif, and bold header text 
30499 \begin_inset Quotes eld
30500 \end_inset
30501
30502
30503 \family sans
30504 \series bold
30505 \bar under
30506 Attention!
30507 \family default
30508 \series default
30509 \bar default
30510
30511 \begin_inset Quotes erd
30512 \end_inset
30513
30514 , add this to your document preamble:
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 let
30523 \backslash
30524 myMarginpar
30525 \backslash
30526 marginpar
30527 \begin_inset Newline newline
30528 \end_inset
30529
30530
30531 \backslash
30532 renewcommand{
30533 \backslash
30534 marginpar}[1]{
30535 \backslash
30536 myMarginpar{%
30537 \begin_inset Newline newline
30538 \end_inset
30539
30540
30541 \begin_inset Phantom HPhantom
30542 status open
30543
30544 \begin_layout Plain Layout
30545
30546 \series bold
30547 \begin_inset space ~
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \backslash
30557 hspace{0pt}
30558 \backslash
30559 textsf{
30560 \backslash
30561 textbf{
30562 \backslash
30563 underbar{Attention!}}}%
30564 \begin_inset Newline newline
30565 \end_inset
30566
30567
30568 \begin_inset Phantom HPhantom
30569 status open
30570
30571 \begin_layout Plain Layout
30572
30573 \series bold
30574 \begin_inset space ~
30575 \end_inset
30576
30577
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \backslash
30584 vspace{1.5mm}
30585 \backslash
30586
30587 \backslash
30588 #1}}
30589 \end_layout
30590
30591 \begin_layout Standard
30592
30593 \family roman
30594 \series medium
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600
30601 \backslash
30602 let
30603 \backslash
30604 myMarginpar
30605 \backslash
30606 marginpar
30607 \end_layout
30608
30609 \begin_layout Plain Layout
30610
30611
30612 \backslash
30613 renewcommand{
30614 \backslash
30615 marginpar}[1]{
30616 \backslash
30617 myMarginpar{%
30618 \end_layout
30619
30620 \begin_layout Plain Layout
30621
30622    
30623 \backslash
30624 textsf{
30625 \backslash
30626 textbf{
30627 \backslash
30628 underbar{Attention!}}}%
30629 \end_layout
30630
30631 \begin_layout Plain Layout
30632
30633    
30634 \backslash
30635 vspace{1.5mm}
30636 \backslash
30637
30638 \backslash
30639 #1}}
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \begin_inset Marginal
30646 status open
30647
30648 \begin_layout Plain Layout
30649 This is a margin note with a defined heading.
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \family default
30656 \series default
30657
30658 \begin_inset ERT
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662
30663 [-1.5cm]
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \family roman
30670 \series medium
30671
30672 \begin_inset ERT
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676
30677
30678 \backslash
30679 renewcommand{
30680 \backslash
30681 marginpar}[1]{
30682 \backslash
30683 myMarginpar{#1}}
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \family default
30690 \series default
30691
30692 \begin_inset Note Note
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696 The margin note format is changed only for this example.
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Standard
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 else
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \begin_inset Note Note
30719 status open
30720
30721 \begin_layout Plain Layout
30722 The following will be displayed when the LaTeX-package 
30723 \series bold
30724 marginnote
30725 \series default
30726  is not installed:
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \end_layout
30733
30734 \begin_layout Standard
30735 You need to install the LaTeX-package 
30736 \series bold
30737 marginnote
30738 \series default
30739  to see the following part of this section in the output.
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 fi
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Chapter
30759 Boxes
30760 \end_layout
30761
30762 \begin_layout Section
30763 Introduction
30764 \begin_inset Index idx
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 Boxes ! Introduction
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \begin_layout Standard
30777 Boxes are used to format a block of text.
30778  Boxes can be used to write documents with multiple languages, see section
30779 \begin_inset space ~
30780 \end_inset
30781
30782
30783 \begin_inset CommandInset ref
30784 LatexCommand ref
30785 reference "sec:Minipages"
30786
30787 \end_inset
30788
30789 , to frame texts, see section
30790 \begin_inset space ~
30791 \end_inset
30792
30793
30794 \begin_inset CommandInset ref
30795 LatexCommand ref
30796 reference "sec:Decoration"
30797
30798 \end_inset
30799
30800 , to prevent words from being hyphenated, see section
30801 \begin_inset space ~
30802 \end_inset
30803
30804
30805 \begin_inset CommandInset ref
30806 LatexCommand ref
30807 reference "sec:Prevent-Hyphenation"
30808
30809 \end_inset
30810
30811 , to align text, see section
30812 \begin_inset space ~
30813 \end_inset
30814
30815
30816 \begin_inset CommandInset ref
30817 LatexCommand ref
30818 reference "sub:Vertical-Alignment"
30819
30820 \end_inset
30821
30822 , or to set the background color of texts, see section
30823 \begin_inset space ~
30824 \end_inset
30825
30826
30827 \begin_inset CommandInset ref
30828 LatexCommand ref
30829 reference "sec:Colored-Boxes"
30830
30831 \end_inset
30832
30833 .
30834 \end_layout
30835
30836 \begin_layout Standard
30837 Boxes can be inserted with the menu 
30838 \family sans
30839 Insert\SpecialChar \menuseparator
30840 Box
30841 \family default
30842  or the toolbar button 
30843 \family sans
30844
30845 \begin_inset Info
30846 type  "icon"
30847 arg   "box-insert Frameless"
30848 \end_inset
30849
30850
30851 \family default
30852 .
30853  A grey box with the label 
30854 \family sans
30855 Box (Minipage)
30856 \family default
30857
30858 \begin_inset Graphics
30859         filename clipart/BoxInsetDefaultQt4.png
30860         scale 85
30861         scaleBeforeRotation
30862
30863 \end_inset
30864
30865  will be inserted.
30866  The box type can be specified by right-clicking on the box and selecting
30867  
30868 \family sans
30869 Settings
30870 \family default
30871 .
30872  The box dialog offers the 
30873 \family sans
30874 Inner
30875 \begin_inset space ~
30876 \end_inset
30877
30878 Box
30879 \family default
30880  types 
30881 \family sans
30882 Makebox
30883 \family default
30884
30885 \family sans
30886 Parbox
30887 \family default
30888  and 
30889 \family sans
30890 Minipage
30891 \family default
30892 .
30893  The type 
30894 \family sans
30895 Minipage
30896 \family default
30897  is the default for new boxes and is explained in section
30898 \begin_inset space ~
30899 \end_inset
30900
30901
30902 \begin_inset CommandInset ref
30903 LatexCommand ref
30904 reference "sec:Minipages"
30905
30906 \end_inset
30907
30908 ; the type 
30909 \family sans
30910 Parbox
30911 \family default
30912  is described in section
30913 \begin_inset space ~
30914 \end_inset
30915
30916
30917 \begin_inset CommandInset ref
30918 LatexCommand ref
30919 reference "sec:Parboxes"
30920
30921 \end_inset
30922
30923  and the type 
30924 \family sans
30925 Makebox
30926 \family default
30927  in 
30928 \begin_inset CommandInset ref
30929 LatexCommand ref
30930 reference "sec:Prevent-Hyphenation"
30931
30932 \end_inset
30933
30934 .
30935 \end_layout
30936
30937 \begin_layout Standard
30938 Boxes are not numbered and can therefore not be referenced like floats or
30939  footnotes.
30940 \end_layout
30941
30942 \begin_layout Standard
30943 \begin_inset Note Greyedout
30944 status open
30945
30946 \begin_layout Plain Layout
30947
30948 \series bold
30949 Note:
30950 \series default
30951  Boxes must not be the item in an 
30952 \family sans
30953 Itemize
30954 \family default
30955  or 
30956 \family sans
30957 Description
30958 \family default
30959  environment.
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Standard
30968 \begin_inset Note Greyedout
30969 status open
30970
30971 \begin_layout Plain Layout
30972
30973 \series bold
30974 Note:
30975 \series default
30976  For an unknown reason you can only set the 
30977 \family sans
30978 Inner
30979 \begin_inset space ~
30980 \end_inset
30981
30982 Box
30983 \family default
30984  type to 
30985 \family sans
30986 None
30987 \family default
30988  when you use a framed box.
30989  Boxes without an 
30990 \family sans
30991 Inner
30992 \begin_inset space ~
30993 \end_inset
30994
30995 Box
30996 \family default
30997  type and without frames are explained in section
30998 \begin_inset space ~
30999 \end_inset
31000
31001
31002 \begin_inset CommandInset ref
31003 LatexCommand ref
31004 reference "sec:Prevent-Hyphenation"
31005
31006 \end_inset
31007
31008 .
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Section
31017 Box Dialog
31018 \begin_inset CommandInset label
31019 LatexCommand label
31020 name "sec:Box-Dialog"
31021
31022 \end_inset
31023
31024
31025 \begin_inset Index idx
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029 Boxes ! Box Dialog
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \end_layout
31036
31037 \begin_layout Subsection
31038 Size
31039 \begin_inset Index idx
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 Boxes ! Size
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Standard
31052 In the box dialog you can adjust the box geometry in the fields 
31053 \family sans
31054 Width
31055 \family default
31056  and 
31057 \family sans
31058 Height
31059 \family default
31060 .
31061  The available units for the geometry are explained in Table
31062 \begin_inset space ~
31063 \end_inset
31064
31065
31066 \begin_inset CommandInset ref
31067 LatexCommand ref
31068 reference "tab:Units"
31069
31070 \end_inset
31071
31072 .
31073  The field 
31074 \family sans
31075 Height
31076 \family default
31077  offers the following additional sizes:
31078 \end_layout
31079
31080 \begin_layout Description
31081 Depth This is the plain text 
31082 \begin_inset Quotes eld
31083 \end_inset
31084
31085 height
31086 \begin_inset Quotes erd
31087 \end_inset
31088
31089 .
31090  It ignores the total depth when there are multiple text lines in the box:
31091 \begin_inset Newline newline
31092 \end_inset
31093
31094
31095 \begin_inset Newline newline
31096 \end_inset
31097
31098
31099 \begin_inset Newline newline
31100 \end_inset
31101
31102
31103 \begin_inset Box Boxed
31104 position "c"
31105 hor_pos "c"
31106 has_inner_box 1
31107 inner_pos "c"
31108 use_parbox 0
31109 use_makebox 0
31110 width "12col%"
31111 special "none"
31112 height "1in"
31113 height_special "depth"
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 \align center
31118 Box height set to 1
31119 \begin_inset space \thinspace{}
31120 \end_inset
31121
31122 Depth
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \begin_inset Newline newline
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \begin_layout Description
31139 Height This is the height of the text that is inside the box.
31140  A value of e.
31141 \begin_inset space \thinspace{}
31142 \end_inset
31143
31144 g.
31145 \begin_inset space \space{}
31146 \end_inset
31147
31148 2 for this size will set the box height to 2
31149 \begin_inset space ~
31150 \end_inset
31151
31152 times the text height: 
31153 \begin_inset Box Boxed
31154 position "c"
31155 hor_pos "c"
31156 has_inner_box 1
31157 inner_pos "c"
31158 use_parbox 0
31159 use_makebox 0
31160 width "20col%"
31161 special "none"
31162 height "2in"
31163 height_special "height"
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 \align center
31168 Box height set to 2
31169 \begin_inset space \thinspace{}
31170 \end_inset
31171
31172 Height
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \end_layout
31179
31180 \begin_layout Description
31181 Total
31182 \begin_inset space ~
31183 \end_inset
31184
31185 Height This is the Height
31186 \begin_inset space \thinspace{}
31187 \end_inset
31188
31189 +
31190 \begin_inset space \thinspace{}
31191 \end_inset
31192
31193 Depth: 
31194 \begin_inset Box Boxed
31195 position "c"
31196 hor_pos "c"
31197 has_inner_box 1
31198 inner_pos "c"
31199 use_parbox 0
31200 use_makebox 0
31201 width "20col%"
31202 special "none"
31203 height "1in"
31204 height_special "totalheight"
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208 \align center
31209 Box height set to 1
31210 \begin_inset space \thinspace{}
31211 \end_inset
31212
31213 Total
31214 \begin_inset space ~
31215 \end_inset
31216
31217 Height
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Description
31226 Width This sets the width of the box as height: 
31227 \begin_inset Box Boxed
31228 position "c"
31229 hor_pos "c"
31230 has_inner_box 1
31231 inner_pos "c"
31232 use_parbox 0
31233 use_makebox 0
31234 width "12col%"
31235 special "none"
31236 height "1in"
31237 height_special "width"
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 \align center
31242 Box height set to 1
31243 \begin_inset space \thinspace{}
31244 \end_inset
31245
31246 Width
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \end_layout
31253
31254 \begin_layout Subsection
31255 Alignment
31256 \begin_inset Index idx
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Boxes ! Alignment
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Standard
31269 When you have chosen an 
31270 \family sans
31271 Inner
31272 \begin_inset space ~
31273 \end_inset
31274
31275 Box
31276 \family default
31277 , the vertical box alignment can be:
31278 \end_layout
31279
31280 \begin_layout Description
31281 Top This is an example text line.
31282  
31283 \begin_inset Box Boxed
31284 position "t"
31285 hor_pos "c"
31286 has_inner_box 1
31287 inner_pos "c"
31288 use_parbox 0
31289 use_makebox 0
31290 width "12col%"
31291 special "none"
31292 height "1in"
31293 height_special "totalheight"
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297 \align center
31298 This box is top-aligned.
31299 \end_layout
31300
31301 \end_inset
31302
31303  This is an example text line.
31304 \end_layout
31305
31306 \begin_layout Description
31307 Middle This is an example text line.
31308  
31309 \begin_inset Box Boxed
31310 position "c"
31311 hor_pos "c"
31312 has_inner_box 1
31313 inner_pos "c"
31314 use_parbox 0
31315 use_makebox 0
31316 width "12col%"
31317 special "none"
31318 height "1in"
31319 height_special "totalheight"
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323 \align center
31324 This box is middle-aligned.
31325 \end_layout
31326
31327 \end_inset
31328
31329  This is an example text line.
31330 \end_layout
31331
31332 \begin_layout Description
31333 Bottom This is an example text line.
31334  
31335 \begin_inset Box Boxed
31336 position "b"
31337 hor_pos "c"
31338 has_inner_box 1
31339 inner_pos "c"
31340 use_parbox 0
31341 use_makebox 0
31342 width "12col%"
31343 special "none"
31344 height "1in"
31345 height_special "totalheight"
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 \align center
31350 This box is bottom-aligned.
31351 \end_layout
31352
31353 \end_inset
31354
31355  This is an example text line.
31356 \end_layout
31357
31358 \begin_layout Standard
31359 \begin_inset Note Greyedout
31360 status open
31361
31362 \begin_layout Plain Layout
31363
31364 \series bold
31365 Note:
31366 \series default
31367  The vertical box alignment can be lost in the output when you have two
31368  boxes in a line and one has e.
31369 \begin_inset space \thinspace{}
31370 \end_inset
31371
31372 g.
31373 \begin_inset space \space{}
31374 \end_inset
31375
31376 a shadow and the other one not.
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Standard
31385 The horizontal box alignment can be set via LyX's paragraph dialog when
31386  you set the box into its own paragraph.
31387 \end_layout
31388
31389 \begin_layout Standard
31390 \begin_inset VSpace bigskip
31391 \end_inset
31392
31393 When you have chosen an 
31394 \family sans
31395 Inner
31396 \begin_inset space ~
31397 \end_inset
31398
31399 Box
31400 \family default
31401 , the box content can be aligned vertically to:
31402 \end_layout
31403
31404 \begin_layout Description
31405 top This is an example text line.
31406  
31407 \begin_inset Box Boxed
31408 position "c"
31409 hor_pos "c"
31410 has_inner_box 1
31411 inner_pos "t"
31412 use_parbox 0
31413 use_makebox 0
31414 width "12col%"
31415 special "none"
31416 height "1.5in"
31417 height_special "totalheight"
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 \align center
31422 This box text is top-aligned.
31423 \end_layout
31424
31425 \end_inset
31426
31427  This is an example text line.
31428 \end_layout
31429
31430 \begin_layout Description
31431 middle This is an example text line.
31432  
31433 \begin_inset Box Boxed
31434 position "c"
31435 hor_pos "c"
31436 has_inner_box 1
31437 inner_pos "c"
31438 use_parbox 0
31439 use_makebox 0
31440 width "12col%"
31441 special "none"
31442 height "1.5in"
31443 height_special "totalheight"
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447 \align center
31448 This box text is middle-aligned.
31449 \end_layout
31450
31451 \end_inset
31452
31453  This is an example text line.
31454 \end_layout
31455
31456 \begin_layout Description
31457 bottom This is an example text line.
31458  
31459 \begin_inset Box Boxed
31460 position "c"
31461 hor_pos "c"
31462 has_inner_box 1
31463 inner_pos "b"
31464 use_parbox 0
31465 use_makebox 0
31466 width "12col%"
31467 special "none"
31468 height "1.5in"
31469 height_special "totalheight"
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 \align center
31474 This box text is bottom-aligned.
31475 \end_layout
31476
31477 \end_inset
31478
31479  This is an example text line.
31480 \end_layout
31481
31482 \begin_layout Description
31483 stretch This is an example text line.
31484  
31485 \begin_inset Box Boxed
31486 position "c"
31487 hor_pos "c"
31488 has_inner_box 1
31489 inner_pos "s"
31490 use_parbox 0
31491 use_makebox 0
31492 width "12col%"
31493 special "none"
31494 height "1.5in"
31495 height_special "totalheight"
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499 \align center
31500 This box
31501 \end_layout
31502
31503 \begin_layout Plain Layout
31504 \align center
31505 text is
31506 \end_layout
31507
31508 \begin_layout Plain Layout
31509 \align center
31510 stretched.
31511 \end_layout
31512
31513 \end_inset
31514
31515  This is an example text line.
31516 \end_layout
31517
31518 \begin_layout Standard
31519 To stretch the box content, it must consist of more than one paragraph.
31520  In the example above every text line is in an own paragraph.
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset VSpace bigskip
31525 \end_inset
31526
31527 To align the box content horizontally you can use LyX's paragraph dialog
31528  when you have chosen an 
31529 \family sans
31530 Inner
31531 \begin_inset space ~
31532 \end_inset
31533
31534 Box
31535 \family default
31536 .
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \align center
31541 \begin_inset Box Boxed
31542 position "c"
31543 hor_pos "c"
31544 has_inner_box 1
31545 inner_pos "s"
31546 use_parbox 0
31547 use_makebox 0
31548 width "15col%"
31549 special "none"
31550 height "1.25in"
31551 height_special "totalheight"
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555 \align left
31556 This box
31557 \end_layout
31558
31559 \begin_layout Plain Layout
31560 \align center
31561 text is
31562 \end_layout
31563
31564 \begin_layout Plain Layout
31565 \align right
31566 stretched.
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Standard
31575 If you have not set an 
31576 \family sans
31577 Inner
31578 \begin_inset space ~
31579 \end_inset
31580
31581 Box
31582 \family default
31583 , you can align the box content horizontally in the box dialog.
31584 \end_layout
31585
31586 \begin_layout Standard
31587 \align center
31588 \begin_inset Box Boxed
31589 position "c"
31590 hor_pos "s"
31591 has_inner_box 0
31592 inner_pos "s"
31593 use_parbox 0
31594 use_makebox 0
31595 width "90col%"
31596 special "none"
31597 height "1.25in"
31598 height_special "totalheight"
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602 This box text is horizontally stretched.
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \end_layout
31609
31610 \begin_layout Subsection
31611 Decoration
31612 \begin_inset CommandInset label
31613 LatexCommand label
31614 name "sec:Decoration"
31615
31616 \end_inset
31617
31618
31619 \begin_inset Index idx
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623 Boxes ! Decoration
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \begin_layout Standard
31632 The type of the box can be specified in the box dialog in the drop-down
31633  list 
31634 \family sans
31635 Decoration
31636 \family default
31637 .
31638  The following types are possible:
31639 \end_layout
31640
31641 \begin_layout Description
31642 No
31643 \begin_inset space ~
31644 \end_inset
31645
31646 frame Nothing is drawn.
31647 \end_layout
31648
31649 \begin_layout Description
31650 Simple
31651 \begin_inset space ~
31652 \end_inset
31653
31654 rectangular
31655 \begin_inset space ~
31656 \end_inset
31657
31658 frame This draws a rectangular frame around the box.
31659  The frame line thickness has the size of 
31660 \series bold
31661
31662 \backslash
31663 fboxrule
31664 \series default
31665 .
31666  
31667 \begin_inset Box Boxed
31668 position "c"
31669 hor_pos "c"
31670 has_inner_box 1
31671 inner_pos "c"
31672 use_parbox 0
31673 use_makebox 0
31674 width "20col%"
31675 special "none"
31676 height "1in"
31677 height_special "totalheight"
31678 status collapsed
31679
31680 \begin_layout Plain Layout
31681 \align center
31682 Rectangular box
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \begin_layout Description
31691 Oval
31692 \begin_inset space ~
31693 \end_inset
31694
31695 box,
31696 \begin_inset space ~
31697 \end_inset
31698
31699 thin This draws an oval frame around the box.
31700  The frame line thickness has the size 0.4
31701 \begin_inset space \thinspace{}
31702 \end_inset
31703
31704 pt.
31705  
31706 \begin_inset Box ovalbox
31707 position "c"
31708 hor_pos "c"
31709 has_inner_box 1
31710 inner_pos "c"
31711 use_parbox 0
31712 use_makebox 0
31713 width "20col%"
31714 special "none"
31715 height "1in"
31716 height_special "totalheight"
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720 \align center
31721 Oval box, thin
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Description
31730 Oval
31731 \begin_inset space ~
31732 \end_inset
31733
31734 box,
31735 \begin_inset space ~
31736 \end_inset
31737
31738 thick This draws an oval frame around the box.
31739  The frame line thickness has the size 0.8
31740 \begin_inset space \thinspace{}
31741 \end_inset
31742
31743 pt.
31744  
31745 \begin_inset Box Ovalbox
31746 position "c"
31747 hor_pos "c"
31748 has_inner_box 1
31749 inner_pos "c"
31750 use_parbox 0
31751 use_makebox 0
31752 width "20col%"
31753 special "none"
31754 height "1in"
31755 height_special "totalheight"
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 \align center
31760 Oval box, thick
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Description
31769 Drop
31770 \begin_inset space ~
31771 \end_inset
31772
31773 shadow This draws a rectangular frame with a shadow around the box.
31774  The frame line thickness has the size of 
31775 \series bold
31776
31777 \backslash
31778 fboxrule
31779 \series default
31780 , the shadow has a width of 4
31781 \begin_inset space \thinspace{}
31782 \end_inset
31783
31784 pt.
31785  
31786 \begin_inset Box Shadowbox
31787 position "c"
31788 hor_pos "c"
31789 has_inner_box 1
31790 inner_pos "c"
31791 use_parbox 0
31792 use_makebox 0
31793 width "20col%"
31794 special "none"
31795 height "1in"
31796 height_special "totalheight"
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 \align center
31801 Shadow box
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \begin_layout Description
31810 Shaded
31811 \begin_inset space ~
31812 \end_inset
31813
31814 background This draws a box with a red background.
31815  Unlike colored boxes
31816 \begin_inset Foot
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820 see sec.
31821 \begin_inset space \thinspace{}
31822 \end_inset
31823
31824
31825 \begin_inset CommandInset ref
31826 LatexCommand ref
31827 reference "sec:Colored-Boxes"
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \end_inset
31835
31836 , it always uses the whole column width and the box is set as its own paragraph.
31837  
31838 \begin_inset Box Shaded
31839 position "t"
31840 hor_pos "c"
31841 has_inner_box 0
31842 inner_pos "t"
31843 use_parbox 0
31844 use_makebox 0
31845 width "50col%"
31846 special "none"
31847 height "1in"
31848 height_special "totalheight"
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 Shaded background box
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \begin_layout Description
31861 Double
31862 \begin_inset space ~
31863 \end_inset
31864
31865 rectangular
31866 \begin_inset space ~
31867 \end_inset
31868
31869 frame This draws a double-line rectangular frame around the box.
31870  The line thickness of the inner frame is 0.75
31871 \begin_inset space \thinspace{}
31872 \end_inset
31873
31874
31875 \series bold
31876
31877 \backslash
31878 fboxrule
31879 \series default
31880 , the thickness of the outer frame is 1.5
31881 \begin_inset space \thinspace{}
31882 \end_inset
31883
31884
31885 \series bold
31886
31887 \backslash
31888 fboxrule
31889 \series default
31890 .
31891  The distance between the lines is 1.5
31892 \begin_inset space \thinspace{}
31893 \end_inset
31894
31895
31896 \series bold
31897
31898 \backslash
31899 fboxrule
31900 \series default
31901
31902 \begin_inset space \thinspace{}
31903 \end_inset
31904
31905 +
31906 \begin_inset space \thinspace{}
31907 \end_inset
31908
31909 0.5
31910 \begin_inset space \thinspace{}
31911 \end_inset
31912
31913 pt.
31914  
31915 \begin_inset Box Doublebox
31916 position "c"
31917 hor_pos "c"
31918 has_inner_box 1
31919 inner_pos "c"
31920 use_parbox 0
31921 use_makebox 0
31922 width "20col%"
31923 special "none"
31924 height "1in"
31925 height_special "totalheight"
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929 \align center
31930 Double rectangular box
31931 \end_layout
31932
31933 \end_inset
31934
31935
31936 \end_layout
31937
31938 \begin_layout Standard
31939 \begin_inset VSpace bigskip
31940 \end_inset
31941
31942 LyX's box label will reflect the different frame types.
31943  To be able to use all types, the LaTeX-package 
31944 \series bold
31945 fancybox
31946 \series default
31947
31948 \begin_inset Index idx
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952 LaTeX-packages ! fancybox
31953 \end_layout
31954
31955 \end_inset
31956
31957  must be installed.
31958 \end_layout
31959
31960 \begin_layout Standard
31961 \begin_inset VSpace bigskip
31962 \end_inset
31963
31964 When you use the decoration 
31965 \family sans
31966 simple rectangular frame
31967 \family default
31968  and no inner box, you can allow page breaks within a box.
31969  Note that then, unlike other framed boxes, the frame always uses the whole
31970  column width, the box is set as its own paragraph, and 
31971 \series bold
31972
31973 \backslash
31974 fboxrule
31975 \series default
31976  and 
31977 \series bold
31978
31979 \backslash
31980 fboxsep
31981 \series default
31982  have no effect on this box type.
31983  The frame line thickness has the size of 
31984 \series bold
31985
31986 \backslash
31987 FrameRule
31988 \series default
31989 .
31990  
31991 \begin_inset Box Framed
31992 position "t"
31993 hor_pos "c"
31994 has_inner_box 0
31995 inner_pos "t"
31996 use_parbox 0
31997 use_makebox 0
31998 width "100col%"
31999 special "none"
32000 height "1in"
32001 height_special "totalheight"
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005 Allow page break box
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \end_layout
32012
32013 \begin_layout Section
32014 Box Customization
32015 \begin_inset Index idx
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019 Boxes ! Customization
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \begin_layout Standard
32028 The default value for the size 
32029 \series bold
32030
32031 \backslash
32032 fboxrule
32033 \series default
32034  is 0.4
32035 \begin_inset space \thinspace{}
32036 \end_inset
32037
32038 pt.
32039  It can be changed with the following command in TeX-code to e.
32040 \begin_inset space \thinspace{}
32041 \end_inset
32042
32043 g.
32044 \begin_inset space \space{}
32045 \end_inset
32046
32047 2
32048 \begin_inset space \thinspace{}
32049 \end_inset
32050
32051 pt:
32052 \end_layout
32053
32054 \begin_layout Standard
32055
32056 \series bold
32057
32058 \backslash
32059 setlength{
32060 \backslash
32061 fboxrule}{2pt}
32062 \end_layout
32063
32064 \begin_layout Standard
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070
32071 \backslash
32072 setlength{
32073 \backslash
32074 fboxrule}{2pt}
32075 \end_layout
32076
32077 \end_inset
32078
32079
32080 \begin_inset Box Boxed
32081 position "c"
32082 hor_pos "c"
32083 has_inner_box 1
32084 inner_pos "c"
32085 use_parbox 0
32086 use_makebox 0
32087 width "25col%"
32088 special "none"
32089 height "1in"
32090 height_special "totalheight"
32091 status open
32092
32093 \begin_layout Plain Layout
32094 \align center
32095 Rectangular box with 
32096 \series bold
32097
32098 \backslash
32099 fboxrule
32100 \series default
32101
32102 \begin_inset space \thinspace{}
32103 \end_inset
32104
32105 =
32106 \begin_inset space \thinspace{}
32107 \end_inset
32108
32109 2
32110 \begin_inset space \thinspace{}
32111 \end_inset
32112
32113 pt
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124
32125 \backslash
32126 setlength{
32127 \backslash
32128 fboxrule}{0.4pt}
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset VSpace bigskip
32138 \end_inset
32139
32140 The space between the frame and the box content is for all frame styles
32141  by default 3
32142 \begin_inset space \thinspace{}
32143 \end_inset
32144
32145 pt.
32146  You can change it by setting the length 
32147 \series bold
32148
32149 \backslash
32150 fboxsep
32151 \series default
32152  to another value.
32153  For example the command
32154 \end_layout
32155
32156 \begin_layout Standard
32157
32158 \series bold
32159
32160 \backslash
32161 setlength{
32162 \backslash
32163 fboxsep}{10pt}
32164 \end_layout
32165
32166 \begin_layout Standard
32167 sets the value to 10
32168 \begin_inset space \thinspace{}
32169 \end_inset
32170
32171 pt, as with the following box:
32172 \end_layout
32173
32174 \begin_layout Standard
32175 \begin_inset ERT
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179
32180
32181 \backslash
32182 setlength{
32183 \backslash
32184 fboxsep}{10pt}
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \begin_inset Box Boxed
32191 position "c"
32192 hor_pos "c"
32193 has_inner_box 1
32194 inner_pos "c"
32195 use_parbox 0
32196 use_makebox 0
32197 width "25col%"
32198 special "none"
32199 height "1in"
32200 height_special "totalheight"
32201 status open
32202
32203 \begin_layout Plain Layout
32204 \align center
32205 Rectangular box with 
32206 \series bold
32207
32208 \backslash
32209 fboxsep
32210 \series default
32211
32212 \begin_inset space \thinspace{}
32213 \end_inset
32214
32215 =
32216 \begin_inset space \thinspace{}
32217 \end_inset
32218
32219 10
32220 \begin_inset space \thinspace{}
32221 \end_inset
32222
32223 pt
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \begin_inset ERT
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233
32234
32235 \backslash
32236 setlength{
32237 \backslash
32238 fboxsep}{3pt}
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 \begin_inset VSpace bigskip
32248 \end_inset
32249
32250 The diameter of the round corners of the oval boxes can be set with the
32251  command 
32252 \series bold
32253
32254 \backslash
32255 cornersize
32256 \series default
32257 .
32258  The command
32259 \end_layout
32260
32261 \begin_layout Standard
32262
32263 \series bold
32264
32265 \backslash
32266 cornersize*{1cm}
32267 \end_layout
32268
32269 \begin_layout Standard
32270 sets the diameter to 1
32271 \begin_inset space \thinspace{}
32272 \end_inset
32273
32274 cm.
32275  The command
32276 \end_layout
32277
32278 \begin_layout Standard
32279
32280 \series bold
32281
32282 \backslash
32283 cornersize{num}
32284 \end_layout
32285
32286 \begin_layout Standard
32287 sets the diameter to 
32288 \family sans
32289 num
32290 \begin_inset space \thinspace{}
32291 \end_inset
32292
32293 ×
32294 \begin_inset space \thinspace{}
32295 \end_inset
32296
32297 minimum(width and height of box)
32298 \family default
32299 .
32300  The default is 
32301 \series bold
32302
32303 \backslash
32304 cornersize{0.5}
32305 \series default
32306 .
32307 \end_layout
32308
32309 \begin_layout Standard
32310 \begin_inset ERT
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314
32315
32316 \backslash
32317 cornersize*{1.5cm}
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \begin_inset Box Ovalbox
32324 position "c"
32325 hor_pos "c"
32326 has_inner_box 1
32327 inner_pos "c"
32328 use_parbox 0
32329 use_makebox 0
32330 width "25col%"
32331 special "none"
32332 height "1in"
32333 height_special "totalheight"
32334 status open
32335
32336 \begin_layout Plain Layout
32337 \align center
32338 Oval box with 
32339 \series bold
32340
32341 \backslash
32342 cornersize
32343 \series default
32344
32345 \begin_inset space \thinspace{}
32346 \end_inset
32347
32348 =
32349 \begin_inset space \thinspace{}
32350 \end_inset
32351
32352 1.5
32353 \begin_inset space \thinspace{}
32354 \end_inset
32355
32356 cm
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \begin_inset ERT
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366
32367
32368 \backslash
32369 cornersize{0.5}
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 \begin_inset VSpace bigskip
32379 \end_inset
32380
32381 The size of the shadow can be adjusted by changing the length 
32382 \series bold
32383
32384 \backslash
32385 shadowsize
32386 \series default
32387 .
32388  It it set to 2
32389 \begin_inset space \thinspace{}
32390 \end_inset
32391
32392 pt for the following box by this command:
32393 \end_layout
32394
32395 \begin_layout Standard
32396
32397 \series bold
32398
32399 \backslash
32400 setlength{
32401 \backslash
32402 shadowsize}{2pt}
32403 \end_layout
32404
32405 \begin_layout Standard
32406 \begin_inset ERT
32407 status collapsed
32408
32409 \begin_layout Plain Layout
32410
32411
32412 \backslash
32413 setlength{
32414 \backslash
32415 shadowsize}{2pt}
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \begin_inset Box Shadowbox
32422 position "c"
32423 hor_pos "c"
32424 has_inner_box 1
32425 inner_pos "c"
32426 use_parbox 0
32427 use_makebox 0
32428 width "25col%"
32429 special "none"
32430 height "1in"
32431 height_special "totalheight"
32432 status open
32433
32434 \begin_layout Plain Layout
32435 \align center
32436 Shadow box with 
32437 \series bold
32438
32439 \backslash
32440 shadowsize
32441 \series default
32442
32443 \begin_inset space \thinspace{}
32444 \end_inset
32445
32446 =
32447 \begin_inset space \thinspace{}
32448 \end_inset
32449
32450 2
32451 \begin_inset space \thinspace{}
32452 \end_inset
32453
32454 pt
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \begin_inset ERT
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464
32465
32466 \backslash
32467 setlength{
32468 \backslash
32469 shadowsize}{4pt}
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \begin_inset VSpace bigskip
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 The default value for the size 
32486 \series bold
32487
32488 \backslash
32489 FrameRule
32490 \series default
32491  is 0.4
32492 \begin_inset space \thinspace{}
32493 \end_inset
32494
32495 pt.
32496  The default space between the note content and the frame is 9
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 pt and can be changed with the value of 
32501 \series bold
32502
32503 \backslash
32504 FrameSep
32505 \series default
32506 .
32507  For example the frame appearance of the following 
32508 \family sans
32509 box
32510 \family default
32511  is set with the TeX-Code commands
32512 \end_layout
32513
32514 \begin_layout Standard
32515
32516 \series bold
32517
32518 \backslash
32519 setlength{
32520 \backslash
32521 FrameRule}{5pt}
32522 \begin_inset Newline newline
32523 \end_inset
32524
32525
32526 \backslash
32527 setlength{
32528 \backslash
32529 FrameSep}{0.5cm}
32530 \end_layout
32531
32532 \begin_layout Standard
32533 \begin_inset ERT
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537
32538
32539 \backslash
32540 setlength{
32541 \backslash
32542 FrameRule}{5pt}
32543 \end_layout
32544
32545 \begin_layout Plain Layout
32546
32547
32548 \backslash
32549 setlength{
32550 \backslash
32551 FrameSep}{0.5cm}
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \begin_inset Box Framed
32558 position "t"
32559 hor_pos "c"
32560 has_inner_box 0
32561 inner_pos "t"
32562 use_parbox 0
32563 use_makebox 0
32564 width "100col%"
32565 special "none"
32566 height "1in"
32567 height_special "totalheight"
32568 status open
32569
32570 \begin_layout Plain Layout
32571 This is text in an 
32572 \family sans
32573 allow page break
32574 \family default
32575  box.
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \begin_inset ERT
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585
32586
32587 \backslash
32588 setlength{
32589 \backslash
32590 FrameRule}{0.4pt}
32591 \end_layout
32592
32593 \begin_layout Plain Layout
32594
32595
32596 \backslash
32597 setlength{
32598 \backslash
32599 FrameSep}{9pt}
32600 \end_layout
32601
32602 \end_inset
32603
32604
32605 \end_layout
32606
32607 \begin_layout Standard
32608 \begin_inset VSpace bigskip
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 For 
32616 \family sans
32617 shaded background
32618 \family default
32619  boxes the default space between the box content and the box border is 3
32620 \begin_inset space \thinspace{}
32621 \end_inset
32622
32623 pt and can be changed with the value of 
32624 \series bold
32625
32626 \backslash
32627 fboxsep
32628 \series default
32629 .
32630  The default background color red can either be changed locally with the
32631  command 
32632 \series bold
32633
32634 \backslash
32635 definecolor{shadecolor}
32636 \series default
32637  or globally with the menu 
32638 \family sans
32639 Tools\SpecialChar \menuseparator
32640 Preferences\SpecialChar \menuseparator
32641 Colors\SpecialChar \menuseparator
32642 shaded
32643 \begin_inset space ~
32644 \end_inset
32645
32646 box
32647 \family default
32648 .
32649  The scheme of the 
32650 \series bold
32651
32652 \backslash
32653 definecolor
32654 \series default
32655  command is explained in section
32656 \begin_inset space ~
32657 \end_inset
32658
32659
32660 \begin_inset CommandInset ref
32661 LatexCommand ref
32662 reference "sec:Colored-Tables"
32663
32664 \end_inset
32665
32666 .
32667 \begin_inset Foot
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671 Note that 
32672 \series bold
32673
32674 \backslash
32675 definecolor
32676 \series default
32677  requires the LaTeX-package 
32678 \series bold
32679 color
32680 \series default
32681  in the preamble, see section
32682 \begin_inset space ~
32683 \end_inset
32684
32685
32686 \begin_inset CommandInset ref
32687 LatexCommand ref
32688 reference "sec:Colored-Boxes"
32689
32690 \end_inset
32691
32692 .
32693 \end_layout
32694
32695 \end_inset
32696
32697  For example the appearance of the following shaded background box is set
32698  with the TeX-Code commands
32699 \end_layout
32700
32701 \begin_layout Standard
32702
32703 \series bold
32704
32705 \backslash
32706 setlength{
32707 \backslash
32708 fboxsep}{0.5cm}
32709 \series default
32710
32711 \begin_inset Newline newline
32712 \end_inset
32713
32714
32715 \series bold
32716
32717 \backslash
32718 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32719 \end_layout
32720
32721 \begin_layout Standard
32722 \begin_inset ERT
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726
32727
32728 \backslash
32729 setlength{
32730 \backslash
32731 fboxsep}{0.5cm}
32732 \end_layout
32733
32734 \begin_layout Plain Layout
32735
32736
32737 \backslash
32738 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \begin_inset Box Shaded
32745 position "t"
32746 hor_pos "c"
32747 has_inner_box 0
32748 inner_pos "t"
32749 use_parbox 0
32750 use_makebox 0
32751 width "100col%"
32752 special "none"
32753 height "1in"
32754 height_special "totalheight"
32755 status open
32756
32757 \begin_layout Plain Layout
32758
32759 \color yellow
32760 This is yellow text in a
32761 \color none
32762  
32763 \family sans
32764 \color yellow
32765 shaded background
32766 \family default
32767 \color none
32768  
32769 \color yellow
32770 box with dark green background.
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \begin_inset ERT
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780
32781
32782 \backslash
32783 setlength{
32784 \backslash
32785 fboxsep}{3pt}
32786 \end_layout
32787
32788 \begin_layout Plain Layout
32789
32790
32791 \backslash
32792 definecolor{shadecolor}{rgb}{1,0,0}
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \begin_layout Standard
32801 \begin_inset VSpace bigskip
32802 \end_inset
32803
32804 Changed lengths and widths are valid for all boxes following the commands
32805  that change them.
32806 \end_layout
32807
32808 \begin_layout Section
32809 Minipages
32810 \begin_inset CommandInset label
32811 LatexCommand label
32812 name "sec:Minipages"
32813
32814 \end_inset
32815
32816
32817 \begin_inset Index idx
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 Boxes ! Minipages
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Minipages are treated by LaTeX as pages within pages and can therefore for
32831  example have their own footnotes.
32832 \end_layout
32833
32834 \begin_layout Standard
32835 Minipages are useful when you write documents with different languages.
32836 \end_layout
32837
32838 \begin_layout Standard
32839 Below are two example minipages side by side.
32840  Their width is set to 45
32841 \begin_inset space \thinspace{}
32842 \end_inset
32843
32844 col% and they are separated by a horizontal fill, that was inserted via
32845  the menu 
32846 \family sans
32847 Insert\SpecialChar \menuseparator
32848 Special
32849 \begin_inset space ~
32850 \end_inset
32851
32852 Formatting\SpecialChar \menuseparator
32853 Horizontal
32854 \begin_inset space ~
32855 \end_inset
32856
32857 Fill
32858 \family default
32859 .
32860 \begin_inset Newpage newpage
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Standard
32867 \begin_inset Box Frameless
32868 position "t"
32869 hor_pos "c"
32870 has_inner_box 1
32871 inner_pos "c"
32872 use_parbox 0
32873 use_makebox 0
32874 width "45col%"
32875 special "none"
32876 height "1in"
32877 height_special "totalheight"
32878 status open
32879
32880 \begin_layout Plain Layout
32881
32882 \lang german
32883 Dies ist ein deutscher Text.
32884  Dies ist ein deutscher Text.
32885  Dies ist ein deutscher Text.
32886  Dies ist ein deutscher Text.
32887  Dies ist ein deutscher Text.
32888  Dies ist ein deutscher Text.
32889  Dies ist ein deutscher Text.
32890  Dies ist ein deutscher Text.
32891  Dies ist ein deutscher Text.
32892  Dies ist ein deutscher Text.
32893  Dies ist ein deutscher Text.
32894  Dies ist ein deutscher Text.
32895  Dies ist ein deutscher Text
32896 \begin_inset Foot
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900
32901 \lang german
32902 Dies ist eine deutsche Fußnote.
32903 \end_layout
32904
32905 \end_inset
32906
32907 .
32908  Dies ist ein deutscher Text.
32909  Dies ist ein deutscher Text.
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \begin_inset space \hfill{}
32916 \end_inset
32917
32918
32919 \begin_inset Box Frameless
32920 position "t"
32921 hor_pos "c"
32922 has_inner_box 1
32923 inner_pos "c"
32924 use_parbox 0
32925 use_makebox 0
32926 width "45col%"
32927 special "none"
32928 height "1in"
32929 height_special "totalheight"
32930 status open
32931
32932 \begin_layout Plain Layout
32933 This is an English Text.
32934  This is an English Text.
32935  This is an English Text.
32936  This is an English Text.
32937  This is an English Text.
32938  This is an English Text.
32939  This is an English Text.
32940  This is an English Text.
32941  This is an English Text.
32942  This is an English Text.
32943  This is an English Text.
32944  This is an English Text.
32945  This is an English Text.
32946  This is an English Text.
32947  This is an English Text.
32948  This is an English Text.
32949 \begin_inset Foot
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 This is an English footnote.
32954 \end_layout
32955
32956 \end_inset
32957
32958  This is an English Text.
32959  
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 \begin_inset VSpace bigskip
32969 \end_inset
32970
32971 The document-wide paragraph settings are ignored within minipages.
32972  That means that there will be no space between paragraphs in minipages
32973  although you set it to e.
32974 \begin_inset space \thinspace{}
32975 \end_inset
32976
32977 g.
32978 \begin_inset space \space{}
32979 \end_inset
32980
32981
32982 \family sans
32983 MedSkip
32984 \family default
32985  in the document settings.
32986 \end_layout
32987
32988 \begin_layout Standard
32989 Minipages can also be used to set a background color for text parts, see
32990  section
32991 \begin_inset space ~
32992 \end_inset
32993
32994
32995 \begin_inset CommandInset ref
32996 LatexCommand ref
32997 reference "sub:Color-for-Paragraphs"
32998
32999 \end_inset
33000
33001 .
33002 \end_layout
33003
33004 \begin_layout Standard
33005 \begin_inset Note Greyedout
33006 status open
33007
33008 \begin_layout Plain Layout
33009
33010 \series bold
33011 Note:
33012 \series default
33013  You cannot have floats or margin notes inside minipages but minipages can
33014  be used inside tables, floats, and other boxes.
33015 \end_layout
33016
33017 \end_inset
33018
33019
33020 \end_layout
33021
33022 \begin_layout Section
33023 Parboxes
33024 \begin_inset CommandInset label
33025 LatexCommand label
33026 name "sec:Parboxes"
33027
33028 \end_inset
33029
33030
33031 \begin_inset Index idx
33032 status collapsed
33033
33034 \begin_layout Plain Layout
33035 Boxes ! Parboxes
33036 \end_layout
33037
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Standard
33044 Parboxes are very similar to minipages with the difference that they cannot
33045  have footnotes.
33046 \end_layout
33047
33048 \begin_layout Standard
33049 \align center
33050 \begin_inset Box Frameless
33051 position "t"
33052 hor_pos "c"
33053 has_inner_box 1
33054 inner_pos "t"
33055 use_parbox 1
33056 use_makebox 0
33057 width "33col%"
33058 special "none"
33059 height "1in"
33060 height_special "totalheight"
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064 This a text within a parbox.
33065  This a text within a parbox.
33066 \end_layout
33067
33068 \begin_layout Plain Layout
33069 This footnote won't appear:
33070 \begin_inset Foot
33071 status collapsed
33072
33073 \begin_layout Plain Layout
33074 This footnote is inside a parbox and will therefore not appear.
33075 \end_layout
33076
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Section
33088 Boxes for Words and Characters
33089 \begin_inset Index idx
33090 status collapsed
33091
33092 \begin_layout Plain Layout
33093 Boxes ! for Characters
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Subsection
33102 Prevent Hyphenation
33103 \begin_inset CommandInset label
33104 LatexCommand label
33105 name "sec:Prevent-Hyphenation"
33106
33107 \end_inset
33108
33109
33110 \begin_inset Index idx
33111 status collapsed
33112
33113 \begin_layout Plain Layout
33114 Boxes ! to Prevent Hyphenation
33115 \end_layout
33116
33117 \end_inset
33118
33119
33120 \end_layout
33121
33122 \begin_layout Standard
33123 You can use the box type 
33124 \family sans
33125 Makebox
33126 \family default
33127  to prevent words or text from being hyphenated.
33128 \begin_inset Newline newline
33129 \end_inset
33130
33131 Here is an example text:
33132 \end_layout
33133
33134 \begin_layout Standard
33135 This line is an example to show how you can prevent the hyphenation of 
33136 \begin_inset Quotes eld
33137 \end_inset
33138
33139 veryverylongword
33140 \begin_inset Quotes erd
33141 \end_inset
33142
33143 .
33144 \end_layout
33145
33146 \begin_layout Standard
33147 To prevent the hyphenation of the word 
33148 \begin_inset Quotes eld
33149 \end_inset
33150
33151 veryverylongword
33152 \begin_inset Quotes erd
33153 \end_inset
33154
33155 , put the word into a box, set the 
33156 \family sans
33157 Inner
33158 \begin_inset space ~
33159 \end_inset
33160
33161 box
33162 \family default
33163  to 
33164 \family sans
33165 Makebox
33166 \family default
33167  and its width to 1
33168 \begin_inset space \thinspace{}
33169 \end_inset
33170
33171 Width.
33172 \end_layout
33173
33174 \begin_layout Standard
33175 This is the result:
33176 \end_layout
33177
33178 \begin_layout Standard
33179 This line is an example to show how you can prevent the hyphenation of 
33180 \begin_inset Box Frameless
33181 position "t"
33182 hor_pos "c"
33183 has_inner_box 1
33184 inner_pos "t"
33185 use_parbox 0
33186 use_makebox 1
33187 width "1in"
33188 special "width"
33189 height "1in"
33190 height_special "totalheight"
33191 status open
33192
33193 \begin_layout Plain Layout
33194 \begin_inset Quotes eld
33195 \end_inset
33196
33197 veryverylongword
33198 \begin_inset Quotes erd
33199 \end_inset
33200
33201
33202 \end_layout
33203
33204 \end_inset
33205
33206 .
33207 \end_layout
33208
33209 \begin_layout Standard
33210 You can alternatively set the command 
33211 \begin_inset Quotes eld
33212 \end_inset
33213
33214
33215 \series bold
33216
33217 \backslash
33218 -
33219 \series default
33220
33221 \begin_inset Quotes grd
33222 \end_inset
33223
33224  as TeX-Code directly before the word:
33225 \end_layout
33226
33227 \begin_layout Standard
33228 This line is an example to show how you can prevent the hyphenation of 
33229 \begin_inset Quotes eld
33230 \end_inset
33231
33232
33233 \begin_inset ERT
33234 status collapsed
33235
33236 \begin_layout Plain Layout
33237
33238
33239 \backslash
33240 -
33241 \end_layout
33242
33243 \end_inset
33244
33245 veryverylongword
33246 \begin_inset Quotes erd
33247 \end_inset
33248
33249 .
33250 \end_layout
33251
33252 \begin_layout Standard
33253 Of course the word now protrudes over the side margin.
33254  To avoid this, add via the menu 
33255 \family sans
33256 Insert\SpecialChar \menuseparator
33257 Formatting\SpecialChar \menuseparator
33258 Ragged
33259 \begin_inset space ~
33260 \end_inset
33261
33262 Line
33263 \begin_inset space ~
33264 \end_inset
33265
33266 Break
33267 \family default
33268  (shortcut 
33269 \begin_inset Info
33270 type  "shortcut"
33271 arg   "newline-insert newline"
33272 \end_inset
33273
33274 ) a line break before the word:
33275 \end_layout
33276
33277 \begin_layout Standard
33278 This line is an example to show how you can prevent the hyphenation of 
33279 \begin_inset Newline newline
33280 \end_inset
33281
33282
33283 \begin_inset Box Frameless
33284 position "t"
33285 hor_pos "c"
33286 has_inner_box 1
33287 inner_pos "t"
33288 use_parbox 0
33289 use_makebox 1
33290 width "1in"
33291 special "width"
33292 height "1in"
33293 height_special "totalheight"
33294 status open
33295
33296 \begin_layout Plain Layout
33297 \begin_inset Quotes eld
33298 \end_inset
33299
33300 veryverylongword
33301 \begin_inset Quotes erd
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \end_inset
33308
33309 .
33310 \end_layout
33311
33312 \begin_layout Subsection
33313 Vertical Alignment
33314 \begin_inset CommandInset label
33315 LatexCommand label
33316 name "sub:Vertical-Alignment"
33317
33318 \end_inset
33319
33320
33321 \begin_inset Index idx
33322 status collapsed
33323
33324 \begin_layout Plain Layout
33325 Boxes ! for Vertical Alignment
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \begin_inset Index idx
33332 status collapsed
33333
33334 \begin_layout Plain Layout
33335 Boxes ! Raiseboxes
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 With the help of the command 
33345 \series bold
33346
33347 \backslash
33348 raisebox
33349 \series default
33350  you can align words, characters or other boxes vertically relative to the
33351  surrounding text.
33352  
33353 \series bold
33354
33355 \backslash
33356 raisebox
33357 \series default
33358  is used with the following scheme:
33359 \end_layout
33360
33361 \begin_layout Standard
33362
33363 \series bold
33364
33365 \backslash
33366 raisebox{lift}[height][depth]{box content}
33367 \end_layout
33368
33369 \begin_layout Standard
33370 The lift can be a positive value to raise the box or a negative value to
33371  lower the box.
33372 \end_layout
33373
33374 \begin_layout Standard
33375 To align for example the word 
33376 \begin_inset Quotes eld
33377 \end_inset
33378
33379 preventing
33380 \begin_inset Quotes erd
33381 \end_inset
33382
33383  so that the bottom of the 
33384 \begin_inset Quotes eld
33385 \end_inset
33386
33387 deepest
33388 \begin_inset Quotes erd
33389 \end_inset
33390
33391  character 
33392 \begin_inset Quotes eld
33393 \end_inset
33394
33395 p
33396 \begin_inset Quotes erd
33397 \end_inset
33398
33399  is at the baseline, insert the command
33400 \end_layout
33401
33402 \begin_layout Standard
33403
33404 \series bold
33405
33406 \backslash
33407 raisebox{
33408 \backslash
33409 depth}{
33410 \end_layout
33411
33412 \begin_layout Standard
33413 in TeX-Code before the word.
33414  After the word insert a closing brace 
33415 \begin_inset Quotes eld
33416 \end_inset
33417
33418
33419 \series bold
33420 }
33421 \series default
33422
33423 \begin_inset Quotes erd
33424 \end_inset
33425
33426  in TeX-Code.
33427 \begin_inset Newline newline
33428 \end_inset
33429
33430 This is the result:
33431 \end_layout
33432
33433 \begin_layout Standard
33434 This is a text line with the word 
33435 \begin_inset ERT
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439
33440
33441 \backslash
33442 raisebox{
33443 \backslash
33444 depth}{
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \begin_inset Quotes eld
33451 \end_inset
33452
33453 preventing
33454 \begin_inset Quotes erd
33455 \end_inset
33456
33457
33458 \begin_inset ERT
33459 status collapsed
33460
33461 \begin_layout Plain Layout
33462
33463 }
33464 \end_layout
33465
33466 \end_inset
33467
33468  as a raised word.
33469 \end_layout
33470
33471 \begin_layout Standard
33472 \begin_inset VSpace bigskip
33473 \end_inset
33474
33475 When you raise or lower characters in a line, the line distance will be
33476  spread:
33477 \end_layout
33478
33479 \begin_layout Standard
33480 This is a text line with the word 
33481 \begin_inset ERT
33482 status collapsed
33483
33484 \begin_layout Plain Layout
33485
33486
33487 \backslash
33488 raisebox{-
33489 \backslash
33490 depth}{
33491 \end_layout
33492
33493 \end_inset
33494
33495
33496 \begin_inset Quotes eld
33497 \end_inset
33498
33499 preventing
33500 \begin_inset Quotes erd
33501 \end_inset
33502
33503
33504 \begin_inset ERT
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508
33509 }
33510 \end_layout
33511
33512 \end_inset
33513
33514  as a lowered word.
33515 \begin_inset Newline newline
33516 \end_inset
33517
33518 This is a text line with the word 
33519 \begin_inset ERT
33520 status collapsed
33521
33522 \begin_layout Plain Layout
33523
33524
33525 \backslash
33526 raisebox{0.5cm}{
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \begin_inset Quotes eld
33533 \end_inset
33534
33535 testing
33536 \begin_inset Quotes erd
33537 \end_inset
33538
33539
33540 \begin_inset ERT
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545 }
33546 \end_layout
33547
33548 \end_inset
33549
33550  as a raised word.
33551 \end_layout
33552
33553 \begin_layout Standard
33554 If you want to prevent this for a certain reason, set the box height to
33555  a zero value.
33556  For example use
33557 \end_layout
33558
33559 \begin_layout Standard
33560
33561 \series bold
33562
33563 \backslash
33564 raisebox{-
33565 \backslash
33566 depth}[0pt]{
33567 \end_layout
33568
33569 \begin_layout Standard
33570 This is a text line with the word 
33571 \begin_inset ERT
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575
33576
33577 \backslash
33578 raisebox{-
33579 \backslash
33580 depth}[0pt]{
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \begin_inset Quotes eld
33587 \end_inset
33588
33589 preventing
33590 \begin_inset Quotes erd
33591 \end_inset
33592
33593
33594 \begin_inset ERT
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598
33599 }
33600 \end_layout
33601
33602 \end_inset
33603
33604  as a lowered word.
33605 \begin_inset Newline newline
33606 \end_inset
33607
33608 This is a text line with the word 
33609 \begin_inset ERT
33610 status collapsed
33611
33612 \begin_layout Plain Layout
33613
33614
33615 \backslash
33616 raisebox{0.5cm}[0pt]{
33617 \end_layout
33618
33619 \end_inset
33620
33621
33622 \begin_inset Quotes eld
33623 \end_inset
33624
33625 testing
33626 \begin_inset Quotes erd
33627 \end_inset
33628
33629
33630 \begin_inset ERT
33631 status collapsed
33632
33633 \begin_layout Plain Layout
33634
33635 }
33636 \end_layout
33637
33638 \end_inset
33639
33640  as a raised word.
33641 \end_layout
33642
33643 \begin_layout Section
33644 Colored Boxes
33645 \begin_inset CommandInset label
33646 LatexCommand label
33647 name "sec:Colored-Boxes"
33648
33649 \end_inset
33650
33651
33652 \begin_inset Index idx
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656 Boxes ! Color
33657 \end_layout
33658
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \begin_layout Subsection
33665 Color for Text
33666 \begin_inset Index idx
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670 Color ! for Text
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \begin_layout Standard
33679 To color the background of text the text must be put into a so called 
33680 \begin_inset Quotes eld
33681 \end_inset
33682
33683 colorbox
33684 \begin_inset Quotes erd
33685 \end_inset
33686
33687 .
33688  This requires that the LaTeX-package 
33689 \series bold
33690 color
33691 \series default
33692
33693 \begin_inset Index idx
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697 LaTeX-packages ! color
33698 \end_layout
33699
33700 \end_inset
33701
33702  is loaded in the document preamble with the command
33703 \end_layout
33704
33705 \begin_layout Standard
33706
33707 \series bold
33708
33709 \backslash
33710 @ifundefined{textcolor}
33711 \begin_inset Newline newline
33712 \end_inset
33713
33714
33715 \begin_inset Phantom HPhantom
33716 status open
33717
33718 \begin_layout Plain Layout
33719
33720 \series bold
33721 \begin_inset space ~
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \end_inset
33728
33729 {
33730 \backslash
33731 usepackage{color}}{}
33732 \end_layout
33733
33734 \begin_layout Standard
33735 The package 
33736 \series bold
33737 color
33738 \series default
33739  will be loaded automatically by LyX when you color text.
33740 \begin_inset Foot
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744 To avoid it being loaded twice the command 
33745 \series bold
33746
33747 \backslash
33748 @ifundefined
33749 \series default
33750  is used.
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Standard
33759 \begin_inset VSpace medskip
33760 \end_inset
33761
33762 Colorboxes are created with the command 
33763 \series bold
33764
33765 \backslash
33766 colorbox
33767 \series default
33768 .
33769  This will be used with the following scheme:
33770 \end_layout
33771
33772 \begin_layout Standard
33773
33774 \series bold
33775
33776 \backslash
33777 colorbox{color}{box content}
33778 \end_layout
33779
33780 \begin_layout Standard
33781 The box content can also be a box and colorboxes can also be within other
33782  boxes.
33783 \end_layout
33784
33785 \begin_layout Standard
33786 The following colors are predefined:
33787 \begin_inset Newline newline
33788 \end_inset
33789
33790
33791 \family sans
33792 black
33793 \family default
33794
33795 \family sans
33796 blue
33797 \family default
33798
33799 \family sans
33800 cyan
33801 \family default
33802 \series bold
33803 ,
33804 \series default
33805  
33806 \family sans
33807 green
33808 \family default
33809
33810 \family sans
33811 magenta
33812 \family default
33813
33814 \family sans
33815 red
33816 \family default
33817
33818 \family sans
33819 white
33820 \family default
33821 , and 
33822 \family sans
33823 yellow
33824 \family default
33825 .
33826 \begin_inset Newline newline
33827 \end_inset
33828
33829 You can also define your own color as described in section
33830 \begin_inset space ~
33831 \end_inset
33832
33833
33834 \begin_inset CommandInset ref
33835 LatexCommand ref
33836 reference "sec:Colored-Tables"
33837
33838 \end_inset
33839
33840 .
33841 \end_layout
33842
33843 \begin_layout Standard
33844 To have e.
33845 \begin_inset space \thinspace{}
33846 \end_inset
33847
33848 g.
33849 \begin_inset space \space{}
33850 \end_inset
33851
33852 a red background for a word, insert the command
33853 \end_layout
33854
33855 \begin_layout Standard
33856
33857 \series bold
33858
33859 \backslash
33860 colorbox{red}{
33861 \end_layout
33862
33863 \begin_layout Standard
33864 before the word in TeX-Code.
33865  After the word insert a closing brace 
33866 \begin_inset Quotes eld
33867 \end_inset
33868
33869
33870 \series bold
33871 }
33872 \series default
33873
33874 \begin_inset Quotes erd
33875 \end_inset
33876
33877  in TeX-Code.
33878 \begin_inset Newline newline
33879 \end_inset
33880
33881 This is the result:
33882 \end_layout
33883
33884 \begin_layout Standard
33885 This is a line where the word 
33886 \begin_inset ERT
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890
33891
33892 \backslash
33893 colorbox{red}{
33894 \end_layout
33895
33896 \end_inset
33897
33898
33899 \begin_inset Quotes eld
33900 \end_inset
33901
33902 Attention!
33903 \begin_inset Quotes erd
33904 \end_inset
33905
33906
33907 \begin_inset ERT
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911
33912 }
33913 \end_layout
33914
33915 \end_inset
33916
33917  has a red background.
33918 \end_layout
33919
33920 \begin_layout Standard
33921 \begin_inset VSpace bigskip
33922 \end_inset
33923
33924 If you would like the box frame in a different color, you can use the command
33925  
33926 \series bold
33927
33928 \backslash
33929 fcolorbox
33930 \series default
33931  with the following scheme:
33932 \end_layout
33933
33934 \begin_layout Standard
33935
33936 \series bold
33937
33938 \backslash
33939 fcolorbox{frame color}{box color}{box content}
33940 \end_layout
33941
33942 \begin_layout Standard
33943
33944 \series bold
33945
33946 \backslash
33947 fcolorbox
33948 \series default
33949  is an extension to 
33950 \series bold
33951
33952 \backslash
33953 colorbox
33954 \series default
33955 .
33956  The frame thickness and the space between the frame and the box content
33957  can be adjusted with the lengths 
33958 \series bold
33959
33960 \backslash
33961 fboxrule
33962 \series default
33963  and 
33964 \series bold
33965
33966 \backslash
33967 fboxsep
33968 \series default
33969 , respectively, as described in section
33970 \begin_inset space ~
33971 \end_inset
33972
33973
33974 \begin_inset CommandInset ref
33975 LatexCommand ref
33976 reference "sec:Decoration"
33977
33978 \end_inset
33979
33980 .
33981 \end_layout
33982
33983 \begin_layout Standard
33984 For the following example the command
33985 \end_layout
33986
33987 \begin_layout Standard
33988
33989 \series bold
33990
33991 \backslash
33992 fcolorbox{cyan}{magenta}{
33993 \end_layout
33994
33995 \begin_layout Standard
33996 was used.
33997 \end_layout
33998
33999 \begin_layout Standard
34000 Here is an example where the frame line thickness was set to 1
34001 \begin_inset space \thinspace{}
34002 \end_inset
34003
34004 mm:
34005 \begin_inset Newline newline
34006 \end_inset
34007
34008
34009 \begin_inset ERT
34010 status collapsed
34011
34012 \begin_layout Plain Layout
34013
34014
34015 \backslash
34016 fboxrule 1mm 
34017 \backslash
34018 fboxsep 1mm
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \begin_inset ERT
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028
34029
34030 \backslash
34031 fcolorbox{cyan}{magenta}{
34032 \end_layout
34033
34034 \end_inset
34035
34036 This is text within a colored, framed box.
34037 \begin_inset ERT
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041
34042 }
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \begin_inset VSpace bigskip
34052 \end_inset
34053
34054 Of course you can also have colored text inside a colorbox:
34055 \begin_inset Newline newline
34056 \end_inset
34057
34058
34059 \begin_inset ERT
34060 status collapsed
34061
34062 \begin_layout Plain Layout
34063
34064
34065 \backslash
34066 fcolorbox{cyan}{magenta}{
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \color yellow
34073 This is colored text within a colored, framed box.
34074 \color none
34075
34076 \begin_inset ERT
34077 status collapsed
34078
34079 \begin_layout Plain Layout
34080
34081 }
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \begin_inset ERT
34088 status collapsed
34089
34090 \begin_layout Plain Layout
34091
34092
34093 \backslash
34094 fboxrule 0.4pt 
34095 \backslash
34096 fboxsep 3pt
34097 \end_layout
34098
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \begin_layout Standard
34105 \begin_inset VSpace medskip
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \begin_layout Standard
34112 \begin_inset Note Greyedout
34113 status open
34114
34115 \begin_layout Plain Layout
34116
34117 \series bold
34118 Note:
34119 \series default
34120  Text in colorboxes cannot have line breaks.
34121  To color multiple text lines or paragraphs, use a box inside a colorbox
34122  as described in the following.
34123 \end_layout
34124
34125 \end_inset
34126
34127
34128 \end_layout
34129
34130 \begin_layout Subsection
34131 Color for Paragraphs
34132 \begin_inset CommandInset label
34133 LatexCommand label
34134 name "sub:Color-for-Paragraphs"
34135
34136 \end_inset
34137
34138
34139 \begin_inset Index idx
34140 status collapsed
34141
34142 \begin_layout Plain Layout
34143 Color ! for Paragraphs
34144 \end_layout
34145
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Standard
34152 To set the background color for more than one text line, put the text into
34153  a minipage.
34154  Before the minipage insert the 
34155 \series bold
34156
34157 \backslash
34158 colorbox
34159 \series default
34160  command
34161 \end_layout
34162
34163 \begin_layout Standard
34164
34165 \series bold
34166
34167 \backslash
34168 colorbox{color}{
34169 \end_layout
34170
34171 \begin_layout Standard
34172 in TeX-Code.
34173  After the minipage insert a closing brace 
34174 \begin_inset Quotes eld
34175 \end_inset
34176
34177
34178 \series bold
34179 }
34180 \series default
34181
34182 \begin_inset Quotes erd
34183 \end_inset
34184
34185  in TeX-Code.
34186 \end_layout
34187
34188 \begin_layout Standard
34189 \begin_inset ERT
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193
34194
34195 \backslash
34196 colorbox{lightgrey}{
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \begin_inset Box Frameless
34203 position "t"
34204 hor_pos "c"
34205 has_inner_box 1
34206 inner_pos "t"
34207 use_parbox 0
34208 use_makebox 0
34209 width "100col%"
34210 special "none"
34211 height "1in"
34212 height_special "totalheight"
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216 This is text with background color.
34217  This is text with background color.
34218 \end_layout
34219
34220 \begin_layout Plain Layout
34221 \begin_inset VSpace defskip
34222 \end_inset
34223
34224 The text can have footnotes
34225 \begin_inset Foot
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229 Another example footnote
34230 \end_layout
34231
34232 \end_inset
34233
34234  and can include tables and figures.
34235 \end_layout
34236
34237 \begin_layout Plain Layout
34238 \align center
34239 \begin_inset Tabular
34240 <lyxtabular version="3" rows="3" columns="3">
34241 <features tabularvalignment="middle">
34242 <column alignment="center" valignment="top" width="0">
34243 <column alignment="center" valignment="top" width="0">
34244 <column alignment="center" valignment="top" width="0">
34245 <row>
34246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250 a
34251 \end_layout
34252
34253 \end_inset
34254 </cell>
34255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34256 \begin_inset Text
34257
34258 \begin_layout Plain Layout
34259 !
34260 \end_layout
34261
34262 \end_inset
34263 </cell>
34264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34265 \begin_inset Text
34266
34267 \begin_layout Plain Layout
34268 3
34269 \end_layout
34270
34271 \end_inset
34272 </cell>
34273 </row>
34274 <row>
34275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34276 \begin_inset Text
34277
34278 \begin_layout Plain Layout
34279 <
34280 \end_layout
34281
34282 \end_inset
34283 </cell>
34284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34285 \begin_inset Text
34286
34287 \begin_layout Plain Layout
34288 b2
34289 \begin_inset Quotes erd
34290 \end_inset
34291
34292 |
34293 \end_layout
34294
34295 \end_inset
34296 </cell>
34297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34298 \begin_inset Text
34299
34300 \begin_layout Plain Layout
34301 >
34302 \end_layout
34303
34304 \end_inset
34305 </cell>
34306 </row>
34307 <row>
34308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 1
34313 \end_layout
34314
34315 \end_inset
34316 </cell>
34317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34318 \begin_inset Text
34319
34320 \begin_layout Plain Layout
34321 §
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34327 \begin_inset Text
34328
34329 \begin_layout Plain Layout
34330 c
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 </lyxtabular>
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \begin_inset ERT
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350
34351 }
34352 \end_layout
34353
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \begin_layout Section
34360 Rotated and Scaled Boxes
34361 \end_layout
34362
34363 \begin_layout Standard
34364 To use the commands described in this section, the LaTeX-package 
34365 \series bold
34366 graphicx
34367 \series default
34368
34369 \begin_inset Index idx
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373 LaTeX-packages ! graphicx
34374 \end_layout
34375
34376 \end_inset
34377
34378  needs to be loaded in the document preamble with the command
34379 \end_layout
34380
34381 \begin_layout Standard
34382
34383 \series bold
34384
34385 \backslash
34386 @ifundefined{rotatebox}
34387 \begin_inset Newline newline
34388 \end_inset
34389
34390
34391 \begin_inset Phantom HPhantom
34392 status open
34393
34394 \begin_layout Plain Layout
34395
34396 \series bold
34397 \begin_inset space ~
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \end_inset
34404
34405 {
34406 \backslash
34407 usepackage{graphicx}}{}
34408 \end_layout
34409
34410 \begin_layout Standard
34411 \begin_inset Note Greyedout
34412 status open
34413
34414 \begin_layout Plain Layout
34415
34416 \series bold
34417 Note:
34418 \series default
34419  Some DVI-viewers can't display rotated or scaled material.
34420 \end_layout
34421
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \begin_layout Standard
34428 \begin_inset Note Greyedout
34429 status open
34430
34431 \begin_layout Plain Layout
34432
34433 \series bold
34434 Note:
34435 \series default
34436  Floats mustn't be inside a rotated or scaled box.
34437 \end_layout
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Subsection
34445 Rotated Boxes
34446 \begin_inset Index idx
34447 status collapsed
34448
34449 \begin_layout Plain Layout
34450 Boxes ! rotated
34451 \end_layout
34452
34453 \end_inset
34454
34455
34456 \begin_inset Index idx
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460 Rotated material
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \begin_inset Index idx
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 Figures ! rotated
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \begin_inset Index idx
34477 status collapsed
34478
34479 \begin_layout Plain Layout
34480 Table Customization ! Rotating
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \begin_layout Standard
34489 To rotate material, you can put it into a rotated box.
34490  Such a box is created using the command 
34491 \series bold
34492
34493 \backslash
34494 rotatebox
34495 \series default
34496  in TeX-Code with the following scheme:
34497 \end_layout
34498
34499 \begin_layout Standard
34500
34501 \series bold
34502
34503 \backslash
34504 rotatebox[rotation origin]{rotation angle}{box content}
34505 \end_layout
34506
34507 \begin_layout Standard
34508 The rotation origin is specified in the form 
34509 \series bold
34510 origin=position
34511 \series default
34512 .
34513  The following positions are possible: 
34514 \emph on
34515 c
34516 \emph default
34517  (center), 
34518 \emph on
34519 l
34520 \emph default
34521  (left), 
34522 \emph on
34523 r
34524 \emph default
34525  (right), 
34526 \emph on
34527 b
34528 \emph default
34529  (bottom), 
34530 \emph on
34531 t
34532 \emph default
34533  (top), along with meaningful combinations of the four base positions.
34534  For example 
34535 \emph on
34536 lt
34537 \emph default
34538  means that the rotation origin is at the top left corner of the box.
34539  When no rotation origin is specified, the position 
34540 \emph on
34541 l
34542 \emph default
34543  will be used.
34544  The rotation angle is a number that can be negative that specifies the
34545  angle in degrees.
34546  The rotation direction is counterclockwise.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 In the following example the command 
34551 \series bold
34552
34553 \backslash
34554 rotatebox[origin=c]{60}{
34555 \series default
34556  was inserted as TeX-Code before the text 
34557 \begin_inset Quotes eld
34558 \end_inset
34559
34560 with rotated
34561 \begin_inset Quotes erd
34562 \end_inset
34563
34564 ; after the text the box was closed by a closing brace 
34565 \series bold
34566 }
34567 \series default
34568  in TeX-Code.
34569 \end_layout
34570
34571 \begin_layout Standard
34572 This is a line 
34573 \begin_inset ERT
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577
34578
34579 \backslash
34580 rotatebox[origin=c]{60}{
34581 \end_layout
34582
34583 \end_inset
34584
34585 with rotated
34586 \begin_inset ERT
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590
34591 }
34592 \end_layout
34593
34594 \end_inset
34595
34596  text.
34597 \end_layout
34598
34599 \begin_layout Standard
34600 The box content can also be another box or an inline formula:
34601 \end_layout
34602
34603 \begin_layout Standard
34604 This is a line
34605 \begin_inset ERT
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609
34610
34611 \backslash
34612 rotatebox[origin=r]{-60}{
34613 \end_layout
34614
34615 \end_inset
34616
34617
34618 \begin_inset Box Doublebox
34619 position "c"
34620 hor_pos "c"
34621 has_inner_box 0
34622 inner_pos "c"
34623 use_parbox 0
34624 use_makebox 0
34625 width "1in"
34626 special "width"
34627 height "1in"
34628 height_special "totalheight"
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632 with rotated
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \begin_inset ERT
34639 status collapsed
34640
34641 \begin_layout Plain Layout
34642
34643 }
34644 \end_layout
34645
34646 \end_inset
34647
34648  framed text 
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 rotatebox[origin=lb]{60}{
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34663 \end_inset
34664
34665
34666 \begin_inset ERT
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670
34671 }
34672 \end_layout
34673
34674 \end_inset
34675
34676  and a formula.
34677 \end_layout
34678
34679 \begin_layout Standard
34680 or an image or table:
34681 \end_layout
34682
34683 \begin_layout Standard
34684 This is a line
34685 \begin_inset ERT
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689
34690
34691 \backslash
34692 rotatebox[origin=lb]{90}{
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \begin_inset Graphics
34699         filename clipart/platypus.eps
34700         lyxscale 50
34701         width 25col%
34702
34703 \end_inset
34704
34705
34706 \begin_inset ERT
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710
34711 }
34712 \end_layout
34713
34714 \end_inset
34715
34716  with a rotated image 
34717 \begin_inset ERT
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721
34722
34723 \backslash
34724 rotatebox[origin=l]{-90}{
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \begin_inset Tabular
34731 <lyxtabular version="3" rows="2" columns="2">
34732 <features tabularvalignment="middle">
34733 <column alignment="center" valignment="top" width="0">
34734 <column alignment="center" valignment="top" width="0">
34735 <row>
34736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 q
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749 w
34750 \end_layout
34751
34752 \end_inset
34753 </cell>
34754 </row>
34755 <row>
34756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760 e
34761 \end_layout
34762
34763 \end_inset
34764 </cell>
34765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34766 \begin_inset Text
34767
34768 \begin_layout Plain Layout
34769 r
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 </row>
34775 </lyxtabular>
34776
34777 \end_inset
34778
34779
34780 \begin_inset ERT
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784
34785 }
34786 \end_layout
34787
34788 \end_inset
34789
34790  and table.
34791 \end_layout
34792
34793 \begin_layout Subsection
34794 Scaled Boxes
34795 \begin_inset Index idx
34796 status collapsed
34797
34798 \begin_layout Plain Layout
34799 Boxes ! scaled
34800 \end_layout
34801
34802 \end_inset
34803
34804
34805 \begin_inset Index idx
34806 status collapsed
34807
34808 \begin_layout Plain Layout
34809 Scaled material
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \begin_inset Index idx
34816 status collapsed
34817
34818 \begin_layout Plain Layout
34819 Figures ! scaled
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \begin_inset Index idx
34826 status collapsed
34827
34828 \begin_layout Plain Layout
34829 Table Customization ! Scaling
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \begin_layout Standard
34838 To scale material the commands 
34839 \series bold
34840
34841 \backslash
34842 scalebox
34843 \series default
34844  and 
34845 \series bold
34846
34847 \backslash
34848 resizebox
34849 \series default
34850  can be used as TeX-Code.
34851 \end_layout
34852
34853 \begin_layout Standard
34854
34855 \series bold
34856
34857 \backslash
34858 scalebox
34859 \series default
34860  is used with the following scheme:
34861 \end_layout
34862
34863 \begin_layout Standard
34864
34865 \series bold
34866
34867 \backslash
34868 scalebox{horizontal}[vertical]{box content}
34869 \end_layout
34870
34871 \begin_layout Standard
34872 Horizontal and vertical are the corresponding scaling factors.
34873  If no vertical scaling factor is given, the horizontal factor will also
34874  be used as the vertical one.
34875 \end_layout
34876
34877 \begin_layout Standard
34878 The command 
34879 \series bold
34880
34881 \backslash
34882 scalebox{2}{Hello}
34883 \series default
34884  creates for example a double size 
34885 \begin_inset ERT
34886 status collapsed
34887
34888 \begin_layout Plain Layout
34889
34890
34891 \backslash
34892 scalebox{2}{
34893 \end_layout
34894
34895 \end_inset
34896
34897 Hello
34898 \begin_inset ERT
34899 status collapsed
34900
34901 \begin_layout Plain Layout
34902
34903 }
34904 \end_layout
34905
34906 \end_inset
34907
34908 , compared with the document text size.
34909 \end_layout
34910
34911 \begin_layout Standard
34912
34913 \series bold
34914
34915 \backslash
34916 scalebox{2}[1]{Hello}
34917 \series default
34918  on the other hand distorts the 
34919 \begin_inset ERT
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923
34924
34925 \backslash
34926 scalebox{2}[1]{
34927 \end_layout
34928
34929 \end_inset
34930
34931 Hello
34932 \begin_inset ERT
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936
34937 }
34938 \end_layout
34939
34940 \end_inset
34941
34942 .
34943 \end_layout
34944
34945 \begin_layout Standard
34946 If the scaling factor is negative, the box content will be mirrored.
34947  Therefore the command 
34948 \series bold
34949
34950 \backslash
34951 scalebox{-1}[1]{Hello}
34952 \series default
34953  can be used to create mirror writing: 
34954 \begin_inset ERT
34955 status collapsed
34956
34957 \begin_layout Plain Layout
34958
34959
34960 \backslash
34961 scalebox{-1}[1]{
34962 \end_layout
34963
34964 \end_inset
34965
34966 Hello
34967 \begin_inset ERT
34968 status collapsed
34969
34970 \begin_layout Plain Layout
34971
34972 }
34973 \end_layout
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Standard
34981
34982 \series bold
34983
34984 \backslash
34985 scalebox{1}[-1]{Hello}
34986 \series default
34987  reflects the 
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993
34994 \backslash
34995 scalebox{1}[-1]{
34996 \end_layout
34997
34998 \end_inset
34999
35000 Hello
35001 \begin_inset ERT
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005
35006 }
35007 \end_layout
35008
35009 \end_inset
35010
35011  at the base line.
35012 \end_layout
35013
35014 \begin_layout Standard
35015 Equivalent to 
35016 \series bold
35017
35018 \backslash
35019 scalebox{-1}[1]{box content}
35020 \series default
35021  there exists the command
35022 \begin_inset Newline newline
35023 \end_inset
35024
35025
35026 \series bold
35027
35028 \backslash
35029 reflectbox{box content}
35030 \series default
35031 .
35032 \end_layout
35033
35034 \begin_layout Standard
35035 \begin_inset VSpace bigskip
35036 \end_inset
35037
35038 The command 
35039 \series bold
35040
35041 \backslash
35042 resizebox
35043 \series default
35044  is used to scale the box to a defined width and height.
35045  The command scheme is:
35046 \end_layout
35047
35048 \begin_layout Standard
35049
35050 \series bold
35051
35052 \backslash
35053 resizebox{width}{height}{box content}
35054 \end_layout
35055
35056 \begin_layout Standard
35057 If one of the two command arguments given is an exclamation mark 
35058 \series bold
35059 !
35060 \series default
35061 , the size is set so that the aspect ratio of the box content is kept.
35062 \end_layout
35063
35064 \begin_layout Standard
35065 The command 
35066 \series bold
35067
35068 \backslash
35069 resizebox{2cm}{1cm}{Hello}
35070 \series default
35071  produces: 
35072 \begin_inset ERT
35073 status collapsed
35074
35075 \begin_layout Plain Layout
35076
35077
35078 \backslash
35079 resizebox{2cm}{1cm}{
35080 \end_layout
35081
35082 \end_inset
35083
35084 Hello
35085 \begin_inset ERT
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089
35090 }
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \begin_inset Newline newline
35097 \end_inset
35098
35099 The command 
35100 \series bold
35101
35102 \backslash
35103 resizebox{2cm}{!}{Hello}
35104 \series default
35105  produces: 
35106 \begin_inset ERT
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110
35111
35112 \backslash
35113 resizebox{2cm}{!}{
35114 \end_layout
35115
35116 \end_inset
35117
35118 Hello
35119 \begin_inset ERT
35120 status collapsed
35121
35122 \begin_layout Plain Layout
35123
35124 }
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Standard
35133 \begin_inset VSpace bigskip
35134 \end_inset
35135
35136
35137 \begin_inset Note Greyedout
35138 status open
35139
35140 \begin_layout Plain Layout
35141
35142 \series bold
35143 Note:
35144 \series default
35145  When arguments of 
35146 \series bold
35147
35148 \backslash
35149 scalebox
35150 \series default
35151  or 
35152 \series bold
35153
35154 \backslash
35155 resizebox
35156 \series default
35157  are set to zero, no LaTeX-errors occur when exporting the document but
35158  the exported files can not or only partly be displayed.
35159 \end_layout
35160
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \begin_layout Standard
35167 \begin_inset VSpace bigskip
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \begin_layout Standard
35174 The boxes can be combined in any order.
35175  E.
35176 \begin_inset space \thinspace{}
35177 \end_inset
35178
35179 g.
35180 \begin_inset space \space{}
35181 \end_inset
35182
35183 the command
35184 \begin_inset Newline newline
35185 \end_inset
35186
35187
35188 \series bold
35189
35190 \backslash
35191 rotatebox[origin=c]{-45}{
35192 \backslash
35193 resizebox{2cm}{!}{
35194 \backslash
35195 reflectbox{Hello}}}
35196 \begin_inset Newline newline
35197 \end_inset
35198
35199
35200 \series default
35201 produces:
35202 \end_layout
35203
35204 \begin_layout Standard
35205 \align center
35206 \begin_inset ERT
35207 status collapsed
35208
35209 \begin_layout Plain Layout
35210
35211
35212 \backslash
35213 rotatebox[origin=c]{-45}{
35214 \backslash
35215 resizebox{2cm}{!}{
35216 \backslash
35217 reflectbox{
35218 \end_layout
35219
35220 \end_inset
35221
35222 Hello
35223 \begin_inset ERT
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227
35228 }}}
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Standard
35237 \noindent
35238 Images, tables, and inline formulas are allowed as box content:
35239 \end_layout
35240
35241 \begin_layout Standard
35242 \align center
35243 \begin_inset ERT
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247
35248
35249 \backslash
35250 rotatebox[origin=c]{-30}{
35251 \backslash
35252 resizebox{2cm}{!}{
35253 \backslash
35254 reflectbox{
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \begin_inset Graphics
35261         filename clipart/platypus.eps
35262         lyxscale 50
35263         width 25col%
35264
35265 \end_inset
35266
35267
35268 \begin_inset ERT
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272
35273 }}}
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \begin_inset ERT
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283
35284
35285 \backslash
35286 rotatebox[origin=c]{-45}{
35287 \backslash
35288 resizebox{2cm}{!}{
35289 \backslash
35290 reflectbox{
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \begin_inset Tabular
35297 <lyxtabular version="3" rows="2" columns="2">
35298 <features tabularvalignment="middle">
35299 <column alignment="center" valignment="top" width="0">
35300 <column alignment="center" valignment="top" width="0">
35301 <row>
35302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 q
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 w
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 </row>
35321 <row>
35322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35323 \begin_inset Text
35324
35325 \begin_layout Plain Layout
35326 e
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335 r
35336 \end_layout
35337
35338 \end_inset
35339 </cell>
35340 </row>
35341 </lyxtabular>
35342
35343 \end_inset
35344
35345
35346 \begin_inset ERT
35347 status collapsed
35348
35349 \begin_layout Plain Layout
35350
35351 }}}
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset ERT
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361
35362
35363 \backslash
35364 rotatebox[origin=c]{-45}{
35365 \backslash
35366 resizebox{2cm}{!}{
35367 \backslash
35368 reflectbox{
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35375 \end_inset
35376
35377
35378 \begin_inset ERT
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382
35383 }}}
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \end_layout
35390
35391 \begin_layout Standard
35392 When the global formula style 
35393 \series bold
35394 fleqn
35395 \series default
35396  is used in the document
35397 \begin_inset Foot
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401 When 
35402 \begin_inset Quotes eld
35403 \end_inset
35404
35405 fleqn
35406 \begin_inset Quotes erd
35407 \end_inset
35408
35409  is added to the document class options.
35410 \end_layout
35411
35412 \end_inset
35413
35414 , display style formulas can also be scaled.
35415 \end_layout
35416
35417 \begin_layout Chapter
35418 Objects Surrounded by Text
35419 \begin_inset Index idx
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 Surrounded by text
35424 \end_layout
35425
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \begin_layout Section
35432 Wrap Floats
35433 \begin_inset CommandInset label
35434 LatexCommand label
35435 name "sec:Wrap-Floats"
35436
35437 \end_inset
35438
35439
35440 \begin_inset Index idx
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 Floats ! Wrap Floats
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \begin_inset Index idx
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Surrounded by text ! Wrap Floats
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 \begin_inset Wrap figure
35464 lines 0
35465 placement l
35466 overhang 1cm
35467 width "40col%"
35468 status open
35469
35470 \begin_layout Plain Layout
35471 \begin_inset Graphics
35472         filename clipart/mobius.eps
35473         width 40col%
35474         scaleBeforeRotation
35475         rotateOrigin center
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Plain Layout
35483 \begin_inset Caption
35484
35485 \begin_layout Plain Layout
35486 \begin_inset CommandInset label
35487 LatexCommand label
35488 name "fig:This-is-a"
35489
35490 \end_inset
35491
35492 This is a figure wrap float.
35493 \end_layout
35494
35495 \end_inset
35496
35497
35498 \end_layout
35499
35500 \end_inset
35501
35502  This float type is used if you want to wrap text around a figure or table
35503  so that it only occupies some fraction of the column width.
35504  It can be inserted using the menu 
35505 \family sans
35506 Insert\SpecialChar \menuseparator
35507 Floats\SpecialChar \menuseparator
35508 Figure
35509 \begin_inset space ~
35510 \end_inset
35511
35512 Wrap
35513 \begin_inset space ~
35514 \end_inset
35515
35516 Float
35517 \family default
35518  or 
35519 \family sans
35520 Table
35521 \begin_inset space ~
35522 \end_inset
35523
35524 Wrap
35525 \begin_inset space ~
35526 \end_inset
35527
35528 Float
35529 \family default
35530  if the LaTeX-package 
35531 \series bold
35532 wrapfig
35533 \series default
35534
35535 \begin_inset Index idx
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539 LaTeX-packages ! wrapfig
35540 \begin_inset ERT
35541 status collapsed
35542
35543 \begin_layout Plain Layout
35544
35545
35546 \backslash
35547 vspace{4mm}
35548 \end_layout
35549
35550 \end_inset
35551
35552
35553 \end_layout
35554
35555 \end_inset
35556
35557  is installed.
35558 \begin_inset Foot
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562 Installing a LaTeX-package is explained it in the 
35563 \emph on
35564 LaTeX
35565 \begin_inset space ~
35566 \end_inset
35567
35568 Configuration
35569 \emph default
35570  manual.
35571 \end_layout
35572
35573 \end_inset
35574
35575  The settings of the float can be modified by right-clicking on the float
35576  box.
35577  The mandatory settings are the float 
35578 \family sans
35579 Placement
35580 \family default
35581  and its 
35582 \family sans
35583 Width
35584 \family default
35585 .
35586  Optional are the 
35587 \family sans
35588 Overhang
35589 \family default
35590  that specifies how much the float is set into the paragraph
35591 \begin_inset space \thinspace{}
35592 \end_inset
35593
35594 /
35595 \begin_inset space \thinspace{}
35596 \end_inset
35597
35598 page margin, and the 
35599 \family sans
35600 Line
35601 \begin_inset space ~
35602 \end_inset
35603
35604 span
35605 \family default
35606  that specifies how many text lines the float will approximately need.
35607  The line span is often hard to approximate; so it is better only to use
35608  it when you encounter float placement problems.
35609  You can furthermore decide if LaTeX is allowed to let the float float within
35610  the paragraph or to surrounding paragraphs.
35611  Figure
35612 \begin_inset space ~
35613 \end_inset
35614
35615
35616 \begin_inset CommandInset ref
35617 LatexCommand ref
35618 reference "fig:This-is-a"
35619
35620 \end_inset
35621
35622  is an example text wrap float with a width of 40
35623 \begin_inset space \thinspace{}
35624 \end_inset
35625
35626 col%, 1
35627 \begin_inset space \thinspace{}
35628 \end_inset
35629
35630 cm overhang, set to the left.
35631 \end_layout
35632
35633 \begin_layout Standard
35634 \begin_inset Note Greyedout
35635 status open
35636
35637 \begin_layout Plain Layout
35638
35639 \series bold
35640 Note:
35641 \series default
35642  Text
35643 \begin_inset space ~
35644 \end_inset
35645
35646 wrap float floats are fragile! E.
35647 \begin_inset space \thinspace{}
35648 \end_inset
35649
35650 g.
35651 \begin_inset space \space{}
35652 \end_inset
35653
35654 having a figure too close to the bottom of the page can mess things up in
35655  such a way that the float does not appear in the output or that it is placed
35656  over some other text.
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 In general, the following applies for wrap floats:
35666 \end_layout
35667
35668 \begin_layout Itemize
35669 They should not be placed in paragraphs that run over a page break.
35670  That means that wrap floats are better inserted in their exact place when
35671  the document is almost finished and you are able to estimate where page
35672  breaks will appear.
35673 \end_layout
35674
35675 \begin_layout Itemize
35676 They should either be placed in their own paragraph before the paragraph
35677  where they should wrap into or within a paragraph.
35678 \end_layout
35679
35680 \begin_layout Itemize
35681 In consecutive paragraphs they may cause troubles, so ensure that there
35682  is a text paragraph between them as separator.
35683 \end_layout
35684
35685 \begin_layout Itemize
35686 They are not allowed in section headings or tables.
35687 \end_layout
35688
35689 \begin_layout Itemize
35690 Their numbering and referencing works as described in chap.
35691 \begin_inset space \thinspace{}
35692 \end_inset
35693
35694
35695 \begin_inset CommandInset ref
35696 LatexCommand ref
35697 reference "chap:Floats"
35698
35699 \end_inset
35700
35701 .
35702 \end_layout
35703
35704 \begin_layout Section
35705 Surrounded Fixed Objects
35706 \begin_inset Index idx
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710 Surrounded by text ! Fixed objects
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719 The wrap floats described in sec.
35720 \begin_inset space \thinspace{}
35721 \end_inset
35722
35723
35724 \begin_inset CommandInset ref
35725 LatexCommand ref
35726 reference "sec:Wrap-Floats"
35727
35728 \end_inset
35729
35730  have these positions in the paragraph:
35731 \end_layout
35732
35733 \begin_layout Standard
35734 \noindent
35735 \align center
35736 \begin_inset Tabular
35737 <lyxtabular version="3" rows="2" columns="2">
35738 <features tabularvalignment="middle">
35739 <column alignment="center" valignment="top" width="0">
35740 <column alignment="center" valignment="top" width="0">
35741 <row>
35742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35743 \begin_inset Text
35744
35745 \begin_layout Plain Layout
35746 \begin_inset Graphics
35747         filename ../images/dialog-show-new-inset_graphics.png
35748         scale 70
35749         scaleBeforeRotation
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \end_inset
35757 </cell>
35758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35759 \begin_inset Text
35760
35761 \begin_layout Plain Layout
35762 text
35763 \end_layout
35764
35765 \end_inset
35766 </cell>
35767 </row>
35768 <row>
35769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35770 \begin_inset Text
35771
35772 \begin_layout Plain Layout
35773 text
35774 \end_layout
35775
35776 \end_inset
35777 </cell>
35778 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
35788 </lyxtabular>
35789
35790 \end_inset
35791
35792  or 
35793 \begin_inset Tabular
35794 <lyxtabular version="3" rows="2" columns="2">
35795 <features tabularvalignment="middle">
35796 <column alignment="center" valignment="top" width="0">
35797 <column alignment="center" valignment="top" width="0">
35798 <row>
35799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35800 \begin_inset Text
35801
35802 \begin_layout Plain Layout
35803 text
35804 \end_layout
35805
35806 \end_inset
35807 </cell>
35808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35809 \begin_inset Text
35810
35811 \begin_layout Plain Layout
35812 \begin_inset Graphics
35813         filename ../images/dialog-show-new-inset_graphics.png
35814         scale 70
35815         scaleBeforeRotation
35816
35817 \end_inset
35818
35819
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 </row>
35825 <row>
35826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35827 \begin_inset Text
35828
35829 \begin_layout Plain Layout
35830 text
35831 \end_layout
35832
35833 \end_inset
35834 </cell>
35835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35836 \begin_inset Text
35837
35838 \begin_layout Plain Layout
35839 text
35840 \end_layout
35841
35842 \end_inset
35843 </cell>
35844 </row>
35845 </lyxtabular>
35846
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \begin_layout Standard
35853 To get an object exactly at the position where it is inserted, for example
35854  to get one of these positions:
35855 \begin_inset VSpace defskip
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Standard
35862 \noindent
35863 \align center
35864 \begin_inset Tabular
35865 <lyxtabular version="3" rows="2" columns="2">
35866 <features tabularvalignment="middle">
35867 <column alignment="center" valignment="top" width="0">
35868 <column alignment="center" valignment="top" width="0">
35869 <row>
35870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874 text
35875 \end_layout
35876
35877 \end_inset
35878 </cell>
35879 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
35889 <row>
35890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35891 \begin_inset Text
35892
35893 \begin_layout Plain Layout
35894 \begin_inset Graphics
35895         filename ../images/dialog-show-new-inset_graphics.png
35896         scale 70
35897         scaleBeforeRotation
35898
35899 \end_inset
35900
35901
35902 \end_layout
35903
35904 \end_inset
35905 </cell>
35906 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35907 \begin_inset Text
35908
35909 \begin_layout Plain Layout
35910 text
35911 \end_layout
35912
35913 \end_inset
35914 </cell>
35915 </row>
35916 </lyxtabular>
35917
35918 \end_inset
35919
35920  
35921 \begin_inset Tabular
35922 <lyxtabular version="3" rows="2" columns="2">
35923 <features tabularvalignment="middle">
35924 <column alignment="center" valignment="top" width="0">
35925 <column alignment="center" valignment="top" width="0">
35926 <row>
35927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35928 \begin_inset Text
35929
35930 \begin_layout Plain Layout
35931 text
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Plain Layout
35940 text
35941 \end_layout
35942
35943 \end_inset
35944 </cell>
35945 </row>
35946 <row>
35947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35948 \begin_inset Text
35949
35950 \begin_layout Plain Layout
35951 text
35952 \end_layout
35953
35954 \end_inset
35955 </cell>
35956 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35957 \begin_inset Text
35958
35959 \begin_layout Plain Layout
35960 \begin_inset Graphics
35961         filename ../images/dialog-show-new-inset_graphics.png
35962         scale 70
35963         scaleBeforeRotation
35964
35965 \end_inset
35966
35967
35968 \end_layout
35969
35970 \end_inset
35971 </cell>
35972 </row>
35973 </lyxtabular>
35974
35975 \end_inset
35976
35977  
35978 \begin_inset Tabular
35979 <lyxtabular version="3" rows="2" columns="3">
35980 <features tabularvalignment="middle">
35981 <column alignment="center" valignment="top" width="0">
35982 <column alignment="center" valignment="top" width="0">
35983 <column alignment="center" valignment="top" width="0">
35984 <row>
35985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35986 \begin_inset Text
35987
35988 \begin_layout Plain Layout
35989 text
35990 \end_layout
35991
35992 \end_inset
35993 </cell>
35994 <cell alignment="center" valignment="top" topline="true" usebox="none">
35995 \begin_inset Text
35996
35997 \begin_layout Plain Layout
35998 \begin_inset Graphics
35999         filename ../images/dialog-show-new-inset_graphics.png
36000         scale 70
36001         scaleBeforeRotation
36002
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \end_inset
36009 </cell>
36010 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014 text
36015 \end_layout
36016
36017 \end_inset
36018 </cell>
36019 </row>
36020 <row>
36021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36022 \begin_inset Text
36023
36024 \begin_layout Plain Layout
36025 text
36026 \end_layout
36027
36028 \end_inset
36029 </cell>
36030 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36031 \begin_inset Text
36032
36033 \begin_layout Plain Layout
36034 text
36035 \end_layout
36036
36037 \end_inset
36038 </cell>
36039 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36040 \begin_inset Text
36041
36042 \begin_layout Plain Layout
36043 text
36044 \end_layout
36045
36046 \end_inset
36047 </cell>
36048 </row>
36049 </lyxtabular>
36050
36051 \end_inset
36052
36053  
36054 \begin_inset Tabular
36055 <lyxtabular version="3" rows="2" columns="3">
36056 <features tabularvalignment="middle">
36057 <column alignment="center" valignment="top" width="0">
36058 <column alignment="center" valignment="top" width="0">
36059 <column alignment="center" valignment="top" width="0">
36060 <row>
36061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36062 \begin_inset Text
36063
36064 \begin_layout Plain Layout
36065 text
36066 \end_layout
36067
36068 \end_inset
36069 </cell>
36070 <cell alignment="center" valignment="top" topline="true" usebox="none">
36071 \begin_inset Text
36072
36073 \begin_layout Plain Layout
36074 text
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36080 \begin_inset Text
36081
36082 \begin_layout Plain Layout
36083 text
36084 \end_layout
36085
36086 \end_inset
36087 </cell>
36088 </row>
36089 <row>
36090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094 text
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103 \begin_inset Graphics
36104         filename ../images/dialog-show-new-inset_graphics.png
36105         scale 70
36106         scaleBeforeRotation
36107
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \end_inset
36114 </cell>
36115 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36116 \begin_inset Text
36117
36118 \begin_layout Plain Layout
36119 text
36120 \end_layout
36121
36122 \end_inset
36123 </cell>
36124 </row>
36125 </lyxtabular>
36126
36127 \end_inset
36128
36129
36130 \end_layout
36131
36132 \begin_layout Standard
36133 \noindent
36134 \align center
36135 \begin_inset Tabular
36136 <lyxtabular version="3" rows="3" columns="2">
36137 <features tabularvalignment="middle">
36138 <column alignment="center" valignment="top" width="0">
36139 <column alignment="center" valignment="top" width="0">
36140 <row>
36141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36142 \begin_inset Text
36143
36144 \begin_layout Plain Layout
36145 text
36146 \end_layout
36147
36148 \end_inset
36149 </cell>
36150 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36151 \begin_inset Text
36152
36153 \begin_layout Plain Layout
36154 text
36155 \end_layout
36156
36157 \end_inset
36158 </cell>
36159 </row>
36160 <row>
36161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36162 \begin_inset Text
36163
36164 \begin_layout Plain Layout
36165 \begin_inset Graphics
36166         filename ../images/dialog-show-new-inset_graphics.png
36167         scale 70
36168         scaleBeforeRotation
36169
36170 \end_inset
36171
36172
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181 text
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 </row>
36187 <row>
36188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36189 \begin_inset Text
36190
36191 \begin_layout Plain Layout
36192 text
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36198 \begin_inset Text
36199
36200 \begin_layout Plain Layout
36201 text
36202 \end_layout
36203
36204 \end_inset
36205 </cell>
36206 </row>
36207 </lyxtabular>
36208
36209 \end_inset
36210
36211  
36212 \begin_inset Tabular
36213 <lyxtabular version="3" rows="3" columns="3">
36214 <features tabularvalignment="middle">
36215 <column alignment="center" valignment="top" width="0">
36216 <column alignment="center" valignment="top" width="0">
36217 <column alignment="center" valignment="top" width="0">
36218 <row>
36219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36220 \begin_inset Text
36221
36222 \begin_layout Plain Layout
36223 text
36224 \end_layout
36225
36226 \end_inset
36227 </cell>
36228 <cell alignment="center" valignment="top" topline="true" usebox="none">
36229 \begin_inset Text
36230
36231 \begin_layout Plain Layout
36232 text
36233 \end_layout
36234
36235 \end_inset
36236 </cell>
36237 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36238 \begin_inset Text
36239
36240 \begin_layout Plain Layout
36241 text
36242 \end_layout
36243
36244 \end_inset
36245 </cell>
36246 </row>
36247 <row>
36248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36249 \begin_inset Text
36250
36251 \begin_layout Plain Layout
36252 text
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 <cell alignment="center" valignment="top" usebox="none">
36258 \begin_inset Text
36259
36260 \begin_layout Plain Layout
36261 \begin_inset Graphics
36262         filename ../images/dialog-show-new-inset_graphics.png
36263         scale 70
36264         scaleBeforeRotation
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \end_inset
36272 </cell>
36273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36274 \begin_inset Text
36275
36276 \begin_layout Plain Layout
36277 text
36278 \end_layout
36279
36280 \end_inset
36281 </cell>
36282 </row>
36283 <row>
36284 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Plain Layout
36297 text
36298 \end_layout
36299
36300 \end_inset
36301 </cell>
36302 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Plain Layout
36306 text
36307 \end_layout
36308
36309 \end_inset
36310 </cell>
36311 </row>
36312 </lyxtabular>
36313
36314 \end_inset
36315
36316  
36317 \begin_inset Tabular
36318 <lyxtabular version="3" rows="3" columns="2">
36319 <features tabularvalignment="middle">
36320 <column alignment="center" valignment="top" width="0">
36321 <column alignment="center" valignment="top" width="0">
36322 <row>
36323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36324 \begin_inset Text
36325
36326 \begin_layout Plain Layout
36327 text
36328 \end_layout
36329
36330 \end_inset
36331 </cell>
36332 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36333 \begin_inset Text
36334
36335 \begin_layout Plain Layout
36336 text
36337 \end_layout
36338
36339 \end_inset
36340 </cell>
36341 </row>
36342 <row>
36343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36344 \begin_inset Text
36345
36346 \begin_layout Plain Layout
36347 text
36348 \end_layout
36349
36350 \end_inset
36351 </cell>
36352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36353 \begin_inset Text
36354
36355 \begin_layout Plain Layout
36356 \begin_inset Graphics
36357         filename ../images/dialog-show-new-inset_graphics.png
36358         scale 70
36359         scaleBeforeRotation
36360
36361 \end_inset
36362
36363
36364 \end_layout
36365
36366 \end_inset
36367 </cell>
36368 </row>
36369 <row>
36370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36371 \begin_inset Text
36372
36373 \begin_layout Plain Layout
36374 text
36375 \end_layout
36376
36377 \end_inset
36378 </cell>
36379 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36380 \begin_inset Text
36381
36382 \begin_layout Plain Layout
36383 text
36384 \end_layout
36385
36386 \end_inset
36387 </cell>
36388 </row>
36389 </lyxtabular>
36390
36391 \end_inset
36392
36393
36394 \end_layout
36395
36396 \begin_layout Standard
36397 \noindent
36398 you can use the LaTeX-package 
36399 \series bold
36400 picinpar
36401 \series default
36402
36403 \begin_inset Index idx
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407 LaTeX-packages ! picinpar
36408 \end_layout
36409
36410 \end_inset
36411
36412 .
36413  Here is an example:
36414 \end_layout
36415
36416 \begin_layout Standard
36417 \begin_inset ERT
36418 status collapsed
36419
36420 \begin_layout Plain Layout
36421
36422
36423 \backslash
36424 ifpicinpar
36425 \end_layout
36426
36427 \end_inset
36428
36429
36430 \begin_inset Note Note
36431 status open
36432
36433 \begin_layout Plain Layout
36434 The following section will only be displayed when the LaTeX-package 
36435 \series bold
36436 picinpar
36437 \series default
36438  is installed.
36439 \end_layout
36440
36441 \end_inset
36442
36443
36444 \end_layout
36445
36446 \begin_layout Standard
36447 \begin_inset ERT
36448 status collapsed
36449
36450 \begin_layout Plain Layout
36451
36452
36453 \backslash
36454 begin{window}[2,c,{
36455 \end_layout
36456
36457 \end_inset
36458
36459
36460 \begin_inset Graphics
36461         filename clipart/mobius.eps
36462         lyxscale 60
36463         width 40col%
36464         scaleBeforeRotation
36465         rotateOrigin center
36466
36467 \end_inset
36468
36469
36470 \begin_inset ERT
36471 status collapsed
36472
36473 \begin_layout Plain Layout
36474
36475 },]
36476 \end_layout
36477
36478 \begin_layout Plain Layout
36479
36480 {}
36481 \end_layout
36482
36483 \end_inset
36484
36485
36486 \size small
36487 It was in the spring of the year 1894 that all London was interested, and
36488  the fashionable world dismayed, by the murder of the Honourable Ronald
36489  Adair under most unusual and inexplicable circumstances.
36490  The public has already learned those particulars of the crime which
36491 \size default
36492
36493 \begin_inset ERT
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497
36498
36499 \backslash
36500 footnotemark{}
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \size small
36507  came out in the police investigation, but a good deal was suppressed upon
36508  that occasion, since the case for the prosecution was so overwhelmingly
36509  strong that it was not necessary to bring forward all the facts.
36510  Only now, at the end of nearly ten years, am I allowed to supply those
36511  missing links which make up the whole of that remarkable chain.
36512 \size default
36513
36514 \begin_inset ERT
36515 status collapsed
36516
36517 \begin_layout Plain Layout
36518
36519
36520 \backslash
36521 end{window}
36522 \end_layout
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Standard
36530 \begin_inset ERT
36531 status collapsed
36532
36533 \begin_layout Plain Layout
36534
36535
36536 \backslash
36537 footnotetext{
36538 \end_layout
36539
36540 \end_inset
36541
36542 Footnote of the paragraph with the fixed object.
36543 \begin_inset ERT
36544 status collapsed
36545
36546 \begin_layout Plain Layout
36547
36548 }
36549 \end_layout
36550
36551 \end_inset
36552
36553
36554 \end_layout
36555
36556 \begin_layout Standard
36557 Surrounded fixed objects are used to let text float around them, at which
36558  the object's position in the paragraph can be determined by the number
36559  of lines above it.
36560  In contrary to floats is it not possible to have a numbered caption.
36561 \end_layout
36562
36563 \begin_layout Standard
36564 A fixed object is inserted by adding the command
36565 \end_layout
36566
36567 \begin_layout Standard
36568
36569 \series bold
36570
36571 \backslash
36572 begin{window}[2,c,{
36573 \end_layout
36574
36575 \begin_layout Standard
36576 as TeX-Code at the beginning of the paragraph.
36577  The first parameter in the bracket, here '2', defines the number of lines
36578  above the object, the second, here 'c', the position of the object.
36579  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
36580  Behind the command you insert the object.
36581  In this example an image with a width of 40
36582 \begin_inset space \thinspace{}
36583 \end_inset
36584
36585 % of the text column width was inserted.
36586  The object can also be a table, a box or an equation.
36587  Behind the object the command
36588 \end_layout
36589
36590 \begin_layout Standard
36591
36592 \series bold
36593 },description text]
36594 \begin_inset Newline newline
36595 \end_inset
36596
36597 {}
36598 \end_layout
36599
36600 \begin_layout Standard
36601 is inserted.
36602  Note that the 
36603 \begin_inset Quotes eld
36604 \end_inset
36605
36606
36607 \series bold
36608 {}
36609 \series default
36610
36611 \begin_inset Quotes erd
36612 \end_inset
36613
36614  is in the second line.
36615  The description text is optional.
36616  The text surrounding the object must be in the same paragraph as the object,
36617  so it must begin directly after the 
36618 \series bold
36619 {}
36620 \series default
36621 .
36622  At the end of the paragraph insert the command:
36623 \end_layout
36624
36625 \begin_layout Standard
36626
36627 \series bold
36628
36629 \backslash
36630 end{window}
36631 \end_layout
36632
36633 \begin_layout Standard
36634 Within a paragraph with a fixed object, you cannot insert footnotes in the
36635  normal way.
36636  You have to use instead the command 
36637 \series bold
36638
36639 \backslash
36640 footnotemark
36641 \series default
36642  inside the paragraph and outside the command 
36643 \series bold
36644
36645 \backslash
36646 footnotetext
36647 \series default
36648  as described in sec.
36649 \begin_inset space \thinspace{}
36650 \end_inset
36651
36652
36653 \begin_inset CommandInset ref
36654 LatexCommand ref
36655 reference "sec:Footnotes"
36656
36657 \end_inset
36658
36659 .
36660 \end_layout
36661
36662 \begin_layout Standard
36663 \begin_inset ERT
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667
36668
36669 \backslash
36670 else
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \begin_inset Note Note
36677 status open
36678
36679 \begin_layout Plain Layout
36680 The following will be displayed when the LaTeX-package 
36681 \series bold
36682 picinpar
36683 \series default
36684  is not installed:
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \begin_layout Standard
36693 You need to install the LaTeX-package 
36694 \series bold
36695 picinpar
36696 \series default
36697  to see the following part of this section in the output.
36698 \end_layout
36699
36700 \begin_layout Standard
36701 \begin_inset ERT
36702 status collapsed
36703
36704 \begin_layout Plain Layout
36705
36706
36707 \backslash
36708 fi
36709 \end_layout
36710
36711 \end_inset
36712
36713
36714 \end_layout
36715
36716 \begin_layout Section
36717 Initials
36718 \begin_inset Index idx
36719 status collapsed
36720
36721 \begin_layout Plain Layout
36722 Initials
36723 \end_layout
36724
36725 \end_inset
36726
36727
36728 \begin_inset Index idx
36729 status collapsed
36730
36731 \begin_layout Plain Layout
36732 Surrounded by text ! Initials
36733 \end_layout
36734
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \begin_layout Standard
36741 To use initials, you must have the LaTeX-package 
36742 \series bold
36743 lettrine
36744 \series default
36745
36746 \begin_inset Index idx
36747 status collapsed
36748
36749 \begin_layout Plain Layout
36750 LaTeX-packages ! lettrine
36751 \end_layout
36752
36753 \end_inset
36754
36755  installed and use the module 
36756 \family sans
36757 Initials
36758 \family default
36759  in your document (menu 
36760 \family sans
36761 Document\SpecialChar \menuseparator
36762 Settings\SpecialChar \menuseparator
36763 Modules
36764 \family default
36765 ).
36766  To insert an initial, use the style 
36767 \family sans
36768 Initial
36769 \family default
36770 .
36771  This style has a mandatory and an optional argument.
36772  The mandatory argument is inserted via the menu 
36773 \family sans
36774 Insert\SpecialChar \menuseparator
36775 Short
36776 \begin_inset space ~
36777 \end_inset
36778
36779 Title
36780 \family default
36781  and contains the letter that is the initial.
36782  To use also the optional argument, insert another argument in front of
36783  the mandatory argument.
36784  This one contains parameters to modify the initial.
36785  For more information about the possible parameters see the documentation
36786  of 
36787 \series bold
36788 lettrine
36789 \series default
36790
36791 \begin_inset CommandInset citation
36792 LatexCommand cite
36793 key "lettrine"
36794
36795 \end_inset
36796
36797 .
36798  The style itself contains the text that is surrounding the initial.
36799  The usual style is hereby that the word whose first letter is the initial,
36800  is printed with 
36801 \shape smallcaps
36802 small caps
36803 \shape default
36804 .
36805  To tell LaTeX where this word is finished, add a closing brace '
36806 \series bold
36807 }
36808 \series default
36809 ' as TeX-Code behind it.
36810  At the end of the style there must be an opening brace '
36811 \series bold
36812 {
36813 \series default
36814 ' as TeX-Code.
36815 \end_layout
36816
36817 \begin_layout Standard
36818 Here are some examples:
36819 \end_layout
36820
36821 \begin_layout Standard
36822 \begin_inset ERT
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826
36827
36828 \backslash
36829 iflettrine
36830 \end_layout
36831
36832 \end_inset
36833
36834
36835 \begin_inset Note Note
36836 status open
36837
36838 \begin_layout Plain Layout
36839 The following section will only be displayed when the LaTeX-package 
36840 \series bold
36841 lettrine
36842 \series default
36843  is installed.
36844 \end_layout
36845
36846 \end_inset
36847
36848
36849 \end_layout
36850
36851 \begin_layout Enumerate
36852 No optional argument, the initial is the letter 'I' in the math font 
36853 \begin_inset Formula $\mathfrak{Fraktur}$
36854 \end_inset
36855
36856 :
36857 \end_layout
36858
36859 \begin_deeper
36860 \begin_layout Initial
36861 \begin_inset Argument
36862 status open
36863
36864 \begin_layout Plain Layout
36865 \begin_inset Formula $\mathfrak{I}$
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873 t
36874 \begin_inset ERT
36875 status collapsed
36876
36877 \begin_layout Plain Layout
36878
36879 }
36880 \end_layout
36881
36882 \end_inset
36883
36884  was in the spring of the year 1894 that all London was interested, and
36885  the fashionable world dismayed, by the murder of the Honourable Ronald
36886  Adair under most unusual and inexplicable circumstances.
36887  The public has already learned those particulars of the crime which came
36888  out in the police investigation, but a good deal was suppressed upon that
36889  occasion, since the case for the prosecution was so overwhelmingly strong
36890  that it was not necessary to bring forward all the facts.
36891 \begin_inset ERT
36892 status collapsed
36893
36894 \begin_layout Plain Layout
36895
36896 {
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \begin_inset Newpage newpage
36903 \end_inset
36904
36905
36906 \end_layout
36907
36908 \end_deeper
36909 \begin_layout Enumerate
36910 Only one line is surrounding the initial, which is formed by two letters
36911  in standard font and no text is printed in small caps:
36912 \end_layout
36913
36914 \begin_deeper
36915 \begin_layout Initial
36916 \begin_inset Argument
36917 status open
36918
36919 \begin_layout Plain Layout
36920 lines=1
36921 \end_layout
36922
36923 \end_inset
36924
36925
36926 \begin_inset Argument
36927 status open
36928
36929 \begin_layout Plain Layout
36930 It
36931 \end_layout
36932
36933 \end_inset
36934
36935
36936 \begin_inset ERT
36937 status collapsed
36938
36939 \begin_layout Plain Layout
36940
36941 }
36942 \end_layout
36943
36944 \end_inset
36945
36946  was in the spring of the year 1894 that all London was interested, and
36947  the fashionable world dismayed, by the murder of the Honourable Ronald
36948  Adair under most unusual and inexplicable circumstances.
36949  The public has already learned those particulars of the crime which came
36950  out in the police investigation, but a good deal was suppressed upon that
36951  occasion, since the case for the prosecution was so overwhelmingly strong
36952  that it was not necessary to bring forward all the facts.
36953 \begin_inset ERT
36954 status collapsed
36955
36956 \begin_layout Plain Layout
36957
36958 {
36959 \end_layout
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \end_deeper
36967 \begin_layout Enumerate
36968 Magenta, hanging initial over 3
36969 \begin_inset space ~
36970 \end_inset
36971
36972 lines in the math font 
36973 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36974 \end_inset
36975
36976 , the text 
36977 \begin_inset Quotes eld
36978 \end_inset
36979
36980 t was in the spring
36981 \begin_inset Quotes erd
36982 \end_inset
36983
36984  is in 
36985 \shape smallcaps
36986 small caps
36987 \shape default
36988 ; to color the initial, you must insert this command before the initial:
36989 \begin_inset Newline newline
36990 \end_inset
36991
36992
36993 \series bold
36994
36995 \backslash
36996 renewcommand{
36997 \backslash
36998 LettrineFontHook}{
36999 \backslash
37000 color{color}}
37001 \series default
37002
37003 \begin_inset Newline newline
37004 \end_inset
37005
37006 where the second 
37007 \emph on
37008 color
37009 \emph default
37010  can be 
37011 \begin_inset Quotes eld
37012 \end_inset
37013
37014 red
37015 \begin_inset Quotes erd
37016 \end_inset
37017
37018
37019 \begin_inset Quotes eld
37020 \end_inset
37021
37022 blue
37023 \begin_inset Quotes erd
37024 \end_inset
37025
37026
37027 \begin_inset Quotes eld
37028 \end_inset
37029
37030 green
37031 \begin_inset Quotes erd
37032 \end_inset
37033
37034
37035 \begin_inset Quotes eld
37036 \end_inset
37037
37038 yellow
37039 \begin_inset Quotes erd
37040 \end_inset
37041
37042
37043 \begin_inset Quotes eld
37044 \end_inset
37045
37046 cyan
37047 \begin_inset Quotes erd
37048 \end_inset
37049
37050
37051 \begin_inset Quotes eld
37052 \end_inset
37053
37054 magenta
37055 \begin_inset Quotes erd
37056 \end_inset
37057
37058
37059 \begin_inset Quotes eld
37060 \end_inset
37061
37062 black
37063 \begin_inset Quotes erd
37064 \end_inset
37065
37066  or 
37067 \begin_inset Quotes eld
37068 \end_inset
37069
37070 white
37071 \begin_inset Quotes erd
37072 \end_inset
37073
37074 , and add this command to the document preamble:
37075 \begin_inset Newline newline
37076 \end_inset
37077
37078
37079 \series bold
37080
37081 \backslash
37082 @ifundefined{textcolor}
37083 \begin_inset Newline newline
37084 \end_inset
37085
37086
37087 \begin_inset space ~
37088 \end_inset
37089
37090 {
37091 \backslash
37092 usepackage{color}}{}
37093 \end_layout
37094
37095 \begin_deeper
37096 \begin_layout Standard
37097 \begin_inset ERT
37098 status collapsed
37099
37100 \begin_layout Plain Layout
37101
37102
37103 \backslash
37104 renewcommand{
37105 \backslash
37106 LettrineFontHook}{
37107 \backslash
37108 color{magenta}}
37109 \end_layout
37110
37111 \end_inset
37112
37113
37114 \begin_inset Note Note
37115 status collapsed
37116
37117 \begin_layout Plain Layout
37118 makes the initial magenta
37119 \end_layout
37120
37121 \end_inset
37122
37123
37124 \end_layout
37125
37126 \begin_layout Initial
37127 \begin_inset Argument
37128 status open
37129
37130 \begin_layout Plain Layout
37131 lines=3, lhang=0.33, loversize=0.25
37132 \end_layout
37133
37134 \end_inset
37135
37136
37137 \begin_inset Argument
37138 status open
37139
37140 \begin_layout Plain Layout
37141 \begin_inset Formula $\mathcal{I}$
37142 \end_inset
37143
37144
37145 \end_layout
37146
37147 \end_inset
37148
37149 t was in the spring
37150 \begin_inset ERT
37151 status collapsed
37152
37153 \begin_layout Plain Layout
37154
37155 }
37156 \end_layout
37157
37158 \end_inset
37159
37160  of the year 1894 that all London was interested, and the fashionable world
37161  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37162  and inexplicable circumstances.
37163  The public has already learned those particulars of the crime which came
37164  out in the police investigation, but a good deal was suppressed upon that
37165  occasion, since the case for the prosecution was so overwhelmingly strong
37166  that it was not necessary to bring forward all the facts.
37167 \begin_inset ERT
37168 status collapsed
37169
37170 \begin_layout Plain Layout
37171
37172 {
37173 \end_layout
37174
37175 \end_inset
37176
37177
37178 \end_layout
37179
37180 \end_deeper
37181 \begin_layout Standard
37182 \begin_inset ERT
37183 status collapsed
37184
37185 \begin_layout Plain Layout
37186
37187
37188 \backslash
37189 else
37190 \end_layout
37191
37192 \end_inset
37193
37194
37195 \begin_inset Note Note
37196 status open
37197
37198 \begin_layout Plain Layout
37199 The following will be displayed when the LaTeX-package 
37200 \series bold
37201 lettrine
37202 \series default
37203  is not installed:
37204 \end_layout
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \begin_layout Standard
37212 You need to install the LaTeX-package 
37213 \series bold
37214 lettrine
37215 \series default
37216  to see the following part of this section in the output.
37217 \end_layout
37218
37219 \begin_layout Standard
37220 \begin_inset ERT
37221 status collapsed
37222
37223 \begin_layout Plain Layout
37224
37225
37226 \backslash
37227 fi
37228 \end_layout
37229
37230 \end_inset
37231
37232
37233 \end_layout
37234
37235 \begin_layout Chapter
37236 External Document Parts
37237 \begin_inset Index idx
37238 status collapsed
37239
37240 \begin_layout Plain Layout
37241 External Document Parts
37242 \end_layout
37243
37244 \end_inset
37245
37246
37247 \end_layout
37248
37249 \begin_layout Standard
37250 With the menu 
37251 \family sans
37252 Insert\SpecialChar \menuseparator
37253 File
37254 \family default
37255  you can insert external material to your document.
37256  This can be:
37257 \end_layout
37258
37259 \begin_layout Description
37260 LyX
37261 \begin_inset space ~
37262 \end_inset
37263
37264 Document Another LyX document; its content is directly inserted to your
37265  document.
37266 \end_layout
37267
37268 \begin_layout Description
37269 Plain
37270 \begin_inset space ~
37271 \end_inset
37272
37273 Text A text document; each line is inserted in your document as a separate
37274  paragraph.
37275 \end_layout
37276
37277 \begin_layout Description
37278 Plain
37279 \begin_inset space ~
37280 \end_inset
37281
37282 Text,
37283 \begin_inset space ~
37284 \end_inset
37285
37286 Join
37287 \begin_inset space ~
37288 \end_inset
37289
37290 Lines A text document; text lines are inserted in your document continuously
37291  but an empty text line creates a new paragraph.
37292 \end_layout
37293
37294 \begin_layout Description
37295 External
37296 \begin_inset space ~
37297 \end_inset
37298
37299 Material Files in various formats.
37300 \end_layout
37301
37302 \begin_layout Description
37303 Child
37304 \begin_inset space ~
37305 \end_inset
37306
37307 Document LyX or LaTeX-documents.
37308 \end_layout
37309
37310 \begin_layout Section
37311 External Material
37312 \begin_inset Index idx
37313 status collapsed
37314
37315 \begin_layout Plain Layout
37316 External Document Parts ! External Material
37317 \end_layout
37318
37319 \end_inset
37320
37321
37322 \end_layout
37323
37324 \begin_layout Standard
37325 The external material feature allows you to insert files in to your document
37326  without converting them to a format that can be read by the document output
37327  format.
37328  LyX takes care of the necessary conversions.
37329  This is similar to images that can be inserted in various image formats
37330  in LyX documents.
37331  When you have enabled Instant Preview in LyX's preferences under 
37332 \family sans
37333 Look
37334 \begin_inset space ~
37335 \end_inset
37336
37337 and
37338 \begin_inset space ~
37339 \end_inset
37340
37341 feel\SpecialChar \menuseparator
37342 Graphics
37343 \family default
37344 , the external material types Dia and Xfig are directly shown in LyX.
37345 \end_layout
37346
37347 \begin_layout Standard
37348 External material can be inserted via the 
37349 \family sans
37350 External Material
37351 \family default
37352  dialog that is accessible with the menu 
37353 \family sans
37354 Insert\SpecialChar \menuseparator
37355 File\SpecialChar \menuseparator
37356 External
37357 \begin_inset space ~
37358 \end_inset
37359
37360 Material
37361 \family default
37362 .
37363  Currently the following file types (
37364 \family sans
37365 Templates
37366 \family default
37367 ) are allowed:
37368 \end_layout
37369
37370 \begin_layout Description
37371 ChessDiagram This template supports chess position diagrams made with the
37372  program 
37373 \series bold
37374
37375 \begin_inset CommandInset href
37376 LatexCommand href
37377 name "XBoard"
37378 target "http://en.wikipedia.org/wiki/XBoard"
37379
37380 \end_inset
37381
37382
37383 \series default
37384 .
37385 \end_layout
37386
37387 \begin_layout Description
37388 Date This inserts the date in the form 
37389 \emph on
37390 Day-Month-Year
37391 \emph default
37392 .
37393  This is a date inserted as external material: 
37394 \begin_inset External
37395         template Date
37396         filename .
37397
37398 \end_inset
37399
37400
37401 \begin_inset space ~
37402 \end_inset
37403
37404
37405 \begin_inset Note Note
37406 status open
37407
37408 \begin_layout Plain Layout
37409 Remove the protected space when bug 4398 is fixed!
37410 \end_layout
37411
37412 \end_inset
37413
37414
37415 \begin_inset Newline newline
37416 \end_inset
37417
37418 The date is not shown within LyX, only in the output.
37419  There are two other methods of inserting a date: Via menu 
37420 \family sans
37421 Insert\SpecialChar \menuseparator
37422 Date
37423 \family default
37424  and with the LaTeX command 
37425 \series bold
37426
37427 \backslash
37428 today
37429 \series default
37430  as TeX-Code.
37431  The different methods are compared in Table
37432 \begin_inset space ~
37433 \end_inset
37434
37435
37436 \begin_inset CommandInset ref
37437 LatexCommand ref
37438 reference "tab:Comparison-of-the"
37439
37440 \end_inset
37441
37442 .
37443 \end_layout
37444
37445 \begin_layout Description
37446 Dia This template supports diagrams created with the program 
37447 \series bold
37448
37449 \begin_inset CommandInset href
37450 LatexCommand href
37451 name "Dia"
37452 target "http://en.wikipedia.org/wiki/Dia_(software)"
37453
37454 \end_inset
37455
37456
37457 \series default
37458 .
37459 \end_layout
37460
37461 \begin_layout Description
37462 GnumericSpreadsheet With this template you can insert spreadsheets
37463 \begin_inset space \thinspace{}
37464 \end_inset
37465
37466 /
37467 \begin_inset space \thinspace{}
37468 \end_inset
37469
37470 tables in the format of 
37471 \series bold
37472
37473 \begin_inset CommandInset href
37474 LatexCommand href
37475 name "Gnumeric"
37476 target "http://en.wikipedia.org/wiki/Gnumeric"
37477
37478 \end_inset
37479
37480
37481 \series default
37482
37483 \begin_inset CommandInset href
37484 LatexCommand href
37485 name "OpenDocument"
37486 target "http://en.wikipedia.org/wiki/OpenDocument"
37487
37488 \end_inset
37489
37490
37491 \begin_inset CommandInset href
37492 LatexCommand href
37493 name "Microsoft Office XML"
37494 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37495
37496 \end_inset
37497
37498  and 
37499 \begin_inset CommandInset href
37500 LatexCommand href
37501 name "Office Open XML"
37502 target "http://en.wikipedia.org/wiki/Office_Open_XML"
37503
37504 \end_inset
37505
37506 .
37507  For this feature LyX must have found the program 
37508 \family typewriter
37509 ssconvert
37510 \family default
37511  during its configuration.
37512  This program is part of Gnumeric, so that you must have Gnumeric installed,
37513  also if you don't have tables in the Gnumeric format.
37514  For examples and possible limitations have a look at LyX's example file
37515  
37516 \emph on
37517 spreadsheet.lyx
37518 \emph default
37519 .
37520 \end_layout
37521
37522 \begin_layout Description
37523 LilyPond This template is used for music notation typeset with the program
37524 \begin_inset Newline linebreak
37525 \end_inset
37526
37527
37528 \series bold
37529
37530 \begin_inset CommandInset href
37531 LatexCommand href
37532 name "LilyPond"
37533 target "http://en.wikipedia.org/wiki/LilyPond"
37534
37535 \end_inset
37536
37537
37538 \series default
37539 .
37540  For LyX's extended support for LilyPond have a look at LyX's example file
37541  
37542 \emph on
37543 lilypond.lyx
37544 \emph default
37545 .
37546 \end_layout
37547
37548 \begin_layout Description
37549 PDFPages With this template you can insert PDF documents to your document.
37550  To specify the range of pages that should be included, use the option 
37551 \series bold
37552 pages
37553 \series default
37554  in the 
37555 \family sans
37556 Option
37557 \family default
37558  field in the 
37559 \family sans
37560 LaTeX and LyX options
37561 \family default
37562  tab.
37563  The argument of this option is a comma separated list, containing page
37564  numbers (insert as option 
37565 \series bold
37566 pages={3,5,6,8}
37567 \series default
37568 ), ranges of page numbers (
37569 \series bold
37570 pages={4-9}
37571 \series default
37572 ) or any combination.
37573  To insert empty pages use {}.
37574  E.
37575 \begin_inset space \thinspace{}
37576 \end_inset
37577
37578 g.
37579 \begin_inset space ~
37580 \end_inset
37581
37582
37583 \series bold
37584 pages={3,{},8-11,15}
37585 \series default
37586  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37587  Page ranges are specified in the syntax 
37588 \emph on
37589 start
37590 \emph default
37591 -
37592 \emph on
37593 stop
37594 \emph default
37595 .
37596  This selects all pages from 
37597 \emph on
37598 start
37599 \emph default
37600  to 
37601 \emph on
37602 stop
37603 \emph default
37604 .
37605  Omitting 
37606 \emph on
37607 start
37608 \emph default
37609  defaults to the first page; omitting 
37610 \emph on
37611 stop
37612 \emph default
37613  defaults to the last page of the document.
37614  The last page can also be selected with the keyword 
37615 \series bold
37616 last
37617 \series default
37618 .
37619  (This is only permitted in a page range.) So 
37620 \series bold
37621 pages=-
37622 \series default
37623  will insert all pages of the document and 
37624 \series bold
37625 pages=last-1
37626 \series default
37627  will insert all pages in reverse order.
37628  If the pages option is not specified, only the first page of the PDF is
37629  inserted.
37630 \begin_inset Newline newline
37631 \end_inset
37632
37633 The option 
37634 \series bold
37635 noautoscale
37636 \series default
37637  inserts the pages with their original size, if this option is not given,
37638  the pages will be resized to fith the width of the page of your document.
37639  In the tab 
37640 \family sans
37641 Size and Rotation
37642 \family default
37643  you can specify the width and height of the input pages and their rotation.
37644  If another width than 100
37645 \begin_inset space \thinspace{}
37646 \end_inset
37647
37648 Scale% is used, the option 
37649 \series bold
37650 noautoscale
37651 \series default
37652  will be overwritten.
37653  For more info and possible options, have a look into the documentation
37654  of the LaTeX-package 
37655 \series bold
37656 pdfpages
37657 \series default
37658  
37659 \begin_inset CommandInset citation
37660 LatexCommand cite
37661 key "pdfpages"
37662
37663 \end_inset
37664
37665 .
37666 \begin_inset Index idx
37667 status collapsed
37668
37669 \begin_layout Plain Layout
37670 LaTeX-packages ! pdfpages
37671 \end_layout
37672
37673 \end_inset
37674
37675
37676 \begin_inset Newline newline
37677 \end_inset
37678
37679 To use this template in a 
37680 \family sans
37681 Beamer
37682 \family default
37683  presentation you need to first insert an 
37684 \family sans
37685 EndFrame
37686 \family default
37687  environment and in a subsequent paragraph a TeX-Code box containing the
37688  command 
37689 \series bold
37690
37691 \backslash
37692 setbeamertemplate{background canvas}{}
37693 \series default
37694 .
37695  Then you can insert as many paragraphs containing the PDFPages template
37696  as you wish.
37697  Behind the included PDF pages you can resume the Beamer presentation by
37698  beginning a new frame or by starting a new section.
37699  To avoid stray blank pages prior to the PDF pages, make sure to use the
37700  
37701 \family sans
37702 Default
37703 \family default
37704  alignment for the paragraph containing the template.
37705 \begin_inset Newline newline
37706 \end_inset
37707
37708 Here is an included PDF which is rotated by -5°: 
37709 \begin_inset External
37710         template PDFPages
37711         filename clipart/Abstract.pdf
37712         extra LaTeX "noautoscale, pages=-"
37713         rotateAngle -5
37714         rotateOrigin bottomleft
37715
37716 \end_inset
37717
37718
37719 \end_layout
37720
37721 \begin_layout Description
37722 RasterImage This can be used for bitmap images.
37723  The image can be treated in the 
37724 \family sans
37725 External material
37726 \family default
37727  dialog like the images that are usually included via the 
37728 \family sans
37729 Graphics
37730 \family default
37731  dialog as described in section
37732 \begin_inset space ~
37733 \end_inset
37734
37735
37736 \begin_inset CommandInset ref
37737 LatexCommand ref
37738 reference "sec:Graphics-Dialog"
37739
37740 \end_inset
37741
37742 .
37743  The difference to the normal image input is that only raster images are
37744  allowed; that means that PDF and EPS-images are not supported.
37745  Here is an inserted raster image: 
37746 \begin_inset External
37747         template RasterImage
37748         filename clipart/ToolbarEnvBox.png
37749
37750 \end_inset
37751
37752
37753 \end_layout
37754
37755 \begin_layout Description
37756 XFig This template supports images created with the program 
37757 \series bold
37758
37759 \begin_inset CommandInset href
37760 LatexCommand href
37761 name "Xfig"
37762 target "http://en.wikipedia.org/wiki/Xfig"
37763
37764 \end_inset
37765
37766
37767 \series default
37768 .
37769 \end_layout
37770
37771 \begin_layout Standard
37772 \begin_inset Float table
37773 placement !h
37774 wide false
37775 sideways false
37776 status open
37777
37778 \begin_layout Plain Layout
37779 \begin_inset Caption
37780
37781 \begin_layout Plain Layout
37782 \begin_inset CommandInset label
37783 LatexCommand label
37784 name "tab:Comparison-of-the"
37785
37786 \end_inset
37787
37788 Comparison of the date input methods.
37789 \end_layout
37790
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \begin_layout Plain Layout
37797 \align center
37798 \begin_inset Tabular
37799 <lyxtabular version="3" rows="4" columns="4">
37800 <features tabularvalignment="middle">
37801 <column alignment="center" valignment="top" width="0">
37802 <column alignment="center" valignment="top" width="0">
37803 <column alignment="center" valignment="top" width="0">
37804 <column alignment="center" valignment="top" width="0">
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 Document format
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
37820 \family sans
37821 External Material\SpecialChar \menuseparator
37822 Date
37823 \end_layout
37824
37825 \end_inset
37826 </cell>
37827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831
37832 \family sans
37833 Insert\SpecialChar \menuseparator
37834 Date
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843 command 
37844 \series bold
37845
37846 \backslash
37847 today
37848 \end_layout
37849
37850 \end_inset
37851 </cell>
37852 </row>
37853 <row>
37854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37855 \begin_inset Text
37856
37857 \begin_layout Plain Layout
37858 LyX
37859 \end_layout
37860
37861 \end_inset
37862 </cell>
37863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867 as inset box
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37873 \begin_inset Text
37874
37875 \begin_layout Plain Layout
37876 as date
37877 \end_layout
37878
37879 \end_inset
37880 </cell>
37881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37882 \begin_inset Text
37883
37884 \begin_layout Plain Layout
37885 as TeX-Code inset box
37886 \end_layout
37887
37888 \end_inset
37889 </cell>
37890 </row>
37891 <row>
37892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37893 \begin_inset Text
37894
37895 \begin_layout Plain Layout
37896 LaTeX
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37902 \begin_inset Text
37903
37904 \begin_layout Plain Layout
37905 as date
37906 \end_layout
37907
37908 \end_inset
37909 </cell>
37910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37911 \begin_inset Text
37912
37913 \begin_layout Plain Layout
37914 as date
37915 \end_layout
37916
37917 \end_inset
37918 </cell>
37919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37920 \begin_inset Text
37921
37922 \begin_layout Plain Layout
37923 as command
37924 \end_layout
37925
37926 \end_inset
37927 </cell>
37928 </row>
37929 <row>
37930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37931 \begin_inset Text
37932
37933 \begin_layout Plain Layout
37934 DVI, PDF, PS
37935 \end_layout
37936
37937 \end_inset
37938 </cell>
37939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37940 \begin_inset Text
37941
37942 \begin_layout Plain Layout
37943 as date
37944 \end_layout
37945
37946 \end_inset
37947 </cell>
37948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37949 \begin_inset Text
37950
37951 \begin_layout Plain Layout
37952 as date
37953 \end_layout
37954
37955 \end_inset
37956 </cell>
37957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37958 \begin_inset Text
37959
37960 \begin_layout Plain Layout
37961 as date
37962 \end_layout
37963
37964 \end_inset
37965 </cell>
37966 </row>
37967 </lyxtabular>
37968
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \end_inset
37975
37976
37977 \end_layout
37978
37979 \begin_layout Standard
37980 When you use the option 
37981 \family sans
37982 Draft
37983 \family default
37984  in the 
37985 \family sans
37986 File
37987 \family default
37988  tab of the 
37989 \family sans
37990 External Material
37991 \family default
37992  dialog, only the path to the inserted file is shown in the output.
37993 \begin_inset Newline newline
37994 \end_inset
37995
37996 External material is displayed in LyX either as a box like this: 
37997 \begin_inset Graphics
37998         filename clipart/ExternalMaterialQt4.png
37999         scale 85
38000         scaleBeforeRotation
38001
38002 \end_inset
38003
38004  or as image, depending on the option 
38005 \family sans
38006 Show in LyX
38007 \family default
38008  in the 
38009 \family sans
38010 LaTeX and LyX options
38011 \family default
38012  tab of the dialog.
38013 \end_layout
38014
38015 \begin_layout Standard
38016 The 
38017 \family sans
38018 \emph on
38019 Customization
38020 \family default
38021 \emph default
38022  manual explains how you can define your own templates.
38023 \end_layout
38024
38025 \begin_layout Section
38026 Child Documents
38027 \begin_inset CommandInset label
38028 LatexCommand label
38029 name "sec:Child-Documents"
38030
38031 \end_inset
38032
38033
38034 \begin_inset Index idx
38035 status collapsed
38036
38037 \begin_layout Plain Layout
38038 External Document Parts ! Child Documents
38039 \end_layout
38040
38041 \end_inset
38042
38043
38044 \begin_inset Index idx
38045 status collapsed
38046
38047 \begin_layout Plain Layout
38048 Files ! Include
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \end_layout
38055
38056 \begin_layout Standard
38057 Child documents are used if you have a long document consisting of several
38058  larger parts or sections.
38059  For maintenance it is often useful and sometimes even required to split
38060  the document into several files that can be revised separately.
38061  The different documents are then the so called 
38062 \begin_inset Quotes eld
38063 \end_inset
38064
38065 child documents
38066 \begin_inset Quotes erd
38067 \end_inset
38068
38069 , and a master document connects them to print the full document or parts
38070  of it.
38071  A child document inherits elements of its master, for example the LaTeX
38072  preamble, the bibliography, and labels for cross-references.
38073 \end_layout
38074
38075 \begin_layout Standard
38076 To be able to work on child documents without the need to open their master,
38077  specify in the child document the master in the menu
38078 \family sans
38079  Document\SpecialChar \menuseparator
38080 Settings\SpecialChar \menuseparator
38081 Document
38082 \begin_inset space ~
38083 \end_inset
38084
38085 Class
38086 \family default
38087 .
38088  This master document will then be used in the background by LyX when you
38089  edit the child document.
38090 \end_layout
38091
38092 \begin_layout Standard
38093 Included documents are displayed in LyX as a box like this: 
38094 \begin_inset Graphics
38095         filename clipart/ChildDocumentQt4.png
38096         scale 85
38097         scaleBeforeRotation
38098
38099 \end_inset
38100
38101  To include child documents in a master document use the menu 
38102 \family sans
38103 Insert\SpecialChar \menuseparator
38104 File\SpecialChar \menuseparator
38105 Child
38106 \begin_inset space ~
38107 \end_inset
38108
38109 Documents
38110 \family default
38111 .
38112  A dialog pops up where you can choose between four include methods:
38113 \end_layout
38114
38115 \begin_layout Description
38116 Include You can include LyX- and LaTeX-documents.
38117  When you press the 
38118 \family sans
38119 Load
38120 \family default
38121  button in the 
38122 \family sans
38123 Child Document
38124 \family default
38125  dialog, the included documents will be opened in LyX in a new file tab
38126  so that you can modify them.
38127 \begin_inset Newline newline
38128 \end_inset
38129
38130
38131 \end_layout
38132
38133 \begin_layout Standard
38134 Here is a child document inserted using 
38135 \family sans
38136 Include
38137 \family default
38138
38139 \begin_inset CommandInset include
38140 LatexCommand include
38141 filename "DummyDocument1.lyx"
38142
38143 \end_inset
38144
38145
38146 \end_layout
38147
38148 \begin_layout Standard
38149 The section numbering includes the sections of the included files in the
38150  order they are inserted in the master document.
38151  The included example document has for example a subsection that is numbered
38152  as a subsection of this section.
38153  Labels of included documents can be referenced: Subsection
38154 \begin_inset space ~
38155 \end_inset
38156
38157
38158 \begin_inset CommandInset ref
38159 LatexCommand ref
38160 reference "sub:External-Subsection-1"
38161
38162 \end_inset
38163
38164 .
38165 \end_layout
38166
38167 \begin_layout Standard
38168 The preamble of the child document is ignored; only the preamble of the
38169  master document is used.
38170  Branches in child documents will be ignored by the master document when
38171  the master document does not have a branch with the same name.
38172  Included documents are inserted starting on a new page and ending with
38173  a page break.
38174 \end_layout
38175
38176 \begin_layout Standard
38177 \begin_inset Note Greyedout
38178 status open
38179
38180 \begin_layout Plain Layout
38181
38182 \series bold
38183 Note:
38184 \series default
38185  If you have included a LyX- or LaTeX-file, you are warned when you export/view
38186  the document in case the child document uses another document class than
38187  the master document as this will lead to unexpected outputs.
38188 \end_layout
38189
38190 \end_inset
38191
38192
38193 \end_layout
38194
38195 \begin_layout Description
38196 Input This method is very similar to the Include method.
38197  The differences are:
38198 \end_layout
38199
38200 \begin_deeper
38201 \begin_layout Itemize
38202 Input files don't start with a new page and don't end with a page break.
38203 \end_layout
38204
38205 \begin_layout Itemize
38206 Input files can be previewed in LyX when 
38207 \family sans
38208 Instant
38209 \begin_inset space ~
38210 \end_inset
38211
38212 Preview
38213 \family default
38214  is enabled in LyX's preferences under 
38215 \family sans
38216 Look
38217 \begin_inset space ~
38218 \end_inset
38219
38220 and
38221 \begin_inset space ~
38222 \end_inset
38223
38224 feel\SpecialChar \menuseparator
38225 Graphics
38226 \family default
38227 .
38228 \end_layout
38229
38230 \begin_layout Itemize
38231 You cannot exclude Input files via the menu 
38232 \family sans
38233 Document\SpecialChar \menuseparator
38234 Settings\SpecialChar \menuseparator
38235 Child Documents
38236 \family default
38237 .
38238 \end_layout
38239
38240 \end_deeper
38241 \begin_layout Standard
38242 Here is a child document inserted using 
38243 \family sans
38244 Input
38245 \family default
38246
38247 \begin_inset CommandInset include
38248 LatexCommand input
38249 filename "DummyDocument2.lyx"
38250
38251 \end_inset
38252
38253
38254 \end_layout
38255
38256 \begin_layout Description
38257 Verbatim With this method any text file can be included.
38258  The file is shown in the output with its source code; no command used in
38259  the text is invoked.
38260  You can use the option 
38261 \family sans
38262 Mark spaces in output
38263 \family default
38264  that displays the character 
38265 \begin_inset Quotes eld
38266 \end_inset
38267
38268
38269 \begin_inset ERT
38270 status collapsed
38271
38272 \begin_layout Plain Layout
38273
38274
38275 \backslash
38276 textvisiblespace 
38277 \end_layout
38278
38279 \end_inset
38280
38281
38282 \begin_inset Quotes erd
38283 \end_inset
38284
38285  for every space character in the source code.
38286  The difference from the method via the menu 
38287 \family sans
38288 Insert\SpecialChar \menuseparator
38289 File\SpecialChar \menuseparator
38290 Plain
38291 \begin_inset space ~
38292 \end_inset
38293
38294 Text
38295 \family default
38296  is that the document content is not shown in LyX.
38297 \end_layout
38298
38299 \begin_layout Standard
38300 Here is a child document inserted as Verbatim: 
38301 \begin_inset CommandInset include
38302 LatexCommand verbatiminput
38303 filename "DummyTextDocument.txt"
38304
38305 \end_inset
38306
38307
38308 \begin_inset VSpace bigskip
38309 \end_inset
38310
38311  Here is a child document inserted as Verbatim using the 
38312 \family sans
38313 Mark spaces in output
38314 \family default
38315  option: 
38316 \begin_inset CommandInset include
38317 LatexCommand verbatiminput*
38318 filename "DummyTextDocument.txt"
38319
38320 \end_inset
38321
38322
38323 \end_layout
38324
38325 \begin_layout Standard
38326 \begin_inset VSpace bigskip
38327 \end_inset
38328
38329
38330 \end_layout
38331
38332 \begin_layout Standard
38333 \begin_inset Note Greyedout
38334 status open
38335
38336 \begin_layout Plain Layout
38337
38338 \series bold
38339 Note:
38340 \series default
38341  As you can see in the examples above, the text of the documents included
38342  as 
38343 \family sans
38344 verbatim
38345 \family default
38346  is not broken at the end of the document lines.
38347 \end_layout
38348
38349 \end_inset
38350
38351
38352 \end_layout
38353
38354 \begin_layout Description
38355 Listings This type is described in chapter
38356 \begin_inset space ~
38357 \end_inset
38358
38359
38360 \begin_inset CommandInset ref
38361 LatexCommand ref
38362 reference "cha:Program-Code-Listings"
38363
38364 \end_inset
38365
38366 .
38367 \end_layout
38368
38369 \begin_layout Standard
38370 \begin_inset Note Greyedout
38371 status open
38372
38373 \begin_layout Plain Layout
38374
38375 \series bold
38376 Note:
38377 \series default
38378  Including the same document twice in a document using different methods
38379  could cause LaTeX-problems.
38380 \end_layout
38381
38382 \end_inset
38383
38384
38385 \end_layout
38386
38387 \begin_layout Standard
38388 If you want to view/export only selected children of your master document,
38389  either because you want to save compiling time or because you want to distribut
38390 e single chapters of the book you are just writing, you can exclude children
38391  from the output.
38392  This is done via the menu 
38393 \family sans
38394 Document\SpecialChar \menuseparator
38395 Settings\SpecialChar \menuseparator
38396 Child Documents
38397 \family default
38398 .
38399  You can exclude\SpecialChar \slash{}
38400 include children by double-clicking on the 
38401 \family sans
38402 include to output
38403 \family default
38404  column of the respective child document in the list (note that this only
38405  works for documents embedded via 
38406 \begin_inset Quotes eld
38407 \end_inset
38408
38409 Include
38410 \begin_inset Quotes erd
38411 \end_inset
38412
38413 , not with 
38414 \begin_inset Quotes eld
38415 \end_inset
38416
38417 Input
38418 \begin_inset Quotes erd
38419 \end_inset
38420
38421 ).
38422  If the option 
38423 \family sans
38424 Maintain counters and references
38425 \family default
38426  is enabled, LyX will assure that all page numbers, references etc.
38427 \begin_inset space ~
38428 \end_inset
38429
38430 are correct as if the whole document was processed.
38431  This is useful if you want the selected sub-documents to look exactly as
38432  in the context of the whole document.
38433  However, LyX needs to process the whole document in the background for
38434  this feature.
38435  So if you want to save compile time and if counters and references do not
38436  need to be correct, disable this checkbox.
38437 \end_layout
38438
38439 \begin_layout Standard
38440 Alternatively, you can put each included file into a branch.
38441 \begin_inset Foot
38442 status collapsed
38443
38444 \begin_layout Plain Layout
38445 Branches are described in section 
38446 \emph on
38447 Branches
38448 \emph default
38449  of the LyX 
38450 \emph on
38451 Userguide
38452 \emph default
38453 .
38454 \end_layout
38455
38456 \end_inset
38457
38458  By enabling\SpecialChar \slash{}
38459 disabling branches you can decide which included files will
38460  appear in the output.
38461  This has the advantage that it also works with Input'ed sub-documents.
38462  However, counters and references will not be maintained with this approach.
38463 \end_layout
38464
38465 \begin_layout Chapter
38466 Program Code Listings
38467 \begin_inset CommandInset label
38468 LatexCommand label
38469 name "cha:Program-Code-Listings"
38470
38471 \end_inset
38472
38473
38474 \begin_inset Index idx
38475 status collapsed
38476
38477 \begin_layout Plain Layout
38478 Listings
38479 \end_layout
38480
38481 \end_inset
38482
38483
38484 \begin_inset Index idx
38485 status collapsed
38486
38487 \begin_layout Plain Layout
38488 Program Code
38489 \end_layout
38490
38491 \end_inset
38492
38493
38494 \begin_inset Index idx
38495 status collapsed
38496
38497 \begin_layout Plain Layout
38498 Floats ! Listings
38499 \end_layout
38500
38501 \end_inset
38502
38503
38504 \end_layout
38505
38506 \begin_layout Standard
38507 To include and typeset program code you can use the 
38508 \family sans
38509 Listings
38510 \family default
38511  inset that can be inserted via the menu 
38512 \family sans
38513 Insert\SpecialChar \menuseparator
38514 Program Listing
38515 \family default
38516 .
38517  The LaTeX-package 
38518 \series bold
38519 listings
38520 \series default
38521
38522 \begin_inset Index idx
38523 status collapsed
38524
38525 \begin_layout Plain Layout
38526 LaTeX-packages ! listings
38527 \end_layout
38528
38529 \end_inset
38530
38531  provides a powerful and flexible way to insert program source code into
38532  your document.
38533 \end_layout
38534
38535 \begin_layout Standard
38536 Right-clicking on a listings inset opens the context menu containing where
38537  you can set the listings format.
38538 \end_layout
38539
38540 \begin_layout Standard
38541 By default, a listing starts a new paragraph in the output.
38542  The placement option 
38543 \family sans
38544 Inline
38545 \begin_inset space ~
38546 \end_inset
38547
38548 listing
38549 \family default
38550  prints the listing inline like this: 
38551 \begin_inset listings
38552 lstparams "language={C++}"
38553 inline true
38554 status open
38555
38556 \begin_layout Plain Layout
38557
38558 int a=5;
38559 \end_layout
38560
38561 \end_inset
38562
38563
38564 \begin_inset Newline newline
38565 \end_inset
38566
38567 The option 
38568 \family sans
38569 Float
38570 \family default
38571  creates a listings float where you can specify the placement options 
38572 \begin_inset Quotes eld
38573 \end_inset
38574
38575
38576 \family sans
38577 h
38578 \family default
38579
38580 \begin_inset Quotes erd
38581 \end_inset
38582
38583
38584 \begin_inset Quotes eld
38585 \end_inset
38586
38587
38588 \family sans
38589 t
38590 \family default
38591
38592 \begin_inset Quotes erd
38593 \end_inset
38594
38595
38596 \begin_inset Quotes eld
38597 \end_inset
38598
38599
38600 \family sans
38601 b
38602 \family default
38603
38604 \begin_inset Quotes erd
38605 \end_inset
38606
38607 , and 
38608 \begin_inset Quotes eld
38609 \end_inset
38610
38611
38612 \family sans
38613 p
38614 \family default
38615
38616 \begin_inset Quotes erd
38617 \end_inset
38618
38619  corresponding to the float placement options described in section
38620 \begin_inset space ~
38621 \end_inset
38622
38623
38624 \begin_inset CommandInset ref
38625 LatexCommand ref
38626 reference "sec:Float-Placement"
38627
38628 \end_inset
38629
38630 .
38631  The placement options can be mixed and are inserted without any separation,
38632  e.
38633 \begin_inset space \thinspace{}
38634 \end_inset
38635
38636 g.
38637 \begin_inset space \space{}
38638 \end_inset
38639
38640
38641 \begin_inset Quotes eld
38642 \end_inset
38643
38644
38645 \family sans
38646 htbp
38647 \family default
38648
38649 \begin_inset Quotes erd
38650 \end_inset
38651
38652 .
38653  The option 
38654 \begin_inset Quotes eld
38655 \end_inset
38656
38657 h
38658 \begin_inset Quotes erd
38659 \end_inset
38660
38661  has sometimes no effect, but you don't need to use the 
38662 \family sans
38663 Float
38664 \family default
38665  option in this case as also non-float listings can have captions and be
38666  referenced.
38667 \end_layout
38668
38669 \begin_layout Standard
38670 You can add captions to listings with the menu 
38671 \family sans
38672 Insert\SpecialChar \menuseparator
38673 Caption
38674 \family default
38675 .
38676  Listings can be referenced like floats: Listing
38677 \begin_inset space ~
38678 \end_inset
38679
38680
38681 \begin_inset CommandInset ref
38682 LatexCommand ref
38683 reference "lst:Example-Listing"
38684
38685 \end_inset
38686
38687
38688 \end_layout
38689
38690 \begin_layout Standard
38691 \begin_inset listings
38692 lstparams "language=Python"
38693 inline false
38694 status open
38695
38696 \begin_layout Plain Layout
38697
38698 \begin_inset Caption
38699
38700 \begin_layout Plain Layout
38701 \begin_inset CommandInset label
38702 LatexCommand label
38703 name "lst:Example-Listing"
38704
38705 \end_inset
38706
38707 Example Listing float
38708 \end_layout
38709
38710 \end_inset
38711
38712 # Example listing float
38713 \end_layout
38714
38715 \begin_layout Plain Layout
38716
38717 def func(param):
38718 \end_layout
38719
38720 \begin_layout Plain Layout
38721
38722     'this is a python function'
38723 \end_layout
38724
38725 \begin_layout Plain Layout
38726
38727     pass
38728 \end_layout
38729
38730 \end_inset
38731
38732
38733 \end_layout
38734
38735 \begin_layout Standard
38736 When you have set a programming language in the listings dialog, the keywords
38737  of this language will be recognized and specially typeset in the output.
38738  In the example listings the Python keyword 
38739 \begin_inset Quotes eld
38740 \end_inset
38741
38742 def
38743 \begin_inset Quotes erd
38744 \end_inset
38745
38746  is recognized and printed bold in the output.
38747 \end_layout
38748
38749 \begin_layout Standard
38750 \begin_inset Note Greyedout
38751 status open
38752
38753 \begin_layout Plain Layout
38754
38755 \series bold
38756 Note:
38757 \series default
38758  If you don't get bold keywords when using typewriter fonts, your 
38759 \family typewriter
38760 typewriter
38761 \family default
38762  font probably doesn't provide a bold shape.
38763  In this case select a different one in the menu 
38764 \family sans
38765 Document\SpecialChar \menuseparator
38766 Settings\SpecialChar \menuseparator
38767 Fonts
38768 \family default
38769 .
38770  (The fonts 
38771 \emph on
38772 LuxiMono, BeraMono
38773 \emph default
38774  and 
38775 \emph on
38776 Courier
38777 \emph default
38778  provide bold shapes.)
38779 \end_layout
38780
38781 \end_inset
38782
38783
38784 \end_layout
38785
38786 \begin_layout Standard
38787 In section 
38788 \family sans
38789 Line
38790 \begin_inset space ~
38791 \end_inset
38792
38793 numbering
38794 \family default
38795  of the listings dialog you can specify the line numbering style.
38796  You can insert a number to specify which lines are numbered in the field
38797  
38798 \family sans
38799 Step
38800 \family default
38801 .
38802  When you insert e.
38803 \begin_inset space \thinspace{}
38804 \end_inset
38805
38806 g.
38807 \begin_inset space \space{}
38808 \end_inset
38809
38810
38811 \begin_inset Quotes eld
38812 \end_inset
38813
38814 3
38815 \begin_inset Quotes erd
38816 \end_inset
38817
38818 , only every 3rd line will be numbered.
38819 \end_layout
38820
38821 \begin_layout Standard
38822 You can furthermore specify a range of lines; only these will then appear
38823  in the output.
38824  The option 
38825 \family sans
38826 Extended character table
38827 \family default
38828  should be used when you use national characters like the German umlauts
38829  in the listing.
38830 \begin_inset Newline newline
38831 \end_inset
38832
38833 Here is an example listing with left line numbering, step 
38834 \begin_inset Quotes eld
38835 \end_inset
38836
38837 3
38838 \begin_inset Quotes erd
38839 \end_inset
38840
38841 , language 
38842 \begin_inset Quotes eld
38843 \end_inset
38844
38845 Python
38846 \begin_inset Quotes erd
38847 \end_inset
38848
38849 , options 
38850 \begin_inset Quotes eld
38851 \end_inset
38852
38853 Extended character table
38854 \begin_inset Quotes erd
38855 \end_inset
38856
38857  and 
38858 \begin_inset Quotes eld
38859 \end_inset
38860
38861 Space
38862 \begin_inset space ~
38863 \end_inset
38864
38865 as
38866 \begin_inset space ~
38867 \end_inset
38868
38869 symbol
38870 \begin_inset Quotes erd
38871 \end_inset
38872
38873 , range lines 3
38874 \begin_inset space \thinspace{}
38875 \end_inset
38876
38877 -
38878 \begin_inset space \thinspace{}
38879 \end_inset
38880
38881 8:
38882 \end_layout
38883
38884 \begin_layout Standard
38885 \begin_inset listings
38886 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38887 inline false
38888 status open
38889
38890 \begin_layout Plain Layout
38891
38892 def func(param):
38893 \end_layout
38894
38895 \begin_layout Plain Layout
38896
38897     'this is a python function'
38898 \end_layout
38899
38900 \begin_layout Plain Layout
38901
38902     pass
38903 \end_layout
38904
38905 \begin_layout Plain Layout
38906
38907 def func(param):
38908 \end_layout
38909
38910 \begin_layout Plain Layout
38911
38912 'This is a German word: Tschüß'
38913 \end_layout
38914
38915 \begin_layout Plain Layout
38916
38917 pass
38918 \end_layout
38919
38920 \begin_layout Plain Layout
38921
38922 def func(param):
38923 \end_layout
38924
38925 \begin_layout Plain Layout
38926
38927 'this is a python function'
38928 \end_layout
38929
38930 \begin_layout Plain Layout
38931
38932 pass
38933 \end_layout
38934
38935 \end_inset
38936
38937
38938 \end_layout
38939
38940 \begin_layout Standard
38941 When you have tabulators in your listing, you can specify the number of
38942  characters that are spanned by a tabulator in the field 
38943 \family sans
38944 Tabulator
38945 \begin_inset space ~
38946 \end_inset
38947
38948 size
38949 \family default
38950 .
38951 \end_layout
38952
38953 \begin_layout Standard
38954 \begin_inset Note Greyedout
38955 status open
38956
38957 \begin_layout Plain Layout
38958
38959 \series bold
38960 Note:
38961 \series default
38962  Due to a bug in the 
38963 \series bold
38964 listings
38965 \series default
38966  package the line numbering is shifted by a line by every previous listing.
38967  That's the reason why the lines 2 and 5 are numbered in the above listing
38968  and not the lines 3 and 6.
38969 \end_layout
38970
38971 \end_inset
38972
38973
38974 \end_layout
38975
38976 \begin_layout Standard
38977 \begin_inset VSpace bigskip
38978 \end_inset
38979
38980
38981 \end_layout
38982
38983 \begin_layout Standard
38984 It is also possible to print lines from a file as listing.
38985  To do this, use the menu 
38986 \family sans
38987 Insert\SpecialChar \menuseparator
38988 File\SpecialChar \menuseparator
38989 Child Document
38990 \family default
38991  and choose the type 
38992 \family sans
38993 Listings
38994 \family default
38995 .
38996 \begin_inset Foot
38997 status collapsed
38998
38999 \begin_layout Plain Layout
39000 The other child document types are described in section
39001 \begin_inset space ~
39002 \end_inset
39003
39004
39005 \begin_inset CommandInset ref
39006 LatexCommand ref
39007 reference "sec:Child-Documents"
39008
39009 \end_inset
39010
39011 .
39012 \end_layout
39013
39014 \end_inset
39015
39016  In the child document dialog you can specify the listing parameters in
39017  a text box.
39018  To show a list of all available parameters, type in a question mark 
39019 \begin_inset Quotes eld
39020 \end_inset
39021
39022 ?
39023 \begin_inset Quotes erd
39024 \end_inset
39025
39026  in the text box.
39027 \end_layout
39028
39029 \begin_layout Standard
39030 To reference child document listings, write a label text into the corresponding
39031  field of the child document dialog.
39032  The label can then be referenced using the menu 
39033 \family sans
39034 Insert\SpecialChar \menuseparator
39035 Cross-Reference
39036 \family default
39037 .
39038 \end_layout
39039
39040 \begin_layout Standard
39041 Listing
39042 \begin_inset space ~
39043 \end_inset
39044
39045
39046 \begin_inset CommandInset ref
39047 LatexCommand ref
39048 reference "lst:file-listing"
39049
39050 \end_inset
39051
39052  is an example for a listing of a file; there the lines 10
39053 \begin_inset space \thinspace{}
39054 \end_inset
39055
39056 -
39057 \begin_inset space \thinspace{}
39058 \end_inset
39059
39060 15 of this LyX file are listed.
39061 \end_layout
39062
39063 \begin_layout Standard
39064 \begin_inset CommandInset include
39065 LatexCommand lstinputlisting
39066 filename "EmbeddedObjects.lyx"
39067 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39068
39069 \end_inset
39070
39071
39072 \end_layout
39073
39074 \begin_layout Standard
39075 \begin_inset VSpace bigskip
39076 \end_inset
39077
39078
39079 \end_layout
39080
39081 \begin_layout Standard
39082 Inserting a formula into a listing can be done the following way:
39083 \end_layout
39084
39085 \begin_layout Enumerate
39086 Open the listings dialog and add
39087 \begin_inset Newline newline
39088 \end_inset
39089
39090
39091 \family sans
39092 mathescape=true
39093 \family default
39094
39095 \begin_inset Newline newline
39096 \end_inset
39097
39098 to the field of the 
39099 \family sans
39100 Advanced
39101 \family default
39102  tab.
39103 \end_layout
39104
39105 \begin_layout Enumerate
39106 Create a formula outside the listing
39107 \end_layout
39108
39109 \begin_layout Enumerate
39110 Copy the content of the formula (not the formula inset) to the clipboard
39111  (shortcut 
39112 \begin_inset Info
39113 type  "shortcut"
39114 arg   "copy"
39115 \end_inset
39116
39117 )
39118 \end_layout
39119
39120 \begin_layout Enumerate
39121 In the listing write 
39122 \begin_inset Quotes eld
39123 \end_inset
39124
39125
39126 \family sans
39127 $$
39128 \family default
39129
39130 \begin_inset Quotes erd
39131 \end_inset
39132
39133  and copy from the clipboard between the dollar-signs (shortcut 
39134 \begin_inset Info
39135 type  "shortcut"
39136 arg   "paste"
39137 \end_inset
39138
39139 )
39140 \end_layout
39141
39142 \begin_layout Standard
39143 \begin_inset listings
39144 lstparams "language=Python,mathescape=true"
39145 inline false
39146 status open
39147
39148 \begin_layout Plain Layout
39149
39150 \begin_inset Caption
39151
39152 \begin_layout Plain Layout
39153 Example Listing float containing a formula
39154 \end_layout
39155
39156 \end_inset
39157
39158 # Example listing float
39159 \end_layout
39160
39161 \begin_layout Plain Layout
39162
39163 def func(param):
39164 \end_layout
39165
39166 \begin_layout Plain Layout
39167
39168     # $
39169 \backslash
39170 prod_{n=1}^{
39171 \backslash
39172 infty}
39173 \backslash
39174 ,
39175 \backslash
39176 frac{1}{x^{2}}$
39177 \end_layout
39178
39179 \begin_layout Plain Layout
39180
39181     pass
39182 \end_layout
39183
39184 \end_inset
39185
39186
39187 \end_layout
39188
39189 \begin_layout Standard
39190 \begin_inset VSpace bigskip
39191 \end_inset
39192
39193
39194 \end_layout
39195
39196 \begin_layout Standard
39197 Global listings settings can be set in the 
39198 \family sans
39199 Document\SpecialChar \menuseparator
39200 Settings\SpecialChar \menuseparator
39201 Listings
39202 \family default
39203  dialog.
39204  To get there a list of available options, type in a question mark 
39205 \begin_inset Quotes eld
39206 \end_inset
39207
39208 ?
39209 \begin_inset Quotes erd
39210 \end_inset
39211
39212 .
39213 \end_layout
39214
39215 \begin_layout Standard
39216 For more information about the 
39217 \series bold
39218 listings
39219 \series default
39220  package, we refer to its documentation 
39221 \begin_inset CommandInset citation
39222 LatexCommand cite
39223 key "listings"
39224
39225 \end_inset
39226
39227 .
39228 \end_layout
39229
39230 \begin_layout Standard
39231 \begin_inset Newpage newpage
39232 \end_inset
39233
39234
39235 \end_layout
39236
39237 \begin_layout Chapter
39238 \start_of_appendix
39239 Units available in LyX
39240 \begin_inset Index idx
39241 status collapsed
39242
39243 \begin_layout Plain Layout
39244 Units
39245 \end_layout
39246
39247 \end_inset
39248
39249
39250 \begin_inset CommandInset label
39251 LatexCommand label
39252 name "cha:Units-available-in"
39253
39254 \end_inset
39255
39256
39257 \end_layout
39258
39259 \begin_layout Standard
39260 To understand the units described in this documentation, Table
39261 \begin_inset space ~
39262 \end_inset
39263
39264
39265 \begin_inset CommandInset ref
39266 LatexCommand ref
39267 reference "tab:Units"
39268
39269 \end_inset
39270
39271  explains all units available in LyX.
39272 \end_layout
39273
39274 \begin_layout Standard
39275 \begin_inset Float table
39276 placement h
39277 wide false
39278 sideways false
39279 status open
39280
39281 \begin_layout Plain Layout
39282 \begin_inset Caption
39283
39284 \begin_layout Plain Layout
39285 \begin_inset CommandInset label
39286 LatexCommand label
39287 name "tab:Units"
39288
39289 \end_inset
39290
39291 Units
39292 \end_layout
39293
39294 \end_inset
39295
39296
39297 \end_layout
39298
39299 \begin_layout Plain Layout
39300 \begin_inset VSpace medskip
39301 \end_inset
39302
39303
39304 \end_layout
39305
39306 \begin_layout Plain Layout
39307 \align center
39308 \begin_inset Tabular
39309 <lyxtabular version="3" rows="20" columns="2">
39310 <features tabularvalignment="middle">
39311 <column alignment="center" valignment="top" width="0">
39312 <column alignment="center" valignment="top" width="0">
39313 <row>
39314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39315 \begin_inset Text
39316
39317 \begin_layout Plain Layout
39318 unit
39319 \end_layout
39320
39321 \end_inset
39322 </cell>
39323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39324 \begin_inset Text
39325
39326 \begin_layout Plain Layout
39327 name/description
39328 \end_layout
39329
39330 \end_inset
39331 </cell>
39332 </row>
39333 <row>
39334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39335 \begin_inset Text
39336
39337 \begin_layout Plain Layout
39338 mm
39339 \end_layout
39340
39341 \end_inset
39342 </cell>
39343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39344 \begin_inset Text
39345
39346 \begin_layout Plain Layout
39347 millimeter
39348 \end_layout
39349
39350 \end_inset
39351 </cell>
39352 </row>
39353 <row>
39354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39355 \begin_inset Text
39356
39357 \begin_layout Plain Layout
39358 cm
39359 \end_layout
39360
39361 \end_inset
39362 </cell>
39363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39364 \begin_inset Text
39365
39366 \begin_layout Plain Layout
39367 centimeter
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 in
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 inch
39388 \end_layout
39389
39390 \end_inset
39391 </cell>
39392 </row>
39393 <row>
39394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39395 \begin_inset Text
39396
39397 \begin_layout Plain Layout
39398 pt
39399 \end_layout
39400
39401 \end_inset
39402 </cell>
39403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39404 \begin_inset Text
39405
39406 \begin_layout Plain Layout
39407 point (72.27
39408 \begin_inset space \thinspace{}
39409 \end_inset
39410
39411 pt = 1
39412 \begin_inset space \thinspace{}
39413 \end_inset
39414
39415 in)
39416 \end_layout
39417
39418 \end_inset
39419 </cell>
39420 </row>
39421 <row>
39422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39423 \begin_inset Text
39424
39425 \begin_layout Plain Layout
39426 pc
39427 \end_layout
39428
39429 \end_inset
39430 </cell>
39431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39432 \begin_inset Text
39433
39434 \begin_layout Plain Layout
39435 pica (1
39436 \begin_inset space \thinspace{}
39437 \end_inset
39438
39439 pc = 12
39440 \begin_inset space \thinspace{}
39441 \end_inset
39442
39443 pt)
39444 \end_layout
39445
39446 \end_inset
39447 </cell>
39448 </row>
39449 <row>
39450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39451 \begin_inset Text
39452
39453 \begin_layout Plain Layout
39454 sp
39455 \end_layout
39456
39457 \end_inset
39458 </cell>
39459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463 scaled point (65536
39464 \begin_inset space \thinspace{}
39465 \end_inset
39466
39467 sp = 1
39468 \begin_inset space \thinspace{}
39469 \end_inset
39470
39471 pt)
39472 \end_layout
39473
39474 \end_inset
39475 </cell>
39476 </row>
39477 <row>
39478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39479 \begin_inset Text
39480
39481 \begin_layout Plain Layout
39482 bp
39483 \end_layout
39484
39485 \end_inset
39486 </cell>
39487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39488 \begin_inset Text
39489
39490 \begin_layout Plain Layout
39491 big point (72
39492 \begin_inset space \thinspace{}
39493 \end_inset
39494
39495 bp = 1
39496 \begin_inset space \thinspace{}
39497 \end_inset
39498
39499 in)
39500 \end_layout
39501
39502 \end_inset
39503 </cell>
39504 </row>
39505 <row>
39506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39507 \begin_inset Text
39508
39509 \begin_layout Plain Layout
39510 dd
39511 \end_layout
39512
39513 \end_inset
39514 </cell>
39515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39516 \begin_inset Text
39517
39518 \begin_layout Plain Layout
39519 didot (1
39520 \begin_inset space \thinspace{}
39521 \end_inset
39522
39523 dd 
39524 \begin_inset Formula $\approx$
39525 \end_inset
39526
39527  0.376
39528 \begin_inset space \thinspace{}
39529 \end_inset
39530
39531 mm)
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 cc
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 cicero (1
39552 \begin_inset space \thinspace{}
39553 \end_inset
39554
39555 cc = 12
39556 \begin_inset space \thinspace{}
39557 \end_inset
39558
39559 dd)
39560 \end_layout
39561
39562 \end_inset
39563 </cell>
39564 </row>
39565 <row>
39566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39567 \begin_inset Text
39568
39569 \begin_layout Plain Layout
39570 Scale%
39571 \end_layout
39572
39573 \end_inset
39574 </cell>
39575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39576 \begin_inset Text
39577
39578 \begin_layout Plain Layout
39579 % of original image width
39580 \end_layout
39581
39582 \end_inset
39583 </cell>
39584 </row>
39585 <row>
39586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39587 \begin_inset Text
39588
39589 \begin_layout Plain Layout
39590 text%
39591 \end_layout
39592
39593 \end_inset
39594 </cell>
39595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39596 \begin_inset Text
39597
39598 \begin_layout Plain Layout
39599 % of text width
39600 \end_layout
39601
39602 \end_inset
39603 </cell>
39604 </row>
39605 <row>
39606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39607 \begin_inset Text
39608
39609 \begin_layout Plain Layout
39610 col%
39611 \end_layout
39612
39613 \end_inset
39614 </cell>
39615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39616 \begin_inset Text
39617
39618 \begin_layout Plain Layout
39619 % of column width
39620 \end_layout
39621
39622 \end_inset
39623 </cell>
39624 </row>
39625 <row>
39626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39627 \begin_inset Text
39628
39629 \begin_layout Plain Layout
39630 page%
39631 \end_layout
39632
39633 \end_inset
39634 </cell>
39635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39636 \begin_inset Text
39637
39638 \begin_layout Plain Layout
39639 % of paper width
39640 \end_layout
39641
39642 \end_inset
39643 </cell>
39644 </row>
39645 <row>
39646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39647 \begin_inset Text
39648
39649 \begin_layout Plain Layout
39650 line%
39651 \end_layout
39652
39653 \end_inset
39654 </cell>
39655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39656 \begin_inset Text
39657
39658 \begin_layout Plain Layout
39659 % of line width
39660 \end_layout
39661
39662 \end_inset
39663 </cell>
39664 </row>
39665 <row>
39666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39667 \begin_inset Text
39668
39669 \begin_layout Plain Layout
39670 theight%
39671 \end_layout
39672
39673 \end_inset
39674 </cell>
39675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39676 \begin_inset Text
39677
39678 \begin_layout Plain Layout
39679 % of text height
39680 \end_layout
39681
39682 \end_inset
39683 </cell>
39684 </row>
39685 <row>
39686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39687 \begin_inset Text
39688
39689 \begin_layout Plain Layout
39690 pheight%
39691 \end_layout
39692
39693 \end_inset
39694 </cell>
39695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39696 \begin_inset Text
39697
39698 \begin_layout Plain Layout
39699 % of paper height
39700 \end_layout
39701
39702 \end_inset
39703 </cell>
39704 </row>
39705 <row>
39706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39707 \begin_inset Text
39708
39709 \begin_layout Plain Layout
39710 ex
39711 \end_layout
39712
39713 \end_inset
39714 </cell>
39715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39716 \begin_inset Text
39717
39718 \begin_layout Plain Layout
39719 height of letter 
39720 \emph on
39721 x
39722 \emph default
39723  in current font
39724 \end_layout
39725
39726 \end_inset
39727 </cell>
39728 </row>
39729 <row>
39730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39731 \begin_inset Text
39732
39733 \begin_layout Plain Layout
39734 em
39735 \end_layout
39736
39737 \end_inset
39738 </cell>
39739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39740 \begin_inset Text
39741
39742 \begin_layout Plain Layout
39743 width of letter 
39744 \emph on
39745 M
39746 \emph default
39747  in current font
39748 \end_layout
39749
39750 \end_inset
39751 </cell>
39752 </row>
39753 <row>
39754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39755 \begin_inset Text
39756
39757 \begin_layout Plain Layout
39758 mu
39759 \end_layout
39760
39761 \end_inset
39762 </cell>
39763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39764 \begin_inset Text
39765
39766 \begin_layout Plain Layout
39767 math unit (1
39768 \begin_inset space \thinspace{}
39769 \end_inset
39770
39771 mu = 1/18
39772 \begin_inset space \thinspace{}
39773 \end_inset
39774
39775 em)
39776 \end_layout
39777
39778 \end_inset
39779 </cell>
39780 </row>
39781 </lyxtabular>
39782
39783 \end_inset
39784
39785
39786 \end_layout
39787
39788 \end_inset
39789
39790
39791 \end_layout
39792
39793 \begin_layout Chapter
39794 Output File Formats with Graphics
39795 \begin_inset CommandInset label
39796 LatexCommand label
39797 name "cha:Output-File-Formats"
39798
39799 \end_inset
39800
39801
39802 \end_layout
39803
39804 \begin_layout Section
39805 DVI
39806 \begin_inset Index idx
39807 status collapsed
39808
39809 \begin_layout Plain Layout
39810 File Formats ! DVI
39811 \end_layout
39812
39813 \end_inset
39814
39815
39816 \begin_inset Index idx
39817 status collapsed
39818
39819 \begin_layout Plain Layout
39820 DVI|see
39821 \begin_inset ERT
39822 status collapsed
39823
39824 \begin_layout Plain Layout
39825
39826 {
39827 \end_layout
39828
39829 \end_inset
39830
39831 File Formats
39832 \begin_inset ERT
39833 status collapsed
39834
39835 \begin_layout Plain Layout
39836
39837 }
39838 \end_layout
39839
39840 \end_inset
39841
39842
39843 \end_layout
39844
39845 \end_inset
39846
39847
39848 \end_layout
39849
39850 \begin_layout Standard
39851 This file type has the extension 
39852 \begin_inset Quotes eld
39853 \end_inset
39854
39855
39856 \family typewriter
39857 .dvi
39858 \family default
39859
39860 \begin_inset Quotes erd
39861 \end_inset
39862
39863 .
39864  It is called 
39865 \begin_inset Quotes eld
39866 \end_inset
39867
39868 device-independent
39869 \begin_inset Quotes erd
39870 \end_inset
39871
39872  (DVI), because it is completely portable; you can move them from one machine
39873  to another without needing to do any sort of conversion.
39874  At the time when this file-format was developed, this was no matter of
39875  course.
39876  DVIs are used for quick previews and as pre-stage for other output formats,
39877  like PostScript.
39878 \end_layout
39879
39880 \begin_layout Standard
39881 \begin_inset Note Greyedout
39882 status open
39883
39884 \begin_layout Plain Layout
39885
39886 \series bold
39887 Note:
39888 \series default
39889  DVI-files do not contain images; they will only be a linked.
39890 \end_layout
39891
39892 \end_inset
39893
39894  So don't forget this, if you move your 
39895 \family typewriter
39896 .dvi
39897 \family default
39898  file to another computer.
39899  This property can also slow down your computer when you view the DVI, because
39900  the DVI-viewer has to convert the image in the background to make it visible
39901  when you scroll in the DVI.
39902  So it is recommended that you use PDF for files with many images.
39903 \end_layout
39904
39905 \begin_layout Standard
39906 You can export your document to DVI by using the menu 
39907 \family sans
39908 File\SpecialChar \menuseparator
39909 Export\SpecialChar \menuseparator
39910 DVI
39911 \family default
39912 .
39913  You can view your document as DVI via the 
39914 \family sans
39915 View
39916 \family default
39917  menu.
39918 \end_layout
39919
39920 \begin_layout Section
39921 PostScript
39922 \begin_inset CommandInset label
39923 LatexCommand label
39924 name "sec:PostScript"
39925
39926 \end_inset
39927
39928
39929 \begin_inset Index idx
39930 status collapsed
39931
39932 \begin_layout Plain Layout
39933 File Formats ! PostScript
39934 \end_layout
39935
39936 \end_inset
39937
39938
39939 \begin_inset Index idx
39940 status collapsed
39941
39942 \begin_layout Plain Layout
39943 PostScript|see
39944 \begin_inset ERT
39945 status collapsed
39946
39947 \begin_layout Plain Layout
39948
39949 {
39950 \end_layout
39951
39952 \end_inset
39953
39954 File Formats
39955 \begin_inset ERT
39956 status collapsed
39957
39958 \begin_layout Plain Layout
39959
39960 }
39961 \end_layout
39962
39963 \end_inset
39964
39965
39966 \end_layout
39967
39968 \end_inset
39969
39970
39971 \end_layout
39972
39973 \begin_layout Standard
39974 This file type has the extension 
39975 \begin_inset Quotes eld
39976 \end_inset
39977
39978
39979 \family typewriter
39980 .ps
39981 \family default
39982
39983 \begin_inset Quotes erd
39984 \end_inset
39985
39986 .
39987  PostScript was developed by the company 
39988 \family typewriter
39989 Adobe
39990 \family default
39991  as a printer language.
39992  The file therefore contains commands that the printer uses to print the
39993  file.
39994  PostScript can be seen as a 
39995 \begin_inset Quotes eld
39996 \end_inset
39997
39998 programming language
39999 \begin_inset Quotes erd
40000 \end_inset
40001
40002 ; you can calculate with it and draw diagrams and images
40003 \begin_inset Foot
40004 status collapsed
40005
40006 \begin_layout Plain Layout
40007 If you are interested to learn more about this, have a look at the LaTeX-package
40008  
40009 \series bold
40010 PSTricks
40011 \series default
40012  
40013 \begin_inset CommandInset citation
40014 LatexCommand cite
40015 key "pstricks"
40016
40017 \end_inset
40018
40019 .
40020 \end_layout
40021
40022 \end_inset
40023
40024 .
40025  Due to this ability, the files are often bigger than PDFs.
40026 \end_layout
40027
40028 \begin_layout Standard
40029 PostScript can only contain images in the format 
40030 \begin_inset Quotes eld
40031 \end_inset
40032
40033 Encapsulated PostScript
40034 \begin_inset Quotes erd
40035 \end_inset
40036
40037  (EPS, file extension 
40038 \begin_inset Quotes eld
40039 \end_inset
40040
40041
40042 \family typewriter
40043 .eps
40044 \family default
40045
40046 \begin_inset Quotes erd
40047 \end_inset
40048
40049 ).
40050  As LyX allows you to use any known image format in your document, it has
40051  to convert images in the background to EPS.
40052  If you have e.g.
40053 \begin_inset space ~
40054 \end_inset
40055
40056 50
40057 \begin_inset space ~
40058 \end_inset
40059
40060 images in your document, LyX has to do 50
40061 \begin_inset space ~
40062 \end_inset
40063
40064 conversions whenever you view or export your document.
40065  This will slow down your work flow with LyX drastically.
40066  So if you plan to use PostScript, you can insert your images directly as
40067  EPS to avoid this problem.
40068 \end_layout
40069
40070 \begin_layout Standard
40071 You can export your document to PostScript using the menu 
40072 \family sans
40073 File\SpecialChar \menuseparator
40074 Export\SpecialChar \menuseparator
40075 Postscript
40076 \family default
40077 .
40078  You can view your document as PostScript via the 
40079 \family sans
40080 View
40081 \family default
40082  menu or by using the toolbar button 
40083 \begin_inset Graphics
40084         filename ../images/buffer-view_ps.png
40085         scale 85
40086         scaleBeforeRotation
40087
40088 \end_inset
40089
40090 .
40091 \end_layout
40092
40093 \begin_layout Section
40094 PDF
40095 \begin_inset Index idx
40096 status collapsed
40097
40098 \begin_layout Plain Layout
40099 File Formats ! PDF
40100 \end_layout
40101
40102 \end_inset
40103
40104
40105 \begin_inset Index idx
40106 status collapsed
40107
40108 \begin_layout Plain Layout
40109 PDF
40110 \end_layout
40111
40112 \end_inset
40113
40114
40115 \end_layout
40116
40117 \begin_layout Standard
40118 This file type has the extension 
40119 \begin_inset Quotes eld
40120 \end_inset
40121
40122
40123 \family typewriter
40124 .pdf
40125 \family default
40126
40127 \begin_inset Quotes erd
40128 \end_inset
40129
40130 .
40131  The 
40132 \begin_inset Quotes eld
40133 \end_inset
40134
40135 Portable Document Format
40136 \begin_inset Quotes erd
40137 \end_inset
40138
40139  (PDF) was developed by 
40140 \family typewriter
40141 Adobe
40142 \family default
40143  as a derivative of PostScript.
40144  It is more compressed and it uses fewer commands than PostScript.
40145  As the name 
40146 \begin_inset Quotes eld
40147 \end_inset
40148
40149 portable
40150 \begin_inset Quotes erd
40151 \end_inset
40152
40153  implies, it can be processed at any computer system and the printed output
40154  looks exactly the same.
40155 \end_layout
40156
40157 \begin_layout Standard
40158 PDF can contain images in its own PDF format, in the format 
40159 \begin_inset Quotes eld
40160 \end_inset
40161
40162 Joint Photographic Experts Group
40163 \begin_inset Quotes erd
40164 \end_inset
40165
40166  (JPG, file extension 
40167 \begin_inset Quotes eld
40168 \end_inset
40169
40170
40171 \family typewriter
40172 .jpg
40173 \family default
40174
40175 \begin_inset Quotes erd
40176 \end_inset
40177
40178  or 
40179 \begin_inset Quotes eld
40180 \end_inset
40181
40182
40183 \family typewriter
40184 .jpeg
40185 \family default
40186
40187 \begin_inset Quotes erd
40188 \end_inset
40189
40190 ), and in the format 
40191 \begin_inset Quotes eld
40192 \end_inset
40193
40194 Portable Network Graphics
40195 \begin_inset Quotes erd
40196 \end_inset
40197
40198  (PNG, file extension 
40199 \begin_inset Quotes eld
40200 \end_inset
40201
40202
40203 \family typewriter
40204 .png
40205 \family default
40206
40207 \begin_inset Quotes erd
40208 \end_inset
40209
40210 ).
40211  Nevertheless you can use any other image format, because LyX converts them
40212  in the background to one of these formats.
40213  But as described in the section about PostScript, the image conversion
40214  will slow down your work flow.
40215  So it is recommended that you use images in one of the three mentioned
40216  formats.
40217 \end_layout
40218
40219 \begin_layout Standard
40220 You can export your document to PDF via the menu 
40221 \family sans
40222 File\SpecialChar \menuseparator
40223 Export
40224 \family default
40225  in three different ways:
40226 \end_layout
40227
40228 \begin_layout Description
40229 PDF
40230 \begin_inset space ~
40231 \end_inset
40232
40233 (ps2pdf) This uses the program 
40234 \family typewriter
40235 ps2pdf
40236 \family default
40237  that creates a PDF from a PostScript-version of your file.
40238  The PostScript-version is produced by the program 
40239 \family typewriter
40240 dvips
40241 \family default
40242  which uses a DVI-version as intermediate step.
40243  So this export variant consists of three conversions.
40244 \end_layout
40245
40246 \begin_layout Description
40247 PDF
40248 \begin_inset space ~
40249 \end_inset
40250
40251 (dvipdfm) This uses the program 
40252 \family typewriter
40253 dvipdfm
40254 \family default
40255  that converts your file in the background to DVI and in a second step to
40256  PDF.
40257 \end_layout
40258
40259 \begin_layout Description
40260 PDF
40261 \begin_inset space ~
40262 \end_inset
40263
40264 (pdflatex) This uses the program 
40265 \family typewriter
40266 pdftex
40267 \family default
40268  that converts your file directly to PDF.
40269 \end_layout
40270
40271 \begin_layout Standard
40272 It is recommended that you use 
40273 \family sans
40274 PDF
40275 \begin_inset space ~
40276 \end_inset
40277
40278 (pdflatex)
40279 \family default
40280  because 
40281 \family typewriter
40282 pdftex
40283 \family default
40284  supports all features of actual PDF-versions, is quick and works stable.
40285  The program 
40286 \family typewriter
40287 dvipdfm
40288 \family default
40289  is not under development and therefore a bit outdated.
40290 \end_layout
40291
40292 \begin_layout Standard
40293 You can view your document as PDF via the 
40294 \family sans
40295 View
40296 \family default
40297  menu or by using the toolbar button 
40298 \begin_inset Graphics
40299         filename ../images/buffer-view_pdf2.png
40300         scale 85
40301         scaleBeforeRotation
40302
40303 \end_inset
40304
40305  
40306 \family sans
40307 (
40308 \family default
40309 that uses 
40310 \family sans
40311 PDF
40312 \begin_inset space ~
40313 \end_inset
40314
40315 (pdflatex)
40316 \family default
40317 ).
40318 \end_layout
40319
40320 \begin_layout Chapter
40321 List of dvips color names
40322 \begin_inset CommandInset label
40323 LatexCommand label
40324 name "chap:List-of-dvips-colornames"
40325
40326 \end_inset
40327
40328
40329 \end_layout
40330
40331 \begin_layout Standard
40332 \begin_inset Tabular
40333 <lyxtabular version="3" rows="17" columns="4">
40334 <features tabularvalignment="middle">
40335 <column alignment="left" valignment="top" width="0pt">
40336 <column alignment="left" valignment="top" width="0pt">
40337 <column alignment="left" valignment="top" width="0pt">
40338 <column alignment="left" valignment="top" width="0pt">
40339 <row>
40340 <cell alignment="left" valignment="top" usebox="none">
40341 \begin_inset Text
40342
40343 \begin_layout Plain Layout
40344 \begin_inset ERT
40345 status collapsed
40346
40347 \begin_layout Plain Layout
40348
40349
40350 \backslash
40351 fcolorbox{black}{
40352 \end_layout
40353
40354 \end_inset
40355
40356 white
40357 \begin_inset ERT
40358 status collapsed
40359
40360 \begin_layout Plain Layout
40361
40362 }{
40363 \end_layout
40364
40365 \end_inset
40366
40367 Color
40368 \begin_inset ERT
40369 status collapsed
40370
40371 \begin_layout Plain Layout
40372
40373 }
40374 \end_layout
40375
40376 \end_inset
40377
40378  Color name
40379 \end_layout
40380
40381 \end_inset
40382 </cell>
40383 <cell alignment="left" valignment="top" usebox="none">
40384 \begin_inset Text
40385
40386 \begin_layout Plain Layout
40387 \begin_inset ERT
40388 status collapsed
40389
40390 \begin_layout Plain Layout
40391
40392
40393 \backslash
40394 fcolorbox{black}{
40395 \end_layout
40396
40397 \end_inset
40398
40399 white
40400 \begin_inset ERT
40401 status collapsed
40402
40403 \begin_layout Plain Layout
40404
40405 }{
40406 \end_layout
40407
40408 \end_inset
40409
40410 Color
40411 \begin_inset ERT
40412 status collapsed
40413
40414 \begin_layout Plain Layout
40415
40416 }
40417 \end_layout
40418
40419 \end_inset
40420
40421  Color name
40422 \end_layout
40423
40424 \end_inset
40425 </cell>
40426 <cell alignment="left" valignment="top" usebox="none">
40427 \begin_inset Text
40428
40429 \begin_layout Plain Layout
40430 \begin_inset ERT
40431 status collapsed
40432
40433 \begin_layout Plain Layout
40434
40435
40436 \backslash
40437 fcolorbox{black}{
40438 \end_layout
40439
40440 \end_inset
40441
40442 white
40443 \begin_inset ERT
40444 status collapsed
40445
40446 \begin_layout Plain Layout
40447
40448 }{
40449 \end_layout
40450
40451 \end_inset
40452
40453 Color
40454 \begin_inset ERT
40455 status collapsed
40456
40457 \begin_layout Plain Layout
40458
40459 }
40460 \end_layout
40461
40462 \end_inset
40463
40464  Color name
40465 \end_layout
40466
40467 \end_inset
40468 </cell>
40469 <cell alignment="left" valignment="top" usebox="none">
40470 \begin_inset Text
40471
40472 \begin_layout Plain Layout
40473 \begin_inset ERT
40474 status collapsed
40475
40476 \begin_layout Plain Layout
40477
40478
40479 \backslash
40480 fcolorbox{black}{
40481 \end_layout
40482
40483 \end_inset
40484
40485 white
40486 \begin_inset ERT
40487 status collapsed
40488
40489 \begin_layout Plain Layout
40490
40491 }{
40492 \end_layout
40493
40494 \end_inset
40495
40496 Color
40497 \begin_inset ERT
40498 status collapsed
40499
40500 \begin_layout Plain Layout
40501
40502 }
40503 \end_layout
40504
40505 \end_inset
40506
40507  Color name
40508 \end_layout
40509
40510 \end_inset
40511 </cell>
40512 </row>
40513 <row>
40514 <cell alignment="center" valignment="top" usebox="none">
40515 \begin_inset Text
40516
40517 \begin_layout Plain Layout
40518 \begin_inset ERT
40519 status collapsed
40520
40521 \begin_layout Plain Layout
40522
40523
40524 \backslash
40525 fcolorbox{black}{
40526 \end_layout
40527
40528 \end_inset
40529
40530 Apricot
40531 \begin_inset ERT
40532 status collapsed
40533
40534 \begin_layout Plain Layout
40535
40536 }{
40537 \end_layout
40538
40539 \end_inset
40540
40541
40542 \begin_inset Phantom Phantom
40543 status open
40544
40545 \begin_layout Plain Layout
40546 W
40547 \end_layout
40548
40549 \end_inset
40550
40551
40552 \begin_inset ERT
40553 status collapsed
40554
40555 \begin_layout Plain Layout
40556
40557 }
40558 \end_layout
40559
40560 \end_inset
40561
40562  Apricot
40563 \end_layout
40564
40565 \end_inset
40566 </cell>
40567 <cell alignment="center" valignment="top" usebox="none">
40568 \begin_inset Text
40569
40570 \begin_layout Plain Layout
40571 \begin_inset ERT
40572 status collapsed
40573
40574 \begin_layout Plain Layout
40575
40576
40577 \backslash
40578 fcolorbox{black}{
40579 \end_layout
40580
40581 \end_inset
40582
40583 Aquamarine
40584 \begin_inset ERT
40585 status collapsed
40586
40587 \begin_layout Plain Layout
40588
40589 }{
40590 \end_layout
40591
40592 \end_inset
40593
40594
40595 \begin_inset Phantom Phantom
40596 status open
40597
40598 \begin_layout Plain Layout
40599 W
40600 \end_layout
40601
40602 \end_inset
40603
40604
40605 \begin_inset ERT
40606 status collapsed
40607
40608 \begin_layout Plain Layout
40609
40610 }
40611 \end_layout
40612
40613 \end_inset
40614
40615  Aquamarine
40616 \end_layout
40617
40618 \end_inset
40619 </cell>
40620 <cell alignment="center" valignment="top" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 \begin_inset ERT
40625 status collapsed
40626
40627 \begin_layout Plain Layout
40628
40629
40630 \backslash
40631 fcolorbox{black}{
40632 \end_layout
40633
40634 \end_inset
40635
40636 Bittersweet
40637 \begin_inset ERT
40638 status collapsed
40639
40640 \begin_layout Plain Layout
40641
40642 }{
40643 \end_layout
40644
40645 \end_inset
40646
40647
40648 \begin_inset Phantom Phantom
40649 status open
40650
40651 \begin_layout Plain Layout
40652 W
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset ERT
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662
40663 }
40664 \end_layout
40665
40666 \end_inset
40667
40668  Bittersweet
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 <cell alignment="center" valignment="top" usebox="none">
40674 \begin_inset Text
40675
40676 \begin_layout Plain Layout
40677 \begin_inset ERT
40678 status collapsed
40679
40680 \begin_layout Plain Layout
40681
40682
40683 \backslash
40684 fcolorbox{black}{
40685 \end_layout
40686
40687 \end_inset
40688
40689 BlueGreen
40690 \begin_inset ERT
40691 status collapsed
40692
40693 \begin_layout Plain Layout
40694
40695 }{
40696 \end_layout
40697
40698 \end_inset
40699
40700
40701 \begin_inset Phantom Phantom
40702 status open
40703
40704 \begin_layout Plain Layout
40705 W
40706 \end_layout
40707
40708 \end_inset
40709
40710
40711 \begin_inset ERT
40712 status collapsed
40713
40714 \begin_layout Plain Layout
40715
40716 }
40717 \end_layout
40718
40719 \end_inset
40720
40721  BlueGreen
40722 \end_layout
40723
40724 \end_inset
40725 </cell>
40726 </row>
40727 <row>
40728 <cell alignment="left" valignment="top" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732 \begin_inset ERT
40733 status collapsed
40734
40735 \begin_layout Plain Layout
40736
40737
40738 \backslash
40739 fcolorbox{black}{
40740 \end_layout
40741
40742 \end_inset
40743
40744 BlueViolet
40745 \begin_inset ERT
40746 status collapsed
40747
40748 \begin_layout Plain Layout
40749
40750 }{
40751 \end_layout
40752
40753 \end_inset
40754
40755
40756 \begin_inset Phantom Phantom
40757 status open
40758
40759 \begin_layout Plain Layout
40760 W
40761 \end_layout
40762
40763 \end_inset
40764
40765
40766 \begin_inset ERT
40767 status collapsed
40768
40769 \begin_layout Plain Layout
40770
40771 }
40772 \end_layout
40773
40774 \end_inset
40775
40776  BlueViolet
40777 \end_layout
40778
40779 \end_inset
40780 </cell>
40781 <cell alignment="left" valignment="top" usebox="none">
40782 \begin_inset Text
40783
40784 \begin_layout Plain Layout
40785 \begin_inset ERT
40786 status collapsed
40787
40788 \begin_layout Plain Layout
40789
40790
40791 \backslash
40792 fcolorbox{black}{
40793 \end_layout
40794
40795 \end_inset
40796
40797 BrickRed
40798 \begin_inset ERT
40799 status collapsed
40800
40801 \begin_layout Plain Layout
40802
40803 }{
40804 \end_layout
40805
40806 \end_inset
40807
40808
40809 \begin_inset Phantom Phantom
40810 status open
40811
40812 \begin_layout Plain Layout
40813 W
40814 \end_layout
40815
40816 \end_inset
40817
40818
40819 \begin_inset ERT
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823
40824 }
40825 \end_layout
40826
40827 \end_inset
40828
40829  BrickRed
40830 \end_layout
40831
40832 \end_inset
40833 </cell>
40834 <cell alignment="left" valignment="top" usebox="none">
40835 \begin_inset Text
40836
40837 \begin_layout Plain Layout
40838 \begin_inset ERT
40839 status collapsed
40840
40841 \begin_layout Plain Layout
40842
40843
40844 \backslash
40845 fcolorbox{black}{
40846 \end_layout
40847
40848 \end_inset
40849
40850 Brown
40851 \begin_inset ERT
40852 status collapsed
40853
40854 \begin_layout Plain Layout
40855
40856 }{
40857 \end_layout
40858
40859 \end_inset
40860
40861
40862 \begin_inset Phantom Phantom
40863 status open
40864
40865 \begin_layout Plain Layout
40866 W
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877 }
40878 \end_layout
40879
40880 \end_inset
40881
40882  Brown
40883 \end_layout
40884
40885 \end_inset
40886 </cell>
40887 <cell alignment="left" valignment="top" usebox="none">
40888 \begin_inset Text
40889
40890 \begin_layout Plain Layout
40891 \begin_inset ERT
40892 status collapsed
40893
40894 \begin_layout Plain Layout
40895
40896
40897 \backslash
40898 fcolorbox{black}{
40899 \end_layout
40900
40901 \end_inset
40902
40903 BurntOrange
40904 \begin_inset ERT
40905 status collapsed
40906
40907 \begin_layout Plain Layout
40908
40909 }{
40910 \end_layout
40911
40912 \end_inset
40913
40914
40915 \begin_inset Phantom Phantom
40916 status open
40917
40918 \begin_layout Plain Layout
40919 W
40920 \end_layout
40921
40922 \end_inset
40923
40924
40925 \begin_inset ERT
40926 status collapsed
40927
40928 \begin_layout Plain Layout
40929
40930 }
40931 \end_layout
40932
40933 \end_inset
40934
40935  BurntOrange
40936 \end_layout
40937
40938 \end_inset
40939 </cell>
40940 </row>
40941 <row>
40942 <cell alignment="left" valignment="top" usebox="none">
40943 \begin_inset Text
40944
40945 \begin_layout Plain Layout
40946 \begin_inset ERT
40947 status collapsed
40948
40949 \begin_layout Plain Layout
40950
40951
40952 \backslash
40953 fcolorbox{black}{
40954 \end_layout
40955
40956 \end_inset
40957
40958 CadetBlue
40959 \begin_inset ERT
40960 status collapsed
40961
40962 \begin_layout Plain Layout
40963
40964 }{
40965 \end_layout
40966
40967 \end_inset
40968
40969
40970 \begin_inset Phantom Phantom
40971 status open
40972
40973 \begin_layout Plain Layout
40974 W
40975 \end_layout
40976
40977 \end_inset
40978
40979
40980 \begin_inset ERT
40981 status collapsed
40982
40983 \begin_layout Plain Layout
40984
40985 }
40986 \end_layout
40987
40988 \end_inset
40989
40990  CadetBlue
40991 \end_layout
40992
40993 \end_inset
40994 </cell>
40995 <cell alignment="left" valignment="top" usebox="none">
40996 \begin_inset Text
40997
40998 \begin_layout Plain Layout
40999 \begin_inset ERT
41000 status collapsed
41001
41002 \begin_layout Plain Layout
41003
41004
41005 \backslash
41006 fcolorbox{black}{
41007 \end_layout
41008
41009 \end_inset
41010
41011 CarnationPink
41012 \begin_inset ERT
41013 status collapsed
41014
41015 \begin_layout Plain Layout
41016
41017 }{
41018 \end_layout
41019
41020 \end_inset
41021
41022
41023 \begin_inset Phantom Phantom
41024 status open
41025
41026 \begin_layout Plain Layout
41027 W
41028 \end_layout
41029
41030 \end_inset
41031
41032
41033 \begin_inset ERT
41034 status collapsed
41035
41036 \begin_layout Plain Layout
41037
41038 }
41039 \end_layout
41040
41041 \end_inset
41042
41043  CarnationPink
41044 \end_layout
41045
41046 \end_inset
41047 </cell>
41048 <cell alignment="left" valignment="top" usebox="none">
41049 \begin_inset Text
41050
41051 \begin_layout Plain Layout
41052 \begin_inset ERT
41053 status collapsed
41054
41055 \begin_layout Plain Layout
41056
41057
41058 \backslash
41059 fcolorbox{black}{
41060 \end_layout
41061
41062 \end_inset
41063
41064 Cerulean
41065 \begin_inset ERT
41066 status collapsed
41067
41068 \begin_layout Plain Layout
41069
41070 }{
41071 \end_layout
41072
41073 \end_inset
41074
41075
41076 \begin_inset Phantom Phantom
41077 status open
41078
41079 \begin_layout Plain Layout
41080 W
41081 \end_layout
41082
41083 \end_inset
41084
41085
41086 \begin_inset ERT
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090
41091 }
41092 \end_layout
41093
41094 \end_inset
41095
41096  Cerulean
41097 \end_layout
41098
41099 \end_inset
41100 </cell>
41101 <cell alignment="left" valignment="top" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 \begin_inset ERT
41106 status collapsed
41107
41108 \begin_layout Plain Layout
41109
41110
41111 \backslash
41112 fcolorbox{black}{
41113 \end_layout
41114
41115 \end_inset
41116
41117 CornflowerBlue
41118 \begin_inset ERT
41119 status collapsed
41120
41121 \begin_layout Plain Layout
41122
41123 }{
41124 \end_layout
41125
41126 \end_inset
41127
41128
41129 \begin_inset Phantom Phantom
41130 status open
41131
41132 \begin_layout Plain Layout
41133 W
41134 \end_layout
41135
41136 \end_inset
41137
41138
41139 \begin_inset ERT
41140 status collapsed
41141
41142 \begin_layout Plain Layout
41143
41144 }
41145 \end_layout
41146
41147 \end_inset
41148
41149  CornflowerBlue
41150 \end_layout
41151
41152 \end_inset
41153 </cell>
41154 </row>
41155 <row>
41156 <cell alignment="left" valignment="top" usebox="none">
41157 \begin_inset Text
41158
41159 \begin_layout Plain Layout
41160 \begin_inset ERT
41161 status collapsed
41162
41163 \begin_layout Plain Layout
41164
41165
41166 \backslash
41167 fcolorbox{black}{
41168 \end_layout
41169
41170 \end_inset
41171
41172 Dandelion
41173 \begin_inset ERT
41174 status collapsed
41175
41176 \begin_layout Plain Layout
41177
41178 }{
41179 \end_layout
41180
41181 \end_inset
41182
41183
41184 \begin_inset Phantom Phantom
41185 status open
41186
41187 \begin_layout Plain Layout
41188 W
41189 \end_layout
41190
41191 \end_inset
41192
41193
41194 \begin_inset ERT
41195 status collapsed
41196
41197 \begin_layout Plain Layout
41198
41199 }
41200 \end_layout
41201
41202 \end_inset
41203
41204  Dandelion
41205 \end_layout
41206
41207 \end_inset
41208 </cell>
41209 <cell alignment="left" valignment="top" usebox="none">
41210 \begin_inset Text
41211
41212 \begin_layout Plain Layout
41213 \begin_inset ERT
41214 status collapsed
41215
41216 \begin_layout Plain Layout
41217
41218
41219 \backslash
41220 fcolorbox{black}{
41221 \end_layout
41222
41223 \end_inset
41224
41225 DarkOrchid
41226 \begin_inset ERT
41227 status collapsed
41228
41229 \begin_layout Plain Layout
41230
41231 }{
41232 \end_layout
41233
41234 \end_inset
41235
41236
41237 \begin_inset Phantom Phantom
41238 status open
41239
41240 \begin_layout Plain Layout
41241 W
41242 \end_layout
41243
41244 \end_inset
41245
41246
41247 \begin_inset ERT
41248 status collapsed
41249
41250 \begin_layout Plain Layout
41251
41252 }
41253 \end_layout
41254
41255 \end_inset
41256
41257  DarkOrchid
41258 \end_layout
41259
41260 \end_inset
41261 </cell>
41262 <cell alignment="left" valignment="top" usebox="none">
41263 \begin_inset Text
41264
41265 \begin_layout Plain Layout
41266 \begin_inset ERT
41267 status collapsed
41268
41269 \begin_layout Plain Layout
41270
41271
41272 \backslash
41273 fcolorbox{black}{
41274 \end_layout
41275
41276 \end_inset
41277
41278 Emerald
41279 \begin_inset ERT
41280 status collapsed
41281
41282 \begin_layout Plain Layout
41283
41284 }{
41285 \end_layout
41286
41287 \end_inset
41288
41289
41290 \begin_inset Phantom Phantom
41291 status open
41292
41293 \begin_layout Plain Layout
41294 W
41295 \end_layout
41296
41297 \end_inset
41298
41299
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305 }
41306 \end_layout
41307
41308 \end_inset
41309
41310  Emerald
41311 \end_layout
41312
41313 \end_inset
41314 </cell>
41315 <cell alignment="left" valignment="top" usebox="none">
41316 \begin_inset Text
41317
41318 \begin_layout Plain Layout
41319 \begin_inset ERT
41320 status collapsed
41321
41322 \begin_layout Plain Layout
41323
41324
41325 \backslash
41326 fcolorbox{black}{
41327 \end_layout
41328
41329 \end_inset
41330
41331 ForestGreen
41332 \begin_inset ERT
41333 status collapsed
41334
41335 \begin_layout Plain Layout
41336
41337 }{
41338 \end_layout
41339
41340 \end_inset
41341
41342
41343 \begin_inset Phantom Phantom
41344 status open
41345
41346 \begin_layout Plain Layout
41347 W
41348 \end_layout
41349
41350 \end_inset
41351
41352
41353 \begin_inset ERT
41354 status collapsed
41355
41356 \begin_layout Plain Layout
41357
41358 }
41359 \end_layout
41360
41361 \end_inset
41362
41363  ForestGreen
41364 \end_layout
41365
41366 \end_inset
41367 </cell>
41368 </row>
41369 <row>
41370 <cell alignment="left" valignment="top" usebox="none">
41371 \begin_inset Text
41372
41373 \begin_layout Plain Layout
41374 \begin_inset ERT
41375 status collapsed
41376
41377 \begin_layout Plain Layout
41378
41379
41380 \backslash
41381 fcolorbox{black}{
41382 \end_layout
41383
41384 \end_inset
41385
41386 Fuchsia
41387 \begin_inset ERT
41388 status collapsed
41389
41390 \begin_layout Plain Layout
41391
41392 }{
41393 \end_layout
41394
41395 \end_inset
41396
41397
41398 \begin_inset Phantom Phantom
41399 status open
41400
41401 \begin_layout Plain Layout
41402 W
41403 \end_layout
41404
41405 \end_inset
41406
41407
41408 \begin_inset ERT
41409 status collapsed
41410
41411 \begin_layout Plain Layout
41412
41413 }
41414 \end_layout
41415
41416 \end_inset
41417
41418  Fuchsia
41419 \end_layout
41420
41421 \end_inset
41422 </cell>
41423 <cell alignment="left" valignment="top" usebox="none">
41424 \begin_inset Text
41425
41426 \begin_layout Plain Layout
41427 \begin_inset ERT
41428 status collapsed
41429
41430 \begin_layout Plain Layout
41431
41432
41433 \backslash
41434 fcolorbox{black}{
41435 \end_layout
41436
41437 \end_inset
41438
41439 Goldenrod
41440 \begin_inset ERT
41441 status collapsed
41442
41443 \begin_layout Plain Layout
41444
41445 }{
41446 \end_layout
41447
41448 \end_inset
41449
41450
41451 \begin_inset Phantom Phantom
41452 status open
41453
41454 \begin_layout Plain Layout
41455 W
41456 \end_layout
41457
41458 \end_inset
41459
41460
41461 \begin_inset ERT
41462 status collapsed
41463
41464 \begin_layout Plain Layout
41465
41466 }
41467 \end_layout
41468
41469 \end_inset
41470
41471  Goldenrod
41472 \end_layout
41473
41474 \end_inset
41475 </cell>
41476 <cell alignment="left" valignment="top" usebox="none">
41477 \begin_inset Text
41478
41479 \begin_layout Plain Layout
41480 \begin_inset ERT
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484
41485
41486 \backslash
41487 fcolorbox{black}{
41488 \end_layout
41489
41490 \end_inset
41491
41492 Gray
41493 \begin_inset ERT
41494 status collapsed
41495
41496 \begin_layout Plain Layout
41497
41498 }{
41499 \end_layout
41500
41501 \end_inset
41502
41503
41504 \begin_inset Phantom Phantom
41505 status open
41506
41507 \begin_layout Plain Layout
41508 W
41509 \end_layout
41510
41511 \end_inset
41512
41513
41514 \begin_inset ERT
41515 status collapsed
41516
41517 \begin_layout Plain Layout
41518
41519 }
41520 \end_layout
41521
41522 \end_inset
41523
41524  Gray
41525 \end_layout
41526
41527 \end_inset
41528 </cell>
41529 <cell alignment="left" valignment="top" usebox="none">
41530 \begin_inset Text
41531
41532 \begin_layout Plain Layout
41533 \begin_inset ERT
41534 status collapsed
41535
41536 \begin_layout Plain Layout
41537
41538
41539 \backslash
41540 fcolorbox{black}{
41541 \end_layout
41542
41543 \end_inset
41544
41545 GreenYellow
41546 \begin_inset ERT
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550
41551 }{
41552 \end_layout
41553
41554 \end_inset
41555
41556
41557 \begin_inset Phantom Phantom
41558 status open
41559
41560 \begin_layout Plain Layout
41561 W
41562 \end_layout
41563
41564 \end_inset
41565
41566
41567 \begin_inset ERT
41568 status collapsed
41569
41570 \begin_layout Plain Layout
41571
41572 }
41573 \end_layout
41574
41575 \end_inset
41576
41577  GreenYellow
41578 \end_layout
41579
41580 \end_inset
41581 </cell>
41582 </row>
41583 <row>
41584 <cell alignment="center" valignment="top" usebox="none">
41585 \begin_inset Text
41586
41587 \begin_layout Plain Layout
41588 \begin_inset ERT
41589 status collapsed
41590
41591 \begin_layout Plain Layout
41592
41593
41594 \backslash
41595 fcolorbox{black}{
41596 \end_layout
41597
41598 \end_inset
41599
41600 JungleGreen
41601 \begin_inset ERT
41602 status collapsed
41603
41604 \begin_layout Plain Layout
41605
41606 }{
41607 \end_layout
41608
41609 \end_inset
41610
41611
41612 \begin_inset Phantom Phantom
41613 status open
41614
41615 \begin_layout Plain Layout
41616 W
41617 \end_layout
41618
41619 \end_inset
41620
41621
41622 \begin_inset ERT
41623 status collapsed
41624
41625 \begin_layout Plain Layout
41626
41627 }
41628 \end_layout
41629
41630 \end_inset
41631
41632  JungleGreen
41633 \end_layout
41634
41635 \end_inset
41636 </cell>
41637 <cell alignment="center" valignment="top" usebox="none">
41638 \begin_inset Text
41639
41640 \begin_layout Plain Layout
41641 \begin_inset ERT
41642 status collapsed
41643
41644 \begin_layout Plain Layout
41645
41646
41647 \backslash
41648 fcolorbox{black}{
41649 \end_layout
41650
41651 \end_inset
41652
41653 Lavender
41654 \begin_inset ERT
41655 status collapsed
41656
41657 \begin_layout Plain Layout
41658
41659 }{
41660 \end_layout
41661
41662 \end_inset
41663
41664
41665 \begin_inset Phantom Phantom
41666 status open
41667
41668 \begin_layout Plain Layout
41669 W
41670 \end_layout
41671
41672 \end_inset
41673
41674
41675 \begin_inset ERT
41676 status collapsed
41677
41678 \begin_layout Plain Layout
41679
41680 }
41681 \end_layout
41682
41683 \end_inset
41684
41685  Lavender
41686 \end_layout
41687
41688 \end_inset
41689 </cell>
41690 <cell alignment="center" valignment="top" usebox="none">
41691 \begin_inset Text
41692
41693 \begin_layout Plain Layout
41694 \begin_inset ERT
41695 status collapsed
41696
41697 \begin_layout Plain Layout
41698
41699
41700 \backslash
41701 fcolorbox{black}{
41702 \end_layout
41703
41704 \end_inset
41705
41706 LimeGreen
41707 \begin_inset ERT
41708 status collapsed
41709
41710 \begin_layout Plain Layout
41711
41712 }{
41713 \end_layout
41714
41715 \end_inset
41716
41717
41718 \begin_inset Phantom Phantom
41719 status open
41720
41721 \begin_layout Plain Layout
41722 W
41723 \end_layout
41724
41725 \end_inset
41726
41727
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout Plain Layout
41732
41733 }
41734 \end_layout
41735
41736 \end_inset
41737
41738  LimeGreen
41739 \end_layout
41740
41741 \end_inset
41742 </cell>
41743 <cell alignment="center" valignment="top" usebox="none">
41744 \begin_inset Text
41745
41746 \begin_layout Plain Layout
41747 \begin_inset ERT
41748 status collapsed
41749
41750 \begin_layout Plain Layout
41751
41752
41753 \backslash
41754 fcolorbox{black}{
41755 \end_layout
41756
41757 \end_inset
41758
41759 Mahogany
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765 }{
41766 \end_layout
41767
41768 \end_inset
41769
41770
41771 \begin_inset Phantom Phantom
41772 status open
41773
41774 \begin_layout Plain Layout
41775 W
41776 \end_layout
41777
41778 \end_inset
41779
41780
41781 \begin_inset ERT
41782 status collapsed
41783
41784 \begin_layout Plain Layout
41785
41786 }
41787 \end_layout
41788
41789 \end_inset
41790
41791  Mahogany
41792 \end_layout
41793
41794 \end_inset
41795 </cell>
41796 </row>
41797 <row>
41798 <cell alignment="left" valignment="top" usebox="none">
41799 \begin_inset Text
41800
41801 \begin_layout Plain Layout
41802 \begin_inset ERT
41803 status collapsed
41804
41805 \begin_layout Plain Layout
41806
41807
41808 \backslash
41809 fcolorbox{black}{
41810 \end_layout
41811
41812 \end_inset
41813
41814 Mahogany
41815 \begin_inset ERT
41816 status collapsed
41817
41818 \begin_layout Plain Layout
41819
41820 }{
41821 \end_layout
41822
41823 \end_inset
41824
41825
41826 \begin_inset Phantom Phantom
41827 status open
41828
41829 \begin_layout Plain Layout
41830 W
41831 \end_layout
41832
41833 \end_inset
41834
41835
41836 \begin_inset ERT
41837 status collapsed
41838
41839 \begin_layout Plain Layout
41840
41841 }
41842 \end_layout
41843
41844 \end_inset
41845
41846  Mahogany
41847 \end_layout
41848
41849 \end_inset
41850 </cell>
41851 <cell alignment="left" valignment="top" usebox="none">
41852 \begin_inset Text
41853
41854 \begin_layout Plain Layout
41855 \begin_inset ERT
41856 status collapsed
41857
41858 \begin_layout Plain Layout
41859
41860
41861 \backslash
41862 fcolorbox{black}{
41863 \end_layout
41864
41865 \end_inset
41866
41867 Maroon
41868 \begin_inset ERT
41869 status collapsed
41870
41871 \begin_layout Plain Layout
41872
41873 }{
41874 \end_layout
41875
41876 \end_inset
41877
41878
41879 \begin_inset Phantom Phantom
41880 status open
41881
41882 \begin_layout Plain Layout
41883 W
41884 \end_layout
41885
41886 \end_inset
41887
41888
41889 \begin_inset ERT
41890 status collapsed
41891
41892 \begin_layout Plain Layout
41893
41894 }
41895 \end_layout
41896
41897 \end_inset
41898
41899  Maroon
41900 \end_layout
41901
41902 \end_inset
41903 </cell>
41904 <cell alignment="left" valignment="top" usebox="none">
41905 \begin_inset Text
41906
41907 \begin_layout Plain Layout
41908 \begin_inset ERT
41909 status collapsed
41910
41911 \begin_layout Plain Layout
41912
41913
41914 \backslash
41915 fcolorbox{black}{
41916 \end_layout
41917
41918 \end_inset
41919
41920 Melon
41921 \begin_inset ERT
41922 status collapsed
41923
41924 \begin_layout Plain Layout
41925
41926 }{
41927 \end_layout
41928
41929 \end_inset
41930
41931
41932 \begin_inset Phantom Phantom
41933 status open
41934
41935 \begin_layout Plain Layout
41936 W
41937 \end_layout
41938
41939 \end_inset
41940
41941
41942 \begin_inset ERT
41943 status collapsed
41944
41945 \begin_layout Plain Layout
41946
41947 }
41948 \end_layout
41949
41950 \end_inset
41951
41952  Melon
41953 \end_layout
41954
41955 \end_inset
41956 </cell>
41957 <cell alignment="left" valignment="top" usebox="none">
41958 \begin_inset Text
41959
41960 \begin_layout Plain Layout
41961 \begin_inset ERT
41962 status collapsed
41963
41964 \begin_layout Plain Layout
41965
41966
41967 \backslash
41968 fcolorbox{black}{
41969 \end_layout
41970
41971 \end_inset
41972
41973 MidnightBlue
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979 }{
41980 \end_layout
41981
41982 \end_inset
41983
41984
41985 \begin_inset Phantom Phantom
41986 status open
41987
41988 \begin_layout Plain Layout
41989 W
41990 \end_layout
41991
41992 \end_inset
41993
41994
41995 \begin_inset ERT
41996 status collapsed
41997
41998 \begin_layout Plain Layout
41999
42000 }
42001 \end_layout
42002
42003 \end_inset
42004
42005  MidnightBlue
42006 \end_layout
42007
42008 \end_inset
42009 </cell>
42010 </row>
42011 <row>
42012 <cell alignment="left" valignment="top" usebox="none">
42013 \begin_inset Text
42014
42015 \begin_layout Plain Layout
42016 \begin_inset ERT
42017 status collapsed
42018
42019 \begin_layout Plain Layout
42020
42021
42022 \backslash
42023 fcolorbox{black}{
42024 \end_layout
42025
42026 \end_inset
42027
42028 Mulberry
42029 \begin_inset ERT
42030 status collapsed
42031
42032 \begin_layout Plain Layout
42033
42034 }{
42035 \end_layout
42036
42037 \end_inset
42038
42039
42040 \begin_inset Phantom Phantom
42041 status open
42042
42043 \begin_layout Plain Layout
42044 W
42045 \end_layout
42046
42047 \end_inset
42048
42049
42050 \begin_inset ERT
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054
42055 }
42056 \end_layout
42057
42058 \end_inset
42059
42060  Mulberry
42061 \end_layout
42062
42063 \end_inset
42064 </cell>
42065 <cell alignment="left" valignment="top" usebox="none">
42066 \begin_inset Text
42067
42068 \begin_layout Plain Layout
42069 \begin_inset ERT
42070 status collapsed
42071
42072 \begin_layout Plain Layout
42073
42074
42075 \backslash
42076 fcolorbox{black}{
42077 \end_layout
42078
42079 \end_inset
42080
42081 NavyBlue
42082 \begin_inset ERT
42083 status collapsed
42084
42085 \begin_layout Plain Layout
42086
42087 }{
42088 \end_layout
42089
42090 \end_inset
42091
42092
42093 \begin_inset Phantom Phantom
42094 status open
42095
42096 \begin_layout Plain Layout
42097 W
42098 \end_layout
42099
42100 \end_inset
42101
42102
42103 \begin_inset ERT
42104 status collapsed
42105
42106 \begin_layout Plain Layout
42107
42108 }
42109 \end_layout
42110
42111 \end_inset
42112
42113  NavyBlue
42114 \end_layout
42115
42116 \end_inset
42117 </cell>
42118 <cell alignment="left" valignment="top" usebox="none">
42119 \begin_inset Text
42120
42121 \begin_layout Plain Layout
42122 \begin_inset ERT
42123 status collapsed
42124
42125 \begin_layout Plain Layout
42126
42127
42128 \backslash
42129 fcolorbox{black}{
42130 \end_layout
42131
42132 \end_inset
42133
42134 OliveGreen
42135 \begin_inset ERT
42136 status collapsed
42137
42138 \begin_layout Plain Layout
42139
42140 }{
42141 \end_layout
42142
42143 \end_inset
42144
42145
42146 \begin_inset Phantom Phantom
42147 status open
42148
42149 \begin_layout Plain Layout
42150 W
42151 \end_layout
42152
42153 \end_inset
42154
42155
42156 \begin_inset ERT
42157 status collapsed
42158
42159 \begin_layout Plain Layout
42160
42161 }
42162 \end_layout
42163
42164 \end_inset
42165
42166  OliveGreen
42167 \end_layout
42168
42169 \end_inset
42170 </cell>
42171 <cell alignment="left" valignment="top" usebox="none">
42172 \begin_inset Text
42173
42174 \begin_layout Plain Layout
42175 \begin_inset ERT
42176 status collapsed
42177
42178 \begin_layout Plain Layout
42179
42180
42181 \backslash
42182 fcolorbox{black}{
42183 \end_layout
42184
42185 \end_inset
42186
42187 Orange
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193 }{
42194 \end_layout
42195
42196 \end_inset
42197
42198
42199 \begin_inset Phantom Phantom
42200 status open
42201
42202 \begin_layout Plain Layout
42203 W
42204 \end_layout
42205
42206 \end_inset
42207
42208
42209 \begin_inset ERT
42210 status collapsed
42211
42212 \begin_layout Plain Layout
42213
42214 }
42215 \end_layout
42216
42217 \end_inset
42218
42219  Orange
42220 \end_layout
42221
42222 \end_inset
42223 </cell>
42224 </row>
42225 <row>
42226 <cell alignment="left" valignment="top" usebox="none">
42227 \begin_inset Text
42228
42229 \begin_layout Plain Layout
42230 \begin_inset ERT
42231 status collapsed
42232
42233 \begin_layout Plain Layout
42234
42235
42236 \backslash
42237 fcolorbox{black}{
42238 \end_layout
42239
42240 \end_inset
42241
42242 OrangeRed
42243 \begin_inset ERT
42244 status collapsed
42245
42246 \begin_layout Plain Layout
42247
42248 }{
42249 \end_layout
42250
42251 \end_inset
42252
42253
42254 \begin_inset Phantom Phantom
42255 status open
42256
42257 \begin_layout Plain Layout
42258 W
42259 \end_layout
42260
42261 \end_inset
42262
42263
42264 \begin_inset ERT
42265 status collapsed
42266
42267 \begin_layout Plain Layout
42268
42269 }
42270 \end_layout
42271
42272 \end_inset
42273
42274  OrangeRed
42275 \end_layout
42276
42277 \end_inset
42278 </cell>
42279 <cell alignment="left" valignment="top" usebox="none">
42280 \begin_inset Text
42281
42282 \begin_layout Plain Layout
42283 \begin_inset ERT
42284 status collapsed
42285
42286 \begin_layout Plain Layout
42287
42288
42289 \backslash
42290 fcolorbox{black}{
42291 \end_layout
42292
42293 \end_inset
42294
42295 Orchid
42296 \begin_inset ERT
42297 status collapsed
42298
42299 \begin_layout Plain Layout
42300
42301 }{
42302 \end_layout
42303
42304 \end_inset
42305
42306
42307 \begin_inset Phantom Phantom
42308 status open
42309
42310 \begin_layout Plain Layout
42311 W
42312 \end_layout
42313
42314 \end_inset
42315
42316
42317 \begin_inset ERT
42318 status collapsed
42319
42320 \begin_layout Plain Layout
42321
42322 }
42323 \end_layout
42324
42325 \end_inset
42326
42327  Orchid
42328 \end_layout
42329
42330 \end_inset
42331 </cell>
42332 <cell alignment="left" valignment="top" usebox="none">
42333 \begin_inset Text
42334
42335 \begin_layout Plain Layout
42336 \begin_inset ERT
42337 status collapsed
42338
42339 \begin_layout Plain Layout
42340
42341
42342 \backslash
42343 fcolorbox{black}{
42344 \end_layout
42345
42346 \end_inset
42347
42348 Peach
42349 \begin_inset ERT
42350 status collapsed
42351
42352 \begin_layout Plain Layout
42353
42354 }{
42355 \end_layout
42356
42357 \end_inset
42358
42359
42360 \begin_inset Phantom Phantom
42361 status open
42362
42363 \begin_layout Plain Layout
42364 W
42365 \end_layout
42366
42367 \end_inset
42368
42369
42370 \begin_inset ERT
42371 status collapsed
42372
42373 \begin_layout Plain Layout
42374
42375 }
42376 \end_layout
42377
42378 \end_inset
42379
42380  Peach
42381 \end_layout
42382
42383 \end_inset
42384 </cell>
42385 <cell alignment="left" valignment="top" usebox="none">
42386 \begin_inset Text
42387
42388 \begin_layout Plain Layout
42389 \begin_inset ERT
42390 status collapsed
42391
42392 \begin_layout Plain Layout
42393
42394
42395 \backslash
42396 fcolorbox{black}{
42397 \end_layout
42398
42399 \end_inset
42400
42401 Periwinkle
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407 }{
42408 \end_layout
42409
42410 \end_inset
42411
42412
42413 \begin_inset Phantom Phantom
42414 status open
42415
42416 \begin_layout Plain Layout
42417 W
42418 \end_layout
42419
42420 \end_inset
42421
42422
42423 \begin_inset ERT
42424 status collapsed
42425
42426 \begin_layout Plain Layout
42427
42428 }
42429 \end_layout
42430
42431 \end_inset
42432
42433  Periwinkle
42434 \end_layout
42435
42436 \end_inset
42437 </cell>
42438 </row>
42439 <row>
42440 <cell alignment="left" valignment="top" usebox="none">
42441 \begin_inset Text
42442
42443 \begin_layout Plain Layout
42444 \begin_inset ERT
42445 status collapsed
42446
42447 \begin_layout Plain Layout
42448
42449
42450 \backslash
42451 fcolorbox{black}{
42452 \end_layout
42453
42454 \end_inset
42455
42456 PineGreen
42457 \begin_inset ERT
42458 status collapsed
42459
42460 \begin_layout Plain Layout
42461
42462 }{
42463 \end_layout
42464
42465 \end_inset
42466
42467
42468 \begin_inset Phantom Phantom
42469 status open
42470
42471 \begin_layout Plain Layout
42472 W
42473 \end_layout
42474
42475 \end_inset
42476
42477
42478 \begin_inset ERT
42479 status collapsed
42480
42481 \begin_layout Plain Layout
42482
42483 }
42484 \end_layout
42485
42486 \end_inset
42487
42488  PineGreen
42489 \end_layout
42490
42491 \end_inset
42492 </cell>
42493 <cell alignment="left" valignment="top" usebox="none">
42494 \begin_inset Text
42495
42496 \begin_layout Plain Layout
42497 \begin_inset ERT
42498 status collapsed
42499
42500 \begin_layout Plain Layout
42501
42502
42503 \backslash
42504 fcolorbox{black}{
42505 \end_layout
42506
42507 \end_inset
42508
42509 Plum
42510 \begin_inset ERT
42511 status collapsed
42512
42513 \begin_layout Plain Layout
42514
42515 }{
42516 \end_layout
42517
42518 \end_inset
42519
42520
42521 \begin_inset Phantom Phantom
42522 status open
42523
42524 \begin_layout Plain Layout
42525 W
42526 \end_layout
42527
42528 \end_inset
42529
42530
42531 \begin_inset ERT
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535
42536 }
42537 \end_layout
42538
42539 \end_inset
42540
42541  Plum
42542 \end_layout
42543
42544 \end_inset
42545 </cell>
42546 <cell alignment="left" valignment="top" usebox="none">
42547 \begin_inset Text
42548
42549 \begin_layout Plain Layout
42550 \begin_inset ERT
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554
42555
42556 \backslash
42557 fcolorbox{black}{
42558 \end_layout
42559
42560 \end_inset
42561
42562 ProcessBlue
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568 }{
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset Phantom Phantom
42575 status open
42576
42577 \begin_layout Plain Layout
42578 W
42579 \end_layout
42580
42581 \end_inset
42582
42583
42584 \begin_inset ERT
42585 status collapsed
42586
42587 \begin_layout Plain Layout
42588
42589 }
42590 \end_layout
42591
42592 \end_inset
42593
42594  ProcessBlue
42595 \end_layout
42596
42597 \end_inset
42598 </cell>
42599 <cell alignment="left" valignment="top" usebox="none">
42600 \begin_inset Text
42601
42602 \begin_layout Plain Layout
42603 \begin_inset ERT
42604 status collapsed
42605
42606 \begin_layout Plain Layout
42607
42608
42609 \backslash
42610 fcolorbox{black}{
42611 \end_layout
42612
42613 \end_inset
42614
42615 Purple
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621 }{
42622 \end_layout
42623
42624 \end_inset
42625
42626
42627 \begin_inset Phantom Phantom
42628 status open
42629
42630 \begin_layout Plain Layout
42631 W
42632 \end_layout
42633
42634 \end_inset
42635
42636
42637 \begin_inset ERT
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641
42642 }
42643 \end_layout
42644
42645 \end_inset
42646
42647  Purple
42648 \end_layout
42649
42650 \end_inset
42651 </cell>
42652 </row>
42653 <row>
42654 <cell alignment="left" valignment="top" usebox="none">
42655 \begin_inset Text
42656
42657 \begin_layout Plain Layout
42658 \begin_inset ERT
42659 status collapsed
42660
42661 \begin_layout Plain Layout
42662
42663
42664 \backslash
42665 fcolorbox{black}{
42666 \end_layout
42667
42668 \end_inset
42669
42670 RawSienna
42671 \begin_inset ERT
42672 status collapsed
42673
42674 \begin_layout Plain Layout
42675
42676 }{
42677 \end_layout
42678
42679 \end_inset
42680
42681
42682 \begin_inset Phantom Phantom
42683 status open
42684
42685 \begin_layout Plain Layout
42686 W
42687 \end_layout
42688
42689 \end_inset
42690
42691
42692 \begin_inset ERT
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696
42697 }
42698 \end_layout
42699
42700 \end_inset
42701
42702  RawSienna
42703 \end_layout
42704
42705 \end_inset
42706 </cell>
42707 <cell alignment="left" valignment="top" usebox="none">
42708 \begin_inset Text
42709
42710 \begin_layout Plain Layout
42711 \begin_inset ERT
42712 status collapsed
42713
42714 \begin_layout Plain Layout
42715
42716
42717 \backslash
42718 fcolorbox{black}{
42719 \end_layout
42720
42721 \end_inset
42722
42723 RedOrange
42724 \begin_inset ERT
42725 status collapsed
42726
42727 \begin_layout Plain Layout
42728
42729 }{
42730 \end_layout
42731
42732 \end_inset
42733
42734
42735 \begin_inset Phantom Phantom
42736 status open
42737
42738 \begin_layout Plain Layout
42739 W
42740 \end_layout
42741
42742 \end_inset
42743
42744
42745 \begin_inset ERT
42746 status collapsed
42747
42748 \begin_layout Plain Layout
42749
42750 }
42751 \end_layout
42752
42753 \end_inset
42754
42755  RedOrange
42756 \end_layout
42757
42758 \end_inset
42759 </cell>
42760 <cell alignment="left" valignment="top" usebox="none">
42761 \begin_inset Text
42762
42763 \begin_layout Plain Layout
42764 \begin_inset ERT
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768
42769
42770 \backslash
42771 fcolorbox{black}{
42772 \end_layout
42773
42774 \end_inset
42775
42776 RedViolet
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782 }{
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \begin_inset Phantom Phantom
42789 status open
42790
42791 \begin_layout Plain Layout
42792 W
42793 \end_layout
42794
42795 \end_inset
42796
42797
42798 \begin_inset ERT
42799 status collapsed
42800
42801 \begin_layout Plain Layout
42802
42803 }
42804 \end_layout
42805
42806 \end_inset
42807
42808  RedViolet
42809 \end_layout
42810
42811 \end_inset
42812 </cell>
42813 <cell alignment="left" valignment="top" usebox="none">
42814 \begin_inset Text
42815
42816 \begin_layout Plain Layout
42817 \begin_inset ERT
42818 status collapsed
42819
42820 \begin_layout Plain Layout
42821
42822
42823 \backslash
42824 fcolorbox{black}{
42825 \end_layout
42826
42827 \end_inset
42828
42829 Rhodamine
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835 }{
42836 \end_layout
42837
42838 \end_inset
42839
42840
42841 \begin_inset Phantom Phantom
42842 status open
42843
42844 \begin_layout Plain Layout
42845 W
42846 \end_layout
42847
42848 \end_inset
42849
42850
42851 \begin_inset ERT
42852 status collapsed
42853
42854 \begin_layout Plain Layout
42855
42856 }
42857 \end_layout
42858
42859 \end_inset
42860
42861  Rhodamine
42862 \end_layout
42863
42864 \end_inset
42865 </cell>
42866 </row>
42867 <row>
42868 <cell alignment="left" valignment="top" usebox="none">
42869 \begin_inset Text
42870
42871 \begin_layout Plain Layout
42872 \begin_inset ERT
42873 status collapsed
42874
42875 \begin_layout Plain Layout
42876
42877
42878 \backslash
42879 fcolorbox{black}{
42880 \end_layout
42881
42882 \end_inset
42883
42884 RoyalBlue
42885 \begin_inset ERT
42886 status collapsed
42887
42888 \begin_layout Plain Layout
42889
42890 }{
42891 \end_layout
42892
42893 \end_inset
42894
42895
42896 \begin_inset Phantom Phantom
42897 status open
42898
42899 \begin_layout Plain Layout
42900 W
42901 \end_layout
42902
42903 \end_inset
42904
42905
42906 \begin_inset ERT
42907 status collapsed
42908
42909 \begin_layout Plain Layout
42910
42911 }
42912 \end_layout
42913
42914 \end_inset
42915
42916  RoyalBlue
42917 \end_layout
42918
42919 \end_inset
42920 </cell>
42921 <cell alignment="left" valignment="top" usebox="none">
42922 \begin_inset Text
42923
42924 \begin_layout Plain Layout
42925 \begin_inset ERT
42926 status collapsed
42927
42928 \begin_layout Plain Layout
42929
42930
42931 \backslash
42932 fcolorbox{black}{
42933 \end_layout
42934
42935 \end_inset
42936
42937 RoyalPurple
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943 }{
42944 \end_layout
42945
42946 \end_inset
42947
42948
42949 \begin_inset Phantom Phantom
42950 status open
42951
42952 \begin_layout Plain Layout
42953 W
42954 \end_layout
42955
42956 \end_inset
42957
42958
42959 \begin_inset ERT
42960 status collapsed
42961
42962 \begin_layout Plain Layout
42963
42964 }
42965 \end_layout
42966
42967 \end_inset
42968
42969  RoyalPurple
42970 \end_layout
42971
42972 \end_inset
42973 </cell>
42974 <cell alignment="left" valignment="top" usebox="none">
42975 \begin_inset Text
42976
42977 \begin_layout Plain Layout
42978 \begin_inset ERT
42979 status collapsed
42980
42981 \begin_layout Plain Layout
42982
42983
42984 \backslash
42985 fcolorbox{black}{
42986 \end_layout
42987
42988 \end_inset
42989
42990 RubineRed
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996 }{
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset Phantom Phantom
43003 status open
43004
43005 \begin_layout Plain Layout
43006 W
43007 \end_layout
43008
43009 \end_inset
43010
43011
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017 }
43018 \end_layout
43019
43020 \end_inset
43021
43022  RubineRed
43023 \end_layout
43024
43025 \end_inset
43026 </cell>
43027 <cell alignment="left" valignment="top" usebox="none">
43028 \begin_inset Text
43029
43030 \begin_layout Plain Layout
43031 \begin_inset ERT
43032 status collapsed
43033
43034 \begin_layout Plain Layout
43035
43036
43037 \backslash
43038 fcolorbox{black}{
43039 \end_layout
43040
43041 \end_inset
43042
43043 Salmon
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }{
43050 \end_layout
43051
43052 \end_inset
43053
43054
43055 \begin_inset Phantom Phantom
43056 status open
43057
43058 \begin_layout Plain Layout
43059 W
43060 \end_layout
43061
43062 \end_inset
43063
43064
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070 }
43071 \end_layout
43072
43073 \end_inset
43074
43075  Salmon
43076 \end_layout
43077
43078 \end_inset
43079 </cell>
43080 </row>
43081 <row>
43082 <cell alignment="left" valignment="top" usebox="none">
43083 \begin_inset Text
43084
43085 \begin_layout Plain Layout
43086 \begin_inset ERT
43087 status collapsed
43088
43089 \begin_layout Plain Layout
43090
43091
43092 \backslash
43093 fcolorbox{black}{
43094 \end_layout
43095
43096 \end_inset
43097
43098 SeaGreen
43099 \begin_inset ERT
43100 status collapsed
43101
43102 \begin_layout Plain Layout
43103
43104 }{
43105 \end_layout
43106
43107 \end_inset
43108
43109
43110 \begin_inset Phantom Phantom
43111 status open
43112
43113 \begin_layout Plain Layout
43114 W
43115 \end_layout
43116
43117 \end_inset
43118
43119
43120 \begin_inset ERT
43121 status collapsed
43122
43123 \begin_layout Plain Layout
43124
43125 }
43126 \end_layout
43127
43128 \end_inset
43129
43130  SeaGreen
43131 \end_layout
43132
43133 \end_inset
43134 </cell>
43135 <cell alignment="left" valignment="top" usebox="none">
43136 \begin_inset Text
43137
43138 \begin_layout Plain Layout
43139 \begin_inset ERT
43140 status collapsed
43141
43142 \begin_layout Plain Layout
43143
43144
43145 \backslash
43146 fcolorbox{black}{
43147 \end_layout
43148
43149 \end_inset
43150
43151 Sepia
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157 }{
43158 \end_layout
43159
43160 \end_inset
43161
43162
43163 \begin_inset Phantom Phantom
43164 status open
43165
43166 \begin_layout Plain Layout
43167 W
43168 \end_layout
43169
43170 \end_inset
43171
43172
43173 \begin_inset ERT
43174 status collapsed
43175
43176 \begin_layout Plain Layout
43177
43178 }
43179 \end_layout
43180
43181 \end_inset
43182
43183  Sepia
43184 \end_layout
43185
43186 \end_inset
43187 </cell>
43188 <cell alignment="left" valignment="top" usebox="none">
43189 \begin_inset Text
43190
43191 \begin_layout Plain Layout
43192 \begin_inset ERT
43193 status collapsed
43194
43195 \begin_layout Plain Layout
43196
43197
43198 \backslash
43199 fcolorbox{black}{
43200 \end_layout
43201
43202 \end_inset
43203
43204 SkyBlue
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210 }{
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset Phantom Phantom
43217 status open
43218
43219 \begin_layout Plain Layout
43220 W
43221 \end_layout
43222
43223 \end_inset
43224
43225
43226 \begin_inset ERT
43227 status collapsed
43228
43229 \begin_layout Plain Layout
43230
43231 }
43232 \end_layout
43233
43234 \end_inset
43235
43236  SkyBlue
43237 \end_layout
43238
43239 \end_inset
43240 </cell>
43241 <cell alignment="left" valignment="top" usebox="none">
43242 \begin_inset Text
43243
43244 \begin_layout Plain Layout
43245 \begin_inset ERT
43246 status collapsed
43247
43248 \begin_layout Plain Layout
43249
43250
43251 \backslash
43252 fcolorbox{black}{
43253 \end_layout
43254
43255 \end_inset
43256
43257 SpringGreen
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263 }{
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset Phantom Phantom
43270 status open
43271
43272 \begin_layout Plain Layout
43273 W
43274 \end_layout
43275
43276 \end_inset
43277
43278
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284 }
43285 \end_layout
43286
43287 \end_inset
43288
43289  SpringGreen
43290 \end_layout
43291
43292 \end_inset
43293 </cell>
43294 </row>
43295 <row>
43296 <cell alignment="left" valignment="top" usebox="none">
43297 \begin_inset Text
43298
43299 \begin_layout Plain Layout
43300 \begin_inset ERT
43301 status collapsed
43302
43303 \begin_layout Plain Layout
43304
43305
43306 \backslash
43307 fcolorbox{black}{
43308 \end_layout
43309
43310 \end_inset
43311
43312 Tan
43313 \begin_inset ERT
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317
43318 }{
43319 \end_layout
43320
43321 \end_inset
43322
43323
43324 \begin_inset Phantom Phantom
43325 status open
43326
43327 \begin_layout Plain Layout
43328 W
43329 \end_layout
43330
43331 \end_inset
43332
43333
43334 \begin_inset ERT
43335 status collapsed
43336
43337 \begin_layout Plain Layout
43338
43339 }
43340 \end_layout
43341
43342 \end_inset
43343
43344  Tan
43345 \end_layout
43346
43347 \end_inset
43348 </cell>
43349 <cell alignment="left" valignment="top" usebox="none">
43350 \begin_inset Text
43351
43352 \begin_layout Plain Layout
43353 \begin_inset ERT
43354 status collapsed
43355
43356 \begin_layout Plain Layout
43357
43358
43359 \backslash
43360 fcolorbox{black}{
43361 \end_layout
43362
43363 \end_inset
43364
43365 TealBlue
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371 }{
43372 \end_layout
43373
43374 \end_inset
43375
43376
43377 \begin_inset Phantom Phantom
43378 status open
43379
43380 \begin_layout Plain Layout
43381 W
43382 \end_layout
43383
43384 \end_inset
43385
43386
43387 \begin_inset ERT
43388 status collapsed
43389
43390 \begin_layout Plain Layout
43391
43392 }
43393 \end_layout
43394
43395 \end_inset
43396
43397  TealBlue
43398 \end_layout
43399
43400 \end_inset
43401 </cell>
43402 <cell alignment="left" valignment="top" usebox="none">
43403 \begin_inset Text
43404
43405 \begin_layout Plain Layout
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411
43412 \backslash
43413 fcolorbox{black}{
43414 \end_layout
43415
43416 \end_inset
43417
43418 Thistle
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424 }{
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset Phantom Phantom
43431 status open
43432
43433 \begin_layout Plain Layout
43434 W
43435 \end_layout
43436
43437 \end_inset
43438
43439
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445 }
43446 \end_layout
43447
43448 \end_inset
43449
43450  Thistle
43451 \end_layout
43452
43453 \end_inset
43454 </cell>
43455 <cell alignment="left" valignment="top" usebox="none">
43456 \begin_inset Text
43457
43458 \begin_layout Plain Layout
43459 \begin_inset ERT
43460 status collapsed
43461
43462 \begin_layout Plain Layout
43463
43464
43465 \backslash
43466 fcolorbox{black}{
43467 \end_layout
43468
43469 \end_inset
43470
43471 Turquoise
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477 }{
43478 \end_layout
43479
43480 \end_inset
43481
43482
43483 \begin_inset Phantom Phantom
43484 status open
43485
43486 \begin_layout Plain Layout
43487 W
43488 \end_layout
43489
43490 \end_inset
43491
43492
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498 }
43499 \end_layout
43500
43501 \end_inset
43502
43503  Turquoise
43504 \end_layout
43505
43506 \end_inset
43507 </cell>
43508 </row>
43509 <row>
43510 <cell alignment="left" valignment="top" usebox="none">
43511 \begin_inset Text
43512
43513 \begin_layout Plain Layout
43514 \begin_inset ERT
43515 status collapsed
43516
43517 \begin_layout Plain Layout
43518
43519
43520 \backslash
43521 fcolorbox{black}{
43522 \end_layout
43523
43524 \end_inset
43525
43526 Violet
43527 \begin_inset ERT
43528 status collapsed
43529
43530 \begin_layout Plain Layout
43531
43532 }{
43533 \end_layout
43534
43535 \end_inset
43536
43537
43538 \begin_inset Phantom Phantom
43539 status open
43540
43541 \begin_layout Plain Layout
43542 W
43543 \end_layout
43544
43545 \end_inset
43546
43547
43548 \begin_inset ERT
43549 status collapsed
43550
43551 \begin_layout Plain Layout
43552
43553 }
43554 \end_layout
43555
43556 \end_inset
43557
43558  Violet
43559 \end_layout
43560
43561 \end_inset
43562 </cell>
43563 <cell alignment="left" valignment="top" usebox="none">
43564 \begin_inset Text
43565
43566 \begin_layout Plain Layout
43567 \begin_inset ERT
43568 status collapsed
43569
43570 \begin_layout Plain Layout
43571
43572
43573 \backslash
43574 fcolorbox{black}{
43575 \end_layout
43576
43577 \end_inset
43578
43579 VioletRed
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585 }{
43586 \end_layout
43587
43588 \end_inset
43589
43590
43591 \begin_inset Phantom Phantom
43592 status open
43593
43594 \begin_layout Plain Layout
43595 W
43596 \end_layout
43597
43598 \end_inset
43599
43600
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606 }
43607 \end_layout
43608
43609 \end_inset
43610
43611  VioletRed
43612 \end_layout
43613
43614 \end_inset
43615 </cell>
43616 <cell alignment="left" valignment="top" usebox="none">
43617 \begin_inset Text
43618
43619 \begin_layout Plain Layout
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625
43626 \backslash
43627 fcolorbox{black}{
43628 \end_layout
43629
43630 \end_inset
43631
43632 WildStrawberry
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }{
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset Phantom Phantom
43645 status open
43646
43647 \begin_layout Plain Layout
43648 W
43649 \end_layout
43650
43651 \end_inset
43652
43653
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }
43660 \end_layout
43661
43662 \end_inset
43663
43664  WildStrawberry
43665 \end_layout
43666
43667 \end_inset
43668 </cell>
43669 <cell alignment="left" valignment="top" usebox="none">
43670 \begin_inset Text
43671
43672 \begin_layout Plain Layout
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678
43679 \backslash
43680 fcolorbox{black}{
43681 \end_layout
43682
43683 \end_inset
43684
43685 YellowGreen
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }{
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset Phantom Phantom
43698 status open
43699
43700 \begin_layout Plain Layout
43701 W
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712 }
43713 \end_layout
43714
43715 \end_inset
43716
43717  YellowGreen
43718 \end_layout
43719
43720 \end_inset
43721 </cell>
43722 </row>
43723 <row>
43724 <cell alignment="left" valignment="top" usebox="none">
43725 \begin_inset Text
43726
43727 \begin_layout Plain Layout
43728 \begin_inset ERT
43729 status collapsed
43730
43731 \begin_layout Plain Layout
43732
43733
43734 \backslash
43735 fcolorbox{black}{
43736 \end_layout
43737
43738 \end_inset
43739
43740 YellowOrange
43741 \begin_inset ERT
43742 status collapsed
43743
43744 \begin_layout Plain Layout
43745
43746 }{
43747 \end_layout
43748
43749 \end_inset
43750
43751
43752 \begin_inset Phantom Phantom
43753 status open
43754
43755 \begin_layout Plain Layout
43756 W
43757 \end_layout
43758
43759 \end_inset
43760
43761
43762 \begin_inset ERT
43763 status collapsed
43764
43765 \begin_layout Plain Layout
43766
43767 }
43768 \end_layout
43769
43770 \end_inset
43771
43772  YellowOrange
43773 \end_layout
43774
43775 \end_inset
43776 </cell>
43777 <cell alignment="left" valignment="top" usebox="none">
43778 \begin_inset Text
43779
43780 \begin_layout Plain Layout
43781
43782 \end_layout
43783
43784 \end_inset
43785 </cell>
43786 <cell alignment="left" valignment="top" usebox="none">
43787 \begin_inset Text
43788
43789 \begin_layout Plain Layout
43790
43791 \end_layout
43792
43793 \end_inset
43794 </cell>
43795 <cell alignment="left" valignment="top" usebox="none">
43796 \begin_inset Text
43797
43798 \begin_layout Plain Layout
43799
43800 \end_layout
43801
43802 \end_inset
43803 </cell>
43804 </row>
43805 </lyxtabular>
43806
43807 \end_inset
43808
43809
43810 \end_layout
43811
43812 \begin_layout Chapter
43813 Explanation of Equation
43814 \begin_inset space ~
43815 \end_inset
43816
43817 (
43818 \begin_inset CommandInset ref
43819 LatexCommand ref
43820 reference "eq:Wgn"
43821
43822 \end_inset
43823
43824 )
43825 \begin_inset CommandInset label
43826 LatexCommand label
43827 name "cha:Explanation-of-Equation"
43828
43829 \end_inset
43830
43831
43832 \end_layout
43833
43834 \begin_layout Standard
43835 We can calculate the total width of 
43836 \emph on
43837 n
43838 \emph default
43839  table cells 
43840 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43841 \end_inset
43842
43843  as follows:
43844 \begin_inset Formula 
43845 \begin{equation}
43846 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43847 \end{equation}
43848
43849 \end_inset
43850
43851 where 
43852 \begin_inset Formula $W_{g\, n}$
43853 \end_inset
43854
43855  is the given width of all cells, 
43856 \series bold
43857
43858 \backslash
43859 tabcolsep
43860 \series default
43861  is the LaTeX-length between the cell text and the cell border (its default
43862  value is 6
43863 \begin_inset space \thinspace{}
43864 \end_inset
43865
43866 pt).
43867  
43868 \series bold
43869
43870 \backslash
43871 arrayrulewidth
43872 \series default
43873  is the thickness of the cell border line, the default is 0.4
43874 \begin_inset space \thinspace{}
43875 \end_inset
43876
43877 pt.
43878 \end_layout
43879
43880 \begin_layout Standard
43881 Following equation
43882 \begin_inset space ~
43883 \end_inset
43884
43885
43886 \begin_inset CommandInset ref
43887 LatexCommand eqref
43888 reference "eq:Wtot_n"
43889
43890 \end_inset
43891
43892 , the total width of a multicolumn 
43893 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43894 \end_inset
43895
43896  is
43897 \begin_inset Formula 
43898 \begin{equation}
43899 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43900 \end{equation}
43901
43902 \end_inset
43903
43904
43905 \end_layout
43906
43907 \begin_layout Standard
43908 By setting equation
43909 \begin_inset space ~
43910 \end_inset
43911
43912
43913 \begin_inset CommandInset ref
43914 LatexCommand eqref
43915 reference "eq:Wtot_n"
43916
43917 \end_inset
43918
43919  and 
43920 \begin_inset CommandInset ref
43921 LatexCommand eqref
43922 reference "eq:Wtot_mult"
43923
43924 \end_inset
43925
43926  equal we can calculate the needed given width 
43927 \begin_inset Formula $W_{g\, n}$
43928 \end_inset
43929
43930  when 
43931 \emph on
43932 n
43933 \emph default
43934  columns are spanned, so that each column has a total width of 
43935 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43936 \end_inset
43937
43938 :
43939 \begin_inset Formula 
43940 \begin{equation}
43941 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43942 \end{equation}
43943
43944 \end_inset
43945
43946
43947 \end_layout
43948
43949 \begin_layout Bibliography
43950 \labelwidthstring Bibliography
43951 \begin_inset CommandInset bibitem
43952 LatexCommand bibitem
43953 key "latexcompanion"
43954
43955 \end_inset
43956
43957 Frank Mittelbach and Michel Goossens: 
43958 \emph on
43959 The LaTeX Companion Second Edition.
43960
43961 \emph default
43962  Addison-Wesley, 2004
43963 \end_layout
43964
43965 \begin_layout Bibliography
43966 \labelwidthstring Bibliography
43967 \begin_inset CommandInset bibitem
43968 LatexCommand bibitem
43969 key "latexguide"
43970
43971 \end_inset
43972
43973 Helmut Kopka and Patrick W.
43974  Daly: 
43975 \emph on
43976 A Guide to LaTeX Fourth Edition.
43977
43978 \emph default
43979  Addison-Wesley, 2003
43980 \end_layout
43981
43982 \begin_layout Bibliography
43983 \labelwidthstring Bibliography
43984 \begin_inset CommandInset bibitem
43985 LatexCommand bibitem
43986 key "latexbook"
43987
43988 \end_inset
43989
43990 Leslie Lamport: 
43991 \emph on
43992 LaTeX: A Document Preparation System.
43993
43994 \emph default
43995  Addison-Wesley, second edition, 1994
43996 \end_layout
43997
43998 \begin_layout Bibliography
43999 \labelwidthstring Bibliography
44000 \begin_inset CommandInset bibitem
44001 LatexCommand bibitem
44002 key "arydshln"
44003
44004 \end_inset
44005
44006 Documentation of the LaTeX-package 
44007 \series bold
44008
44009 \begin_inset CommandInset href
44010 LatexCommand href
44011 name "arydshln"
44012 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44013
44014 \end_inset
44015
44016
44017 \series default
44018
44019 \begin_inset Index idx
44020 status collapsed
44021
44022 \begin_layout Plain Layout
44023 LaTeX-packages ! arydshln
44024 \end_layout
44025
44026 \end_inset
44027
44028
44029 \end_layout
44030
44031 \begin_layout Bibliography
44032 \labelwidthstring Bibliography
44033 \begin_inset CommandInset bibitem
44034 LatexCommand bibitem
44035 key "booktabs"
44036
44037 \end_inset
44038
44039 Documentation of the LaTeX-package 
44040 \series bold
44041
44042 \begin_inset CommandInset href
44043 LatexCommand href
44044 name "booktabs"
44045 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44046
44047 \end_inset
44048
44049
44050 \series default
44051
44052 \begin_inset Index idx
44053 status collapsed
44054
44055 \begin_layout Plain Layout
44056 LaTeX-packages ! booktabs
44057 \end_layout
44058
44059 \end_inset
44060
44061
44062 \end_layout
44063
44064 \begin_layout Bibliography
44065 \labelwidthstring Bibliography
44066 \begin_inset CommandInset bibitem
44067 LatexCommand bibitem
44068 key "caption"
44069
44070 \end_inset
44071
44072 Documentation of the LaTeX-package 
44073 \series bold
44074
44075 \begin_inset CommandInset href
44076 LatexCommand href
44077 name "caption"
44078 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
44079
44080 \end_inset
44081
44082
44083 \series default
44084
44085 \begin_inset Index idx
44086 status collapsed
44087
44088 \begin_layout Plain Layout
44089 LaTeX-packages ! caption
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \end_layout
44096
44097 \begin_layout Bibliography
44098 \labelwidthstring Bibliography
44099 \begin_inset CommandInset bibitem
44100 LatexCommand bibitem
44101 key "diagbox"
44102
44103 \end_inset
44104
44105 Documentation of the LaTeX-package 
44106 \series bold
44107
44108 \begin_inset CommandInset href
44109 LatexCommand href
44110 name "diagbox"
44111 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44112
44113 \end_inset
44114
44115
44116 \series default
44117
44118 \begin_inset Index idx
44119 status collapsed
44120
44121 \begin_layout Plain Layout
44122 LaTeX-packages ! diagbox
44123 \end_layout
44124
44125 \end_inset
44126
44127
44128 \end_layout
44129
44130 \begin_layout Bibliography
44131 \labelwidthstring Bibliography
44132 \begin_inset CommandInset bibitem
44133 LatexCommand bibitem
44134 key "endfloat"
44135
44136 \end_inset
44137
44138 Documentation of the LaTeX-package 
44139 \series bold
44140
44141 \begin_inset CommandInset href
44142 LatexCommand href
44143 name "endfloat"
44144 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44145
44146 \end_inset
44147
44148
44149 \series default
44150
44151 \begin_inset Index idx
44152 status collapsed
44153
44154 \begin_layout Plain Layout
44155 LaTeX-packages ! endfloat
44156 \end_layout
44157
44158 \end_inset
44159
44160
44161 \end_layout
44162
44163 \begin_layout Bibliography
44164 \labelwidthstring Bibliography
44165 \begin_inset CommandInset bibitem
44166 LatexCommand bibitem
44167 key "footmisc"
44168
44169 \end_inset
44170
44171 Documentation of the LaTeX-package 
44172 \series bold
44173
44174 \begin_inset CommandInset href
44175 LatexCommand href
44176 name "footmisc"
44177 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44178
44179 \end_inset
44180
44181
44182 \series default
44183
44184 \begin_inset Index idx
44185 status collapsed
44186
44187 \begin_layout Plain Layout
44188 LaTeX-packages ! footmisc
44189 \end_layout
44190
44191 \end_inset
44192
44193
44194 \end_layout
44195
44196 \begin_layout Bibliography
44197 \labelwidthstring Bibliography
44198 \begin_inset CommandInset bibitem
44199 LatexCommand bibitem
44200 key "hypcap"
44201
44202 \end_inset
44203
44204 Documentation of the LaTeX-package 
44205 \series bold
44206
44207 \begin_inset CommandInset href
44208 LatexCommand href
44209 name "hypcap"
44210 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44211
44212 \end_inset
44213
44214
44215 \series default
44216
44217 \begin_inset Index idx
44218 status collapsed
44219
44220 \begin_layout Plain Layout
44221 LaTeX-packages ! hyperref
44222 \end_layout
44223
44224 \end_inset
44225
44226
44227 \end_layout
44228
44229 \begin_layout Bibliography
44230 \labelwidthstring Bibliography
44231 \begin_inset CommandInset bibitem
44232 LatexCommand bibitem
44233 key "hyperref"
44234
44235 \end_inset
44236
44237 Documentation of the LaTeX-package 
44238 \series bold
44239
44240 \begin_inset CommandInset href
44241 LatexCommand href
44242 name "hyperref"
44243 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44244
44245 \end_inset
44246
44247
44248 \series default
44249
44250 \begin_inset Index idx
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254 LaTeX-packages ! hyperref
44255 \end_layout
44256
44257 \end_inset
44258
44259
44260 \end_layout
44261
44262 \begin_layout Bibliography
44263 \labelwidthstring Bibliography
44264 \begin_inset CommandInset bibitem
44265 LatexCommand bibitem
44266 key "KOMA-Script"
44267
44268 \end_inset
44269
44270 Documentation of the LaTeX-package 
44271 \series bold
44272
44273 \begin_inset CommandInset href
44274 LatexCommand href
44275 name "KOMA-Script"
44276 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
44277
44278 \end_inset
44279
44280
44281 \series default
44282
44283 \begin_inset Index idx
44284 status collapsed
44285
44286 \begin_layout Plain Layout
44287 LaTeX-packages ! KOMA-Script
44288 \end_layout
44289
44290 \end_inset
44291
44292
44293 \end_layout
44294
44295 \begin_layout Bibliography
44296 \labelwidthstring Bibliography
44297 \begin_inset CommandInset bibitem
44298 LatexCommand bibitem
44299 key "lettrine"
44300
44301 \end_inset
44302
44303 Documentation of the LaTeX-package 
44304 \series bold
44305
44306 \begin_inset CommandInset href
44307 LatexCommand href
44308 name "lettrine"
44309 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44310
44311 \end_inset
44312
44313
44314 \series default
44315  and an 
44316 \begin_inset CommandInset href
44317 LatexCommand href
44318 name "example"
44319 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44320
44321 \end_inset
44322
44323
44324 \begin_inset Index idx
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328 LaTeX-packages ! lettrine
44329 \end_layout
44330
44331 \end_inset
44332
44333
44334 \end_layout
44335
44336 \begin_layout Bibliography
44337 \labelwidthstring Bibliography
44338 \begin_inset CommandInset bibitem
44339 LatexCommand bibitem
44340 key "listings"
44341
44342 \end_inset
44343
44344 Documentation of the LaTeX-package 
44345 \series bold
44346
44347 \begin_inset CommandInset href
44348 LatexCommand href
44349 name "listings"
44350 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44351
44352 \end_inset
44353
44354
44355 \series default
44356
44357 \begin_inset Index idx
44358 status collapsed
44359
44360 \begin_layout Plain Layout
44361 LaTeX-packages ! listings
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \end_layout
44368
44369 \begin_layout Bibliography
44370 \labelwidthstring Bibliography
44371 \begin_inset CommandInset bibitem
44372 LatexCommand bibitem
44373 key "marginnote"
44374
44375 \end_inset
44376
44377 Documentation of the LaTeX-package 
44378 \series bold
44379
44380 \begin_inset CommandInset href
44381 LatexCommand href
44382 name "marginnote"
44383 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44384
44385 \end_inset
44386
44387
44388 \series default
44389
44390 \begin_inset Index idx
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394 LaTeX-packages ! marginnote
44395 \end_layout
44396
44397 \end_inset
44398
44399
44400 \end_layout
44401
44402 \begin_layout Bibliography
44403 \labelwidthstring Bibliography
44404 \begin_inset CommandInset bibitem
44405 LatexCommand bibitem
44406 key "pdfpages"
44407
44408 \end_inset
44409
44410 Documentation of the LaTeX-package 
44411 \series bold
44412
44413 \begin_inset CommandInset href
44414 LatexCommand href
44415 name "pdfpages"
44416 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44417
44418 \end_inset
44419
44420
44421 \series default
44422
44423 \begin_inset Index idx
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427 LaTeX-packages ! pdfpages
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \end_layout
44434
44435 \begin_layout Bibliography
44436 \labelwidthstring Bibliography
44437 \begin_inset CommandInset bibitem
44438 LatexCommand bibitem
44439 key "prettyref"
44440
44441 \end_inset
44442
44443 Documentation of the LaTeX-package 
44444 \series bold
44445
44446 \begin_inset CommandInset href
44447 LatexCommand href
44448 name "prettyref"
44449 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44450
44451 \end_inset
44452
44453
44454 \series default
44455
44456 \begin_inset Index idx
44457 status collapsed
44458
44459 \begin_layout Plain Layout
44460 LaTeX-packages ! prettyref
44461 \end_layout
44462
44463 \end_inset
44464
44465
44466 \end_layout
44467
44468 \begin_layout Bibliography
44469 \labelwidthstring Bibliography
44470 \begin_inset CommandInset bibitem
44471 LatexCommand bibitem
44472 key "pstricks"
44473
44474 \end_inset
44475
44476 Web page of the LaTeX-package 
44477 \series bold
44478
44479 \begin_inset CommandInset href
44480 LatexCommand href
44481 name "PSTricks"
44482 target "http://tug.org/PSTricks/"
44483
44484 \end_inset
44485
44486
44487 \series default
44488
44489 \begin_inset Index idx
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493 LaTeX-packages ! PSTricks
44494 \end_layout
44495
44496 \end_inset
44497
44498
44499 \end_layout
44500
44501 \begin_layout Bibliography
44502 \labelwidthstring Bibliography
44503 \begin_inset CommandInset bibitem
44504 LatexCommand bibitem
44505 key "refstyle"
44506
44507 \end_inset
44508
44509 Documentation of the LaTeX-package 
44510 \series bold
44511
44512 \begin_inset CommandInset href
44513 LatexCommand href
44514 name "refstyle"
44515 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44516
44517 \end_inset
44518
44519
44520 \series default
44521
44522 \begin_inset Index idx
44523 status collapsed
44524
44525 \begin_layout Plain Layout
44526 LaTeX-packages ! refstyle
44527 \end_layout
44528
44529 \end_inset
44530
44531
44532 \end_layout
44533
44534 \begin_layout Bibliography
44535 \labelwidthstring Bibliography
44536 \begin_inset CommandInset bibitem
44537 LatexCommand bibitem
44538 key "sidecap"
44539
44540 \end_inset
44541
44542 Documentation of the LaTeX-package 
44543 \series bold
44544
44545 \begin_inset CommandInset href
44546 LatexCommand href
44547 name "sidecap"
44548 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44549
44550 \end_inset
44551
44552
44553 \series default
44554
44555 \begin_inset Index idx
44556 status collapsed
44557
44558 \begin_layout Plain Layout
44559 LaTeX-packages ! sidecap
44560 \end_layout
44561
44562 \end_inset
44563
44564
44565 \end_layout
44566
44567 \begin_layout Bibliography
44568 \labelwidthstring Bibliography
44569 \begin_inset CommandInset bibitem
44570 LatexCommand bibitem
44571 key "NewInLyX20"
44572
44573 \end_inset
44574
44575
44576 \begin_inset CommandInset href
44577 LatexCommand href
44578 name "Wiki page"
44579 target "http://wiki.lyx.org/LyX/NewInLyX20"
44580
44581 \end_inset
44582
44583  about new features in 
44584 \family sans
44585 LyX 2.0
44586 \family default
44587 .
44588 \end_layout
44589
44590 \begin_layout Standard
44591 \begin_inset CommandInset index_print
44592 LatexCommand printindex
44593 type "idx"
44594
44595 \end_inset
44596
44597
44598 \end_layout
44599
44600 \end_body
44601 \end_document