]> git.lyx.org Git - lyx.git/blob - lib/doc/ExtendedInsets.lyx
ExtendedInsets: small cleanups
[lyx.git] / lib / doc / ExtendedInsets.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 256
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % provides missing characters,
8 \usepackage{textcomp}
9
10 % provides caption formatting
11 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}
12
13 % provides commands to set caption
14 % beside tables/images
15 \usepackage{sidecap}
16
17 \newcommand{\TabBesBeg}{%
18  \let\MyTable\table
19  \let\MyEndtable\endtable
20  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
21
22 \newcommand{\TabBesEnd}{%
23  \let\table\MyTable
24  \let\endtable\MyEndtable}
25
26 \newcommand{\FigBesBeg}{%
27  \let\MyFigure\figure
28  \let\MyEndfigure\endfigure
29  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
30
31 \newcommand{\FigBesEnd}{%
32  \let\figure\MyFigure
33  \let\endfigure\MyEndfigure}
34
35 % use the marginnote package for margin notes
36 \usepackage{marginnote}
37 \let\marginpar\marginnote
38
39 % enables calculation of values,
40 \usepackage{calc}
41
42 % provides special table cell alignments
43 \usepackage{dcolumn}
44
45 % increase the bottom float placement fraction
46 \renewcommand{\bottomfraction}{0.5}
47
48 % avoids that floats are placed before their
49 % corresponding section starts
50 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
51
52 % speed up the longtable calculation
53 \setcounter{LTchunksize}{100}
54
55 % define a new reference format
56 \newrefformat{fig}
57  {Figure~float~\ref{#1} printed on page~\pageref{#1}}
58
59 % if pdflatex is used
60 \usepackage{ifpdf}
61 \ifpdf
62
63 % set fonts for nicer pdf view
64 \IfFileExists{lmodern.sty}
65  {\usepackage{lmodern}} % if it exists
66  {% if it exists not
67   \usepackage[scaled=0.92]{helvet}
68   \usepackage{mathptmx}
69   \usepackage{courier}
70  } % end if it exists not
71
72 % link all cross references and URLs
73 % in pdf output
74  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
75   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
76   pdfpagelayout=OneColumn, pdfnewwindow=true,
77   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
78   pdfauthor={LyX Team}, pdftex,
79   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
80   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
81   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
82  
83 \else % if dvi or ps is produced
84
85  % link all cross references and URLs in DVI output
86  \usepackage[ps2pdf, colorlinks=true,
87   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
88
89 \fi % end if pdflatex is used
90
91 % that links to image floats jumps
92 % to the beginning of the float and 
93 % not to its caption
94 \usepackage[figure]{hypcap}
95
96 % used for colored tables
97 \@ifundefined{textcolor}
98  {\usepackage{color}}{}
99 \usepackage{colortbl}
100 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
101 \definecolor{lightgrey}{gray}{0.8}
102
103 % used for tables with dashed lines
104 \usepackage{arydshln}
105
106 % used for multirows
107 \usepackage{multirow}
108 %\renewcommand{\multirowsetup}{\centering}
109
110 % used for book-style tables
111 \usepackage{booktabs}
112
113 % used to have extra space in table cells,
114 \setlength{\extrarowheight}{2pt}
115
116 % used for customized tables
117 % ---
118 \newcolumntype{M}[1]
119  {>{\centering\hspace{0pt}}m{#1}}
120
121 \newcolumntype{S}[2]
122  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
123
124 \newcolumntype{K}[1]
125  {>{\columncolor{#1}\hspace{0pt}}c}
126
127 \newcolumntype{V}{!{\vrule width 1.5pt}}
128
129 \newcolumntype{W}{!{\color{green}\vline}}
130 % ---
131
132 % To be able to enter the characters ±, ° , · and × directly in LyX
133 \DeclareInputText{177}{\ifmmode\pm\else\textpm\fi}
134 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
135 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
136 \DeclareInputText{215}{\ifmmode\times\else\texttimes\fi}
137
138 % the pages of the TOC are numbered roman
139 % and a PDF-bookmark for the TOC is added
140 \pagenumbering{roman}
141 \let\myTOC\tableofcontents
142 \renewcommand{\tableofcontents}{%
143  \pdfbookmark[1]{Contents}{}
144  \myTOC}
145  \clearpage
146  \pagenumbering{arabic}
147
148 % increase link area for cross-references
149 % and autoname them
150 %\AtBeginDocument{\renewcommand{\ref}[1]
151 % {\mbox{\autoref{#1}}}}
152 %\newlength{\abc}
153 %\settowidth{\abc}{\space}
154 %\renewcommand{\equationautorefname}
155 % {\hspace{-\abc}}
156
157 % insert additional vertical space of
158 % 1.5 mm between footnotes
159 \let\myFoot\footnote
160 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
161
162 % enable algorithm floats to be referenced
163 \newfloat{Xalgorithm}{tbp}{loa}
164 \floatname{Xalgorithm}{Algorithm}
165 \newcommand{\theHalgorithm}{\theHXalgorithm}
166 \renewenvironment{algorithm}[1][tbp]
167  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
168
169 % number algorithm floats within chapters
170 \numberwithin{Xalgorithm}{chapter}
171
172 % redefine the greyed out note
173 \renewenvironment{lyxgreyedout}
174  {\textcolor{blue}\bgroup}{\egroup}
175 \end_preamble
176 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
177 \language english
178 \inputencoding auto
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \paperfontsize 12
189 \spacing single
190 \papersize default
191 \use_geometry false
192 \use_amsmath 2
193 \use_esint 0
194 \cite_engine basic
195 \use_bibtopic false
196 \paperorientation portrait
197 \secnumdepth 3
198 \tocdepth 3
199 \paragraph_separation skip
200 \defskip medskip
201 \quotes_language english
202 \papercolumns 1
203 \papersides 2
204 \paperpagestyle default
205 \bullet 1 1 34 -1
206 \bullet 2 2 35 -1
207 \bullet 3 2 7 -1
208 \tracking_changes false
209 \output_changes true
210 \author "usti" 
211 \end_header
212
213 \begin_body
214
215 \begin_layout Title
216 LyX's detailed Figure, Table, Floats, Notes, and Boxes manual
217 \end_layout
218
219 \begin_layout Author
220 by the LyX Team
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Standard
225 \noindent
226 If you have comments or error corrections, please send them to the LyX Documenta
227 tion mailing list: 
228 \family typewriter
229
230 \begin_inset ERT
231 status open
232
233 \begin_layout Standard
234
235
236 \backslash
237 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
238 \end_layout
239
240 \end_inset
241
242 lyx-docs@lists.lyx.org
243 \begin_inset ERT
244 status collapsed
245
246 \begin_layout Standard
247
248 }
249 \end_layout
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Standard
263 original author: Uwe Stöhr <uwestoehr@web.de>
264 \end_layout
265
266 \end_inset
267
268
269 \newline
270
271 \newline
272
273 \family sans
274 Version 1.5.0-
275 \family default
276 1
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset LatexCommand tableofcontents
281
282 \end_inset
283
284
285 \end_layout
286
287 \begin_layout Chapter
288 Figures
289 \begin_inset LatexCommand label
290 name "cha:Figures"
291
292 \end_inset
293
294
295 \begin_inset LatexCommand index
296 name "Figure"
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Section
304 Graphics Dialog
305 \begin_inset LatexCommand index
306 name "Figure ! Graphics Dialog"
307
308 \end_inset
309
310
311 \end_layout
312
313 \begin_layout Standard
314 To insert an image into your document, place the cursor at the text position
315  you want and click on the toolbar icon 
316 \begin_inset Graphics
317         filename ../images/dialog-show-new-inset_graphics.xpm
318         scale 85
319
320 \end_inset
321
322  or use the menu 
323 \family sans
324 Insert\SpecialChar \menuseparator
325 Graphics
326 \family default
327 .
328  Then a dialog will appear to choose the file to load.
329  The image will appear in the output exactly at the position where it is
330  in the text.
331 \end_layout
332
333 \begin_layout Standard
334 The graphics dialog can be called at any time by right-clicking on an image.
335  This dialog has three tabs:
336 \end_layout
337
338 \begin_layout Description
339
340 \family sans
341 Graphics
342 \family default
343  Here you can choose an image file and adjust its appearance in the output.
344  The available units for the image size are explained in appendix\InsetSpace ~
345
346 \begin_inset LatexCommand ref
347 reference "cha:Units-available-in"
348
349 \end_inset
350
351 .
352 \newline
353 You can rotate images counter-clockwise by setting a rotation angle and
354  a rotation origin.
355  The image will also be rotated inside LyX.
356 \end_layout
357
358 \begin_layout Description
359
360 \family sans
361 Clipping
362 \family default
363  Alternatively to the usage of scaling units it is possible to set image
364  coordinates to adjust the height and width of the image in the output.
365  The coordinates can also be calculated automatically by pressing the button
366  
367 \family sans
368 Get\InsetSpace ~
369 from\InsetSpace ~
370 File
371 \family default
372 .
373  The option 
374 \family sans
375 Clip\InsetSpace ~
376 to\InsetSpace ~
377 bounding\InsetSpace ~
378 box
379 \family default
380  will only print the image region within the given coordinates.
381  Normally you don't need to take care about image coordinates and can ignore
382  this tab.
383 \end_layout
384
385 \begin_layout Description
386
387 \family sans
388 Extra\InsetSpace ~
389 options
390 \family default
391  In this tab you can modify the appearance of the image within LyX and set
392  the image to be a subfigure of a figure float with an own caption.
393  Subfigures are explained in section\InsetSpace ~
394
395 \begin_inset LatexCommand ref
396 reference "sec:Figure-Floats"
397
398 \end_inset
399
400 .
401 \newline
402  LaTeX experts can also specify on this tab additional LaTeX options.
403 \newline
404  The
405  option 
406 \family sans
407 Draft\InsetSpace ~
408 mode
409 \family default
410  makes the image appear in the output only as a frame with the size of the
411  image.
412 \newline
413 The 
414 \family sans
415 Don't\InsetSpace ~
416 unzip\InsetSpace ~
417 on\InsetSpace ~
418 export
419 \family default
420  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
421 g.\InsetSpace ~
422
423 \emph on
424 x.eps.gz
425 \emph default
426 .
427  When the option is used the images will not be unzipped on export, since
428  LaTeX can handle them as they are.
429 \newline
430 Zipped EPS-graphics are useful to save
431  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
432
433 \begin_inset LatexCommand ref
434 reference "sec:PostScript"
435
436 \end_inset
437
438 .
439  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
440  console:
441 \newline
442
443 \series bold
444 gzip x.eps
445 \series default
446
447 \newline
448
449 \series bold
450 zgrep %%Bounding x.eps.gz > x.eps.bb
451 \series default
452
453 \newline
454 The second command creates the bounding box file 
455 \begin_inset Quotes eld
456 \end_inset
457
458 x.eps.bb
459 \begin_inset Quotes erd
460 \end_inset
461
462  that is needed by LaTeX for zipped graphics.
463 \end_layout
464
465 \begin_layout Standard
466
467 \newpage
468 This is an example image in PDF format
469 \begin_inset Foot
470 status open
471
472 \begin_layout Standard
473 The PDF format is explained in appendix\InsetSpace ~
474
475 \begin_inset LatexCommand ref
476 reference "sec:PDF"
477
478 \end_inset
479
480 .
481 \end_layout
482
483 \end_inset
484
485  within a separate, horizontally centered paragraph:
486 \end_layout
487
488 \begin_layout Standard
489 \align center
490 \begin_inset Graphics
491         filename mobius.eps
492         display color
493         scale 70
494         rotateOrigin center
495
496 \end_inset
497
498
499 \end_layout
500
501 \begin_layout Standard
502 This is the same image like the one above but in draft mode:
503 \end_layout
504
505 \begin_layout Standard
506 \align center
507 \begin_inset Graphics
508         filename mobius.eps
509         display color
510         scale 70
511         draft
512         rotateOrigin center
513
514 \end_inset
515
516
517 \end_layout
518
519 \begin_layout Section
520 Figure Floats
521 \begin_inset LatexCommand label
522 name "sec:Figure-Floats"
523
524 \end_inset
525
526
527 \begin_inset LatexCommand index
528 name "Floats ! Figure Floats"
529
530 \end_inset
531
532
533 \begin_inset LatexCommand index
534 name "Figure ! Floats"
535
536 \end_inset
537
538
539 \end_layout
540
541 \begin_layout Standard
542 For general explanations about floats, have a look at section\InsetSpace ~
543
544 \begin_inset LatexCommand ref
545 reference "sec:FloatIntroduction"
546
547 \end_inset
548
549 .
550 \end_layout
551
552 \begin_layout Standard
553 The toolbar button 
554 \begin_inset Graphics
555         filename ../images/float-insert_figure.xpm
556         scale 85
557
558 \end_inset
559
560  and the menu 
561 \family sans
562 Insert\SpecialChar \menuseparator
563 Float\SpecialChar \menuseparator
564 Figure 
565 \family default
566 inserts a float with the label 
567 \begin_inset Quotes eld
568 \end_inset
569
570
571 \series bold
572 Figure\InsetSpace ~
573 #:
574 \series default
575
576 \begin_inset Quotes erd
577 \end_inset
578
579 .
580  Set the cursor behind this label, press Enter and insert the image as described
581  above to get the caption printed below the image.
582  This was done for Figure\InsetSpace ~
583
584 \begin_inset LatexCommand ref
585 reference "fig:kill-plat"
586
587 \end_inset
588
589 .
590  If you want the caption to be above the image, set the cursor at the end
591  of the caption, press enter and insert the image.
592  This was done in Figure\InsetSpace ~
593
594 \begin_inset LatexCommand ref
595 reference "fig:escher"
596
597 \end_inset
598
599 .
600  More about the caption placement is described in section\InsetSpace ~
601
602 \begin_inset LatexCommand ref
603 reference "sec:Caption-Placement"
604
605 \end_inset
606
607 .
608 \end_layout
609
610 \begin_layout Standard
611 \begin_inset Float figure
612 wide false
613 sideways false
614 status open
615
616 \begin_layout Standard
617 \align center
618 \begin_inset Graphics
619         filename platypus.eps
620         display color
621         width 50col%
622         rotateOrigin center
623
624 \end_inset
625
626
627 \end_layout
628
629 \begin_layout Caption
630 \begin_inset LatexCommand label
631 name "fig:kill-plat"
632
633 \end_inset
634
635 A severely distorted platypus in a float.
636 \end_layout
637
638 \end_inset
639
640
641 \end_layout
642
643 \begin_layout Standard
644 \begin_inset Float figure
645 wide false
646 sideways false
647 status open
648
649 \begin_layout Caption
650 \begin_inset LatexCommand label
651 name "fig:escher"
652
653 \end_inset
654
655 M.C.
656  Escher on acid.
657 \end_layout
658
659 \begin_layout Standard
660 \align center
661 \begin_inset Graphics
662         filename escher-lsd.eps
663         display color
664         scale 80
665         rotateOrigin center
666
667 \end_inset
668
669
670 \end_layout
671
672 \end_inset
673
674
675 \end_layout
676
677 \begin_layout Standard
678 \begin_inset LatexCommand index
679 name "References ! to Figures"
680
681 \end_inset
682
683 Figure\InsetSpace ~
684
685 \begin_inset LatexCommand ref
686 reference "fig:kill-plat"
687
688 \end_inset
689
690  and 
691 \begin_inset LatexCommand ref
692 reference "fig:escher"
693
694 \end_inset
695
696  are an example of cross-referenced figures.
697  Figures can be cross-referenced in the text by referencing their label.
698  To do this insert a label in the caption using the menu 
699 \family sans
700 Insert\SpecialChar \menuseparator
701 Label
702 \family default
703  or the toolbar button 
704 \begin_inset Graphics
705         filename ../images/label-insert.xpm
706         scale 85
707
708 \end_inset
709
710 .
711  You can now refer to the label using the menu 
712 \family sans
713 Insert\SpecialChar \menuseparator
714 Cross\InsetSpace ~
715 reference
716 \family default
717  or the toolbar button 
718 \begin_inset Graphics
719         filename ../images/dialog-show-new-inset_ref.xpm
720         scale 85
721
722 \end_inset
723
724 .
725  It is important to use references to floats, rather than using vague references
726  like 
727 \begin_inset Quotes eld
728 \end_inset
729
730 the figure above
731 \begin_inset Quotes erd
732 \end_inset
733
734 , because as LaTeX will reposition the floats in the final document, it
735  might not be 
736 \begin_inset Quotes eld
737 \end_inset
738
739 above
740 \begin_inset Quotes erd
741 \end_inset
742
743  at all.
744 \end_layout
745
746 \begin_layout Standard
747 Normally only one image is inserted to a figure float, but sometimes you
748  might want to use two images with separate subcaptions.
749  This can be set in the tab
750 \family sans
751  Extra\InsetSpace ~
752 options
753 \family default
754  of the graphics dialog.
755  Choose there the option 
756 \family sans
757 Subfigure
758 \family default
759  and enter the subcaption for the image in the caption field.
760  Note that only the main caption of the float is added to the List of Figures.
761 \end_layout
762
763 \begin_layout Standard
764 Figure\InsetSpace ~
765
766 \begin_inset LatexCommand ref
767 reference "fig:Two-distorted-images"
768
769 \end_inset
770
771  is an example of a figure float with two images set side by side.
772  You can also set the images one below the other.
773 \end_layout
774
775 \begin_layout Standard
776 \begin_inset Float figure
777 wide false
778 sideways false
779 status open
780
781 \begin_layout Standard
782
783 \hfill
784
785 \begin_inset Graphics
786         filename escher-lsd.eps
787         width 45col%
788         subcaption
789         subcaptionText "Undefinable structure"
790
791 \end_inset
792
793
794 \hfill
795
796 \begin_inset Graphics
797         filename platypus.eps
798         lyxscale 60
799         width 45col%
800         subcaption
801         subcaptionText "Platypus"
802
803 \end_inset
804
805
806 \hfill
807
808 \end_layout
809
810 \begin_layout Caption
811 \begin_inset LatexCommand label
812 name "fig:Two-distorted-images"
813
814 \end_inset
815
816 Two distorted images.
817 \end_layout
818
819 \end_inset
820
821
822 \end_layout
823
824 \begin_layout Section
825 Image Formats
826 \begin_inset LatexCommand label
827 name "sec:Image-Formats"
828
829 \end_inset
830
831
832 \begin_inset LatexCommand index
833 name "Image Formats"
834
835 \end_inset
836
837
838 \begin_inset LatexCommand index
839 name "Figure ! Image Formats"
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Standard
847 You can insert images in any known file format.
848  But as explained in appendix\InsetSpace ~
849
850 \begin_inset LatexCommand ref
851 reference "cha:Output-File-Formats"
852
853 \end_inset
854
855 , every output document format allows only a few image formats.
856  LyX uses therefore the program 
857 \family typewriter
858 Imagemagick
859 \family default
860  in the background to convert the images to the right format.
861  To increase your work flow by avoiding these conversions in the background,
862  you can use only the image formats that can directly be embedded in the
863  output file format.
864  The output file formats are explained in appendix\InsetSpace ~
865
866 \begin_inset LatexCommand ref
867 reference "cha:Output-File-Formats"
868
869 \end_inset
870
871 .
872 \end_layout
873
874 \begin_layout Standard
875 Similar to fonts there are two types of image formats:
876 \end_layout
877
878 \begin_layout Description
879 Bitmap\InsetSpace ~
880 images consist of pixel values, often in a compressed form.
881  They are therefore not fully scalable and look pixeled in large zooms.
882  Well-known bitmap image formats are 
883 \begin_inset Quotes eld
884 \end_inset
885
886 Graphics Interchange Format
887 \begin_inset Quotes erd
888 \end_inset
889
890  (GIF, file extension 
891 \begin_inset Quotes eld
892 \end_inset
893
894
895 \family typewriter
896 .gif
897 \family default
898
899 \begin_inset Quotes erd
900 \end_inset
901
902 )
903 \begin_inset LatexCommand index
904 name "GIF|see{Image formats}"
905
906 \end_inset
907
908
909 \begin_inset Quotes eld
910 \end_inset
911
912 Portable Network Graphics
913 \begin_inset Quotes erd
914 \end_inset
915
916  (PNG, file extension 
917 \begin_inset Quotes eld
918 \end_inset
919
920
921 \family typewriter
922 .png
923 \family default
924
925 \begin_inset Quotes erd
926 \end_inset
927
928 )
929 \begin_inset LatexCommand index
930 name "PNG|see{Image formats}"
931
932 \end_inset
933
934 , and 
935 \begin_inset Quotes eld
936 \end_inset
937
938 Joint Photographic Experts Group
939 \begin_inset Quotes erd
940 \end_inset
941
942  (JPG, file extension 
943 \begin_inset Quotes eld
944 \end_inset
945
946
947 \family typewriter
948 .jpg
949 \family default
950
951 \begin_inset Quotes erd
952 \end_inset
953
954  or 
955 \begin_inset Quotes eld
956 \end_inset
957
958
959 \family typewriter
960 .jpeg
961 \family default
962
963 \begin_inset Quotes erd
964 \end_inset
965
966 )
967 \begin_inset LatexCommand index
968 name "JPG|see{Image formats}"
969
970 \end_inset
971
972 .
973 \end_layout
974
975 \begin_layout Description
976 Vector\InsetSpace ~
977 images consist of vectors and can therefore be scaled to any size
978  without data loss.
979  The scaling ability is necessary if you want to create presentations, because
980  presentations are always scaled by the video projector.
981  Scaling is also useful for online documents to let the user zoom into diagrams.
982 \newline
983 S
984 calable image formats can be 
985 \begin_inset Quotes eld
986 \end_inset
987
988 Scalable Vector Graphics
989 \begin_inset Quotes erd
990 \end_inset
991
992  (SVG, file extension 
993 \begin_inset Quotes eld
994 \end_inset
995
996
997 \family typewriter
998 .svg
999 \family default
1000
1001 \begin_inset Quotes erd
1002 \end_inset
1003
1004 )
1005 \begin_inset LatexCommand index
1006 name "SVG|see{Image formats}"
1007
1008 \end_inset
1009
1010
1011 \begin_inset Quotes eld
1012 \end_inset
1013
1014 Encapsulated PostScript
1015 \begin_inset Quotes erd
1016 \end_inset
1017
1018  (EPS, file extension 
1019 \begin_inset Quotes eld
1020 \end_inset
1021
1022
1023 \family typewriter
1024 .eps
1025 \family default
1026
1027 \begin_inset Quotes erd
1028 \end_inset
1029
1030 )
1031 \begin_inset LatexCommand index
1032 name "EPS|see{Image formats}"
1033
1034 \end_inset
1035
1036
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 Portable Document Format
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044  (PDF, file extension 
1045 \begin_inset Quotes eld
1046 \end_inset
1047
1048
1049 \family typewriter
1050 .pdf
1051 \family default
1052
1053 \begin_inset Quotes erd
1054 \end_inset
1055
1056 )
1057 \begin_inset LatexCommand index
1058 name "PDF"
1059
1060 \end_inset
1061
1062 , and 
1063 \begin_inset Quotes eld
1064 \end_inset
1065
1066 Windows Metafile
1067 \begin_inset Quotes erd
1068 \end_inset
1069
1070  (WMF, file extension 
1071 \begin_inset Quotes eld
1072 \end_inset
1073
1074
1075 \family typewriter
1076 .wmf
1077 \family default
1078
1079 \begin_inset Quotes erd
1080 \end_inset
1081
1082 )
1083 \begin_inset LatexCommand index
1084 name "SVG|see{Image formats}"
1085
1086 \end_inset
1087
1088 .
1089  We wrote 
1090 \begin_inset Quotes eld
1091 \end_inset
1092
1093 can be
1094 \begin_inset Quotes erd
1095 \end_inset
1096
1097 , because you can convert any bitmap image to a PDF or EPS-image and the
1098  result will still be a bitmap image.
1099  In this cases only a header with the image properties is added to the original
1100  image
1101 \begin_inset Foot
1102 status open
1103
1104 \begin_layout Standard
1105 In the case of PDF, the original image is additionally compressed.
1106 \end_layout
1107
1108 \end_inset
1109
1110 .
1111  The PDF-files generated by 
1112 \family typewriter
1113 Adobe Photoshop
1114 \family default
1115  are for example bitmap images.
1116 \end_layout
1117
1118 \begin_layout Standard
1119 Normally it is not possible to convert a bitmap image into a scalable one,
1120  only vice versa.
1121  Only the image formats PDF and EPS can directly be embedded to PDF and
1122  PostScript output files, respectively.
1123  SVG and WMF-images are currently recalculated to bitmaps when the output
1124  file is generated because there is currently no adequate WMF/SVG
1125 \begin_inset Formula $\to$
1126 \end_inset
1127
1128 PDF/EPS converter available.
1129 \end_layout
1130
1131 \begin_layout Chapter
1132 Tables
1133 \begin_inset LatexCommand label
1134 name "cha:Tables"
1135
1136 \end_inset
1137
1138
1139 \begin_inset LatexCommand index
1140 name "Table"
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Section
1148 Introduction
1149 \begin_inset LatexCommand index
1150 name "Table ! Introduction"
1151
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Standard
1158 You can insert a table using either the toolbar button 
1159 \begin_inset Graphics
1160         filename ../images/tabular-insert.xpm
1161         scale 85
1162
1163 \end_inset
1164
1165  or the menu 
1166 \family sans
1167 Insert\SpecialChar \menuseparator
1168 Table
1169 \family default
1170 .
1171  The toolbar button offers you a graphical selection: Move the mouse to
1172  set the column/row number of the table that should be created and then
1173  press a mouse button.
1174  When you use the menu to create a table, a dialog will appear, asking you
1175  for the number of rows and columns.
1176 \newline
1177  The default table has lines around any
1178  cell and the first row appears separated from the rest of the table.
1179  This separation occurs due to a double line: The cells of the first row
1180  have a line below them and the cells of the second row have a line above
1181  them.
1182  Here is an example table:
1183 \end_layout
1184
1185 \begin_layout Standard
1186 \align center
1187 \begin_inset Tabular
1188 <lyxtabular version="3" rows="4" columns="4">
1189 <features>
1190 <column alignment="center" valignment="top" leftline="true" width="0">
1191 <column alignment="center" valignment="top" leftline="true" width="0pt">
1192 <column alignment="center" valignment="top" leftline="true" width="0in">
1193 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1194 <row topline="true" bottomline="true">
1195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Standard
1199
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Standard
1208
1209 \family roman
1210 \series medium
1211 \shape up
1212 \size normal
1213 \emph off
1214 \bar no
1215 \noun off
1216 \color none
1217 1
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Standard
1226 2
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Standard
1235 3
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row topline="true">
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Standard
1246
1247 \family roman
1248 \series medium
1249 \shape up
1250 \size normal
1251 \emph off
1252 \bar no
1253 \noun off
1254 \color none
1255 A
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Standard
1264
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Standard
1273
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Standard
1282
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row topline="true">
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Standard
1293
1294 \family roman
1295 \series medium
1296 \shape up
1297 \size normal
1298 \emph off
1299 \bar no
1300 \noun off
1301 \color none
1302 B
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Standard
1311
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Standard
1320
1321 \family roman
1322 \series medium
1323 \shape up
1324 \size normal
1325 \emph off
1326 \bar no
1327 \noun off
1328 \color none
1329  
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Standard
1338
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 </row>
1344 <row topline="true" bottomline="true">
1345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1346 \begin_inset Text
1347
1348 \begin_layout Standard
1349
1350 \family roman
1351 \series medium
1352 \shape up
1353 \size normal
1354 \emph off
1355 \bar no
1356 \noun off
1357 \color none
1358 C
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Standard
1367
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1373 \begin_inset Text
1374
1375 \begin_layout Standard
1376
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1382 \begin_inset Text
1383
1384 \begin_layout Standard
1385
1386 \end_layout
1387
1388 \end_inset
1389 </cell>
1390 </row>
1391 </lyxtabular>
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \begin_layout Section
1399 Table Dialog
1400 \begin_inset LatexCommand index
1401 name "Table ! Dialog"
1402
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \begin_layout Standard
1409 You can alter a table by clicking on it with the right mouse button, which
1410  brings up the table dialog.
1411  Here you can adjust the settings of that cell and row/column respectively
1412  where the cursor is currently placed.
1413  Most of the dialog options also work on selections.
1414  This means if you select more cells, columns or rows, the action is done
1415  for the whole selection.
1416  Note that there is a difference between selecting the 
1417 \emph on
1418 contents
1419 \emph default
1420  of the cell, and the cell itself.
1421  You can alter tables with the following tabs of the table dialog:
1422 \end_layout
1423
1424 \begin_layout Description
1425
1426 \family sans
1427 Table\InsetSpace ~
1428 Settings
1429 \family default
1430  Here you can set the horizontal alignment for the current row and the width
1431  of the current column.
1432  When you have set a width you can also adjust the vertical alignment of
1433  the current column.
1434  A given width will allow the cell to have line breaks and multiple paragraphs
1435  of text, see section\InsetSpace ~
1436
1437 \begin_inset LatexCommand ref
1438 reference "sub:Multiple-Lines-in"
1439
1440 \end_inset
1441
1442 .
1443  If you set no width, the column is as wide as their widest cell content
1444  is.
1445 \newline
1446 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1447  cell, see section\InsetSpace ~
1448
1449 \begin_inset LatexCommand ref
1450 reference "sub:Multicolumns"
1451
1452 \end_inset
1453
1454 .
1455 \newline
1456 The rotate check boxes rotates the current cell, a selection, or the whole
1457  table counter-clockwise by 90°.
1458  The rotation is not shown within LyX, only in the output.
1459 \newline
1460
1461 \begin_inset Note Greyedout
1462 status open
1463
1464 \begin_layout Standard
1465
1466 \series bold
1467 Note:
1468 \series default
1469  Not all DVI-viewers are able to display rotations.
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \newline
1476 It is also possible to enter a LaTeX-argument which is needed for special
1477  table formattings, see section\InsetSpace ~
1478
1479 \begin_inset LatexCommand ref
1480 reference "sub:Multicolumn-Calculations"
1481
1482 \end_inset
1483
1484  and 
1485 \begin_inset LatexCommand ref
1486 reference "sec:Colored-Tables"
1487
1488 \end_inset
1489
1490 .
1491 \end_layout
1492
1493 \begin_layout Description
1494
1495 \family sans
1496 Borders
1497 \family default
1498  In this tab you can add and delete border lines for the current row/column.
1499  Using the style option Formal will convert the table into a booktabs-table
1500  as described in section\InsetSpace ~
1501
1502 \begin_inset LatexCommand ref
1503 reference "alg:Example-Algorithm-float"
1504
1505 \end_inset
1506
1507 .
1508 \end_layout
1509
1510 \begin_layout Description
1511
1512 \family sans
1513 Longtable
1514 \family default
1515  This tab is to make a table a so called 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \emph on
1521 longtable
1522 \emph default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527  that can run over several pages.
1528  Section\InsetSpace ~
1529
1530 \begin_inset LatexCommand ref
1531 reference "sec:Longtables"
1532
1533 \end_inset
1534
1535  describes the longtable feature in detail.
1536 \end_layout
1537
1538 \begin_layout Standard
1539 When the table toolbar is opened, you can move the cursor with the arrow
1540  keys from cell to cell and the property of the current cell will immediately
1541  be displayed in the dialog.
1542 \end_layout
1543
1544 \begin_layout Section
1545 Table Toolbar
1546 \begin_inset LatexCommand index
1547 name "Table ! Toolbar"
1548
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \begin_layout Standard
1555 The table toolbar is an alternative to the table dialog to be able to alter
1556  tables faster.
1557  It should normally appear at the bottom of LyX's main window when the cursor
1558  is inside a table.
1559  You can alternatively switch it on to appear always, by right-clicking
1560  in LyX's main menu bar.
1561 \end_layout
1562
1563 \begin_layout Standard
1564 The toolbar has the following icons:
1565 \end_layout
1566
1567 \begin_layout Labeling
1568 \labelwidthstring 00.00.0000
1569 \begin_inset Graphics
1570         filename ../images/tabular-feature_append-row.xpm
1571
1572 \end_inset
1573
1574  adds a row below the current cell or selection
1575 \end_layout
1576
1577 \begin_layout Labeling
1578 \labelwidthstring 00.00.0000
1579 \begin_inset Graphics
1580         filename ../images/tabular-feature_append-column.xpm
1581
1582 \end_inset
1583
1584  adds a column right beside the current cell or selection
1585 \end_layout
1586
1587 \begin_layout Labeling
1588 \labelwidthstring 00.00.0000
1589 \begin_inset Graphics
1590         filename ../images/tabular-feature_delete-row.xpm
1591
1592 \end_inset
1593
1594  deletes the current row or selection
1595 \end_layout
1596
1597 \begin_layout Labeling
1598 \labelwidthstring 00.00.0000
1599 \begin_inset Graphics
1600         filename ../images/tabular-feature_delete-column.xpm
1601
1602 \end_inset
1603
1604  deletes the current column or selection
1605 \end_layout
1606
1607 \begin_layout Labeling
1608 \labelwidthstring 00.00.0000
1609 \begin_inset Graphics
1610         filename ../images/tabular-feature_toggle-line-top.xpm
1611
1612 \end_inset
1613
1614  adds a line at the top of the current cell / row or of a selection
1615 \end_layout
1616
1617 \begin_layout Labeling
1618 \labelwidthstring 00.00.0000
1619 \begin_inset Graphics
1620         filename ../images/tabular-feature_toggle-line-bottom.xpm
1621
1622 \end_inset
1623
1624  adds a line at the bottom of the current cell / row or of a selection
1625 \end_layout
1626
1627 \begin_layout Labeling
1628 \labelwidthstring 00.00.0000
1629 \begin_inset Graphics
1630         filename ../images/tabular-feature_toggle-line-left.xpm
1631
1632 \end_inset
1633
1634  adds a line at the left side of the current cell / row or of a selection
1635 \end_layout
1636
1637 \begin_layout Labeling
1638 \labelwidthstring 00.00.0000
1639 \begin_inset Graphics
1640         filename ../images/tabular-feature_toggle-line-right.xpm
1641
1642 \end_inset
1643
1644  adds a line at the right side of the current cell / row or of a selection
1645 \end_layout
1646
1647 \begin_layout Labeling
1648 \labelwidthstring 00.00.0000
1649 \begin_inset Graphics
1650         filename ../images/tabular-feature_set-all-lines.xpm
1651
1652 \end_inset
1653
1654  adds lines around the current or selected cells - if the current cell no
1655  multicolumn this also affects the current row and column
1656 \end_layout
1657
1658 \begin_layout Labeling
1659 \labelwidthstring 00.00.0000
1660 \begin_inset Graphics
1661         filename ../images/tabular-feature_unset-all-lines.xpm
1662
1663 \end_inset
1664
1665  deletes all lines of the current or selected cells - if the current cell
1666  no multicolumn this also affects the current row and column
1667 \end_layout
1668
1669 \begin_layout Labeling
1670 \labelwidthstring 00.00.0000
1671 \begin_inset Graphics
1672         filename ../images/tabular-feature_align-left.xpm
1673
1674 \end_inset
1675
1676  left-aligns the content of the current cell / column
1677 \end_layout
1678
1679 \begin_layout Labeling
1680 \labelwidthstring 00.00.0000
1681 \begin_inset Graphics
1682         filename ../images/tabular-feature_align-center.xpm
1683
1684 \end_inset
1685
1686  centers the content of the current cell / column horizontally
1687 \end_layout
1688
1689 \begin_layout Labeling
1690 \labelwidthstring 00.00.0000
1691 \begin_inset Graphics
1692         filename ../images/tabular-feature_align-right.xpm
1693
1694 \end_inset
1695
1696  right-aligns the content of the current cell / column
1697 \end_layout
1698
1699 \begin_layout Labeling
1700 \labelwidthstring 00.00.0000
1701 \begin_inset Graphics
1702         filename ../images/tabular-feature_valign-top.xpm
1703
1704 \end_inset
1705
1706  aligns the content of the current cell vertically to the top
1707 \end_layout
1708
1709 \begin_layout Labeling
1710 \labelwidthstring 00.00.0000
1711 \begin_inset Graphics
1712         filename ../images/tabular-feature_valign-middle.xpm
1713
1714 \end_inset
1715
1716  centers the content of the current cell vertically
1717 \end_layout
1718
1719 \begin_layout Labeling
1720 \labelwidthstring 00.00.0000
1721 \begin_inset Graphics
1722         filename ../images/tabular-feature_valign-bottom.xpm
1723
1724 \end_inset
1725
1726  aligns the content of the current cell vertically to the bottom
1727 \end_layout
1728
1729 \begin_layout Labeling
1730 \labelwidthstring 00.00.0000
1731 \begin_inset Graphics
1732         filename ../images/tabular-feature_set-rotate-cell.xpm
1733
1734 \end_inset
1735
1736  rotates the current cell or selection counter-clockwise by 90°
1737 \end_layout
1738
1739 \begin_layout Labeling
1740 \labelwidthstring 00.00.0000
1741 \begin_inset Graphics
1742         filename ../images/tabular-feature_set-rotate-tabular.xpm
1743
1744 \end_inset
1745
1746  rotates the whole table counter-clockwise by 90°
1747 \end_layout
1748
1749 \begin_layout Labeling
1750 \labelwidthstring 00.00.0000
1751 \begin_inset Graphics
1752         filename ../images/tabular-feature_multicolumn.xpm
1753
1754 \end_inset
1755
1756  sets the current cell or selection as a multicolumn
1757 \end_layout
1758
1759 \begin_layout Section
1760 Edit Table Menu
1761 \begin_inset LatexCommand index
1762 name "Table ! Edit Menu"
1763
1764 \end_inset
1765
1766
1767 \end_layout
1768
1769 \begin_layout Standard
1770 Additionally to the table dialog and toolbar, the menu 
1771 \family sans
1772 Edit\SpecialChar \menuseparator
1773 Table
1774 \family default
1775  allows you to add and delete border lines for the current row/column and
1776  to set the current selection as multicolumn.
1777  The menu is only available when the cursor is inside a table.
1778 \end_layout
1779
1780 \begin_layout Section
1781 Table Floats
1782 \begin_inset LatexCommand label
1783 name "sec:Table-Floats"
1784
1785 \end_inset
1786
1787
1788 \begin_inset LatexCommand index
1789 name "Floats ! Tables"
1790
1791 \end_inset
1792
1793
1794 \begin_inset LatexCommand index
1795 name "Table ! Floats"
1796
1797 \end_inset
1798
1799
1800 \end_layout
1801
1802 \begin_layout Standard
1803 For general explanations about floats, have a look at section\InsetSpace ~
1804
1805 \begin_inset LatexCommand ref
1806 reference "sec:FloatIntroduction"
1807
1808 \end_inset
1809
1810 .
1811 \end_layout
1812
1813 \begin_layout Standard
1814 \begin_inset Float table
1815 placement h
1816 wide false
1817 sideways false
1818 status open
1819
1820 \begin_layout Caption
1821 \begin_inset LatexCommand label
1822 name "tab:a table float"
1823
1824 \end_inset
1825
1826 A table float.
1827 \end_layout
1828
1829 \begin_layout Standard
1830 \align center
1831 \begin_inset Tabular
1832 <lyxtabular version="3" rows="3" columns="3">
1833 <features>
1834 <column alignment="center" valignment="top" leftline="true" width="0pt">
1835 <column alignment="center" valignment="top" leftline="true" width="0pt">
1836 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1837 <row topline="true" bottomline="true">
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Standard
1842
1843 \family roman
1844 \series medium
1845 \shape up
1846 \size normal
1847 \emph off
1848 \bar no
1849 \noun off
1850 \color none
1851 1
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Standard
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 2
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Standard
1878
1879 \family roman
1880 \series medium
1881 \shape up
1882 \size normal
1883 \emph off
1884 \bar no
1885 \noun off
1886 \color none
1887 3
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 <row topline="true">
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Standard
1898
1899 \family roman
1900 \series medium
1901 \shape up
1902 \size normal
1903 \emph off
1904 \bar no
1905 \noun off
1906 \color none
1907 Joe
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Standard
1916
1917 \family roman
1918 \series medium
1919 \shape up
1920 \size normal
1921 \emph off
1922 \bar no
1923 \noun off
1924 \color none
1925 Mary
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Standard
1934
1935 \family roman
1936 \series medium
1937 \shape up
1938 \size normal
1939 \emph off
1940 \bar no
1941 \noun off
1942 \color none
1943 Ted
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 <row topline="true" bottomline="true">
1950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Standard
1954
1955 \family roman
1956 \series medium
1957 \shape up
1958 \size normal
1959 \emph off
1960 \bar no
1961 \noun off
1962 \color none
1963 \begin_inset Formula $\int x^{2}dx$
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Standard
1975
1976 \family roman
1977 \series medium
1978 \shape up
1979 \size normal
1980 \emph off
1981 \bar no
1982 \noun off
1983 \color none
1984 \begin_inset Formula $\left[\begin{array}{cc}
1985 a & b\\
1986 c & d\end{array}\right]$
1987 \end_inset
1988
1989
1990 \end_layout
1991
1992 \end_inset
1993 </cell>
1994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1995 \begin_inset Text
1996
1997 \begin_layout Standard
1998
1999 \family roman
2000 \series medium
2001 \shape up
2002 \size normal
2003 \emph off
2004 \bar no
2005 \noun off
2006 \color none
2007 \begin_inset Formula $1+1=2$
2008 \end_inset
2009
2010
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 </row>
2016 </lyxtabular>
2017
2018 \end_inset
2019
2020
2021 \end_layout
2022
2023 \end_inset
2024
2025
2026 \end_layout
2027
2028 \begin_layout Standard
2029 Table floats can be inserted using the menu 
2030 \family sans
2031 Insert\SpecialChar \menuseparator
2032 Float\SpecialChar \menuseparator
2033 Table
2034 \family default
2035  or the toolbar button 
2036 \begin_inset Graphics
2037         filename ../images/float-insert_table.xpm
2038         scale 85
2039
2040 \end_inset
2041
2042 .
2043 \end_layout
2044
2045 \begin_layout Standard
2046 The float appears as a collapsible box with the label 
2047 \begin_inset Quotes eld
2048 \end_inset
2049
2050
2051 \series bold
2052 Table\InsetSpace ~
2053 #:
2054 \series default
2055
2056 \begin_inset Quotes erd
2057 \end_inset
2058
2059  inside it.
2060  The text following the label is the caption of the table.
2061  To insert a table to the the float set the cursor at the end of the caption
2062  text, press enter and insert the table.
2063  The caption is now printed above the table.
2064 \end_layout
2065
2066 \begin_layout Standard
2067 Table\InsetSpace ~
2068
2069 \begin_inset LatexCommand ref
2070 reference "tab:a table float"
2071
2072 \end_inset
2073
2074  is an example table within a table float.
2075 \end_layout
2076
2077 \begin_layout Standard
2078 Having the caption above the table is the common rule that is unfortunately
2079  not supported in LaTeX's standard classes.
2080  That means if you are using the document classes 
2081 \family sans
2082 article
2083 \family default
2084
2085 \family sans
2086 book
2087 \family default
2088
2089 \family sans
2090 letter
2091 \family default
2092 , or 
2093 \family sans
2094 report
2095 \family default
2096  there will be no space between the caption and the table.
2097  To insert the needed space, add the following option to the load command
2098  of the LaTeX-package 
2099 \series bold
2100 caption
2101 \series default
2102
2103 \begin_inset LatexCommand index
2104 name "LaTeX-packages ! caption"
2105
2106 \end_inset
2107
2108  in your document preamble
2109 \begin_inset Foot
2110 status collapsed
2111
2112 \begin_layout Standard
2113 For more information have a look at section\InsetSpace ~
2114
2115 \begin_inset LatexCommand ref
2116 reference "sec:Caption-Placement"
2117
2118 \end_inset
2119
2120 .
2121 \end_layout
2122
2123 \end_inset
2124
2125 :
2126 \end_layout
2127
2128 \begin_layout Standard
2129
2130 \series bold
2131 tableposition=top
2132 \end_layout
2133
2134 \begin_layout Standard
2135 The package 
2136 \series bold
2137 caption
2138 \series default
2139 , which is described in section\InsetSpace ~
2140
2141 \begin_inset LatexCommand ref
2142 reference "sec:Caption-Formatting"
2143
2144 \end_inset
2145
2146 , is used to adjust the caption format.
2147 \end_layout
2148
2149 \begin_layout Standard
2150 \begin_inset LatexCommand index
2151 name "References ! to Tables"
2152
2153 \end_inset
2154
2155 Tables can be cross-referenced in the text by referencing their label.
2156  To do this insert a label in the caption using the menu 
2157 \family sans
2158 Insert\SpecialChar \menuseparator
2159 Label
2160 \family default
2161  or the toolbar button 
2162 \begin_inset Graphics
2163         filename ../images/label-insert.xpm
2164         scale 85
2165
2166 \end_inset
2167
2168 .
2169  You can now refer to the label using the menu 
2170 \family sans
2171 Insert\SpecialChar \menuseparator
2172 Cross\InsetSpace ~
2173 reference
2174 \family default
2175  or the toolbar button 
2176 \begin_inset Graphics
2177         filename ../images/dialog-show-new-inset_ref.xpm
2178         scale 85
2179
2180 \end_inset
2181
2182 .
2183 \end_layout
2184
2185 \begin_layout Standard
2186
2187 \end_layout
2188
2189 \begin_layout Section
2190 Longtables
2191 \begin_inset LatexCommand label
2192 name "sec:Longtables"
2193
2194 \end_inset
2195
2196
2197 \begin_inset LatexCommand index
2198 name "Longtables"
2199
2200 \end_inset
2201
2202
2203 \begin_inset LatexCommand index
2204 name "Table ! Longtables"
2205
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 If the table is too long to fit on one page, you can use the option 
2213 \family sans
2214 Use\InsetSpace ~
2215 long\InsetSpace ~
2216 table
2217 \family default
2218  in the tab 
2219 \family sans
2220 Longtable
2221 \family default
2222  of the table dialog to split the table automatically over more pages.
2223  Doing this enables some check boxes and you can now define:
2224 \end_layout
2225
2226 \begin_layout Description
2227
2228 \family sans
2229 Header
2230 \family default
2231 : The current row and all rows above, that don't have any special options
2232  defined, are defined to be the header rows of all pages of the longtable;
2233  except for the first page, if 
2234 \family sans
2235 First\InsetSpace ~
2236 header
2237 \family default
2238  is defined.
2239  This therefore called the main header.
2240 \end_layout
2241
2242 \begin_layout Description
2243
2244 \family sans
2245 First\InsetSpace ~
2246 header
2247 \family default
2248 : The current row and all rows above, that don't have any special options
2249  defined, are defined to be the header rows of the first page of the longtable.
2250 \end_layout
2251
2252 \begin_layout Description
2253
2254 \family sans
2255 Footer
2256 \family default
2257 : The current row and all rows below, that don't have any special options
2258  defined, are defined to be the footer rows of all pages of the longtable;
2259  except for the last page, if 
2260 \family sans
2261 Last\InsetSpace ~
2262 footer
2263 \family default
2264  is defined.
2265 \end_layout
2266
2267 \begin_layout Description
2268
2269 \family sans
2270 Last\InsetSpace ~
2271 footer
2272 \family default
2273 : The current row and all rows below, that don't have any special options
2274  defined, are defined to be the footer rows of the last page of the longtable.
2275 \end_layout
2276
2277 \begin_layout Standard
2278 You can also specify a row where the table is splitted.
2279  If you set more than one option in the same table row, you should be aware
2280  of the fact that only the first one is used in the given table row.
2281  The others will then be defined as 
2282 \emph on
2283 empty
2284 \emph default
2285 .
2286  In this context, first means first in this order: 
2287 \family sans
2288 Footer, Last\InsetSpace ~
2289 footer,
2290 \family default
2291  
2292 \family sans
2293 Header,
2294 \family default
2295  
2296 \family sans
2297 First\InsetSpace ~
2298 header.
2299
2300 \family default
2301 \emph on
2302  
2303 \emph default
2304 See the following longtable to see how it works:
2305 \end_layout
2306
2307 \begin_layout Standard
2308 \align center
2309 \begin_inset Tabular
2310 <lyxtabular version="3" rows="69" columns="3">
2311 <features islongtable="true">
2312 <column alignment="left" valignment="top" leftline="true" width="0cm">
2313 <column alignment="left" valignment="top" width="0pt">
2314 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2315 <row topline="true" bottomline="true" endfirsthead="true">
2316 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Standard
2320
2321 \series bold
2322 Example Phone List (ignore the names)
2323 \end_layout
2324
2325 \end_inset
2326 </cell>
2327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Standard
2331
2332 \end_layout
2333
2334 \end_inset
2335 </cell>
2336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2337 \begin_inset Text
2338
2339 \begin_layout Standard
2340
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 </row>
2346 <row topline="true" bottomline="true" endfirsthead="true">
2347 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Standard
2351
2352 \series bold
2353 NAME
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Standard
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Standard
2371
2372 \series bold
2373 TEL.
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 </row>
2379 <row topline="true" bottomline="true" endhead="true">
2380 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Standard
2384
2385 \series bold
2386 Example Phone List
2387 \end_layout
2388
2389 \end_inset
2390 </cell>
2391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Standard
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Standard
2404
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 <row topline="true" bottomline="true" endhead="true">
2411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Standard
2415
2416 \series bold
2417 NAME
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Standard
2426
2427 \end_layout
2428
2429 \end_inset
2430 </cell>
2431 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Standard
2435
2436 \series bold
2437 TEL.
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 <row topline="true" bottomline="true" endfoot="true">
2444 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Standard
2448  continued on next page
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Standard
2457
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Standard
2466
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 </row>
2472 <row>
2473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Standard
2477
2478 \series bold
2479 Annovi
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 <cell alignment="center" valignment="top" topline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Standard
2488 Silvia
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2494 \begin_inset Text
2495
2496 \begin_layout Standard
2497 111
2498 \end_layout
2499
2500 \end_inset
2501 </cell>
2502 </row>
2503 <row>
2504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2505 \begin_inset Text
2506
2507 \begin_layout Standard
2508
2509 \series bold
2510 Bertoli
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 <cell alignment="center" valignment="top" topline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Standard
2519 Stefano
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Standard
2528 111
2529 \end_layout
2530
2531 \end_inset
2532 </cell>
2533 </row>
2534 <row>
2535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Standard
2539
2540 \series bold
2541 Bozzi
2542 \end_layout
2543
2544 \end_inset
2545 </cell>
2546 <cell alignment="center" valignment="top" topline="true" usebox="none">
2547 \begin_inset Text
2548
2549 \begin_layout Standard
2550 Walter
2551 \end_layout
2552
2553 \end_inset
2554 </cell>
2555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2556 \begin_inset Text
2557
2558 \begin_layout Standard
2559 111
2560 \end_layout
2561
2562 \end_inset
2563 </cell>
2564 </row>
2565 <row>
2566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2567 \begin_inset Text
2568
2569 \begin_layout Standard
2570
2571 \series bold
2572 Cachia
2573 \end_layout
2574
2575 \end_inset
2576 </cell>
2577 <cell alignment="center" valignment="top" topline="true" usebox="none">
2578 \begin_inset Text
2579
2580 \begin_layout Standard
2581 Maria
2582 \end_layout
2583
2584 \end_inset
2585 </cell>
2586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2587 \begin_inset Text
2588
2589 \begin_layout Standard
2590 111
2591 \end_layout
2592
2593 \end_inset
2594 </cell>
2595 </row>
2596 <row>
2597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2598 \begin_inset Text
2599
2600 \begin_layout Standard
2601
2602 \series bold
2603 Cachia
2604 \end_layout
2605
2606 \end_inset
2607 </cell>
2608 <cell alignment="center" valignment="top" topline="true" usebox="none">
2609 \begin_inset Text
2610
2611 \begin_layout Standard
2612 Maurizio
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Standard
2621 111
2622 \end_layout
2623
2624 \end_inset
2625 </cell>
2626 </row>
2627 <row>
2628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2629 \begin_inset Text
2630
2631 \begin_layout Standard
2632
2633 \series bold
2634 Cinquemani
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 <cell alignment="center" valignment="top" topline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Standard
2643 Giusi
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Standard
2652 111
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 </row>
2658 <row>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Standard
2663
2664 \series bold
2665 Colin
2666 \end_layout
2667
2668 \end_inset
2669 </cell>
2670 <cell alignment="center" valignment="top" topline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Standard
2674 Bernard
2675 \end_layout
2676
2677 \end_inset
2678 </cell>
2679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Standard
2683 111
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 </row>
2689 <row>
2690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2691 \begin_inset Text
2692
2693 \begin_layout Standard
2694
2695 \series bold
2696 Concli
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 <cell alignment="center" valignment="top" topline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Standard
2705 Gianfranco
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2711 \begin_inset Text
2712
2713 \begin_layout Standard
2714 111
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 </row>
2720 <row>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Standard
2725
2726 \series bold
2727 Dal Bosco
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Standard
2736 Carolina
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Standard
2745 111
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 </row>
2751 <row>
2752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Standard
2756
2757 \series bold
2758 Dalpiaz
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell alignment="center" valignment="top" topline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Standard
2767 Annamaria
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Standard
2776 111
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row>
2783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Standard
2787
2788 \series bold
2789 Feliciello
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 <cell alignment="center" valignment="top" topline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Standard
2798 Domenico
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Standard
2807 111
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 </row>
2813 <row>
2814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Standard
2818
2819 \series bold
2820 Focarelli
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 <cell alignment="center" valignment="top" topline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Standard
2829 Paola
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Standard
2838 111
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 <row>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Standard
2849
2850 \series bold
2851 Galletti
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 <cell alignment="center" valignment="top" topline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Standard
2860 Oreste
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Standard
2869 111
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 </row>
2875 <row>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Standard
2880
2881 \series bold
2882 Gasparini
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 <cell alignment="center" valignment="top" topline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Standard
2891 Franca
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Standard
2900 111
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 </row>
2906 <row>
2907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Standard
2911
2912 \series bold
2913 Rizzardi
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 <cell alignment="center" valignment="top" topline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Standard
2922 Paola
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Standard
2931 111
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 <row>
2938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Standard
2942
2943 \series bold
2944 Lassini
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 <cell alignment="center" valignment="top" topline="true" usebox="none">
2950 \begin_inset Text
2951
2952 \begin_layout Standard
2953 Giancarlo
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Standard
2962 111
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 </row>
2968 <row>
2969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Standard
2973
2974 \series bold
2975 Malfatti
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 <cell alignment="center" valignment="top" topline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Standard
2984 Luciano
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Standard
2993 111
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 </row>
2999 <row>
3000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Standard
3004
3005 \series bold
3006 Malfatti
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Standard
3015 Valeriano
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Standard
3024 111
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Standard
3035
3036 \series bold
3037 Meneguzzo
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 <cell alignment="center" valignment="top" topline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Standard
3046 Roberto
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Standard
3055 111
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 </row>
3061 <row>
3062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Standard
3066
3067 \series bold
3068 Mezzadra
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Standard
3077 Roberto
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Standard
3086 111
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 </row>
3092 <row>
3093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Standard
3097
3098 \series bold
3099 Pirpamer
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 <cell alignment="center" valignment="top" topline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Standard
3108 Erich
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Standard
3117 111
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Standard
3128
3129 \series bold
3130 Pochiesa
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Standard
3139 Paolo
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Standard
3148 111, 222
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 </row>
3154 <row>
3155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Standard
3159
3160 \series bold
3161 Radina
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 <cell alignment="center" valignment="top" topline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Standard
3170 Claudio
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Standard
3179 111
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 </row>
3185 <row>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Standard
3190
3191 \series bold
3192 Stuffer
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Standard
3201 Oskar
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Standard
3210 111
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 <row>
3217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Standard
3221
3222 \series bold
3223 Tacchelli
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell alignment="center" valignment="top" topline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Standard
3232 Ugo
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Standard
3241 111
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row>
3248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Standard
3252
3253 \series bold
3254 Tezzele
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell alignment="center" valignment="top" topline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Standard
3263 Margit
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Standard
3272 111
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 </row>
3278 <row>
3279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Standard
3283
3284 \series bold
3285 Unterkalmsteiner
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell alignment="center" valignment="top" topline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Standard
3294 Frieda
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Standard
3303 111
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row>
3310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Standard
3314
3315 \series bold
3316 Vieider
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell alignment="center" valignment="top" topline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Standard
3325 Hilde
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Standard
3334 111
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 </row>
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Standard
3345
3346 \series bold
3347 Vigna
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" topline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Standard
3356 Jürgen
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Standard
3365 111
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 </row>
3371 <row>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Standard
3376
3377 \series bold
3378 Weber
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 <cell alignment="center" valignment="top" topline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Standard
3387 Maurizio
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Standard
3396 111
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 </row>
3402 <row bottomline="true">
3403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Standard
3407
3408 \series bold
3409 Winkler
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" topline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Standard
3418 Franz
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Standard
3427 111
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 </row>
3433 <row bottomline="true">
3434 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Standard
3438  
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Standard
3447
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Standard
3456
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 </row>
3462 <row>
3463 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Standard
3467
3468 \series bold
3469 Annovi
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" topline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Standard
3478 Silvia
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Standard
3487 555
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Standard
3498
3499 \series bold
3500 Bertoli
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" topline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Standard
3509 Stefano
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Standard
3518 555
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row>
3525 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Standard
3529
3530 \series bold
3531 Bozzi
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" topline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Standard
3540 Walter
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Standard
3549 555
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row>
3556 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Standard
3560
3561 \series bold
3562 Cachia
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" topline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Standard
3571 Maria
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Standard
3580 555
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Standard
3591
3592 \series bold
3593 Cachia
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" topline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Standard
3602 Maurizio
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Standard
3611 555
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Standard
3622
3623 \series bold
3624 Cinquemani
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" topline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Standard
3633 Giusi
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Standard
3642 555
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Standard
3653
3654 \series bold
3655 Colin
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" topline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Standard
3664 Bernard
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Standard
3673 555
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Standard
3684
3685 \series bold
3686 Concli
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" topline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Standard
3695 Gianfranco
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Standard
3704 555
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Standard
3715
3716 \series bold
3717 Dal Bosco
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" topline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Standard
3726 Carolina
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Standard
3735 555
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Standard
3746
3747 \series bold
3748 Dalpiaz
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" topline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Standard
3757 Annamaria
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Standard
3766 555
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Standard
3777
3778 \series bold
3779 Feliciello
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" topline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Standard
3788 Domenico
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Standard
3797 555
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Standard
3808
3809 \series bold
3810 Focarelli
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" topline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Standard
3819 Paola
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Standard
3828 555
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Standard
3839
3840 \series bold
3841 Galletti
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" topline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Standard
3850 Oreste
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Standard
3859 555
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Standard
3870
3871 \series bold
3872 Gasparini
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" topline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Standard
3881 Franca
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Standard
3890 555
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 </row>
3896 <row>
3897 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Standard
3901
3902 \series bold
3903 Rizzardi
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" topline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Standard
3912 Paola
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Standard
3921 555
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 </row>
3927 <row>
3928 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Standard
3932
3933 \series bold
3934 Lassini
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" topline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Standard
3943 Giancarlo
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Standard
3952 555
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 </row>
3958 <row>
3959 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Standard
3963
3964 \series bold
3965 Malfatti
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" topline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Standard
3974 Luciano
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Standard
3983 555
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Standard
3994
3995 \series bold
3996 Malfatti
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" topline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Standard
4005 Valeriano
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Standard
4014 555
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 </row>
4020 <row>
4021 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Standard
4025
4026 \series bold
4027 Meneguzzo
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" topline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Standard
4036 Roberto
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Standard
4045 555
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 </row>
4051 <row>
4052 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Standard
4056
4057 \series bold
4058 Mezzadra
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" topline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Standard
4067 Roberto
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Standard
4076 555
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 </row>
4082 <row>
4083 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Standard
4087
4088 \series bold
4089 Pirpamer
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" topline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Standard
4098 Erich
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Standard
4107 555
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 </row>
4113 <row>
4114 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Standard
4118
4119 \series bold
4120 Pochiesa
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" topline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Standard
4129 Paolo
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Standard
4138 555, 222
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 </row>
4144 <row>
4145 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Standard
4149
4150 \series bold
4151 Radina
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" topline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Standard
4160 Claudio
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Standard
4169 555
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 </row>
4175 <row>
4176 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Standard
4180
4181 \series bold
4182 Stuffer
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" topline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Standard
4191 Oskar
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Standard
4200 555
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 </row>
4206 <row>
4207 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Standard
4211
4212 \series bold
4213 Tacchelli
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" topline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Standard
4222 Ugo
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Standard
4231 555
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Standard
4242
4243 \series bold
4244 Tezzele
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" topline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Standard
4253 Margit
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Standard
4262 555
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 </row>
4268 <row>
4269 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Standard
4273
4274 \series bold
4275 Unterkalmsteiner
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" topline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Standard
4284 Frieda
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Standard
4293 555
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 </row>
4299 <row>
4300 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Standard
4304
4305 \series bold
4306 Vieider
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" topline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Standard
4315 Hilde
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Standard
4324 555
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 </row>
4330 <row>
4331 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Standard
4335
4336 \series bold
4337 Vigna
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" topline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Standard
4346 Jürgen
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Standard
4355 999
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 </row>
4361 <row>
4362 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Standard
4366
4367 \series bold
4368 Weber
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" topline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Standard
4377 Maurizio
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Standard
4386 555
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 </row>
4392 <row bottomline="true">
4393 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Standard
4397
4398 \series bold
4399 Winkler
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" topline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Standard
4408 Franz
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Standard
4417 555
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row bottomline="true" endlastfoot="true">
4424 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Standard
4428 end
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Standard
4437
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Standard
4446
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 </lyxtabular>
4453
4454 \end_inset
4455
4456
4457 \end_layout
4458
4459 \begin_layout Subsection
4460 Footnotes in Longtables
4461 \begin_inset LatexCommand label
4462 name "sub:Footnotes-in-Longtables"
4463
4464 \end_inset
4465
4466
4467 \begin_inset LatexCommand index
4468 name "Longtables ! Footnotes"
4469
4470 \end_inset
4471
4472
4473 \end_layout
4474
4475 \begin_layout Standard
4476 Footnotes can be inserted to every longtable cell.
4477  They appear at the bottom of the page where the table cell with the footnote
4478  appears.
4479  Table\InsetSpace ~
4480
4481 \begin_inset LatexCommand ref
4482 reference "tab:DiffCaptions"
4483
4484 \end_inset
4485
4486  has for example a footnote.
4487 \end_layout
4488
4489 \begin_layout Subsection
4490 Longtable Captions
4491 \begin_inset LatexCommand index
4492 name "Longtables ! Captions"
4493
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \begin_layout Standard
4500 A longtable cannot be put into a table float because floats can only be
4501  on one page.
4502  Therefore the caption layout cannot be used for longtables.
4503 \end_layout
4504
4505 \begin_layout Standard
4506 To add a caption, a dirty hack is needed:
4507 \end_layout
4508
4509 \begin_layout Enumerate
4510 Create a longtable
4511 \end_layout
4512
4513 \begin_layout Enumerate
4514 Mark the first row an disable its upper line
4515 \end_layout
4516
4517 \begin_layout Enumerate
4518 Insert the following command as ERT into the first table cell:
4519 \newline
4520
4521 \series bold
4522
4523 \backslash
4524 caption[short title]{full title}
4525 \backslash
4526
4527 \backslash
4528 %
4529 \end_layout
4530
4531 \begin_layout Enumerate
4532 Insert a 
4533 \begin_inset Quotes eld
4534 \end_inset
4535
4536
4537 \series bold
4538 %
4539 \series default
4540
4541 \begin_inset Quotes erd
4542 \end_inset
4543
4544  as ERT into every cell of the first row
4545 \end_layout
4546
4547 \begin_layout Standard
4548 The 
4549 \series bold
4550
4551 \backslash
4552 caption
4553 \series default
4554  command is used like for normal captions, the short title that will appear
4555  in the LOT instead of the full title is optional.
4556  The 
4557 \series bold
4558 %
4559 \series default
4560  in the table cells omits the vertical line between the the cells.
4561  The first table row is now only a dummy row for the caption, the actual
4562  table starts with the second row.
4563 \end_layout
4564
4565 \begin_layout Standard
4566 Here is a short longtable to see how it works:
4567 \end_layout
4568
4569 \begin_layout Standard
4570 \begin_inset Tabular
4571 <lyxtabular version="3" rows="6" columns="5">
4572 <features islongtable="true">
4573 <column alignment="center" valignment="top" leftline="true" width="0">
4574 <column alignment="center" valignment="top" leftline="true" width="0">
4575 <column alignment="center" valignment="top" leftline="true" width="0">
4576 <column alignment="center" valignment="top" leftline="true" width="0">
4577 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4578 <row>
4579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Standard
4583 \begin_inset ERT
4584 status collapsed
4585
4586 \begin_layout Standard
4587
4588
4589 \backslash
4590 caption[Longtable]{Longtable with caption}
4591 \backslash
4592
4593 \backslash
4594 %
4595 \end_layout
4596
4597 \end_inset
4598
4599
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Standard
4608 \begin_inset ERT
4609 status collapsed
4610
4611 \begin_layout Standard
4612
4613 %
4614 \end_layout
4615
4616 \end_inset
4617
4618
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Standard
4627 \begin_inset ERT
4628 status collapsed
4629
4630 \begin_layout Standard
4631
4632 %
4633 \end_layout
4634
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Standard
4646 \begin_inset ERT
4647 status collapsed
4648
4649 \begin_layout Standard
4650
4651 %
4652 \end_layout
4653
4654 \end_inset
4655
4656
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Standard
4665 \begin_inset ERT
4666 status collapsed
4667
4668 \begin_layout Standard
4669
4670 %
4671 \end_layout
4672
4673 \end_inset
4674
4675
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row topline="true">
4682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Standard
4686 1
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Standard
4695 2
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Standard
4704 3
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Standard
4713 4
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Standard
4722 5
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row topline="true">
4729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Standard
4733 asd
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Standard
4742 s
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Standard
4751 s
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Standard
4760 s
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Standard
4769 asd
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row topline="true">
4776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Standard
4780 asd
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Standard
4789 s
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798 s
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Standard
4807 s
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Standard
4816 asd
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row topline="true">
4823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Standard
4827 asd
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 s
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Standard
4845 s
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Standard
4854 s
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Standard
4863 asd
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row topline="true" bottomline="true">
4870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Standard
4874 asd
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Standard
4883 asd
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Standard
4892 asd
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Standard
4901 asd
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Standard
4910 asd
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 </lyxtabular>
4917
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \begin_layout Standard
4924 \begin_inset VSpace medskip
4925 \end_inset
4926
4927
4928 \begin_inset Note Greyedout
4929 status open
4930
4931 \begin_layout Standard
4932
4933 \series bold
4934 Note:
4935 \series default
4936  If you are using the LaTeX-package 
4937 \series bold
4938 hyperref
4939 \series default
4940
4941 \begin_inset LatexCommand index
4942 name "LaTeX-packages ! hyperref"
4943
4944 \end_inset
4945
4946  to link cross-references, the link to a longtable caption will always point
4947  to the beginning of the document.
4948 \end_layout
4949
4950 \end_inset
4951
4952
4953 \end_layout
4954
4955 \begin_layout Subsubsection
4956 References to Longtables
4957 \begin_inset LatexCommand index
4958 name "Longtables ! References"
4959
4960 \end_inset
4961
4962
4963 \end_layout
4964
4965 \begin_layout Standard
4966 \begin_inset Tabular
4967 <lyxtabular version="3" rows="6" columns="5">
4968 <features islongtable="true">
4969 <column alignment="center" valignment="top" leftline="true" width="0">
4970 <column alignment="center" valignment="top" leftline="true" width="0">
4971 <column alignment="center" valignment="top" leftline="true" width="0">
4972 <column alignment="center" valignment="top" leftline="true" width="0">
4973 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4974 <row>
4975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Standard
4979 \begin_inset ERT
4980 status collapsed
4981
4982 \begin_layout Standard
4983
4984
4985 \backslash
4986 caption{Referenced longtable
4987 \end_layout
4988
4989 \end_inset
4990
4991
4992 \begin_inset LatexCommand label
4993 name "tab:RefExample"
4994
4995 \end_inset
4996
4997
4998 \begin_inset ERT
4999 status collapsed
5000
5001 \begin_layout Standard
5002
5003 }
5004 \backslash
5005
5006 \backslash
5007 %
5008 \end_layout
5009
5010 \end_inset
5011
5012
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Standard
5021 \begin_inset ERT
5022 status collapsed
5023
5024 \begin_layout Standard
5025
5026 %
5027 \end_layout
5028
5029 \end_inset
5030
5031
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Standard
5040 \begin_inset ERT
5041 status collapsed
5042
5043 \begin_layout Standard
5044
5045 %
5046 \end_layout
5047
5048 \end_inset
5049
5050
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Standard
5059 \begin_inset ERT
5060 status collapsed
5061
5062 \begin_layout Standard
5063
5064 %
5065 \end_layout
5066
5067 \end_inset
5068
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Standard
5078 \begin_inset ERT
5079 status collapsed
5080
5081 \begin_layout Standard
5082
5083 %
5084 \end_layout
5085
5086 \end_inset
5087
5088
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row topline="true">
5095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Standard
5099 1
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Standard
5108 2
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Standard
5117 3
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Standard
5126 4
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135 5
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row topline="true">
5142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Standard
5146 asd
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Standard
5155 s
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Standard
5164 s
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Standard
5173 s
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 asd
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row topline="true">
5189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Standard
5193 asd
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Standard
5202 s
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Standard
5211 s
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Standard
5220 s
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Standard
5229 asd
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row topline="true">
5236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Standard
5240 asd
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Standard
5249 s
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Standard
5258 s
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Standard
5267 s
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Standard
5276 asd
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row topline="true" bottomline="true">
5283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Standard
5287 asd
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Standard
5296 sad
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Standard
5305 asd
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Standard
5314 asd
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Standard
5323 asd
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 </lyxtabular>
5330
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \begin_layout Standard
5337 To reference a longtable, insert a label into the 
5338 \series bold
5339
5340 \backslash
5341 caption
5342 \series default
5343  command.
5344  This is done by splitting the ERT of the caption command.
5345  The part of the caption command before the last closing brace
5346 \end_layout
5347
5348 \begin_layout Standard
5349
5350 \series bold
5351
5352 \backslash
5353 caption[short title]{full title
5354 \end_layout
5355
5356 \begin_layout Standard
5357 is in the first ERT box, the label is inserted behind it.
5358  Note that you have to add the label prefix 
5359 \begin_inset Quotes eld
5360 \end_inset
5361
5362
5363 \emph on
5364 tab:
5365 \emph default
5366
5367 \begin_inset Quotes eld
5368 \end_inset
5369
5370  manually in the label field.
5371  The second ERT box contains the rest of the 
5372 \backslash
5373 caption command
5374 \end_layout
5375
5376 \begin_layout Standard
5377
5378 \series bold
5379 }
5380 \backslash
5381
5382 \backslash
5383 %
5384 \end_layout
5385
5386 \begin_layout Standard
5387 and is inserted behind the label box, see Table\InsetSpace ~
5388
5389 \begin_inset LatexCommand ref
5390 reference "tab:RefExample"
5391
5392 \end_inset
5393
5394 .
5395 \end_layout
5396
5397 \begin_layout Standard
5398 The caption layout can be set together with all other caption of your document
5399  using the LaTeX-package 
5400 \series bold
5401 caption
5402 \series default
5403
5404 \begin_inset LatexCommand index
5405 name "LaTeX-packages ! caption"
5406
5407 \end_inset
5408
5409 , see section\InsetSpace ~
5410
5411 \begin_inset LatexCommand ref
5412 reference "sec:Caption-Formatting"
5413
5414 \end_inset
5415
5416 .
5417 \end_layout
5418
5419 \begin_layout Subsubsection
5420 Caption Width
5421 \begin_inset LatexCommand index
5422 name "Longtables ! Caption Width"
5423
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \begin_layout Standard
5430 The maximal width of of caption lines is defined by the length 
5431 \series bold
5432
5433 \backslash
5434 LTcapwidth
5435 \series default
5436 .
5437  It default value is 4\InsetSpace \thinspace{}
5438 in.
5439  To change it add the following command to your document preamble or as
5440  ERT into your document before the longtable that should be affected
5441 \end_layout
5442
5443 \begin_layout Standard
5444
5445 \series bold
5446
5447 \backslash
5448 setlength{
5449 \backslash
5450 LTcapwidth}{width}
5451 \end_layout
5452
5453 \begin_layout Standard
5454 where the width could have one of the units listed in appendix\InsetSpace ~
5455
5456 \begin_inset LatexCommand ref
5457 reference "cha:Units-available-in"
5458
5459 \end_inset
5460
5461 .
5462 \end_layout
5463
5464 \begin_layout Standard
5465 The following tables show the difference:
5466 \end_layout
5467
5468 \begin_layout Standard
5469 \begin_inset Tabular
5470 <lyxtabular version="3" rows="6" columns="5">
5471 <features islongtable="true">
5472 <column alignment="center" valignment="top" leftline="true" width="0">
5473 <column alignment="center" valignment="top" leftline="true" width="0">
5474 <column alignment="center" valignment="top" leftline="true" width="0">
5475 <column alignment="center" valignment="top" leftline="true" width="0">
5476 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5477 <row>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Standard
5482 \begin_inset ERT
5483 status collapsed
5484
5485 \begin_layout Standard
5486
5487
5488 \backslash
5489 caption[caption with default width]{long full title with default width
5490 \end_layout
5491
5492 \begin_layout Standard
5493
5494 long full title with default width long full title with default width}
5495 \backslash
5496
5497 \backslash
5498 %
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Standard
5512 \begin_inset ERT
5513 status collapsed
5514
5515 \begin_layout Standard
5516
5517 %
5518 \end_layout
5519
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Standard
5531 \begin_inset ERT
5532 status collapsed
5533
5534 \begin_layout Standard
5535
5536 %
5537 \end_layout
5538
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Standard
5550 \begin_inset ERT
5551 status collapsed
5552
5553 \begin_layout Standard
5554
5555 %
5556 \end_layout
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Standard
5569 \begin_inset ERT
5570 status collapsed
5571
5572 \begin_layout Standard
5573
5574 %
5575 \end_layout
5576
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 <row topline="true">
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Standard
5590 1
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Standard
5599 2
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Standard
5608 3
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Standard
5617 4
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Standard
5626 5
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row topline="true">
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Standard
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Standard
5646 s
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Standard
5655 s
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Standard
5664 s
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Standard
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row topline="true">
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Standard
5684 asd
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Standard
5693 s
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Standard
5702 s
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Standard
5711 s
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Standard
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row topline="true">
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Standard
5731 asd
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Standard
5740 s
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Standard
5749 s
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Standard
5758 s
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Standard
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row topline="true" bottomline="true">
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Standard
5778 asd
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Standard
5787 sad
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Standard
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Standard
5805 asd
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Standard
5814 asd
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 </lyxtabular>
5821
5822 \end_inset
5823
5824
5825 \end_layout
5826
5827 \begin_layout Standard
5828 \begin_inset ERT
5829 status collapsed
5830
5831 \begin_layout Standard
5832
5833
5834 \backslash
5835 setlength{
5836 \backslash
5837 LTcapwidth}{5cm}
5838 \end_layout
5839
5840 \end_inset
5841
5842
5843 \begin_inset Tabular
5844 <lyxtabular version="3" rows="6" columns="5">
5845 <features islongtable="true">
5846 <column alignment="center" valignment="top" leftline="true" width="0">
5847 <column alignment="center" valignment="top" leftline="true" width="0">
5848 <column alignment="center" valignment="top" leftline="true" width="0">
5849 <column alignment="center" valignment="top" leftline="true" width="0">
5850 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Standard
5856 \begin_inset ERT
5857 status collapsed
5858
5859 \begin_layout Standard
5860
5861
5862 \backslash
5863 caption[caption with width
5864 \backslash
5865 ,=
5866 \backslash
5867 ,15
5868 \backslash
5869 ,cm]{long full title with width set to 5
5870 \backslash
5871 ,cm
5872 \end_layout
5873
5874 \begin_layout Standard
5875
5876 long full title with width set to 15
5877 \backslash
5878 ,cm long full title with width set to 5
5879 \backslash
5880 ,cm}
5881 \backslash
5882
5883 \backslash
5884 %
5885 \end_layout
5886
5887 \end_inset
5888
5889
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Standard
5898 \begin_inset ERT
5899 status collapsed
5900
5901 \begin_layout Standard
5902
5903 %
5904 \end_layout
5905
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Standard
5917 \begin_inset ERT
5918 status collapsed
5919
5920 \begin_layout Standard
5921
5922 %
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Standard
5936 \begin_inset ERT
5937 status collapsed
5938
5939 \begin_layout Standard
5940
5941 %
5942 \end_layout
5943
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Standard
5955 \begin_inset ERT
5956 status collapsed
5957
5958 \begin_layout Standard
5959
5960 %
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row topline="true">
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Standard
5976 1
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Standard
5985 2
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Standard
5994 3
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Standard
6003 4
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Standard
6012 5
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 </row>
6018 <row topline="true">
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Standard
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Standard
6032 s
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Standard
6041 s
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Standard
6050 s
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Standard
6059 asd
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row topline="true">
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Standard
6070 asd
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Standard
6079 s
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Standard
6088 s
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Standard
6097 s
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Standard
6106 asd
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row topline="true">
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Standard
6117 asd
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Standard
6126 s
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Standard
6135 s
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Standard
6144 s
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Standard
6153 asd
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row topline="true" bottomline="true">
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Standard
6164 asd
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Standard
6173 sad
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Standard
6182 asd
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Standard
6191 asd
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Standard
6200 asd
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 </lyxtabular>
6207
6208 \end_inset
6209
6210
6211 \begin_inset ERT
6212 status collapsed
6213
6214 \begin_layout Standard
6215
6216
6217 \backslash
6218 setlength{
6219 \backslash
6220 LTcapwidth}{4in}
6221 \end_layout
6222
6223 \end_inset
6224
6225
6226 \end_layout
6227
6228 \begin_layout Standard
6229
6230 \end_layout
6231
6232 \begin_layout Subsubsection
6233 Different Captions for Table Pages
6234 \begin_inset LatexCommand index
6235 name "Longtables ! Different Captions for Pages"
6236
6237 \end_inset
6238
6239
6240 \end_layout
6241
6242 \begin_layout Standard
6243 When the other captions should differ from the one of the first table page,
6244  insert the 
6245 \series bold
6246
6247 \backslash
6248 caption
6249 \series default
6250  command with a non-empty short title in a dummy caption row marked as first
6251  header.
6252  The caption used for the other table pages is inserted as 
6253 \series bold
6254
6255 \backslash
6256 caption
6257 \series default
6258  command without a short title in a dummy caption row that is marked as
6259  main header.
6260  When this caption shouldn't include the table number, use the command 
6261 \series bold
6262
6263 \backslash
6264 caption*
6265 \series default
6266  instead of 
6267 \series bold
6268
6269 \backslash
6270 caption
6271 \series default
6272 .
6273  The label to reference the table is inserted into the caption of the first
6274  header.
6275  Table\InsetSpace ~
6276
6277 \begin_inset LatexCommand ref
6278 reference "tab:DiffCaptions"
6279
6280 \end_inset
6281
6282  is an example for a longtable with different heading where the second caption
6283  doesn't include the table number.
6284 \end_layout
6285
6286 \begin_layout Standard
6287 \align center
6288 \begin_inset Tabular
6289 <lyxtabular version="3" rows="60" columns="3">
6290 <features islongtable="true">
6291 <column alignment="left" valignment="top" leftline="true" width="0cm">
6292 <column alignment="left" valignment="top" rightline="true" width="0pt">
6293 <column alignment="right" valignment="top" rightline="true" width="0pt">
6294 <row endfirsthead="true">
6295 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Standard
6299 \begin_inset ERT
6300 status collapsed
6301
6302 \begin_layout Standard
6303
6304
6305 \backslash
6306 caption[Example Phone List]{Example Phone List 
6307 \end_layout
6308
6309 \end_inset
6310
6311
6312 \begin_inset LatexCommand label
6313 name "tab:DiffCaptions"
6314
6315 \end_inset
6316
6317
6318 \begin_inset ERT
6319 status collapsed
6320
6321 \begin_layout Standard
6322
6323 }
6324 \backslash
6325
6326 \backslash
6327 %
6328 \end_layout
6329
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Standard
6341 \begin_inset ERT
6342 status collapsed
6343
6344 \begin_layout Standard
6345
6346 %
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Standard
6360 \begin_inset ERT
6361 status collapsed
6362
6363 \begin_layout Standard
6364
6365 %
6366 \end_layout
6367
6368 \end_inset
6369
6370
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 </row>
6376 <row topline="true" bottomline="true" endfirsthead="true">
6377 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Standard
6381
6382 \series bold
6383 Example Phone List (ignore the names)
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Standard
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Standard
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 </row>
6407 <row topline="true" bottomline="true" endfirsthead="true">
6408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Standard
6412
6413 \series bold
6414 NAME
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Standard
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Standard
6432
6433 \series bold
6434 TEL.
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row bottomline="true" endhead="true">
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Standard
6445 \begin_inset ERT
6446 status collapsed
6447
6448 \begin_layout Standard
6449
6450
6451 \backslash
6452 caption*{Continued Example Phone List}
6453 \backslash
6454
6455 \backslash
6456 %
6457 \end_layout
6458
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Standard
6470 \begin_inset ERT
6471 status collapsed
6472
6473 \begin_layout Standard
6474
6475 %
6476 \end_layout
6477
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Standard
6489 \begin_inset ERT
6490 status collapsed
6491
6492 \begin_layout Standard
6493
6494 %
6495 \end_layout
6496
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 </row>
6505 <row topline="true" bottomline="true" endhead="true">
6506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Standard
6510
6511 \series bold
6512 Example Phone List
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Standard
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Standard
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 </row>
6536 <row topline="true" bottomline="true" endhead="true">
6537 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Standard
6541
6542 \series bold
6543 NAME
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Standard
6552
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Standard
6561
6562 \series bold
6563 TEL.
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row topline="true" bottomline="true" endfoot="true">
6570 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Standard
6574 continued on next page
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Standard
6583
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Standard
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 </row>
6598 <row>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Standard
6603
6604 \series bold
6605 Annovi
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Standard
6614 Silvia
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Standard
6623 111
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 </row>
6629 <row>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Standard
6634
6635 \series bold
6636 Bertoli
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Standard
6645 Stefano
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Standard
6654 111
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 <row>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Standard
6665
6666 \series bold
6667 Bozzi
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Standard
6676 Walter
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Standard
6685 111
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 </row>
6691 <row>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Standard
6696
6697 \series bold
6698 Cachia
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Standard
6707 Maria
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Standard
6716 111
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 </row>
6722 <row>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Standard
6727
6728 \series bold
6729 Cachia
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Standard
6738 Maurizio
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Standard
6747 111
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 </row>
6753 <row>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Standard
6758
6759 \series bold
6760 Cinquemani
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Standard
6769 Giusi
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Standard
6778 111
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 </row>
6784 <row>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Standard
6789
6790 \series bold
6791 Colin
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Standard
6800 Bernard
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Standard
6809 111
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 <row>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Standard
6820
6821 \series bold
6822 Concli
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Standard
6831 Gianfranco
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Standard
6840 111
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 </row>
6846 <row>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Standard
6851
6852 \series bold
6853 Dal Bosco
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Standard
6862 Carolina
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Standard
6871 111
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 </row>
6877 <row>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Standard
6882
6883 \series bold
6884 Dalpiaz
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Standard
6893 Annamaria
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Standard
6902 111
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Standard
6913
6914 \series bold
6915 Feliciello
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Standard
6924 Domenico
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Standard
6933 111
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 </row>
6939 <row>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Standard
6944
6945 \series bold
6946 Focarelli
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Standard
6955 Paola
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Standard
6964 111
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Standard
6975
6976 \series bold
6977 Galletti
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Standard
6986 Oreste
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Standard
6995 111
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Standard
7006
7007 \series bold
7008 Gasparini
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Standard
7017 Franca
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Standard
7026 111
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Standard
7037
7038 \series bold
7039 Rizzardi
7040 \series default
7041
7042 \begin_inset Foot
7043 status collapsed
7044
7045 \begin_layout Standard
7046 Example footnote
7047 \end_layout
7048
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Standard
7060 Paola
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Standard
7069 111
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Standard
7080
7081 \series bold
7082 Lassini
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Standard
7091 Giancarlo
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Standard
7100 111
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 <row>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Standard
7111
7112 \series bold
7113 Malfatti
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Standard
7122 Luciano
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Standard
7131 111
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Standard
7142
7143 \series bold
7144 Malfatti
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Standard
7153 Valeriano
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Standard
7162 111
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Standard
7173
7174 \series bold
7175 Meneguzzo
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Standard
7184 Roberto
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Standard
7193 111
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 </row>
7199 <row>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Standard
7204
7205 \series bold
7206 Mezzadra
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Standard
7215 Roberto
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Standard
7224 111
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Standard
7235
7236 \series bold
7237 Pirpamer
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Standard
7246 Erich
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Standard
7255 111
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 </row>
7261 <row>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Standard
7266
7267 \series bold
7268 Pochiesa
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Standard
7277 Paolo
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Standard
7286 111, 222
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 </row>
7292 <row>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Standard
7297
7298 \series bold
7299 Radina
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Standard
7308 Claudio
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Standard
7317 111
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 </row>
7323 <row>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Standard
7328
7329 \series bold
7330 Stuffer
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Standard
7339 Oskar
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Standard
7348 111
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 </row>
7354 <row>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Standard
7359
7360 \series bold
7361 Tacchelli
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Standard
7370 Ugo
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Standard
7379 111
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 </row>
7385 <row>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Standard
7390
7391 \series bold
7392 Tezzele
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Standard
7401 Margit
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Standard
7410 111
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 </row>
7416 <row>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Standard
7421
7422 \series bold
7423 Unterkalmsteiner
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" topline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Standard
7432 Frieda
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Standard
7441 111
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 </row>
7447 <row>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Standard
7452
7453 \series bold
7454 Vieider
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" topline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Standard
7463 Hilde
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Standard
7472 111
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Standard
7483
7484 \series bold
7485 Vigna
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Standard
7494 Jürgen
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Standard
7503 111
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Standard
7514
7515 \series bold
7516 Weber
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Standard
7525 Maurizio
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Standard
7534 111
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row bottomline="true">
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Standard
7545
7546 \series bold
7547 Winkler
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Standard
7556 Franz
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Standard
7565 111
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row bottomline="true">
7572 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Standard
7576  
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Standard
7585
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Standard
7594
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row>
7601 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Standard
7605
7606 \series bold
7607 Annovi
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Standard
7616 Silvia
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Standard
7625 555
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Standard
7636
7637 \series bold
7638 Bertoli
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647 Stefano
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Standard
7656 555
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Standard
7667
7668 \series bold
7669 Bozzi
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Standard
7678 Walter
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Standard
7687 555
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Standard
7698
7699 \series bold
7700 Cachia
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" topline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Standard
7709 Maria
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Standard
7718 555
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Standard
7729
7730 \series bold
7731 Cachia
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" topline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Standard
7740 Maurizio
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Standard
7749 555
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Standard
7760
7761 \series bold
7762 Cinquemani
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" topline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Standard
7771 Giusi
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Standard
7780 555
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Standard
7791
7792 \series bold
7793 Colin
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" topline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Standard
7802 Bernard
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Standard
7811 555
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Standard
7822
7823 \series bold
7824 Concli
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" topline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Standard
7833 Gianfranco
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Standard
7842 555
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Standard
7853
7854 \series bold
7855 Dal Bosco
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" topline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Standard
7864 Carolina
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Standard
7873 555
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Standard
7884
7885 \series bold
7886 Dalpiaz
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" topline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Standard
7895 Annamaria
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Standard
7904 555
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Standard
7915
7916 \series bold
7917 Feliciello
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Standard
7926 Domenico
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Standard
7935 555
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Standard
7946
7947 \series bold
7948 Focarelli
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" topline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Standard
7957 Paola
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Standard
7966 555
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Standard
7977
7978 \series bold
7979 Galletti
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" topline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Standard
7988 Oreste
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Standard
7997 555
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Standard
8008
8009 \series bold
8010 Gasparini
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" topline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Standard
8019 Franca
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Standard
8028 555
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Standard
8039
8040 \series bold
8041 Rizzardi
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" topline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Standard
8050 Paola
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Standard
8059 555
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Standard
8070
8071 \series bold
8072 Lassini
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" topline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Standard
8081 Giancarlo
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Standard
8090 555
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Standard
8101
8102 \series bold
8103 Malfatti
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" topline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Standard
8112 Luciano
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Standard
8121 555
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Standard
8132
8133 \series bold
8134 Malfatti
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" topline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Standard
8143 Valeriano
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Standard
8152 555
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Standard
8163
8164 \series bold
8165 Meneguzzo
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" topline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Standard
8174 Roberto
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Standard
8183 555
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row bottomline="true">
8190 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Standard
8194
8195 \series bold
8196 Mezzadra
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" topline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Standard
8205 Roberto
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Standard
8214 555
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row bottomline="true" endlastfoot="true">
8221 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Standard
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Standard
8234
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Standard
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 </lyxtabular>
8250
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \begin_layout Section
8257 Special Longtable Issues
8258 \end_layout
8259
8260 \begin_layout Subsection
8261 Longtable Calculation
8262 \begin_inset LatexCommand index
8263 name "Longtables ! Calculation"
8264
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \begin_layout Standard
8271 LaTeX calculates the height of table pages and their page breaks using so
8272  called chunks.
8273  Chunks are pieces of the tables that are at once in LaTeX's memory.
8274  The default value is historically set to only 20 table rows.
8275  If you are using longtables with many pages this may slow down the creation
8276  of your document.
8277  You can safely increase the chunk size to values of 100-1000 by adding
8278  this command line to your document preamble:
8279 \end_layout
8280
8281 \begin_layout Standard
8282
8283 \series bold
8284
8285 \backslash
8286 setcounter{LTchunksize}{100}
8287 \end_layout
8288
8289 \begin_layout Subsection
8290 Floats and Longtables
8291 \begin_inset LatexCommand index
8292 name "Longtables ! Floats"
8293
8294 \end_inset
8295
8296
8297 \end_layout
8298
8299 \begin_layout Standard
8300 There might be problems when a float appears on the same page where a longtable
8301  starts.
8302  To avoid such situation, add the command 
8303 \series bold
8304
8305 \backslash
8306 clearpage
8307 \series default
8308  as ERT before your longtable.
8309 \end_layout
8310
8311 \begin_layout Subsection
8312 Forced Page Breaks
8313 \begin_inset LatexCommand index
8314 name "Longtables ! Forced Page Breaks"
8315
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \begin_layout Standard
8322 By default tables are only broken between rows.
8323  If you have a cell with multiples lines and want to have a page break within
8324  the cell, insert the new line command 
8325 \begin_inset Quotes eld
8326 \end_inset
8327
8328
8329 \series bold
8330
8331 \backslash
8332
8333 \backslash
8334
8335 \series default
8336
8337 \begin_inset Quotes erd
8338 \end_inset
8339
8340  as ERT at this point of the cell where it should be broken.
8341  Before the 
8342 \series bold
8343
8344 \backslash
8345
8346 \backslash
8347
8348 \series default
8349  command you have to insert in ERT so many 
8350 \begin_inset Quotes eld
8351 \end_inset
8352
8353
8354 \series bold
8355 &
8356 \series default
8357
8358 \begin_inset Quotes erd
8359 \end_inset
8360
8361  characters like the number of the following table columns.
8362  The 
8363 \series bold
8364 &
8365 \series default
8366  is the character to separate table cells.
8367  Write in ERT after each 
8368 \series bold
8369 &
8370 \series default
8371  the content of the corresponding following cell and delete the content
8372  of these cells.
8373 \newline
8374 Behind the the 
8375 \series bold
8376
8377 \backslash
8378
8379 \backslash
8380
8381 \series default
8382  command, insert so many 
8383 \series bold
8384 &
8385 \series default
8386  characters like the number of table columns before the current column.
8387  In Table\InsetSpace ~
8388
8389 \begin_inset LatexCommand ref
8390 reference "tab:ForcedPagebreak"
8391
8392 \end_inset
8393
8394  the cell that should be broken is in the second column followed by another
8395  column.
8396  Therefore the following command was inserted in the cell as ERT behind
8397  
8398 \begin_inset Quotes eld
8399 \end_inset
8400
8401
8402 \emph on
8403 Castelchiodato,
8404 \emph default
8405
8406 \begin_inset Quotes erd
8407 \end_inset
8408
8409 :
8410 \end_layout
8411
8412 \begin_layout Standard
8413
8414 \series bold
8415 & 111
8416 \backslash
8417
8418 \backslash
8419
8420 \newline
8421 &
8422 \end_layout
8423
8424 \begin_layout Standard
8425 The 
8426 \begin_inset Quotes eld
8427 \end_inset
8428
8429 111
8430 \begin_inset Quotes erd
8431 \end_inset
8432
8433  in the third columns of the row was deleted.
8434  If your footer row of the longtable has for a certain reason no upper line
8435  but you would have a horizontal line where the cell is broken, use this
8436  command instead:
8437 \end_layout
8438
8439 \begin_layout Standard
8440
8441 \series bold
8442 & 111
8443 \backslash
8444
8445 \backslash
8446
8447 \newline
8448
8449 \backslash
8450 hline &
8451 \end_layout
8452
8453 \begin_layout Standard
8454 When the cell to be broken is in the last column, the command
8455 \end_layout
8456
8457 \begin_layout Standard
8458
8459 \series bold
8460
8461 \backslash
8462 setlength{
8463 \backslash
8464 parfillskip}{0pt}
8465 \end_layout
8466
8467 \begin_layout Standard
8468 must be inserted as ERT at the beginning of the cell.
8469  This assures that the part of the cell that will be displayed on the new
8470  page appears with the full width.
8471  
8472 \end_layout
8473
8474 \begin_layout Standard
8475 \align center
8476 \begin_inset Tabular
8477 <lyxtabular version="3" rows="39" columns="3">
8478 <features islongtable="true">
8479 <column alignment="left" valignment="top" leftline="true" width="0cm">
8480 <column alignment="left" valignment="top" rightline="true" width="3cm">
8481 <column alignment="right" valignment="top" rightline="true" width="0pt">
8482 <row endfirsthead="true">
8483 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Standard
8487 \begin_inset ERT
8488 status collapsed
8489
8490 \begin_layout Standard
8491
8492
8493 \backslash
8494 caption[Table with forced page break in table cell]{Table with forced page
8495  break in table cell 
8496 \end_layout
8497
8498 \end_inset
8499
8500
8501 \begin_inset LatexCommand label
8502 name "tab:ForcedPagebreak"
8503
8504 \end_inset
8505
8506
8507 \begin_inset ERT
8508 status collapsed
8509
8510 \begin_layout Standard
8511
8512 }
8513 \backslash
8514
8515 \backslash
8516 %
8517 \end_layout
8518
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Standard
8530 \begin_inset ERT
8531 status collapsed
8532
8533 \begin_layout Standard
8534
8535 %
8536 \end_layout
8537
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Standard
8549 \begin_inset ERT
8550 status collapsed
8551
8552 \begin_layout Standard
8553
8554 %
8555 \end_layout
8556
8557 \end_inset
8558
8559
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row topline="true" bottomline="true" endfirsthead="true">
8566 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Standard
8570
8571 \series bold
8572 Example Phone List (ignore the names)
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Standard
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Standard
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row topline="true" bottomline="true" endfirsthead="true">
8597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Standard
8601
8602 \series bold
8603 NAME
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Standard
8612
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Standard
8621
8622 \series bold
8623 TEL.
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row bottomline="true" endhead="true">
8630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Standard
8634 \begin_inset ERT
8635 status collapsed
8636
8637 \begin_layout Standard
8638
8639
8640 \backslash
8641 caption{Continued table with forced page break in table cell}
8642 \backslash
8643
8644 \backslash
8645 %
8646 \end_layout
8647
8648 \end_inset
8649
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Standard
8659 \begin_inset ERT
8660 status collapsed
8661
8662 \begin_layout Standard
8663
8664 %
8665 \end_layout
8666
8667 \end_inset
8668
8669
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Standard
8678 \begin_inset ERT
8679 status collapsed
8680
8681 \begin_layout Standard
8682
8683 %
8684 \end_layout
8685
8686 \end_inset
8687
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row topline="true" bottomline="true" endhead="true">
8695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Standard
8699
8700 \series bold
8701  Example Phone List
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Standard
8710
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Standard
8719
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row topline="true" bottomline="true" endhead="true">
8726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Standard
8730
8731 \series bold
8732 NAME
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Standard
8741
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Standard
8750
8751 \series bold
8752 TEL.
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row topline="true" bottomline="true" endfoot="true">
8759 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Standard
8763 continued on next page
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Standard
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Standard
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Standard
8792
8793 \series bold
8794 Annovi
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Standard
8803 Silvia
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Standard
8812 111
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Standard
8823
8824 \series bold
8825 Bertoli
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" topline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Standard
8834 Stefano
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Standard
8843 111
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Standard
8854
8855 \series bold
8856 Bozzi
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" topline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Standard
8865 Walter
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Standard
8874 111
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Standard
8885
8886 \series bold
8887 Cachia
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" topline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Standard
8896 Maria
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Standard
8905 111
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Standard
8916
8917 \series bold
8918 Cachia
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" topline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Standard
8927 Maurizio
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Standard
8936 111
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Standard
8947
8948 \series bold
8949 Cinquemani
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" topline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Standard
8958 Giusi
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Standard
8967 111
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Standard
8978
8979 \series bold
8980 Colin
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" topline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Standard
8989 Bernard
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Standard
8998 111
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Standard
9009
9010 \series bold
9011 Concli
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" topline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Standard
9020 Gianfranco
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Standard
9029 111
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Standard
9040
9041 \series bold
9042 Dal Bosco
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" topline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Standard
9051 Carolina
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Standard
9060 111
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Standard
9071
9072 \series bold
9073 Dalpiaz
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" topline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Standard
9082 Annamaria
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Standard
9091 111
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Standard
9102
9103 \series bold
9104 Feliciello
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Standard
9113 Domenico
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Standard
9122 111
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Standard
9133
9134 \series bold
9135 Focarelli
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" topline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Standard
9144 Paola
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Standard
9153 111
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Standard
9164
9165 \series bold
9166 Galletti
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Standard
9175 Oreste
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Standard
9184 111
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Standard
9195
9196 \series bold
9197 Gasparini
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Standard
9206 Franca
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Standard
9215 111
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Standard
9226
9227 \series bold
9228 Lassini
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Standard
9237 Giancarlo
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Standard
9246 111
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Standard
9257
9258 \series bold
9259 Malfatti
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" topline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Standard
9268 Luciano
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Standard
9277 111
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Standard
9288
9289 \series bold
9290 Malfatti
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" topline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Standard
9299 Valeriano
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Standard
9308 111
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Standard
9319
9320 \series bold
9321 Meneguzzo
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" topline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Standard
9330 Roberto
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Standard
9339 111
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Standard
9350
9351 \series bold
9352 Mezzadra
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" topline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Standard
9361 Roberto
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Standard
9370 111
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Standard
9381
9382 \series bold
9383 Pirpamer
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" topline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Standard
9392 Erich
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Standard
9401 111
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Standard
9412
9413 \series bold
9414 Pochiesa
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" topline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Standard
9423 Paolo
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Standard
9432 111, 222
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Standard
9443
9444 \series bold
9445 Radina
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" topline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Standard
9454 Claudio
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Standard
9463 111
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Standard
9474
9475 \series bold
9476 Rizzardi
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Standard
9485 Paolo, 11.
9486  Fürst von Montecompatri, 11.
9487  Fürst von Sulmona und Vivaro, 10.
9488  Fürst von Rossano, 5.
9489  Herzog von Canemorte, 11.
9490  Herzog von Palombara, 5.
9491  Herzog von Castelchiodato,
9492 \begin_inset ERT
9493 status collapsed
9494
9495 \begin_layout Standard
9496
9497 & 111
9498 \backslash
9499
9500 \backslash
9501
9502 \end_layout
9503
9504 \begin_layout Standard
9505
9506 &
9507 \end_layout
9508
9509 \end_inset
9510
9511  11.
9512  Herzog von Poggionativo, 11.
9513  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9514  Graf von Valinfreda, 11.
9515  Baron von Cropalati, 11.
9516  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Standard
9525
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Standard
9536
9537 \series bold
9538 Stuffer
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" topline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Standard
9547 Oskar
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Standard
9556 111
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Standard
9567
9568 \series bold
9569 Tacchelli
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="center" valignment="top" topline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Standard
9578 Ugo
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Standard
9587 111
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 </row>
9593 <row>
9594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Standard
9598
9599 \series bold
9600 Tezzele
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="center" valignment="top" topline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Standard
9609 Margit
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Standard
9618 111
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Standard
9629
9630 \series bold
9631 Unterkalmsteiner
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" topline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Standard
9640 Frieda
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Standard
9649 111
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 <row>
9656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Standard
9660
9661 \series bold
9662 Vieider
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" topline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Standard
9671 Hilde
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Standard
9680 111
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 </row>
9686 <row>
9687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Standard
9691
9692 \series bold
9693 Vigna
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" topline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Standard
9702 Jürgen
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Standard
9711 111
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Standard
9722
9723 \series bold
9724 Weber
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell alignment="center" valignment="top" topline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Standard
9733 Maurizio
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Standard
9742 111
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row bottomline="true">
9749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Standard
9753
9754 \series bold
9755 Winkler
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" topline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Standard
9764 Franz
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Standard
9773 111
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 </row>
9779 <row endlastfoot="true">
9780 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Standard
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Standard
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Standard
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 </lyxtabular>
9809
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \begin_layout Section
9816 Multiple Lines Columns and Rows
9817 \end_layout
9818
9819 \begin_layout Subsection
9820 Multiple Lines in Table Cells
9821 \begin_inset LatexCommand label
9822 name "sub:Multiple-Lines-in"
9823
9824 \end_inset
9825
9826
9827 \begin_inset LatexCommand index
9828 name "Multiple Lines in Table Cells"
9829
9830 \end_inset
9831
9832
9833 \begin_inset LatexCommand index
9834 name "Table ! Linebreaks"
9835
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \begin_layout Standard
9842 \align center
9843 \begin_inset Float table
9844 placement H
9845 wide false
9846 sideways false
9847 status collapsed
9848
9849 \begin_layout Caption
9850 \begin_inset LatexCommand label
9851 name "tab:Table-with-multiple"
9852
9853 \end_inset
9854
9855 Table with multiple lines in cells
9856 \end_layout
9857
9858 \begin_layout Standard
9859 \align center
9860 \begin_inset Tabular
9861 <lyxtabular version="3" rows="3" columns="3">
9862 <features>
9863 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9864 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9865 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9866 <row topline="true">
9867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Standard
9871 multiple
9872 \begin_inset ERT
9873 status collapsed
9874
9875 \begin_layout Standard
9876
9877
9878 \backslash
9879 linebreak 
9880 \end_layout
9881
9882 \end_inset
9883
9884  lines
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Standard
9893 b
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Standard
9902 c
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row topline="true">
9909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Standard
9913 d
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Standard
9922 e
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Standard
9931 f
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row topline="true" bottomline="true">
9938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Standard
9942 g
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Standard
9951 h
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Standard
9960 i
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 </lyxtabular>
9967
9968 \end_inset
9969
9970
9971 \end_layout
9972
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \begin_layout Standard
9979 Adjusting a fixed width for a column, enables to enter text as a paragraph
9980  with multiple lines and hyphenations.
9981 \end_layout
9982
9983 \begin_layout Standard
9984 To produce Table\InsetSpace ~
9985
9986 \begin_inset LatexCommand ref
9987 reference "tab:Table-with-multiple"
9988
9989 \end_inset
9990
9991 , create a 3×3 table, mark the first cell and right-click on it.
9992  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
9993 cm and choose centered
9994  for the vertical and horizontal alignment.
9995  As our text is smaller than than 2.5\InsetSpace \thinspace{}
9996 cm, only one line will appear.
9997  To get two lines, we add a line break with the command
9998 \end_layout
9999
10000 \begin_layout Standard
10001
10002 \series bold
10003
10004 \backslash
10005 linebreak
10006 \end_layout
10007
10008 \begin_layout Standard
10009 in ERT.
10010  If the text is wider than the set cell width it will automatically be broken
10011  to several lines.
10012 \end_layout
10013
10014 \begin_layout Standard
10015 To center the text inside the two other cells of the first row vertically,
10016  right-click in the second cell, adjust a fixed width of 0.5\InsetSpace \thinspace{}
10017 cm and choose
10018  centered alignments.
10019  Then do the same for the third cell of the row.
10020 \end_layout
10021
10022 \begin_layout Standard
10023 If you have a long word in a cell with a fixed width, it cannot be hyphenated
10024  by LaTeX if it is the first entry.
10025  Therefore you need to insert something, to make the word not being the
10026  first entry: Add the command
10027 \end_layout
10028
10029 \begin_layout Standard
10030
10031 \series bold
10032
10033 \backslash
10034 hspace{0pt}
10035 \end_layout
10036
10037 \begin_layout Standard
10038 in ERT before the word.
10039  As the space is zero, it doesn't change the output.
10040  Table\InsetSpace ~
10041
10042 \begin_inset LatexCommand ref
10043 reference "tab:Table-with-and"
10044
10045 \end_inset
10046
10047  shows the effect.
10048 \end_layout
10049
10050 \begin_layout Standard
10051 \begin_inset Float table
10052 wide false
10053 sideways false
10054 status open
10055
10056 \begin_layout Caption
10057 \begin_inset LatexCommand label
10058 name "tab:Table-with-and"
10059
10060 \end_inset
10061
10062 Table with and without hyphenation
10063 \end_layout
10064
10065 \begin_layout Standard
10066
10067 \hfill
10068
10069 \begin_inset Tabular
10070 <lyxtabular version="3" rows="3" columns="3">
10071 <features>
10072 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10073 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10074 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10075 <row topline="true">
10076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Standard
10080 verylongtablecellword
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Standard
10089 b
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Standard
10098 c
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row topline="true">
10105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Standard
10109 d
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Standard
10118 e
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Standard
10127 f
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row topline="true" bottomline="true">
10134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Standard
10138 g
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Standard
10147 h
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Standard
10156 i
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 </lyxtabular>
10163
10164 \end_inset
10165
10166
10167 \hfill
10168
10169 \begin_inset Tabular
10170 <lyxtabular version="3" rows="3" columns="3">
10171 <features>
10172 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10173 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10174 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10175 <row topline="true">
10176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Standard
10180 \begin_inset ERT
10181 status collapsed
10182
10183 \begin_layout Standard
10184
10185
10186 \backslash
10187 hspace{0pt}
10188 \end_layout
10189
10190 \end_inset
10191
10192 verylongtablecellword
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Standard
10201 b
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Standard
10210 c
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row topline="true">
10217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Standard
10221 d
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Standard
10230 e
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Standard
10239 f
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row topline="true" bottomline="true">
10246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Standard
10250 g
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Standard
10259 h
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Standard
10268 i
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 </lyxtabular>
10275
10276 \end_inset
10277
10278
10279 \hfill
10280
10281 \end_layout
10282
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \begin_layout Standard
10289
10290 \newpage
10291
10292 \end_layout
10293
10294 \begin_layout Subsection
10295 Multicolumns
10296 \begin_inset LatexCommand label
10297 name "sub:Multicolumns"
10298
10299 \end_inset
10300
10301
10302 \begin_inset LatexCommand index
10303 name "Multicolumns"
10304
10305 \end_inset
10306
10307
10308 \begin_inset LatexCommand index
10309 name "Table ! Multicolumns"
10310
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \begin_layout Subsubsection
10317 Multicolumn Basics
10318 \end_layout
10319
10320 \begin_layout Standard
10321 To span a cell over multiple columns, mark as much cells within a line that
10322  should be one spanned cell and use either the table-toolbar button 
10323 \begin_inset Graphics
10324         filename ../images/tabular-feature_multicolumn.xpm
10325         scale 85
10326
10327 \end_inset
10328
10329 , or the menu 
10330 \family sans
10331 Edit\SpecialChar \menuseparator
10332 Table\SpecialChar \menuseparator
10333 Multicolumn
10334 \family default
10335 , or right click on the marked cells and choose multicolumn in the appearing
10336  table dialog under the tab 
10337 \family sans
10338 Table Settings
10339 \family default
10340 .
10341 \end_layout
10342
10343 \begin_layout Standard
10344 Multicolumns have there own cell settings.
10345  That means changing cell borders, cell alignment, and the width only affects
10346  the multicolumn.
10347  Here is an example table with a multicolumn cell in the first row and one
10348  in the last row without the upper border:
10349 \end_layout
10350
10351 \begin_layout Standard
10352 \align center
10353 \begin_inset Tabular
10354 <lyxtabular version="3" rows="3" columns="4">
10355 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10356 <column alignment="center" valignment="top" leftline="true" width="0pt">
10357 <column alignment="center" valignment="middle" leftline="true" width="0">
10358 <column alignment="center" valignment="top" leftline="true" width="0in">
10359 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10360 <row topline="true" bottomline="true">
10361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Standard
10365 abc
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Standard
10374 def
10375 \lang ngerman
10376  
10377 \lang english
10378 ghi
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Standard
10387
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Standard
10396 jkl
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row topline="true">
10403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Standard
10407
10408 \family roman
10409 \series medium
10410 \shape up
10411 \size normal
10412 \emph off
10413 \bar no
10414 \noun off
10415 \color none
10416 A
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Standard
10425 B
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Standard
10434 C
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Standard
10443 D
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row topline="true" bottomline="true">
10450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Standard
10454 1
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Standard
10463 2
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Standard
10472 3
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Standard
10481 4
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 </lyxtabular>
10488
10489 \end_inset
10490
10491
10492 \end_layout
10493
10494 \begin_layout Subsubsection
10495 Multicolumn Calculations
10496 \begin_inset LatexCommand label
10497 name "sub:Multicolumn-Calculations"
10498
10499 \end_inset
10500
10501
10502 \begin_inset LatexCommand index
10503 name "Multicolumns ! Calculations"
10504
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \begin_layout Standard
10511 LyX supports multicolumns directly, but we have to take notice of the cell
10512  width of the columns spanned by the multicolumn cell.
10513 \end_layout
10514
10515 \begin_layout Standard
10516 \begin_inset Float table
10517 wide false
10518 sideways false
10519 status open
10520
10521 \begin_layout Caption
10522 \begin_inset LatexCommand label
10523 name "tab:Table-with-centered"
10524
10525 \end_inset
10526
10527 Table with centered multicolumn text above two columns that have exactly
10528  half the width of the multicolumn cell
10529 \begin_inset OptArg
10530 status collapsed
10531
10532 \begin_layout Standard
10533 Perfect multicolumn table
10534 \end_layout
10535
10536 \end_inset
10537
10538
10539 \end_layout
10540
10541 \begin_layout Standard
10542 \align center
10543 \begin_inset Tabular
10544 <lyxtabular version="3" rows="3" columns="3">
10545 <features>
10546 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10547 <column alignment="center" valignment="middle" leftline="true" width="0">
10548 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10549 <row topline="true">
10550 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10551 \begin_inset Text
10552
10553 \begin_layout Standard
10554 multiple lines multicolumn
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Standard
10563
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Standard
10572 c
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row topline="true">
10579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Standard
10583 d
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Standard
10592 e
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Standard
10601 f
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row topline="true" bottomline="true">
10608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Standard
10612 g
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Standard
10621 h
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Standard
10630 i
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 </lyxtabular>
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \end_inset
10644
10645
10646 \end_layout
10647
10648 \begin_layout Standard
10649 To create for example Table\InsetSpace ~
10650
10651 \begin_inset LatexCommand ref
10652 reference "tab:Table-with-centered"
10653
10654 \end_inset
10655
10656 , mark the first two cells in the first row a 3×3 table and right-click
10657  on them.
10658  Now choose for this cell 
10659 \emph on
10660 multicolumn
10661 \emph default
10662
10663 \emph on
10664 centered alignment
10665 \emph default
10666  and a width of 2.5\InsetSpace \thinspace{}
10667 cm in the table dialog.
10668  The spanned columns should have exactly half the width of the multicolumn
10669  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10670 cm for the first column.
10671  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10672 cm (multicolumn
10673  width - width of first column).
10674  This was done for Table\InsetSpace ~
10675
10676 \begin_inset LatexCommand ref
10677 reference "tab:Table-without-half"
10678
10679 \end_inset
10680
10681 .
10682 \end_layout
10683
10684 \begin_layout Standard
10685 \begin_inset Float table
10686 wide false
10687 sideways false
10688 status open
10689
10690 \begin_layout Caption
10691 \begin_inset LatexCommand label
10692 name "tab:Table-without-half"
10693
10694 \end_inset
10695
10696 Table where the spanned table columns have not exactly half the width of
10697  the multicolumn cell
10698 \begin_inset OptArg
10699 status collapsed
10700
10701 \begin_layout Standard
10702 Imperfect multicolumn table
10703 \end_layout
10704
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \begin_layout Standard
10711 \align center
10712 \begin_inset Tabular
10713 <lyxtabular version="3" rows="3" columns="3">
10714 <features>
10715 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10716 <column alignment="center" valignment="top" leftline="true" width="0">
10717 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10718 <row topline="true" bottomline="true">
10719 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10720 \begin_inset Text
10721
10722 \begin_layout Standard
10723 multiple lines multicolumn
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Standard
10732
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Standard
10741 c
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row topline="true">
10748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Standard
10752 d
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Standard
10761 e
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Standard
10770 f
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row topline="true" bottomline="true">
10777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Standard
10781 g
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Standard
10790 h
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Standard
10799 i
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 </lyxtabular>
10806
10807 \end_inset
10808
10809
10810 \end_layout
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \begin_layout Standard
10818 You can see that the first column has not the half width of the multicolumn
10819  cell, it is a bit bigger.
10820  The reason is that the given width of a cell 
10821 \begin_inset Formula $W_{g}$
10822 \end_inset
10823
10824  is not its total width 
10825 \begin_inset Formula $W_{\mathrm{tot}}$
10826 \end_inset
10827
10828  because a cell is always a bit larger than its given width.
10829  Appendix\InsetSpace ~
10830
10831 \begin_inset LatexCommand eqref
10832 reference "cha:Explanation-of-Equation"
10833
10834 \end_inset
10835
10836  explains it in detail.
10837 \end_layout
10838
10839 \begin_layout Standard
10840 The needed given width 
10841 \begin_inset Formula $W_{g\, n}$
10842 \end_inset
10843
10844  when 
10845 \emph on
10846 n
10847 \emph default
10848  columns are spanned columns can be calculated, so that each column has
10849  a total width of 
10850 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10851 \end_inset
10852
10853 :
10854 \begin_inset Formula \begin{equation}
10855 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10856
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \begin_layout Standard
10863 In our case we have 
10864 \begin_inset Formula $n=2$
10865 \end_inset
10866
10867
10868 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10869 \end_inset
10870
10871 cm and the default values for the lengths, so that equation 
10872 \begin_inset LatexCommand ref
10873 reference "eq:Wgn"
10874
10875 \end_inset
10876
10877  becomes
10878 \begin_inset Formula \begin{equation}
10879 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10880
10881 \end_inset
10882
10883
10884 \end_layout
10885
10886 \begin_layout Standard
10887 To enable calculations in LaTeX, the LaTeX-package 
10888 \series bold
10889 calc
10890 \series default
10891  must be loaded with the document preamble line
10892 \begin_inset LatexCommand index
10893 name "LaTeX-packages ! calc"
10894
10895 \end_inset
10896
10897
10898 \end_layout
10899
10900 \begin_layout Standard
10901
10902 \series bold
10903
10904 \backslash
10905 usepackage{calc}
10906 \end_layout
10907
10908 \begin_layout Standard
10909 LyX does not allow to calculate lengths in the width-field of the table
10910  dialog.
10911  Therefore you have to format the column by inserting a LaTeX-argument in
10912  the dialog.
10913  Here is an overview about the arguments:
10914 \end_layout
10915
10916 \begin_layout Itemize
10917
10918 \series bold
10919 p{width}
10920 \series default
10921  creates cell with a fixed width, its text is vertically top-aligned
10922 \end_layout
10923
10924 \begin_layout Itemize
10925
10926 \series bold
10927 m{width}
10928 \series default
10929  creates cell with a fixed width, its text is vertically centered
10930 \end_layout
10931
10932 \begin_layout Itemize
10933
10934 \series bold
10935 b{width}
10936 \series default
10937  creates cell with a fixed width, its text is vertically bottom-aligned
10938 \end_layout
10939
10940 \begin_layout Standard
10941 By entering a LaTeX-argument, all cell properties set in the table dialog
10942  are overwritten.
10943  
10944 \begin_inset Note Greyedout
10945 status open
10946
10947 \begin_layout Standard
10948
10949 \series bold
10950 Note:
10951 \series default
10952  Due to a bug, LyX shows the overwritten properties anyway.
10953 \end_layout
10954
10955 \end_inset
10956
10957  As the text should be horizontally centered, the command 
10958 \series bold
10959
10960 \backslash
10961 centering
10962 \series default
10963  is added.
10964  You can now enter the following LaTeX-argument for the first spanned column:
10965 \end_layout
10966
10967 \begin_layout Standard
10968
10969 \series bold
10970 |>{
10971 \backslash
10972 centering}m{1.25cm-6.2pt}
10973 \end_layout
10974
10975 \begin_layout Standard
10976 The bar 
10977 \begin_inset Quotes eld
10978 \end_inset
10979
10980
10981 \series bold
10982 |
10983 \series default
10984
10985 \begin_inset Quotes erd
10986 \end_inset
10987
10988  at the beginning draws the border line and the command 
10989 \series bold
10990 >{ }
10991 \series default
10992  means, that the commands inside the braces are applied before the cell
10993  is created.
10994 \end_layout
10995
10996 \begin_layout Standard
10997 Although we have chosen centered alignment for the text of the multicolumn
10998  cell, it is still left aligned.
10999  This is because LyX only applies the alignment to single columns.
11000  So we have to use for the multicolumn the LaTeX-argument
11001 \end_layout
11002
11003 \begin_layout Standard
11004
11005 \series bold
11006 |>{
11007 \backslash
11008 centering}m{2.5cm}|
11009 \end_layout
11010
11011 \begin_layout Subsection
11012 Multirows
11013 \begin_inset LatexCommand index
11014 name "Multirows"
11015
11016 \end_inset
11017
11018
11019 \begin_inset LatexCommand index
11020 name "Table ! Multirows"
11021
11022 \end_inset
11023
11024
11025 \begin_inset LatexCommand index
11026 name "LaTeX-packages ! multirow"
11027
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \begin_layout Standard
11034 In contrary to multicolumns multirows are not yet supported by LyX so a
11035  bit of ERT needs to be used.
11036  To use multirows load the LaTeX-package 
11037 \series bold
11038 multirow
11039 \series default
11040  in your document preamble with the command
11041 \end_layout
11042
11043 \begin_layout Standard
11044
11045 \series bold
11046
11047 \backslash
11048 usepackage{multirow}
11049 \end_layout
11050
11051 \begin_layout Standard
11052 Multirows are created with the command
11053 \end_layout
11054
11055 \begin_layout Standard
11056
11057 \series bold
11058
11059 \backslash
11060 multirow{number of rows}{cell width}{cell entry}
11061 \end_layout
11062
11063 \begin_layout Standard
11064 To create the following table:
11065 \end_layout
11066
11067 \begin_layout Standard
11068 \align center
11069 \begin_inset ERT
11070 status collapsed
11071
11072 \begin_layout Standard
11073
11074
11075 \backslash
11076 renewcommand{
11077 \backslash
11078 multirowsetup}{
11079 \backslash
11080 centering}
11081 \end_layout
11082
11083 \end_inset
11084
11085
11086 \begin_inset Tabular
11087 <lyxtabular version="3" rows="3" columns="3">
11088 <features>
11089 <column alignment="center" valignment="top" leftline="true" width="0">
11090 <column alignment="center" valignment="top" leftline="true" width="0">
11091 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11092 <row topline="true">
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Standard
11097 a
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Standard
11106 b
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Standard
11115 c
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 <row topline="true">
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Standard
11126 \begin_inset ERT
11127 status collapsed
11128
11129 \begin_layout Standard
11130
11131
11132 \backslash
11133 multirow{2}{2.5cm}{
11134 \end_layout
11135
11136 \end_inset
11137
11138 multirow entry
11139 \begin_inset ERT
11140 status collapsed
11141
11142 \begin_layout Standard
11143
11144 }
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Standard
11158 e
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Standard
11167 f
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 <row topline="true" bottomline="true">
11174 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Standard
11178
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Standard
11187 h
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Standard
11196 i
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 </lyxtabular>
11203
11204 \end_inset
11205
11206
11207 \begin_inset ERT
11208 status collapsed
11209
11210 \begin_layout Standard
11211
11212
11213 \backslash
11214 renewcommand{
11215 \backslash
11216 multirowsetup}{
11217 \backslash
11218 raggedright}
11219 \end_layout
11220
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \begin_layout Standard
11227 create a 3×3 table.
11228  To get rid of the line above the last cell in the first column, the cell
11229  is marked as multicolumn and the upper border is unset.
11230  The multirow is now created in the second row of the first column by inserting
11231  there the command
11232 \end_layout
11233
11234 \begin_layout Standard
11235
11236 \series bold
11237
11238 \backslash
11239 multirow{2}{2.5cm}{
11240 \end_layout
11241
11242 \begin_layout Standard
11243 as ERT.
11244  According to the command parameters the multirow spans now two rows and
11245  has a width of 2.5\InsetSpace \thinspace{}
11246 cm.
11247  The content of the multirow cell follows outside the ERT box and the command
11248  is finished with a right brace 
11249 \series bold
11250 }
11251 \series default
11252  in another ERT-box behind the text.
11253 \end_layout
11254
11255 \begin_layout Standard
11256
11257 \series bold
11258
11259 \backslash
11260 multirow
11261 \series default
11262  left-aligns its content by default.
11263  To override the default, renew the command 
11264 \series bold
11265
11266 \backslash
11267 multirowsetup
11268 \series default
11269  with the command
11270 \end_layout
11271
11272 \begin_layout Standard
11273
11274 \series bold
11275
11276 \backslash
11277 renewcommand{
11278 \backslash
11279 multirowsetup}{
11280 \backslash
11281 centering}
11282 \end_layout
11283
11284 \begin_layout Standard
11285 in ERT in the document preamble.
11286  Then all entries of multirow cells in the document are centered.
11287  If centering is only needed for several tables, you can renew the command
11288  in an ERT box just before the table instead of the preamble.
11289  If the text should be right-aligned, replace 
11290 \series bold
11291
11292 \backslash
11293 centering
11294 \series default
11295  by 
11296 \series bold
11297
11298 \backslash
11299 raggedleft
11300 \series default
11301 .
11302  To return to left-alignment 
11303 \series bold
11304
11305 \backslash
11306 raggedright
11307 \series default
11308  is used.
11309 \end_layout
11310
11311 \begin_layout Section
11312 Booktabs
11313 \begin_inset LatexCommand label
11314 name "sec:Booktabs"
11315
11316 \end_inset
11317
11318
11319 \begin_inset LatexCommand index
11320 name "Booktabs"
11321
11322 \end_inset
11323
11324
11325 \begin_inset LatexCommand index
11326 name "LaTeX-packages ! booktabs"
11327
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \begin_layout Standard
11334 Tables are often typeset in books similar to Table\InsetSpace ~
11335
11336 \begin_inset LatexCommand ref
11337 reference "tab:Example-booktabs-table"
11338
11339 \end_inset
11340
11341 .
11342  They are therefore called 
11343 \begin_inset Quotes eld
11344 \end_inset
11345
11346
11347 \emph on
11348 booktabs
11349 \emph default
11350
11351 \begin_inset Quotes erd
11352 \end_inset
11353
11354 .
11355  To make a table a booktabs-table use the option 
11356 \end_layout
11357
11358 \begin_layout Standard
11359 \begin_inset Float table
11360 placement h
11361 wide false
11362 sideways false
11363 status open
11364
11365 \begin_layout Caption
11366 \begin_inset LatexCommand label
11367 name "tab:Example-booktabs-table"
11368
11369 \end_inset
11370
11371 Example booktabs-table
11372 \end_layout
11373
11374 \begin_layout Standard
11375 \align center
11376 \begin_inset Tabular
11377 <lyxtabular version="3" rows="9" columns="4">
11378 <features>
11379 <column alignment="center" valignment="top" width="0">
11380 <column alignment="center" valignment="top" width="0">
11381 <column alignment="center" valignment="top" width="0">
11382 <column alignment="center" valignment="top" width="0">
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Standard
11388 \begin_inset ERT
11389 status collapsed
11390
11391 \begin_layout Standard
11392
11393
11394 \backslash
11395 toprule 
11396 \end_layout
11397
11398 \end_inset
11399
11400 System
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Standard
11409 Medipix
11410 \begin_inset Formula $\,$
11411 \end_inset
11412
11413 1
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Standard
11422 Medipix
11423 \begin_inset Formula $\,$
11424 \end_inset
11425
11426 2
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Standard
11435
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 <row>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Standard
11446 \begin_inset ERT
11447 status collapsed
11448
11449 \begin_layout Standard
11450
11451
11452 \backslash
11453 cmidrule(r){2-2}
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \begin_inset ERT
11460 status collapsed
11461
11462 \begin_layout Standard
11463
11464
11465 \backslash
11466 cmidrule(l){3-4}
11467 \end_layout
11468
11469 \end_inset
11470
11471 Detector thickness [
11472 \begin_inset ERT
11473 status collapsed
11474
11475 \begin_layout Standard
11476
11477
11478 \backslash
11479 textmu m 
11480 \end_layout
11481
11482 \end_inset
11483
11484 ]
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Standard
11493 300
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Standard
11502 300
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Standard
11511 700
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Standard
11522 \begin_inset ERT
11523 status collapsed
11524
11525 \begin_layout Standard
11526
11527
11528 \backslash
11529 midrule 
11530 \end_layout
11531
11532 \end_inset
11533
11534 Edge angle [°]
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Standard
11543 3.55
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Standard
11552 2.71
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Standard
11561 7.99
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 <row>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Standard
11572 \begin_inset ERT
11573 status collapsed
11574
11575 \begin_layout Standard
11576
11577
11578 \backslash
11579 addlinespace 
11580 \end_layout
11581
11582 \end_inset
11583
11584 Spatial resolution [
11585 \begin_inset ERT
11586 status collapsed
11587
11588 \begin_layout Standard
11589
11590
11591 \backslash
11592 textmu m 
11593 \end_layout
11594
11595 \end_inset
11596
11597 ]
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Standard
11606 4.26
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Standard
11615 10.17
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Standard
11624 10.56
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 <row>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Standard
11635 \begin_inset ERT
11636 status collapsed
11637
11638 \begin_layout Standard
11639
11640
11641 \backslash
11642 addlinespace 
11643 \end_layout
11644
11645 \end_inset
11646
11647 MTF at 
11648 \begin_inset Formula $f_{\mathrm{max}}$
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Standard
11660 0.53
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Standard
11669 0.37
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Standard
11678 0.39
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 </row>
11684 <row>
11685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Standard
11689 \begin_inset ERT
11690 status collapsed
11691
11692 \begin_layout Standard
11693
11694
11695 \backslash
11696 addlinespace 
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \begin_inset ERT
11703 status collapsed
11704
11705 \begin_layout Standard
11706
11707
11708 \backslash
11709 cmidrule(l{10pt}){1-1}
11710 \end_layout
11711
11712 \end_inset
11713
11714 LSF-spatial resolution
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Standard
11723
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Standard
11732
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Standard
11741
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 </row>
11747 <row>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Standard
11752 in 
11753 \begin_inset ERT
11754 status collapsed
11755
11756 \begin_layout Standard
11757
11758
11759 \backslash
11760 textmu m 
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Standard
11774 129.7
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Standard
11783 52.75
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Standard
11792 50.78
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 <row>
11799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Standard
11803 in % of pixel size
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Standard
11812 76.3
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Standard
11821 95.9
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Standard
11830 92.3
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 <row>
11837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Standard
11841 \begin_inset ERT
11842 status collapsed
11843
11844 \begin_layout Standard
11845
11846
11847 \backslash
11848 bottomrule 
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Standard
11862
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Standard
11871
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Standard
11880
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 </row>
11886 </lyxtabular>
11887
11888 \end_inset
11889
11890
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \begin_layout Standard
11899 This chapter describes how to create booktabs tables in LyX\InsetSpace ~
11900 1.4.
11901 \end_layout
11902
11903 \begin_layout Subsection
11904 Basic Commands
11905 \begin_inset LatexCommand index
11906 name "Booktabs ! Basic Commands"
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \begin_layout Standard
11914 To be able to use booktabs the LaTeX-package 
11915 \series bold
11916 booktabs
11917 \series default
11918  must be loaded in the document preamble with the line
11919 \begin_inset LatexCommand index
11920 name "LaTeX-packages ! booktabs"
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928
11929 \series bold
11930
11931 \backslash
11932 usepackage{booktabs}
11933 \end_layout
11934
11935 \begin_layout Standard
11936 \begin_inset VSpace medskip
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \begin_layout Standard
11943 The first line of a booktabs table is created with the command
11944 \end_layout
11945
11946 \begin_layout Standard
11947
11948 \series bold
11949
11950 \backslash
11951 toprule[width]
11952 \end_layout
11953
11954 \begin_layout Standard
11955 that is inserted into the first table cell in ERT as first cell entry.
11956  The optional width specifies the thickness of the line; its default is
11957  0.08\InsetSpace \thinspace{}
11958 em.
11959  You can use all units listed in appendix\InsetSpace ~
11960
11961 \begin_inset LatexCommand ref
11962 reference "cha:Units-available-in"
11963
11964 \end_inset
11965
11966  to set the width.
11967 \newline
11968 Note that all commands in ERT must end with a space when
11969  text follows the ERT-box!
11970 \end_layout
11971
11972 \begin_layout Standard
11973 The last line of a booktabs table is created with the ERT command
11974 \end_layout
11975
11976 \begin_layout Standard
11977
11978 \series bold
11979
11980 \backslash
11981 bottomrule[width]
11982 \end_layout
11983
11984 \begin_layout Standard
11985 in the first cell of the last row.
11986  The last row is only for this command and could not have any other content.
11987  The default for the width is the same as for 
11988 \series bold
11989
11990 \backslash
11991 toprule
11992 \series default
11993 .
11994 \end_layout
11995
11996 \begin_layout Standard
11997 Horizontal lines that span over all columns are created with the ERT command
11998 \end_layout
11999
12000 \begin_layout Standard
12001
12002 \series bold
12003
12004 \backslash
12005 midrule[width]
12006 \end_layout
12007
12008 \begin_layout Standard
12009 The default for the width is 0.05\InsetSpace \thinspace{}
12010 em.
12011 \end_layout
12012
12013 \begin_layout Standard
12014 Lines that don't span over all table columns are created with the ERT command
12015 \end_layout
12016
12017 \begin_layout Standard
12018
12019 \series bold
12020
12021 \backslash
12022 cmidrule[width](trim){startcol-endcol}
12023 \end_layout
12024
12025 \begin_layout Standard
12026 The default for the width is 0.03\InsetSpace \thinspace{}
12027 em.
12028  Startcol is the number of the column where the line starts and endcol is
12029  the column number where the line ends.
12030  The endcol always needs to be specified also when the line should span
12031  only one column.
12032  The optional parameter trim could be either 
12033 \emph on
12034 l{trimwidth}
12035 \emph default
12036 , or 
12037 \emph on
12038 r{trimwidth}
12039 \emph default
12040  where the trimwidth is also optional.
12041  Using for example the parameter 
12042 \emph on
12043 l{2pt}
12044 \emph default
12045  means that the line is trimmed from its left end by 2pt.
12046  If you don't specify the trimwidth the lines are trimmed by the default
12047  of 0.5\InsetSpace \thinspace{}
12048 em.
12049 \end_layout
12050
12051 \begin_layout Standard
12052 The 
12053 \series bold
12054
12055 \backslash
12056 cmidrule
12057 \series default
12058  and 
12059 \series bold
12060
12061 \backslash
12062 midrule
12063 \series default
12064  commands must be inserted as first cell entry of the first cell of a row.
12065  The lines are created above the row.
12066 \end_layout
12067
12068 \begin_layout Standard
12069 \begin_inset VSpace bigskip
12070 \end_inset
12071
12072 Table\InsetSpace ~
12073
12074 \begin_inset LatexCommand ref
12075 reference "tab:Example-booktabs-table"
12076
12077 \end_inset
12078
12079  was created using the commands
12080 \end_layout
12081
12082 \begin_layout Standard
12083
12084 \series bold
12085
12086 \backslash
12087 cmidrule(r){2-2}
12088 \backslash
12089 cmidrule(l){3-4}
12090 \end_layout
12091
12092 \begin_layout Standard
12093 in the second row, 
12094 \series bold
12095
12096 \backslash
12097 midrule
12098 \series default
12099  in the third row, and
12100 \end_layout
12101
12102 \begin_layout Standard
12103
12104 \series bold
12105
12106 \backslash
12107 cmidrule(l{10pt}){1-1}
12108 \end_layout
12109
12110 \begin_layout Standard
12111 in the sixth row.
12112 \end_layout
12113
12114 \begin_layout Subsection
12115 Special Commands
12116 \begin_inset LatexCommand index
12117 name "Booktabs ! Special Commands"
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \begin_layout Standard
12125 To separate rows vertically the following ERT command can be used
12126 \end_layout
12127
12128 \begin_layout Standard
12129
12130 \series bold
12131
12132 \backslash
12133 addlinespace[width]
12134 \end_layout
12135
12136 \begin_layout Standard
12137 The default width is 0.5 em.
12138  In Table\InsetSpace ~
12139
12140 \begin_inset LatexCommand ref
12141 reference "tab:Example-booktabs-table"
12142
12143 \end_inset
12144
12145  
12146 \series bold
12147
12148 \backslash
12149 addlinespace
12150 \series default
12151  was inserted to the first cell of some rows.
12152  The space is created above the rows where the command is inserted
12153 \end_layout
12154
12155 \begin_layout Standard
12156 \begin_inset VSpace medskip
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \begin_layout Standard
12163 You might want to have overlapping 
12164 \series bold
12165
12166 \backslash
12167 cmidrule
12168 \series default
12169 s like in Table\InsetSpace ~
12170
12171 \begin_inset LatexCommand ref
12172 reference "tab:Special-booktabs-table"
12173
12174 \end_inset
12175
12176 .
12177  This can be achieved with the ERT command
12178 \end_layout
12179
12180 \begin_layout Standard
12181
12182 \series bold
12183
12184 \backslash
12185 moremidrule
12186 \series default
12187 s
12188 \end_layout
12189
12190 \begin_layout Standard
12191 The command that was used for the second row of Table\InsetSpace ~
12192
12193 \begin_inset LatexCommand ref
12194 reference "tab:Special-booktabs-table"
12195
12196 \end_inset
12197
12198  is
12199 \end_layout
12200
12201 \begin_layout Standard
12202
12203 \series bold
12204
12205 \backslash
12206 cmidrule(r){2-2}
12207 \backslash
12208 cmidrule(l){3-4}
12209 \backslash
12210 moremidrules
12211 \backslash
12212 cmidrule{2-4}
12213 \end_layout
12214
12215 \begin_layout Standard
12216 The command for the sixth row is
12217 \end_layout
12218
12219 \begin_layout Standard
12220
12221 \series bold
12222
12223 \backslash
12224 midrule
12225 \backslash
12226 moremidrules
12227 \backslash
12228 cmidrule{3-4}
12229 \end_layout
12230
12231 \begin_layout Standard
12232 \begin_inset VSpace bigskip
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \begin_layout Standard
12239 The surrounding space of each line in a booktabs table can be specified
12240  and changed in the document preamble.
12241  For more informations about this, we refer to the manual of the booktabs
12242  package 
12243 \begin_inset LatexCommand cite
12244 key "booktabs"
12245
12246 \end_inset
12247
12248 .
12249  If you are anyway not satisfied with the spacing, you can use the following
12250  command to produce lines that span over all table columns
12251 \end_layout
12252
12253 \begin_layout Standard
12254
12255 \series bold
12256
12257 \backslash
12258 specialrule{width}{space above}{space below}
12259 \end_layout
12260
12261 \begin_layout Standard
12262 \begin_inset Float table
12263 placement h
12264 wide false
12265 sideways false
12266 status open
12267
12268 \begin_layout Caption
12269 \begin_inset LatexCommand label
12270 name "tab:Special-booktabs-table"
12271
12272 \end_inset
12273
12274 Special booktabs-table
12275 \end_layout
12276
12277 \begin_layout Standard
12278 \align center
12279 \begin_inset Tabular
12280 <lyxtabular version="3" rows="8" columns="4">
12281 <features booktabs="true">
12282 <column alignment="center" valignment="top" width="0">
12283 <column alignment="center" valignment="top" width="0">
12284 <column alignment="center" valignment="top" width="0">
12285 <column alignment="center" valignment="top" width="0">
12286 <row topline="true">
12287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Standard
12291 System
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Standard
12300 Medipix\InsetSpace \thinspace{}
12301 1
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Standard
12310 Medipix\InsetSpace \thinspace{}
12311 2
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Standard
12320
12321 \end_layout
12322
12323 \end_inset
12324 </cell>
12325 </row>
12326 <row>
12327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12328 \begin_inset Text
12329
12330 \begin_layout Standard
12331 \begin_inset ERT
12332 status collapsed
12333
12334 \begin_layout Standard
12335
12336
12337 \backslash
12338 cmidrule(r){2-2}
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \begin_inset ERT
12345 status collapsed
12346
12347 \begin_layout Standard
12348
12349
12350 \backslash
12351 cmidrule(l){3-4}
12352 \end_layout
12353
12354 \end_inset
12355
12356
12357 \begin_inset ERT
12358 status collapsed
12359
12360 \begin_layout Standard
12361
12362
12363 \backslash
12364 morecmidrules 
12365 \end_layout
12366
12367 \end_inset
12368
12369
12370 \begin_inset ERT
12371 status collapsed
12372
12373 \begin_layout Standard
12374
12375
12376 \backslash
12377 cmidrule{2-4}
12378 \end_layout
12379
12380 \end_inset
12381
12382 Detector thickness [
12383 \begin_inset ERT
12384 status collapsed
12385
12386 \begin_layout Standard
12387
12388
12389 \backslash
12390 textmu m 
12391 \end_layout
12392
12393 \end_inset
12394
12395 ]
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Standard
12404 300
12405 \end_layout
12406
12407 \end_inset
12408 </cell>
12409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Standard
12413 300
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Standard
12422 700
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 </row>
12428 <row topline="true">
12429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Standard
12433 Edge angle [°]
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Standard
12442 3.55
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Standard
12451 2.71
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Standard
12460 7.99
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 </row>
12466 <row topspace="default">
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Standard
12471 Spatial resolution [
12472 \begin_inset ERT
12473 status collapsed
12474
12475 \begin_layout Standard
12476
12477
12478 \backslash
12479 textmu m 
12480 \end_layout
12481
12482 \end_inset
12483
12484 ]
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Standard
12493 4.26
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Standard
12502 10.17
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Standard
12511 10.56
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 </row>
12517 <row topspace="default">
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Standard
12522 MTF at 
12523 \begin_inset Formula $f_{\mathrm{max}}$
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Standard
12535 0.53
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Standard
12544 0.37
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Standard
12553 0.39
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 </row>
12559 <row topline="true">
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Standard
12564 \begin_inset ERT
12565 status collapsed
12566
12567 \begin_layout Standard
12568
12569
12570 \backslash
12571 morecmidrules 
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \begin_inset ERT
12578 status collapsed
12579
12580 \begin_layout Standard
12581
12582
12583 \backslash
12584 cmidrule{3-4}
12585 \end_layout
12586
12587 \end_inset
12588
12589 LSF-spatial resolution
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Standard
12598
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Standard
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Standard
12616
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 </row>
12622 <row>
12623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Standard
12627 in 
12628 \begin_inset ERT
12629 status collapsed
12630
12631 \begin_layout Standard
12632
12633
12634 \backslash
12635 textmu m 
12636 \end_layout
12637
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Standard
12649 129.7
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Standard
12658 52.75
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Standard
12667 50.78
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 </row>
12673 <row bottomline="true">
12674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Standard
12678 in % of pixel size
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Standard
12687 76.3
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Standard
12696 95.9
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Standard
12705 92.3
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 </lyxtabular>
12712
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \end_inset
12719
12720
12721 \end_layout
12722
12723 \begin_layout Section
12724 Vertical Table Alignment
12725 \begin_inset LatexCommand index
12726 name "Table ! Alignment"
12727
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \begin_layout Standard
12734 To align tables vertically in a text line the table must be inside a box.
12735  The box can then be vertically aligned as described in section\InsetSpace ~
12736
12737 \begin_inset LatexCommand ref
12738 reference "sec:Box-Dialog"
12739
12740 \end_inset
12741
12742 .
12743 \end_layout
12744
12745 \begin_layout Standard
12746 In the following example the tables are inside a minipage
12747 \begin_inset Foot
12748 status collapsed
12749
12750 \begin_layout Standard
12751 Minipages are described in section\InsetSpace ~
12752
12753 \begin_inset LatexCommand ref
12754 reference "sec:Minipages"
12755
12756 \end_inset
12757
12758 .
12759 \end_layout
12760
12761 \end_inset
12762
12763  box that has a width of 15\InsetSpace \thinspace{}
12764 col%:
12765 \end_layout
12766
12767 \begin_layout Itemize
12768 test 
12769 \begin_inset Box Frameless
12770 position "t"
12771 hor_pos "c"
12772 has_inner_box 1
12773 inner_pos "c"
12774 use_parbox 0
12775 width "15col%"
12776 special "none"
12777 height "1in"
12778 height_special "totalheight"
12779 status collapsed
12780
12781 \begin_layout Standard
12782 \begin_inset Tabular
12783 <lyxtabular version="3" rows="3" columns="3">
12784 <features>
12785 <column alignment="center" valignment="top" leftline="true" width="0">
12786 <column alignment="center" valignment="top" leftline="true" width="0">
12787 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12788 <row topline="true">
12789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Standard
12793 a
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Standard
12802 d
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Standard
12811 g
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 <row topline="true">
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Standard
12822 b
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Standard
12831 e
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Standard
12840 h
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 </row>
12846 <row topline="true" bottomline="true">
12847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Standard
12851 c
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Standard
12860 f
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Standard
12869 i
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 </lyxtabular>
12876
12877 \end_inset
12878
12879
12880 \end_layout
12881
12882 \end_inset
12883
12884  test 
12885 \begin_inset ERT
12886 status collapsed
12887
12888 \begin_layout Standard
12889
12890
12891 \backslash
12892 raisebox{0.85
12893 \backslash
12894 baselineskip}{
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \begin_inset Box Frameless
12901 position "t"
12902 hor_pos "c"
12903 has_inner_box 1
12904 inner_pos "c"
12905 use_parbox 0
12906 width "15col%"
12907 special "none"
12908 height "1in"
12909 height_special "totalheight"
12910 status collapsed
12911
12912 \begin_layout Standard
12913 \begin_inset Tabular
12914 <lyxtabular version="3" rows="3" columns="3">
12915 <features>
12916 <column alignment="center" valignment="top" leftline="true" width="0">
12917 <column alignment="center" valignment="top" leftline="true" width="0">
12918 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12919 <row topline="true">
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Standard
12924 a
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Standard
12933 d
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Standard
12942 g
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 </row>
12948 <row topline="true">
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Standard
12953 b
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Standard
12962 e
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Standard
12971 h
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 </row>
12977 <row topline="true" bottomline="true">
12978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Standard
12982 c
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Standard
12991 f
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Standard
13000 i
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 </row>
13006 </lyxtabular>
13007
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \end_inset
13014
13015
13016 \begin_inset ERT
13017 status collapsed
13018
13019 \begin_layout Standard
13020
13021 }
13022 \end_layout
13023
13024 \end_inset
13025
13026
13027 \end_layout
13028
13029 \begin_layout Itemize
13030 test 
13031 \begin_inset Box Frameless
13032 position "c"
13033 hor_pos "c"
13034 has_inner_box 1
13035 inner_pos "c"
13036 use_parbox 0
13037 width "15col%"
13038 special "none"
13039 height "1in"
13040 height_special "totalheight"
13041 status collapsed
13042
13043 \begin_layout Standard
13044 \begin_inset Tabular
13045 <lyxtabular version="3" rows="3" columns="3">
13046 <features>
13047 <column alignment="center" valignment="top" leftline="true" width="0">
13048 <column alignment="center" valignment="top" leftline="true" width="0">
13049 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13050 <row topline="true">
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Standard
13055 a
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Standard
13064 d
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Standard
13073 g
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 </row>
13079 <row topline="true">
13080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Standard
13084 b
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Standard
13093 e
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Standard
13102 h
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 </row>
13108 <row topline="true" bottomline="true">
13109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Standard
13113 c
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Standard
13122 f
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Standard
13131 i
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 </lyxtabular>
13138
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \end_inset
13145
13146
13147 \end_layout
13148
13149 \begin_layout Itemize
13150 test 
13151 \begin_inset Box Frameless
13152 position "b"
13153 hor_pos "c"
13154 has_inner_box 1
13155 inner_pos "c"
13156 use_parbox 0
13157 width "15col%"
13158 special "none"
13159 height "1in"
13160 height_special "totalheight"
13161 status collapsed
13162
13163 \begin_layout Standard
13164 \begin_inset Tabular
13165 <lyxtabular version="3" rows="3" columns="3">
13166 <features>
13167 <column alignment="center" valignment="top" leftline="true" width="0">
13168 <column alignment="center" valignment="top" leftline="true" width="0">
13169 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13170 <row topline="true">
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Standard
13175 a
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Standard
13184 d
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Standard
13193 g
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 </row>
13199 <row topline="true">
13200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Standard
13204 b
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Standard
13213 e
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Standard
13222 h
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 </row>
13228 <row topline="true" bottomline="true">
13229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Standard
13233 c
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 Standard
13242 f
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 Standard
13251 i
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 </row>
13257 </lyxtabular>
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \end_inset
13265
13266  test 
13267 \begin_inset ERT
13268 status collapsed
13269
13270 \begin_layout Standard
13271
13272
13273 \backslash
13274 raisebox{-0.32
13275 \backslash
13276 baselineskip}{
13277 \end_layout
13278
13279 \end_inset
13280
13281
13282 \begin_inset Box Frameless
13283 position "b"
13284 hor_pos "c"
13285 has_inner_box 1
13286 inner_pos "c"
13287 use_parbox 0
13288 width "15col%"
13289 special "none"
13290 height "1in"
13291 height_special "totalheight"
13292 status collapsed
13293
13294 \begin_layout Standard
13295 \begin_inset Tabular
13296 <lyxtabular version="3" rows="3" columns="3">
13297 <features>
13298 <column alignment="center" valignment="top" leftline="true" width="0">
13299 <column alignment="center" valignment="top" leftline="true" width="0">
13300 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13301 <row topline="true">
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Standard
13306 a
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Standard
13315 d
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Standard
13324 g
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 </row>
13330 <row topline="true">
13331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Standard
13335 b
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Standard
13344 e
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Standard
13353 h
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 </row>
13359 <row topline="true" bottomline="true">
13360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Standard
13364 c
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Standard
13373 f
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Standard
13382 i
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 </row>
13388 </lyxtabular>
13389
13390 \end_inset
13391
13392
13393 \end_layout
13394
13395 \end_inset
13396
13397
13398 \begin_inset ERT
13399 status collapsed
13400
13401 \begin_layout Standard
13402
13403 }
13404 \end_layout
13405
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \begin_layout Standard
13412 As you can see, the content of the first and last table row is not correctly
13413  aligned with the text line where the table is in.
13414  To get this alignment, the minipage box must be set into a raisebox
13415 \begin_inset Foot
13416 status collapsed
13417
13418 \begin_layout Standard
13419 Raiseboxes are described in section\InsetSpace ~
13420
13421 \begin_inset LatexCommand ref
13422 reference "sub:Vertical-Alignment"
13423
13424 \end_inset
13425
13426 .
13427 \end_layout
13428
13429 \end_inset
13430
13431 .
13432  In the example above the second table in the first item is aligned using
13433  the ERT-command
13434 \end_layout
13435
13436 \begin_layout Standard
13437
13438 \series bold
13439
13440 \backslash
13441 raisebox{0.85
13442 \backslash
13443 baselineskip}{
13444 \end_layout
13445
13446 \begin_layout Standard
13447 before the box.
13448  Behind the box the closing brace 
13449 \series bold
13450 }
13451 \series default
13452  is inserted as ERT.
13453  For the second table in the last item the command
13454 \end_layout
13455
13456 \begin_layout Standard
13457
13458 \series bold
13459
13460 \backslash
13461 raisebox{-0.32
13462 \backslash
13463 baselineskip}{
13464 \end_layout
13465
13466 \begin_layout Standard
13467 is used.
13468 \end_layout
13469
13470 \begin_layout Standard
13471 \begin_inset Note Greyedout
13472 status open
13473
13474 \begin_layout Standard
13475
13476 \series bold
13477 Note: 
13478 \series default
13479 The alignment of the table row content to the surrounding text line is not
13480  exact.
13481  The needed factor of the 
13482 \series bold
13483
13484 \backslash
13485 raisebox
13486 \series default
13487  command for this alignment depends on the document font, the font size,
13488  and the table line thickness.
13489 \end_layout
13490
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \begin_layout Section
13497 Colored Tables
13498 \begin_inset LatexCommand label
13499 name "sec:Colored-Tables"
13500
13501 \end_inset
13502
13503
13504 \begin_inset LatexCommand index
13505 name "Table ! Color"
13506
13507 \end_inset
13508
13509
13510 \end_layout
13511
13512 \begin_layout Subsection
13513 Colored Cells
13514 \begin_inset LatexCommand index
13515 name "Table Color ! for Cells"
13516
13517 \end_inset
13518
13519
13520 \begin_inset LatexCommand index
13521 name "Color ! for Table Cells"
13522
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \begin_layout Standard
13529 \begin_inset Float table
13530 placement h
13531 wide false
13532 sideways false
13533 status open
13534
13535 \begin_layout Caption
13536 \begin_inset LatexCommand label
13537 name "tab:Table-colored-without"
13538
13539 \end_inset
13540
13541 Table colored without using the package 
13542 \series bold
13543 colortbl
13544 \series default
13545
13546 \begin_inset OptArg
13547 status collapsed
13548
13549 \begin_layout Standard
13550 Table without colortbl
13551 \end_layout
13552
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \begin_layout Standard
13559 \align center
13560 \begin_inset Tabular
13561 <lyxtabular version="3" rows="3" columns="3">
13562 <features>
13563 <column alignment="center" valignment="top" leftline="true" width="0">
13564 <column alignment="center" valignment="top" leftline="true" width="0">
13565 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13566 <row topline="true">
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Standard
13571
13572 \color green
13573 a
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Standard
13582
13583 \color red
13584 b
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Standard
13593
13594 \color red
13595 c
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 </row>
13601 <row topline="true">
13602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Standard
13606
13607 \color green
13608 d
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Standard
13617
13618 \color blue
13619 e
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Standard
13628
13629 \color blue
13630 f
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 <row topline="true" bottomline="true">
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Standard
13641
13642 \color green
13643 g
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Standard
13652
13653 \color blue
13654 h
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Standard
13663
13664 \color blue
13665 i
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 </row>
13671 </lyxtabular>
13672
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \begin_layout Standard
13684 If you only need colored text, mark the cells and choose a color in the
13685  menu 
13686 \family sans
13687 Edit\SpecialChar \menuseparator
13688 Text\InsetSpace ~
13689 Style
13690 \family default
13691 .
13692  This was used to create Table\InsetSpace ~
13693
13694 \begin_inset LatexCommand ref
13695 reference "tab:Table-colored-without"
13696
13697 \end_inset
13698
13699 .
13700  In any other case you have to use the LaTeX-package 
13701 \series bold
13702 colortbl
13703 \series default
13704 .
13705 \begin_inset LatexCommand index
13706 name "LaTeX-packages ! colortbl"
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Standard
13714 To create colored tables, 
13715 \series bold
13716 colortbl
13717 \series default
13718  must be loaded in the preamble with the line
13719 \end_layout
13720
13721 \begin_layout Standard
13722
13723 \series bold
13724
13725 \backslash
13726 usepackage{colortbl}
13727 \end_layout
13728
13729 \begin_layout Standard
13730 The color of a column is adjusted with the command
13731 \end_layout
13732
13733 \begin_layout Standard
13734
13735 \series bold
13736
13737 \backslash
13738 columncolor{name of color}
13739 \end_layout
13740
13741 \begin_layout Standard
13742 inside the command 
13743 \series bold
13744 >{ }
13745 \series default
13746 .
13747  More about the command 
13748 \series bold
13749 >{}
13750 \series default
13751  is described in section\InsetSpace ~
13752
13753 \begin_inset LatexCommand ref
13754 reference "sub:Multicolumn-Calculations"
13755
13756 \end_inset
13757
13758 .
13759 \end_layout
13760
13761 \begin_layout Standard
13762 The following color names are predefined:
13763 \end_layout
13764
13765 \begin_layout Standard
13766
13767 \family sans
13768 red
13769 \family default
13770
13771 \family sans
13772 green
13773 \family default
13774
13775 \family sans
13776 yellow
13777 \family default
13778
13779 \family sans
13780 blue
13781 \family default
13782
13783 \family sans
13784 cyan
13785 \family default
13786
13787 \family sans
13788 magenta
13789 \family default
13790
13791 \family sans
13792 black
13793 \family default
13794  and 
13795 \family sans
13796 white
13797 \end_layout
13798
13799 \begin_layout Standard
13800 \begin_inset VSpace medskip
13801 \end_inset
13802
13803
13804 \end_layout
13805
13806 \begin_layout Standard
13807 You can also define your own color with the command
13808 \end_layout
13809
13810 \begin_layout Standard
13811
13812 \series bold
13813
13814 \backslash
13815 definecolor{color name}{color model}{color values}
13816 \end_layout
13817
13818 \begin_layout Standard
13819 The color model can be
13820 \end_layout
13821
13822 \begin_layout Labeling
13823 \labelwidthstring 00.00.0000
13824 cmyk: cyan, magenta, yellow, black
13825 \end_layout
13826
13827 \begin_layout Labeling
13828 \labelwidthstring 00.00.0000
13829 rgb: red, green blue
13830 \end_layout
13831
13832 \begin_layout Labeling
13833 \labelwidthstring 00.00.0000
13834 gray gray
13835 \end_layout
13836
13837 \begin_layout Standard
13838 and the color values are comma separated numbers between 0 and 1 describing
13839  the factor for the corresponding color of the color model.
13840 \end_layout
13841
13842 \begin_layout Standard
13843 You can e.\InsetSpace \thinspace{}
13844 g.\InsetSpace ~
13845 define the color "
13846 \emph on
13847 darkgreen
13848 \emph default
13849 " in the preamble with
13850 \end_layout
13851
13852 \begin_layout Standard
13853
13854 \series bold
13855
13856 \backslash
13857 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13858 \end_layout
13859
13860 \begin_layout Standard
13861 and the color "
13862 \emph on
13863 lightgray
13864 \emph default
13865 " with
13866 \end_layout
13867
13868 \begin_layout Standard
13869
13870 \series bold
13871
13872 \backslash
13873 definecolor{lightgray}{gray}{0.8}
13874 \end_layout
13875
13876 \begin_layout Standard
13877 \begin_inset VSpace medskip
13878 \end_inset
13879
13880
13881 \end_layout
13882
13883 \begin_layout Standard
13884 Lines are colored with the command
13885 \end_layout
13886
13887 \begin_layout Standard
13888
13889 \series bold
13890
13891 \backslash
13892 rowcolor{name of color}
13893 \end_layout
13894
13895 \begin_layout Standard
13896 and cells are colored with the command
13897 \end_layout
13898
13899 \begin_layout Standard
13900
13901 \series bold
13902
13903 \backslash
13904 cellcolor{name of color}
13905 \end_layout
13906
13907 \begin_layout Standard
13908 Both commands are inserted at the beginning of a cell as ERT.
13909 \end_layout
13910
13911 \begin_layout Standard
13912 To color characters in the table, mark the cells and use the LyX menu 
13913 \family sans
13914 Edit\SpecialChar \menuseparator
13915 Text\InsetSpace ~
13916 Style
13917 \family default
13918 .
13919  If a cell contains ERT mark only the characters, otherwise the colored
13920  ERT will cause LaTeX-errors.
13921 \end_layout
13922
13923 \begin_layout Standard
13924 \begin_inset VSpace bigskip
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \begin_layout Standard
13931 To create Table\InsetSpace ~
13932
13933 \begin_inset LatexCommand ref
13934 reference "tab:Table-colored-using"
13935
13936 \end_inset
13937
13938  do the following: The color of the first column should be 
13939 \emph on
13940 darkgreen
13941 \emph default
13942 .
13943  So insert
13944 \end_layout
13945
13946 \begin_layout Standard
13947
13948 \series bold
13949 >{
13950 \backslash
13951 columncolor{darkgreen}
13952 \backslash
13953 centering}c
13954 \end_layout
13955
13956 \begin_layout Standard
13957 as LaTeX-argument for this column.
13958  The first row should be blue, therefore the ERT command
13959 \end_layout
13960
13961 \begin_layout Standard
13962
13963 \series bold
13964
13965 \backslash
13966 rowcolow{cyan}
13967 \end_layout
13968
13969 \begin_layout Standard
13970 is inserted to the first cell of this row.
13971  Note that this overwrites the column color for the first cell.
13972  The last cell of the last row is colored magenta by inserting the ERT command
13973 \end_layout
13974
13975 \begin_layout Standard
13976
13977 \series bold
13978
13979 \backslash
13980 cellcolor{magenta}
13981 \end_layout
13982
13983 \begin_layout Standard
13984 The characters could now be colored using the menu 
13985 \family sans
13986 Edit\SpecialChar \menuseparator
13987 Text\InsetSpace ~
13988 Style
13989 \family default
13990 .
13991 \end_layout
13992
13993 \begin_layout Standard
13994 \begin_inset Float table
13995 placement h
13996 wide false
13997 sideways false
13998 status open
13999
14000 \begin_layout Caption
14001 \begin_inset LatexCommand label
14002 name "tab:Table-colored-using"
14003
14004 \end_inset
14005
14006 Table colored using the package 
14007 \series bold
14008 colortbl
14009 \series default
14010
14011 \begin_inset OptArg
14012 status collapsed
14013
14014 \begin_layout Standard
14015 Table with colortbl
14016 \end_layout
14017
14018 \end_inset
14019
14020
14021 \end_layout
14022
14023 \begin_layout Standard
14024 \align center
14025 \begin_inset Tabular
14026 <lyxtabular version="3" rows="3" columns="3">
14027 <features>
14028 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{darkgreen}\centering}c">
14029 <column alignment="center" valignment="top" width="0">
14030 <column alignment="center" valignment="top" width="0">
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Standard
14036 \begin_inset ERT
14037 status collapsed
14038
14039 \begin_layout Standard
14040
14041
14042 \backslash
14043 rowcolor{cyan}
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \color magenta
14050 a
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Standard
14059
14060 \color red
14061 b
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Standard
14070
14071 \color red
14072 c
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 </row>
14078 <row>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Standard
14083
14084 \color yellow
14085 d
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Standard
14094
14095 \color blue
14096 e
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Standard
14105
14106 \color blue
14107 f
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 </row>
14113 <row>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Standard
14118
14119 \color yellow
14120 g
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Standard
14129
14130 \color blue
14131 h
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Standard
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Standard
14144
14145
14146 \backslash
14147 cellcolor{magenta}
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \color green
14154 i
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 </row>
14160 </lyxtabular>
14161
14162 \end_inset
14163
14164
14165 \end_layout
14166
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \begin_layout Subsection
14173 Colored Lines
14174 \begin_inset LatexCommand index
14175 name "Table Color ! for Lines"
14176
14177 \end_inset
14178
14179
14180 \begin_inset LatexCommand index
14181 name "Color ! for Table Lines"
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189 As described in section\InsetSpace ~
14190
14191 \begin_inset LatexCommand ref
14192 reference "sub:Line-Thickness"
14193
14194 \end_inset
14195
14196 , the line thickness for all lines in a table can be adjusted with the length
14197  
14198 \series bold
14199
14200 \backslash
14201 arrayrulewidth
14202 \series default
14203 .
14204  It is set to 1.5\InsetSpace \thinspace{}
14205 pt for all tables of this section.
14206 \begin_inset ERT
14207 status collapsed
14208
14209 \begin_layout Standard
14210
14211
14212 \backslash
14213 setlength{
14214 \backslash
14215 arrayrulewidth}{1.5pt}
14216 \end_layout
14217
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \begin_layout Standard
14224 To color vertical lines for example with green, create the following column
14225  format in the document preamble, according to the description in section\InsetSpace ~
14226
14227 \begin_inset LatexCommand ref
14228 reference "sub:Customized-Format"
14229
14230 \end_inset
14231
14232 :
14233 \end_layout
14234
14235 \begin_layout Standard
14236
14237 \series bold
14238
14239 \backslash
14240 newcolumntype{W}{!{
14241 \backslash
14242 color{green}
14243 \backslash
14244 vline}}
14245 \end_layout
14246
14247 \begin_layout Standard
14248 For Table\InsetSpace ~
14249
14250 \begin_inset LatexCommand ref
14251 reference "tab:Table-with-vertical-colored"
14252
14253 \end_inset
14254
14255  the LaTeX-argument
14256 \end_layout
14257
14258 \begin_layout Standard
14259
14260 \series bold
14261 WcW
14262 \end_layout
14263
14264 \begin_layout Standard
14265 was used for the last column and
14266 \end_layout
14267
14268 \begin_layout Standard
14269
14270 \series bold
14271 Wc
14272 \end_layout
14273
14274 \begin_layout Standard
14275 for the other columns.
14276 \end_layout
14277
14278 \begin_layout Standard
14279 If you want to have several colors, define more column formats.
14280 \end_layout
14281
14282 \begin_layout Standard
14283 \begin_inset Float table
14284 wide false
14285 sideways false
14286 status open
14287
14288 \begin_layout Caption
14289 \begin_inset LatexCommand label
14290 name "tab:Table-with-vertical-colored"
14291
14292 \end_inset
14293
14294 Table with colored vertical lines
14295 \end_layout
14296
14297 \begin_layout Standard
14298 \align center
14299 \begin_inset Tabular
14300 <lyxtabular version="3" rows="3" columns="3">
14301 <features>
14302 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14303 <column alignment="center" valignment="top" width="0" special="Wc">
14304 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14305 <row topline="true">
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Standard
14310 sd
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Standard
14319
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Standard
14328
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 <row topline="true">
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Standard
14339
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Standard
14348 sd
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Standard
14357
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 </row>
14363 <row topline="true" bottomline="true">
14364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Standard
14368
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Standard
14377
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Standard
14386 sd
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 </lyxtabular>
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \begin_inset VSpace bigskip
14406 \end_inset
14407
14408 To color horizontal lines for example with red, like in Table\InsetSpace ~
14409
14410 \begin_inset LatexCommand ref
14411 reference "tab:Table-with-horizontal-colored"
14412
14413 \end_inset
14414
14415 , insert these commands in ERT before the table or table float:
14416 \end_layout
14417
14418 \begin_layout Standard
14419
14420 \series bold
14421
14422 \backslash
14423 let
14424 \backslash
14425 myHlineC
14426 \backslash
14427 hline
14428 \newline
14429
14430 \backslash
14431 renewcommand{
14432 \backslash
14433 hline}{
14434 \backslash
14435 arrayrulecolor{red}
14436 \backslash
14437 myHlineC
14438 \backslash
14439 arrayrulecolor{black}}
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Standard
14447
14448
14449 \backslash
14450 let
14451 \backslash
14452 myHlineC
14453 \backslash
14454 hline
14455 \end_layout
14456
14457 \begin_layout Standard
14458
14459
14460 \backslash
14461 renewcommand{
14462 \backslash
14463 hline}{
14464 \backslash
14465 arrayrulecolor{red}
14466 \backslash
14467 myHlineC
14468 \backslash
14469 arrayrulecolor{black}}
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \begin_inset Float table
14476 wide false
14477 sideways false
14478 status open
14479
14480 \begin_layout Caption
14481 \begin_inset LatexCommand label
14482 name "tab:Table-with-horizontal-colored"
14483
14484 \end_inset
14485
14486 Table with colored horizontal lines
14487 \end_layout
14488
14489 \begin_layout Standard
14490 \align center
14491 \begin_inset Tabular
14492 <lyxtabular version="3" rows="3" columns="3">
14493 <features>
14494 <column alignment="center" valignment="top" leftline="true" width="0">
14495 <column alignment="center" valignment="top" leftline="true" width="0">
14496 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14497 <row topline="true">
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Standard
14502 sd
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Standard
14511
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Standard
14520
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 </row>
14526 <row topline="true">
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Standard
14531
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Standard
14540 sd
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Standard
14549
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 </row>
14555 <row topline="true" bottomline="true">
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Standard
14560
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Standard
14569
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Standard
14578 sd
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 </lyxtabular>
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Standard
14597 \begin_inset ERT
14598 status collapsed
14599
14600 \begin_layout Standard
14601
14602
14603 \backslash
14604 pagebreak 
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \begin_layout Standard
14613 To return to the default line color black, insert this command in ERT behind
14614  the table or table float:
14615 \end_layout
14616
14617 \begin_layout Standard
14618
14619 \series bold
14620
14621 \backslash
14622 renewcommand{
14623 \backslash
14624 hline}{
14625 \backslash
14626 myHlineC}
14627 \end_layout
14628
14629 \begin_layout Standard
14630 Table\InsetSpace ~
14631
14632 \begin_inset LatexCommand ref
14633 reference "tab:Table-with-colored"
14634
14635 \end_inset
14636
14637  is an example with colored vertical and horizontal lines.
14638 \end_layout
14639
14640 \begin_layout Standard
14641 \begin_inset Float table
14642 wide false
14643 sideways false
14644 status open
14645
14646 \begin_layout Caption
14647 \begin_inset LatexCommand label
14648 name "tab:Table-with-colored"
14649
14650 \end_inset
14651
14652 Table with colored lines
14653 \end_layout
14654
14655 \begin_layout Standard
14656 \align center
14657 \begin_inset Tabular
14658 <lyxtabular version="3" rows="3" columns="3">
14659 <features>
14660 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14661 <column alignment="center" valignment="top" width="0" special="Wc">
14662 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14663 <row topline="true">
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Standard
14668 sd
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Standard
14677
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Standard
14686
14687 \end_layout
14688
14689 \end_inset
14690 </cell>
14691 </row>
14692 <row topline="true">
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Standard
14697
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Standard
14706 sd
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Standard
14715
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 </row>
14721 <row topline="true" bottomline="true">
14722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Standard
14726
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Standard
14735
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Standard
14744 sd
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 </row>
14750 </lyxtabular>
14751
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset ERT
14764 status collapsed
14765
14766 \begin_layout Standard
14767
14768
14769 \backslash
14770 renewcommand{
14771 \backslash
14772 hline}{
14773 \backslash
14774 myHlineC}
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Standard
14787
14788
14789 \backslash
14790 setlength{
14791 \backslash
14792 arrayrulewidth}{0.4pt}
14793 \end_layout
14794
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \begin_layout Section
14801 Table Customization
14802 \begin_inset LatexCommand index
14803 name "Table Customization"
14804
14805 \end_inset
14806
14807
14808 \begin_inset LatexCommand index
14809 name "Table ! Customization"
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Subsection
14817 Extra Row Height
14818 \begin_inset LatexCommand label
14819 name "sub:Extra-Row-Height"
14820
14821 \end_inset
14822
14823
14824 \begin_inset LatexCommand index
14825 name "Table Customization ! Extra Row Height"
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Standard
14833 Large letters or those with a bigger height like 
14834 \emph on
14835 b
14836 \emph default
14837  and 
14838 \emph on
14839 d
14840 \emph default
14841  often have not enough space between under the upper cell border.
14842  With the preamble line
14843 \end_layout
14844
14845 \begin_layout Standard
14846
14847 \series bold
14848
14849 \backslash
14850 setlength{
14851 \backslash
14852 extrarowheight}{2pt}
14853 \end_layout
14854
14855 \begin_layout Standard
14856 you can add 2\InsetSpace \thinspace{}
14857 pt extra height to all cells of all tables.
14858  Although this often looks better, it has the disadvantage that the cell
14859  texts are no longer exactly vertically centered.
14860 \end_layout
14861
14862 \begin_layout Standard
14863 An alternative method for extra row height is described in section\InsetSpace ~
14864
14865 \begin_inset LatexCommand ref
14866 reference "sub:Vertical-Alignment"
14867
14868 \end_inset
14869
14870 .
14871 \end_layout
14872
14873 \begin_layout Subsection
14874 Special Cell Alignment
14875 \begin_inset LatexCommand index
14876 name "Table Customization ! Special Cell Alignment"
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 Sometimes it looks better when the cell entries of a column are aligned
14885  with a special character, e.\InsetSpace \thinspace{}
14886 g.\InsetSpace ~
14887 with the decimal separator as in Table\InsetSpace ~
14888
14889 \begin_inset LatexCommand ref
14890 reference "tab:Table-cells-of"
14891
14892 \end_inset
14893
14894 .
14895 \end_layout
14896
14897 \begin_layout Standard
14898 \begin_inset Float table
14899 wide false
14900 sideways false
14901 status open
14902
14903 \begin_layout Caption
14904 \begin_inset LatexCommand label
14905 name "tab:Table-cells-of"
14906
14907 \end_inset
14908
14909 Table cells of a column aligned with the decimal separator.
14910 \end_layout
14911
14912 \begin_layout Standard
14913 \align center
14914 \begin_inset Tabular
14915 <lyxtabular version="3" rows="4" columns="2">
14916 <features>
14917 <column alignment="right" valignment="top" width="0">
14918 <column alignment="left" valignment="top" width="0" special="@{}l">
14919 <row bottomline="true">
14920 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Standard
14924 heading
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Standard
14933
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 </row>
14939 <row>
14940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Standard
14944 12.
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Standard
14953 6
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 <row>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Standard
14964 0.
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Standard
14973 68
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 </row>
14979 <row>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Standard
14984 -123.
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Standard
14993 0
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 </lyxtabular>
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \begin_layout Standard
15012 This table was created with a 4×2 table.
15013  The heading is a centered multicolumn.
15014  The first column is right-aligned and contains the digits before the decimal
15015  point and the decimal point.
15016  The second column is left aligned and contains the digits after the decimal
15017  point.
15018  To omit the space that is normally between two table columns, use the following
15019  LaTeX-argument for the second column:
15020 \end_layout
15021
15022 \begin_layout Standard
15023
15024 \series bold
15025 @{}l
15026 \end_layout
15027
15028 \begin_layout Standard
15029 If you need a vertical line right beside the second column, use this LaTeX-argum
15030 ent instead: 
15031 \series bold
15032 @{}l|
15033 \end_layout
15034
15035 \begin_layout Standard
15036 Table\InsetSpace ~
15037
15038 \begin_inset LatexCommand ref
15039 reference "tab:Several-table-cell"
15040
15041 \end_inset
15042
15043  shows some example alignments.
15044  For the alignment with the relation sign, you must add the second smallest
15045  math-space at the beginning of the last column to get the correct space
15046  surrounding the relation sign.
15047 \end_layout
15048
15049 \begin_layout Standard
15050 \begin_inset Float table
15051 wide false
15052 sideways false
15053 status open
15054
15055 \begin_layout Caption
15056 \begin_inset LatexCommand label
15057 name "tab:Several-table-cell"
15058
15059 \end_inset
15060
15061 Several table cell alignments.
15062 \end_layout
15063
15064 \begin_layout Standard
15065 \align center
15066 \begin_inset Tabular
15067 <lyxtabular version="3" rows="4" columns="6">
15068 <features>
15069 <column alignment="right" valignment="top" width="0">
15070 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15071 <column alignment="right" valignment="top" width="0">
15072 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15073 <column alignment="right" valignment="top" width="0">
15074 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15075 <row bottomline="true">
15076 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Standard
15080 units
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Standard
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Standard
15098 exponents
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Standard
15107
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Standard
15116 relations
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Standard
15125
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Standard
15136 12×
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Standard
15145 24\InsetSpace \thinspace{}
15146 bottles
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Standard
15155 \begin_inset Formula $10\cdot$
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Standard
15167 \begin_inset Formula $10^{\mbox{-}17}$
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Standard
15179 \begin_inset Formula $\Gamma(t)\propto$
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Standard
15191 \begin_inset Formula $\:\Upsilon(t)$
15192 \end_inset
15193
15194
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 </row>
15200 <row>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Standard
15205 1024×
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Standard
15214 768\InsetSpace \thinspace{}
15215 Pixels
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Standard
15224 \begin_inset Formula $5.78\cdot$
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Standard
15236 \begin_inset Formula $10^{7}$
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Standard
15248 \begin_inset Formula $A\ne$
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Standard
15260 \begin_inset Formula $\: B_{\mathrm{red}}$
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Standard
15274 32×
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283 6\InsetSpace \thinspace{}
15284 cm
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Standard
15293 -
15294 \begin_inset Formula $33.5\cdot$
15295 \end_inset
15296
15297
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Standard
15306 \begin_inset Formula $10^{4}$
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Standard
15318 \begin_inset Formula $\sin(\alpha)\ge$
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Standard
15330 \begin_inset Formula $\:\sin(\beta)$
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 </lyxtabular>
15340
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \end_inset
15347
15348
15349 \end_layout
15350
15351 \begin_layout Standard
15352 \begin_inset VSpace bigskip
15353 \end_inset
15354
15355 There is also the LaTeX-package 
15356 \series bold
15357 dcolumn
15358 \series default
15359
15360 \begin_inset LatexCommand index
15361 name "LaTeX-packages ! dcolumn"
15362
15363 \end_inset
15364
15365  that provides table cell alignments.
15366  But this unfortunately treats the cell entries as math and doesn't allow
15367  formulas in table cells: The first column of Table\InsetSpace ~
15368
15369 \begin_inset LatexCommand ref
15370 reference "tab:Several-table-cell"
15371
15372 \end_inset
15373
15374  will look with 
15375 \series bold
15376 dcolumn
15377 \series default
15378  like the first column in Table\InsetSpace ~
15379
15380 \begin_inset LatexCommand ref
15381 reference "tab:Alignments-when"
15382
15383 \end_inset
15384
15385  and only with some tricks like the expected.
15386  The alignment of the second and third column of Table\InsetSpace ~
15387
15388 \begin_inset LatexCommand ref
15389 reference "tab:Several-table-cell"
15390
15391 \end_inset
15392
15393  is not possible with 
15394 \series bold
15395 dcolumn
15396 \series default
15397 .
15398 \end_layout
15399
15400 \begin_layout Standard
15401 \begin_inset Float table
15402 placement h
15403 wide false
15404 sideways false
15405 status open
15406
15407 \begin_layout Caption
15408 \begin_inset LatexCommand label
15409 name "tab:Alignments-when"
15410
15411 \end_inset
15412
15413 Alignments when LaTeX-package dcolumn is used.
15414  For the second and third alignment some tricks were used.
15415 \end_layout
15416
15417 \begin_layout Standard
15418 \align center
15419 \begin_inset Tabular
15420 <lyxtabular version="3" rows="4" columns="3">
15421 <features>
15422 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15423 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15424 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15425 <row bottomline="true">
15426 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Standard
15430 units
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Standard
15439 units
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Standard
15448 units
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Standard
15459 12×24\InsetSpace \thinspace{}
15460 bottles
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Standard
15469 12×24\InsetSpace \thinspace{}
15470
15471 \begin_inset Formula $\mbox{bottles}$
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Standard
15483 12×24~
15484 \begin_inset Formula $\mbox{bottles}$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Standard
15498 1024×768\InsetSpace \thinspace{}
15499 Pixels
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Standard
15508 1024×768\InsetSpace \thinspace{}
15509
15510 \begin_inset Formula $\mbox{Pixels}$
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Standard
15522 1024×768~
15523 \begin_inset Formula $\mbox{Pixels}$
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 </row>
15532 <row>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Standard
15537 32×6\InsetSpace \thinspace{}
15538 cm
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Standard
15547 32×6\InsetSpace \thinspace{}
15548
15549 \begin_inset Formula $\mbox{cm}$
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Standard
15561 32×6~
15562 \begin_inset Formula $\mbox{cm}$
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 </row>
15571 </lyxtabular>
15572
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \begin_layout Subsection
15584 Customized Cell/Column Format
15585 \begin_inset LatexCommand label
15586 name "sub:Customized-Format"
15587
15588 \end_inset
15589
15590
15591 \begin_inset LatexCommand index
15592 name "Table Customization ! Cell/Column Format"
15593
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 Calculating the needed width for spanned columns like in section\InsetSpace ~
15601
15602 \begin_inset LatexCommand ref
15603 reference "sub:Multicolumn-Calculations"
15604
15605 \end_inset
15606
15607  is very annoying if you have several tables with multicolumn cells.
15608  To make life easier, you can define a cell/column format in the preamble,
15609  so that it can be used in all tables of the document.
15610  The format is defined with the command
15611 \end_layout
15612
15613 \begin_layout Standard
15614
15615 \series bold
15616
15617 \backslash
15618 newcolumntype{name of format}[number of arguments]{commands}
15619 \end_layout
15620
15621 \begin_layout Standard
15622 The format name may only consist of one letter.
15623  The letters 
15624 \emph on
15625 b
15626 \emph default
15627
15628 \emph on
15629 c
15630 \emph default
15631
15632 \emph on
15633 l
15634 \emph default
15635
15636 \emph on
15637 m
15638 \emph default
15639
15640 \emph on
15641 p
15642 \emph default
15643  and 
15644 \emph on
15645 r
15646 \emph default
15647  are predefined and cannot be used.
15648  But all letters are allowed as capitals.
15649 \end_layout
15650
15651 \begin_layout Standard
15652 \begin_inset VSpace medskip
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \begin_layout Standard
15659 For vertically and horizontally centered multicolumn cells with a fixed
15660  width you can define the cell format
15661 \end_layout
15662
15663 \begin_layout Standard
15664
15665 \series bold
15666
15667 \backslash
15668 newcolumntype{M}[1]{>{
15669 \backslash
15670 centering
15671 \backslash
15672 hspace{0pt}}m{#1}}
15673 \end_layout
15674
15675 \begin_layout Standard
15676 where 
15677 \series bold
15678
15679 \backslash
15680 hspace{0pt}
15681 \series default
15682  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15683
15684 \begin_inset LatexCommand ref
15685 reference "sub:Multiple-Lines-in"
15686
15687 \end_inset
15688
15689 .
15690  Now you can simply enter
15691 \end_layout
15692
15693 \begin_layout Standard
15694
15695 \series bold
15696 |M{width}
15697 \end_layout
15698
15699 \begin_layout Standard
15700 as LaTeX-argument in the table dialog to create a multicolumn.
15701 \end_layout
15702
15703 \begin_layout Standard
15704 \begin_inset VSpace bigskip
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \begin_layout Standard
15711 For cells spanned by a multicolumn cell, you can define the format
15712 \end_layout
15713
15714 \begin_layout Standard
15715
15716 \series bold
15717
15718 \backslash
15719 newcolumntype{S}[2]{>{
15720 \backslash
15721 centering
15722 \backslash
15723 hspace{0pt}}
15724 \newline
15725
15726 \begin_inset ERT
15727 status collapsed
15728
15729 \begin_layout Standard
15730
15731
15732 \backslash
15733 phantom{
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \backslash
15740 newcolumntype{S}[2]
15741 \begin_inset ERT
15742 status collapsed
15743
15744 \begin_layout Standard
15745
15746 }
15747 \end_layout
15748
15749 \end_inset
15750
15751 m{(#1+(2
15752 \backslash
15753 tabcolsep+
15754 \backslash
15755 arrayrulewidth)*(1-#2))/#2}}
15756 \end_layout
15757
15758 \begin_layout Standard
15759 This format uses equation 
15760 \begin_inset LatexCommand eqref
15761 reference "eq:Wgn"
15762
15763 \end_inset
15764
15765  to calculate the needed width so that each spanned cell has the same width.
15766 \end_layout
15767
15768 \begin_layout Standard
15769 You can now enter
15770 \end_layout
15771
15772 \begin_layout Standard
15773
15774 \series bold
15775 |S{width of multicolumn cell}{number of spanned columns}
15776 \end_layout
15777
15778 \begin_layout Standard
15779 as LaTeX-argument of the column.
15780 \end_layout
15781
15782 \begin_layout Standard
15783 \begin_inset VSpace bigskip
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Standard
15790 For colored columns, you can define
15791 \end_layout
15792
15793 \begin_layout Standard
15794
15795 \series bold
15796
15797 \backslash
15798 newcolumntype{K}[1]{>{
15799 \backslash
15800 columncolor{#1}
15801 \backslash
15802 hspace{0pt}}c}
15803 \end_layout
15804
15805 \begin_layout Standard
15806 The 
15807 \begin_inset Quotes eld
15808 \end_inset
15809
15810 c
15811 \begin_inset Quotes erd
15812 \end_inset
15813
15814  at the end creates a column with a flexible width whose text is horizontally
15815  centered.
15816  You can now enter
15817 \end_layout
15818
15819 \begin_layout Standard
15820
15821 \series bold
15822 K{color name}
15823 \end_layout
15824
15825 \begin_layout Standard
15826 as LaTeX-argument.
15827 \end_layout
15828
15829 \begin_layout Standard
15830 \begin_inset VSpace bigskip
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Standard
15837 To create Table\InsetSpace ~
15838
15839 \begin_inset LatexCommand ref
15840 reference "tab:Table-using-user-defined"
15841
15842 \end_inset
15843
15844  use the LaTeX-arguments
15845 \end_layout
15846
15847 \begin_layout Standard
15848
15849 \series bold
15850 |M{2.5cm}
15851 \end_layout
15852
15853 \begin_layout Standard
15854 for the first column and the multicolumn,
15855 \end_layout
15856
15857 \begin_layout Standard
15858
15859 \series bold
15860 |K{red}|
15861 \end_layout
15862
15863 \begin_layout Standard
15864 for the the last column, and
15865 \end_layout
15866
15867 \begin_layout Standard
15868
15869 \series bold
15870 |S{2.5cm}{2}
15871 \end_layout
15872
15873 \begin_layout Standard
15874 for the cells in the second column.
15875 \end_layout
15876
15877 \begin_layout Standard
15878 \begin_inset Float table
15879 placement h
15880 wide false
15881 sideways false
15882 status open
15883
15884 \begin_layout Caption
15885 \begin_inset LatexCommand label
15886 name "tab:Table-using-user-defined"
15887
15888 \end_inset
15889
15890 Table using user-defined table formats
15891 \end_layout
15892
15893 \begin_layout Standard
15894 \align center
15895 \begin_inset Tabular
15896 <lyxtabular version="3" rows="3" columns="4">
15897 <features>
15898 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15899 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15900 <column alignment="center" valignment="middle" leftline="true" width="0">
15901 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15902 <row topline="true">
15903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Standard
15907 verylongtablecellword
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15913 \begin_inset Text
15914
15915 \begin_layout Standard
15916 multiple lines multicolumn
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Standard
15925
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Standard
15934 c
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row topline="true">
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Standard
15945 d
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Standard
15954 e
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Standard
15963 f
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Standard
15972 g
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 </row>
15978 <row topline="true" bottomline="true">
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Standard
15983 h
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Standard
15992 i
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Standard
16001 j
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Standard
16010 k
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 </lyxtabular>
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \begin_layout Subsection
16029 Line Thickness
16030 \begin_inset LatexCommand label
16031 name "sub:Line-Thickness"
16032
16033 \end_inset
16034
16035
16036 \begin_inset LatexCommand index
16037 name "Table Customization ! Line Thickness"
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \begin_layout Standard
16045 The line thickness for all lines in a table can be adjusted with the length
16046  
16047 \series bold
16048
16049 \backslash
16050 arrayrulewidth
16051 \series default
16052 .
16053  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
16054 pt, like in Table\InsetSpace ~
16055
16056 \begin_inset LatexCommand ref
16057 reference "tab:Table-with-1.5"
16058
16059 \end_inset
16060
16061 , insert the command
16062 \end_layout
16063
16064 \begin_layout Standard
16065
16066 \series bold
16067
16068 \backslash
16069 setlength{
16070 \backslash
16071 arrayrulewidth}{1.5pt}
16072 \end_layout
16073
16074 \begin_layout Standard
16075 in ERT before the table or table float.
16076  The changed thickness is valid for all following tables.
16077  To use the default value again, set 
16078 \series bold
16079
16080 \backslash
16081 arrayrulewidth
16082 \series default
16083  to 0.4\InsetSpace \thinspace{}
16084 pt in ERT behind the table or table float.
16085 \end_layout
16086
16087 \begin_layout Standard
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Standard
16092
16093
16094 \backslash
16095 setlength{
16096 \backslash
16097 arrayrulewidth}{1.5pt}
16098 \end_layout
16099
16100 \end_inset
16101
16102
16103 \begin_inset Float table
16104 wide false
16105 sideways false
16106 status open
16107
16108 \begin_layout Caption
16109 \begin_inset LatexCommand label
16110 name "tab:Table-with-1.5"
16111
16112 \end_inset
16113
16114 Table with 1.5\InsetSpace \thinspace{}
16115 pt thick lines
16116 \end_layout
16117
16118 \begin_layout Standard
16119 \align center
16120 \begin_inset Tabular
16121 <lyxtabular version="3" rows="3" columns="3">
16122 <features>
16123 <column alignment="center" valignment="top" leftline="true" width="0">
16124 <column alignment="center" valignment="top" leftline="true" width="0">
16125 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16126 <row topline="true">
16127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Standard
16131 sd
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Standard
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Standard
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 </row>
16155 <row topline="true">
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Standard
16160
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Standard
16169 sd
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Standard
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 </row>
16184 <row topline="true" bottomline="true">
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Standard
16189
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Standard
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Standard
16207 sd
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 </row>
16213 </lyxtabular>
16214
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \end_inset
16221
16222
16223 \begin_inset ERT
16224 status collapsed
16225
16226 \begin_layout Standard
16227
16228
16229 \backslash
16230 setlength{
16231 \backslash
16232 arrayrulewidth}{0.4pt}
16233 \end_layout
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Standard
16241 \begin_inset VSpace bigskip
16242 \end_inset
16243
16244 To set the line thickness to 1.5\InsetSpace \thinspace{}
16245 pt only for horizontal lines, like in Table\InsetSpace ~
16246
16247 \begin_inset LatexCommand ref
16248 reference "tab:Table-with-horizontal"
16249
16250 \end_inset
16251
16252 , insert these commands in ERT before the table or table float:
16253 \end_layout
16254
16255 \begin_layout Standard
16256
16257 \series bold
16258
16259 \backslash
16260 let
16261 \backslash
16262 myHline
16263 \backslash
16264 hline
16265 \newline
16266
16267 \backslash
16268 renewcommand{
16269 \backslash
16270 hline}
16271 \newline
16272  {
16273 \backslash
16274 noalign{
16275 \backslash
16276 global
16277 \backslash
16278 arrayrulewidth 1.5pt}
16279 \newline
16280   
16281 \backslash
16282 myHline
16283 \backslash
16284 noalign{
16285 \backslash
16286 global
16287 \backslash
16288 arrayrulewidth 0.4pt}}
16289 \end_layout
16290
16291 \begin_layout Standard
16292 To return to the default line thickness, insert this command in ERT behind
16293  the table or table float:
16294 \end_layout
16295
16296 \begin_layout Standard
16297
16298 \series bold
16299
16300 \backslash
16301 renewcommand{
16302 \backslash
16303 hline}{
16304 \backslash
16305 myHline}
16306 \end_layout
16307
16308 \begin_layout Standard
16309 \begin_inset ERT
16310 status collapsed
16311
16312 \begin_layout Standard
16313
16314
16315 \backslash
16316 let
16317 \backslash
16318 myHline
16319 \backslash
16320 hline
16321 \end_layout
16322
16323 \begin_layout Standard
16324
16325
16326 \backslash
16327 renewcommand{
16328 \backslash
16329 hline}
16330 \end_layout
16331
16332 \begin_layout Standard
16333
16334  {
16335 \backslash
16336 noalign{
16337 \backslash
16338 global
16339 \backslash
16340 arrayrulewidth 1.5pt}
16341 \end_layout
16342
16343 \begin_layout Standard
16344
16345   
16346 \backslash
16347 myHline
16348 \backslash
16349 noalign{
16350 \backslash
16351 global
16352 \backslash
16353 arrayrulewidth 0.4pt}}
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \begin_inset Float table
16360 wide false
16361 sideways false
16362 status open
16363
16364 \begin_layout Caption
16365 \begin_inset LatexCommand label
16366 name "tab:Table-with-horizontal"
16367
16368 \end_inset
16369
16370 Table with 1.5\InsetSpace \thinspace{}
16371 pt thick horizontal lines
16372 \end_layout
16373
16374 \begin_layout Standard
16375 \align center
16376 \begin_inset Tabular
16377 <lyxtabular version="3" rows="3" columns="3">
16378 <features>
16379 <column alignment="center" valignment="top" leftline="true" width="0">
16380 <column alignment="center" valignment="top" leftline="true" width="0">
16381 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16382 <row topline="true">
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Standard
16387 sd
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Standard
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Standard
16405
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row topline="true">
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Standard
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Standard
16425 sd
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Standard
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row topline="true" bottomline="true">
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Standard
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Standard
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Standard
16463 sd
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 </lyxtabular>
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477
16478
16479 \begin_inset ERT
16480 status collapsed
16481
16482 \begin_layout Standard
16483
16484
16485 \backslash
16486 renewcommand{
16487 \backslash
16488 hline}{
16489 \backslash
16490 myHline}
16491 \end_layout
16492
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \begin_layout Standard
16499 \begin_inset VSpace bigskip
16500 \end_inset
16501
16502 To set the line thickness to 1.5\InsetSpace \thinspace{}
16503 pt only for vertical lines, create the following
16504  column format in the document preamble, according to the description in
16505  section\InsetSpace ~
16506
16507 \begin_inset LatexCommand ref
16508 reference "sub:Customized-Format"
16509
16510 \end_inset
16511
16512 :
16513 \end_layout
16514
16515 \begin_layout Standard
16516
16517 \series bold
16518
16519 \backslash
16520 newcolumntype{V}{!{
16521 \backslash
16522 vrule width 1.5pt}}
16523 \end_layout
16524
16525 \begin_layout Standard
16526 For Table\InsetSpace ~
16527
16528 \begin_inset LatexCommand ref
16529 reference "tab:Table-with-vertical"
16530
16531 \end_inset
16532
16533  the LaTeX-argument
16534 \end_layout
16535
16536 \begin_layout Standard
16537
16538 \series bold
16539 VcV
16540 \end_layout
16541
16542 \begin_layout Standard
16543 was used for the last column and
16544 \end_layout
16545
16546 \begin_layout Standard
16547
16548 \series bold
16549 Vc
16550 \end_layout
16551
16552 \begin_layout Standard
16553 for the other columns.
16554 \end_layout
16555
16556 \begin_layout Standard
16557 \begin_inset Float table
16558 wide false
16559 sideways false
16560 status open
16561
16562 \begin_layout Caption
16563 \begin_inset LatexCommand label
16564 name "tab:Table-with-vertical"
16565
16566 \end_inset
16567
16568 Table with 1.5\InsetSpace \thinspace{}
16569 pt thick vertical lines
16570 \end_layout
16571
16572 \begin_layout Standard
16573 \align center
16574 \begin_inset Tabular
16575 <lyxtabular version="3" rows="3" columns="3">
16576 <features>
16577 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16578 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16579 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16580 <row topline="true">
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Standard
16585 sd
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Standard
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Standard
16603
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row topline="true">
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Standard
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Standard
16623 sd
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Standard
16632
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 <row topline="true" bottomline="true">
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Standard
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Standard
16652
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Standard
16661 sd
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 </lyxtabular>
16668
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \begin_layout Subsection
16680 Dashed Lines
16681 \begin_inset LatexCommand index
16682 name "Table Customization ! Dashed Lines"
16683
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \begin_layout Standard
16690 \begin_inset Float table
16691 placement H
16692 wide false
16693 sideways false
16694 status open
16695
16696 \begin_layout Caption
16697 \begin_inset LatexCommand label
16698 name "tab:Table-with-dashed"
16699
16700 \end_inset
16701
16702 Table with dashed lines
16703 \end_layout
16704
16705 \begin_layout Standard
16706 \align center
16707 \begin_inset Tabular
16708 <lyxtabular version="3" rows="5" columns="5">
16709 <features>
16710 <column alignment="center" valignment="top" leftline="true" width="0">
16711 <column alignment="center" valignment="top" leftline="true" width="0">
16712 <column alignment="center" valignment="top" width="0" special=":c">
16713 <column alignment="center" valignment="top" leftline="true" width="0">
16714 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16715 <row topline="true" bottomline="true">
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Standard
16720 a
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Standard
16729 b
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Standard
16738 c
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Standard
16747 d
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Standard
16756 e
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row topline="true">
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Standard
16767 f
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Standard
16776 g
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Standard
16785 h
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Standard
16794 i
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Standard
16803 j
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Standard
16814 \begin_inset ERT
16815 status collapsed
16816
16817 \begin_layout Standard
16818
16819
16820 \backslash
16821 hdashline 
16822 \end_layout
16823
16824 \end_inset
16825
16826 k
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Standard
16835 l
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Standard
16844 m
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Standard
16853 n
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Standard
16862 o
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 </row>
16868 <row topline="true">
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Standard
16873 \begin_inset ERT
16874 status collapsed
16875
16876 \begin_layout Standard
16877
16878
16879 \backslash
16880 cdashline{4-5}
16881 \end_layout
16882
16883 \end_inset
16884
16885 p
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Standard
16894 q
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16900 \begin_inset Text
16901
16902 \begin_layout Standard
16903 r
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16909 \begin_inset Text
16910
16911 \begin_layout Standard
16912 s
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Standard
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row topline="true" bottomline="true">
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Standard
16932 t
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Standard
16941 u
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Standard
16950 v
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Standard
16959 w
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Standard
16968 x
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 </lyxtabular>
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \begin_layout Standard
16987 LyX doesn't natively support dashed lines, so you have to use ERT.
16988  As prerequisite the LaTeX-package 
16989 \series bold
16990 arydshln
16991 \series default
16992
16993 \begin_inset LatexCommand index
16994 name "LaTeX-packages ! arydshln"
16995
16996 \end_inset
16997
16998  must be loaded in the document preamble with the command
16999 \end_layout
17000
17001 \begin_layout Standard
17002
17003 \series bold
17004
17005 \backslash
17006 usepackage{arydshln}
17007 \end_layout
17008
17009 \begin_layout Standard
17010 To make a vertical line dashed, enter the colon 
17011 \begin_inset Quotes eld
17012 \end_inset
17013
17014 :
17015 \begin_inset Quotes erd
17016 \end_inset
17017
17018  together with the character for the horizontal alignment as LaTeX-argument
17019  in the table cell dialog.
17020 \end_layout
17021
17022 \begin_layout Standard
17023 For a horizontal dashed line add the command
17024 \end_layout
17025
17026 \begin_layout Standard
17027
17028 \series bold
17029
17030 \backslash
17031 hdashline
17032 \end_layout
17033
17034 \begin_layout Standard
17035 in ERT as first element of the first cell in the table row.
17036 \end_layout
17037
17038 \begin_layout Standard
17039 For dashed multicolumn lines use the command
17040 \end_layout
17041
17042 \begin_layout Standard
17043
17044 \series bold
17045
17046 \backslash
17047 cdashline{line number
17048 \series default
17049 }
17050 \end_layout
17051
17052 \begin_layout Standard
17053 in ERT as first element of the first cell in the table row.
17054  If you have for example a multicolumn spanning over columns 2 to 4 and
17055  you want to have a dashed line above, add the command
17056 \end_layout
17057
17058 \begin_layout Standard
17059
17060 \series bold
17061
17062 \backslash
17063 cdashline{2-4}
17064 \end_layout
17065
17066 \begin_layout Standard
17067 as first element of the first cell in the row of the multicolumn.
17068 \end_layout
17069
17070 \begin_layout Standard
17071 \begin_inset VSpace bigskip
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \begin_layout Standard
17078 Table\InsetSpace ~
17079
17080 \begin_inset LatexCommand ref
17081 reference "tab:Table-with-dashed"
17082
17083 \end_inset
17084
17085  was created using 
17086 \begin_inset Quotes eld
17087 \end_inset
17088
17089
17090 \series bold
17091 :c
17092 \series default
17093
17094 \begin_inset Quotes erd
17095 \end_inset
17096
17097  as LaTeX-argument of the third column.
17098  The ERT command 
17099 \series bold
17100
17101 \backslash
17102 hdashline
17103 \series default
17104  was inserted to the first cell of the third row and the the ERT command
17105 \newline
17106
17107  
17108 \series bold
17109
17110 \backslash
17111 cdashline{4-5}
17112 \series default
17113  was inserted to the first cell of the fourth row.
17114 \end_layout
17115
17116 \begin_layout Standard
17117 \begin_inset Note Greyedout
17118 status open
17119
17120 \begin_layout Standard
17121
17122 \series bold
17123 Note:
17124 \series default
17125  The used LaTeX-package 
17126 \series bold
17127 arydshln
17128 \series default
17129  is apparently not compatible with the LaTeX-package 
17130 \series bold
17131 colortbl
17132 \series default
17133
17134 \begin_inset LatexCommand index
17135 name "LaTeX-packages ! colortbl"
17136
17137 \end_inset
17138
17139  that is used for colored tables in section\InsetSpace ~
17140
17141 \begin_inset LatexCommand ref
17142 reference "sec:Colored-Tables"
17143
17144 \end_inset
17145
17146 .
17147  That means colored tables cannot have dashed lines.
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Chapter
17156 Floats
17157 \begin_inset LatexCommand index
17158 name "Floats"
17159
17160 \end_inset
17161
17162
17163 \begin_inset LatexCommand label
17164 name "cha:Floats"
17165
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \begin_layout Section
17172 Introduction
17173 \begin_inset LatexCommand label
17174 name "sec:FloatIntroduction"
17175
17176 \end_inset
17177
17178
17179 \begin_inset LatexCommand index
17180 name "Floats ! Introduction"
17181
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \begin_layout Standard
17188 A float is a block of text associated with some sort of label, which doesn't
17189  have a fixed location.
17190  It can 
17191 \begin_inset Quotes eld
17192 \end_inset
17193
17194 float
17195 \begin_inset Quotes erd
17196 \end_inset
17197
17198  forward or backward a page or two, to wherever it fits best.
17199  
17200 \family sans
17201 Footnotes
17202 \family default
17203  and 
17204 \family sans
17205 Margin\InsetSpace ~
17206 Notes
17207 \family default
17208  are also floats, because they can float to the next page when there are
17209  too many notes at the page.
17210 \end_layout
17211
17212 \begin_layout Standard
17213 Floats allow a high quality layout.
17214  Images and tables can evenly be spread to the pages to avoid white space
17215  and pages without text.
17216  As the floating often destroys the context between the text and the image/table
17217 , every float can be referenced in the text.
17218  Floats are therefore numbered.
17219  Referencing is described in section\InsetSpace ~
17220
17221 \begin_inset LatexCommand ref
17222 reference "sec:Referencing-Floats"
17223
17224 \end_inset
17225
17226 .
17227 \end_layout
17228
17229 \begin_layout Standard
17230 To insert a float, use the menu 
17231 \family sans
17232 Insert\SpecialChar \menuseparator
17233 Floats
17234 \family default
17235 .
17236  This inserts a box with a label in the 
17237 \family sans
17238 Caption
17239 \family default
17240  environment
17241 \begin_inset Foot
17242 status collapsed
17243
17244 \begin_layout Standard
17245 The 
17246 \family sans
17247 Caption
17248 \family default
17249  environment is described in LyX's 
17250 \emph on
17251 Userguide
17252 \emph default
17253 .
17254 \end_layout
17255
17256 \end_inset
17257
17258  into your document.
17259  Every label ends with the character 
17260 \begin_inset Quotes eld
17261 \end_inset
17262
17263 #
17264 \begin_inset Quotes erd
17265 \end_inset
17266
17267  as placeholder for the float number in the output.
17268  The label will automatically be translated to the document language in
17269  the output.
17270  Behind the label you can insert the caption text.
17271  The image or table is inserted above or below the caption in a separate
17272  paragraph within the float.
17273  More about the caption placement is described in section\InsetSpace ~
17274
17275 \begin_inset LatexCommand ref
17276 reference "sec:Caption-Placement"
17277
17278 \end_inset
17279
17280 .
17281  To keep your LyX-document readable, you can open and close the float box
17282  by left-clicking on the box label.
17283  A closed float box looks like this: 
17284 \begin_inset Graphics
17285         filename ../clipart/floatQt4.png
17286         scale 70
17287
17288 \end_inset
17289
17290  -- a gray button with a red label.
17291 \end_layout
17292
17293 \begin_layout Standard
17294 It is recommended to insert floats as a separate paragraph to avoid possible
17295  LaTeX-errors that can occur when the surrounding text is specially formatted.
17296 \end_layout
17297
17298 \begin_layout Standard
17299 Existing figures or tables can be put into a float by marking them and then
17300  pressing the corresponding toolbar button for a new float.
17301 \end_layout
17302
17303 \begin_layout Section
17304 Float Types
17305 \end_layout
17306
17307 \begin_layout Standard
17308 Besides figure and table floats that are described in section\InsetSpace ~
17309
17310 \begin_inset LatexCommand ref
17311 reference "sec:Figure-Floats"
17312
17313 \end_inset
17314
17315  and 
17316 \begin_inset LatexCommand ref
17317 reference "sec:Table-Floats"
17318
17319 \end_inset
17320
17321 , respectively, LyX offers the float types 
17322 \series bold
17323 Algorithm
17324 \series default
17325  and 
17326 \series bold
17327 Text\InsetSpace ~
17328 Wrap\InsetSpace ~
17329 Float
17330 \series default
17331 .
17332 \end_layout
17333
17334 \begin_layout Subsection
17335 Algorithm Floats
17336 \begin_inset LatexCommand index
17337 name "Floats ! Algorithm Floats"
17338
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \begin_layout Standard
17345 \begin_inset Float algorithm
17346 placement h
17347 wide false
17348 sideways false
17349 status open
17350
17351 \begin_layout Caption
17352 \begin_inset LatexCommand label
17353 name "alg:Example-Algorithm-float"
17354
17355 \end_inset
17356
17357 Example Algorithm float
17358 \end_layout
17359
17360 \begin_layout LyX-Code
17361 for I in 1..N loop
17362 \newline
17363  Sum:= Sum + A(I); /*senseless comment*/
17364 \newline
17365 end loop
17366 \begin_inset VSpace -4mm
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 This float type is inserted with the menu 
17379 \family sans
17380 Insert\SpecialChar \menuseparator
17381 Floats\SpecialChar \menuseparator
17382 Algorithm
17383 \family default
17384 .
17385  It is used for program codes and descriptions of algorithms.
17386  A possible environment for algorithms is the 
17387 \family sans
17388 LyX-Code
17389 \family default
17390 , described in LyX's 
17391 \emph on
17392 Userguide
17393 \emph default
17394 .
17395  Algorithm\InsetSpace ~
17396
17397 \begin_inset LatexCommand ref
17398 reference "alg:Example-Algorithm-float"
17399
17400 \end_inset
17401
17402  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17403 mm vertical space was added
17404  at the end of the float to have the bottom rule exactly below the last
17405  text line.
17406 \end_layout
17407
17408 \begin_layout Standard
17409 The float label is not automatically translated into the document language.
17410  If your document is not in English, you have to do this manually by adding
17411  the following line
17412 \series bold
17413  
17414 \series default
17415 to the document preamble
17416 \series bold
17417 :
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 floatname{algorithm}{your\InsetSpace ~
17426 name}
17427 \end_layout
17428
17429 \begin_layout Standard
17430
17431 \family sans
17432 your\InsetSpace ~
17433 name
17434 \family default
17435  is the word 
17436 \begin_inset Quotes eld
17437 \end_inset
17438
17439
17440 \emph on
17441 algorithm
17442 \emph default
17443
17444 \begin_inset Quotes erd
17445 \end_inset
17446
17447  in your language.
17448 \end_layout
17449
17450 \begin_layout Description
17451
17452 \series bold
17453 Note:
17454 \series default
17455  When the LaTeX-package 
17456 \series bold
17457 hyperref
17458 \series default
17459
17460 \begin_inset LatexCommand index
17461 name "LaTeX-packages ! hyperref"
17462
17463 \end_inset
17464
17465  is used to link cross-references to floats in the PDF-output, it must be
17466  loaded in the document preamble before the definition of floats to be able
17467  to reference floats.
17468  As LyX sets the float definition for algorithm floats automatically before
17469  the user editable part of the document preamble, you need to insert the
17470  following preamble lines 
17471 \emph on
17472 after
17473 \emph default
17474  the loading command of 
17475 \series bold
17476 hyperref
17477 \series default
17478 :
17479 \series bold
17480
17481 \begin_inset VSpace defskip
17482 \end_inset
17483
17484
17485 \newline
17486
17487 \backslash
17488 newfloat{Xalgorithm}{tbp}{loa}
17489 \newline
17490
17491 \backslash
17492 floatname{Xalgorithm}{your\InsetSpace ~
17493 name}
17494 \newline
17495
17496 \backslash
17497 newcommand{
17498 \backslash
17499 theHalgorithm}{
17500 \backslash
17501 theHXalgorithm}
17502 \newline
17503
17504 \backslash
17505 renewenvironment{algorithm}[1][tbp]
17506 \newline
17507
17508 \begin_inset ERT
17509 status collapsed
17510
17511 \begin_layout Standard
17512
17513
17514 \backslash
17515 hphantom{ }
17516 \end_layout
17517
17518 \end_inset
17519
17520 {
17521 \backslash
17522 begin{Xalgorithm}[#1]}{
17523 \backslash
17524 end{Xalgorithm}}
17525 \begin_inset VSpace defskip
17526 \end_inset
17527
17528
17529 \series default
17530
17531 \newline
17532 Where 
17533 \family sans
17534 your\InsetSpace ~
17535 name
17536 \family default
17537  is the word 
17538 \begin_inset Quotes eld
17539 \end_inset
17540
17541
17542 \emph on
17543 algorithm
17544 \emph default
17545
17546 \begin_inset Quotes erd
17547 \end_inset
17548
17549  in your language.
17550 \end_layout
17551
17552 \begin_layout Standard
17553 Algorithm floats are not by default numbered in the scheme 
17554 \begin_inset Quotes eld
17555 \end_inset
17556
17557 chapter.algorithm
17558 \begin_inset Quotes erd
17559 \end_inset
17560
17561  like it is the case for table and figure floats in many document-classes.
17562  To number algorithm floats in the same scheme, add this command to your
17563  document preamble:
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \series bold
17569
17570 \backslash
17571 numberwithin{algorithm}{chapter}
17572 \end_layout
17573
17574 \begin_layout Standard
17575 If you use the LaTeX-package 
17576 \series bold
17577 hyperref
17578 \series default
17579 , add this line instead 
17580 \emph on
17581 after
17582 \emph default
17583  the definition of 
17584 \family sans
17585 Xalgorithm
17586 \family default
17587  (the commands from above) to the preamble:
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 numberwithin{Xalgorithm}{chapter}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 To be able to use the command 
17600 \series bold
17601
17602 \backslash
17603 numberwithin
17604 \series default
17605 , set in the tab 
17606 \family sans
17607 Math\InsetSpace ~
17608 Options
17609 \family default
17610  in the document settings the option 
17611 \family sans
17612 Use\InsetSpace ~
17613 AMS\InsetSpace ~
17614 math\InsetSpace ~
17615 package
17616 \family default
17617 .
17618 \end_layout
17619
17620 \begin_layout Subsection
17621 Text Wrap Floats
17622 \begin_inset LatexCommand index
17623 name "Floats ! Text Wrap Floats"
17624
17625 \end_inset
17626
17627
17628 \begin_inset LatexCommand label
17629 name "sub:floatflt-wrap-float"
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 This float type is used if you want to 
17638 \begin_inset Quotes eld
17639 \end_inset
17640
17641 wrap
17642 \begin_inset Quotes erd
17643 \end_inset
17644
17645  text around a figure so that it only occupies some fraction of the column
17646  width.
17647  It can be inserted using the menu 
17648 \begin_inset Wrap figure
17649 placement l
17650 width "40col%"
17651 status open
17652
17653 \begin_layout Standard
17654 \begin_inset Graphics
17655         filename mobius.eps
17656         display color
17657         width 40col%
17658         rotateOrigin center
17659
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \begin_layout Caption
17666 \begin_inset LatexCommand label
17667 name "fig:This-is-a"
17668
17669 \end_inset
17670
17671 This is a wrapped figure, and this is the brilliant caption that describes
17672  it.
17673 \begin_inset VSpace medskip
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \end_inset
17680
17681  
17682 \family sans
17683 Insert\SpecialChar \menuseparator
17684 Floats\SpecialChar \menuseparator
17685 Text\InsetSpace ~
17686 Wrap\InsetSpace ~
17687 Float
17688 \family default
17689  if the LaTeX-package 
17690 \series bold
17691 floatflt
17692 \series default
17693
17694 \begin_inset LatexCommand index
17695 name "LaTeX-packages ! floatflt"
17696
17697 \end_inset
17698
17699  is installed.
17700 \begin_inset Foot
17701 status collapsed
17702
17703 \begin_layout Standard
17704 Installing a LaTeX-package is explained it in the 
17705 \emph on
17706 LaTeX\InsetSpace ~
17707 Configuration
17708 \emph default
17709  manual.
17710 \end_layout
17711
17712 \end_inset
17713
17714  The width and placement of the float is adjusted by right-clicking on the
17715  float box.
17716  Figure\InsetSpace ~
17717
17718 \begin_inset LatexCommand ref
17719 reference "fig:This-is-a"
17720
17721 \end_inset
17722
17723  is an example text wrap float with a width of 40
17724 \begin_inset Formula $\,$
17725 \end_inset
17726
17727 col%.
17728 \begin_inset Foot
17729 status collapsed
17730
17731 \begin_layout Standard
17732 Available units are explained in 
17733 \begin_inset LatexCommand ref
17734 reference "cha:Units-available-in"
17735
17736 \end_inset
17737
17738 .
17739 \end_layout
17740
17741 \end_inset
17742
17743  Some space was added under the caption to separate it better from the surroundi
17744 ng text.
17745 \end_layout
17746
17747 \begin_layout Standard
17748 The LaTeX-package 
17749 \series bold
17750 floatflt
17751 \series default
17752  also supports table wrap floats, but they are not yet supported by LyX.
17753  If you need this, read the documentation of 
17754 \series bold
17755 floatflt
17756 \series default
17757  
17758 \begin_inset LatexCommand cite
17759 key "floatflt"
17760
17761 \end_inset
17762
17763 .
17764 \end_layout
17765
17766 \begin_layout Standard
17767 \begin_inset Note Greyedout
17768 status open
17769
17770 \begin_layout Standard
17771
17772 \series bold
17773 Note:
17774 \series default
17775  Text\InsetSpace ~
17776 wrap float floats are fragile! E.\InsetSpace \thinspace{}
17777 g.\InsetSpace ~
17778 having a figure too close to the bottom
17779  of the page can mess things up in the way that the float doesn't appear
17780  in the output or that it is placed over some other text.
17781 \begin_inset Foot
17782 status open
17783
17784 \begin_layout Standard
17785 The better solution is to use the LaTeX-package 
17786 \series bold
17787 wrapfig
17788 \series default
17789
17790 \begin_inset LatexCommand index
17791 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
17792
17793 \end_inset
17794
17795  instead of 
17796 \series bold
17797 floatflt
17798 \series default
17799 , but it is currently not supported by LyX.
17800 \end_layout
17801
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \begin_layout Standard
17813 In general:
17814 \end_layout
17815
17816 \begin_layout Itemize
17817 Wrap floats should not be placed in paragraphs that run over a page break.
17818  That means that wrap floats should better be inserted to the exact place
17819  when the document is nearly ready and you are able to estimate where page
17820  breaks will appear.
17821 \end_layout
17822
17823 \begin_layout Itemize
17824 Wrap floats should either be placed in an own paragraph before the paragraph
17825  where they should wrap into or within a paragraph.
17826 \end_layout
17827
17828 \begin_layout Itemize
17829 Wrap floats in consecutive paragraphs may cause troubles, so assure that
17830  there is a text paragraph between them as separator.
17831 \end_layout
17832
17833 \begin_layout Itemize
17834 Wrap floats are not allowed in section headings or tables.
17835 \end_layout
17836
17837 \begin_layout Section
17838 Referencing Floats
17839 \begin_inset LatexCommand label
17840 name "sec:Referencing-Floats"
17841
17842 \end_inset
17843
17844
17845 \begin_inset LatexCommand index
17846 name "Floats ! References"
17847
17848 \end_inset
17849
17850
17851 \begin_inset LatexCommand index
17852 name "References"
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Standard
17860 To reference a float, insert a label into its caption using the menu 
17861 \family sans
17862 Insert\SpecialChar \menuseparator
17863 Label
17864 \family default
17865  or the toolbar button 
17866 \begin_inset Graphics
17867         filename ../images/label-insert.xpm
17868         scale 85
17869
17870 \end_inset
17871
17872 .
17873  A grey label box like this one: 
17874 \begin_inset Graphics
17875         filename ../clipart/labelQt4.png
17876         scale 85
17877
17878 \end_inset
17879
17880  will be inserted and the label window pops up asking for the label text.
17881  LyX offers as text the first words of the caption with a prefix.
17882  The prefix depends on the float type, e.\InsetSpace \thinspace{}
17883 g.\InsetSpace ~
17884 for figure floats the prefix will
17885  be "
17886 \family sans
17887 fig:
17888 \family default
17889 ".
17890 \end_layout
17891
17892 \begin_layout Standard
17893 The label is used as anchor and name for the reference.
17894  You can refer to the label using the menu 
17895 \family sans
17896 Insert\SpecialChar \menuseparator
17897 Cross-reference
17898 \family default
17899  or the toolbar button 
17900 \begin_inset Graphics
17901         filename ../images/dialog-show-new-inset_ref.xpm
17902         scale 85
17903
17904 \end_inset
17905
17906 .
17907  A grey cross-reference box like this one: 
17908 \begin_inset Graphics
17909         filename ../clipart/referenceQt4.png
17910         scale 85
17911
17912 \end_inset
17913
17914  will be inserted and the cross-reference window appear showing all labels
17915  of the document.
17916  If you have multiple LyX-documents opened, choose the one you are working
17917  on from the drop-list at the top of the dialog.
17918  You can now sort the labels alphabetically and then choose one.
17919  At the position of the cross-reference box the float number will appear
17920  in the output.
17921 \end_layout
17922
17923 \begin_layout Standard
17924 It is recommended to use a protected space between the cross-reference name
17925  and its number to avoid line breaks between them.
17926  If a cross-reference refers to a non-existing label, you will see two question
17927  marks in the output instead of the reference.
17928 \end_layout
17929
17930 \begin_layout Standard
17931 You can change labels at any time by clicking on the label box.
17932  References to the changed label will automatically change its link to the
17933  new label text, so that you don't need to take care about this.
17934 \end_layout
17935
17936 \begin_layout Standard
17937 The button 
17938 \family sans
17939 Go\InsetSpace ~
17940 to\InsetSpace ~
17941 Label
17942 \family default
17943  in the cross-reference window sets the cursor before the referred label.
17944  The button text changes then to Go\InsetSpace ~
17945 Back and you can use it to set the cursor
17946  back to the cross-reference.
17947  Right-clicking on a cross-reference box also sets the cursor before the
17948  referenced label but without a possibility to go back.
17949 \end_layout
17950
17951 \begin_layout Subsection
17952 Cross-reference formats
17953 \begin_inset LatexCommand label
17954 name "sub:Cross-reference-formats"
17955
17956 \end_inset
17957
17958
17959 \begin_inset LatexCommand index
17960 name "References ! Formats"
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \begin_layout Standard
17968 There are six varieties of cross-references:
17969 \end_layout
17970
17971 \begin_layout Description
17972 <reference>: prints the float number, this is the default: 
17973 \begin_inset LatexCommand ref
17974 reference "fig:Two-distorted-images"
17975
17976 \end_inset
17977
17978
17979 \end_layout
17980
17981 \begin_layout Description
17982 (<reference>): prints the float number within two parentheses, this is the
17983  style normally used to reference formulas, especially when the reference
17984  name 
17985 \begin_inset Quotes eld
17986 \end_inset
17987
17988 Equation
17989 \begin_inset Quotes erd
17990 \end_inset
17991
17992  is omitted: 
17993 \begin_inset LatexCommand eqref
17994 reference "eq:Wgn"
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Description
18002 <page>: prints the page number: Page\InsetSpace ~
18003
18004 \begin_inset LatexCommand pageref
18005 reference "fig:Two-distorted-images"
18006
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \begin_layout Description
18013 on\InsetSpace ~
18014 page\InsetSpace ~
18015 <page>: prints the text "on page" and the page number: 
18016 \begin_inset LatexCommand vpageref
18017 reference "fig:Two-distorted-images"
18018
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Description
18025 <reference>\InsetSpace ~
18026 on\InsetSpace ~
18027 page\InsetSpace ~
18028 <page>: prints the float number, the text "on page", and
18029  the page number: 
18030 \begin_inset LatexCommand vref
18031 reference "fig:Two-distorted-images"
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Description
18039 Formatted\InsetSpace ~
18040 reference: prints a self defined cross-reference format:
18041 \newline
18042
18043 \begin_inset LatexCommand prettyref
18044 reference "fig:Two-distorted-images"
18045
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \begin_layout Standard
18052 Note that the style <page> won't print the page number if the label is on
18053  the previous, the same, or the next page.
18054  You will e.\InsetSpace \thinspace{}
18055 g.\InsetSpace ~
18056 see the text 
18057 \begin_inset Quotes eld
18058 \end_inset
18059
18060
18061 \family sans
18062 on this page
18063 \family default
18064
18065 \begin_inset Quotes erd
18066 \end_inset
18067
18068  instead.
18069 \end_layout
18070
18071 \begin_layout Standard
18072 The number and current page of the referred document part in the output,
18073  is automatically calculated by LaTeX.
18074  The varieties are adjusted in the field 
18075 \family sans
18076 Format
18077 \family default
18078  of the cross-reference window, that appear when you click on the cross-referenc
18079 e box.
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 To define a format for the 
18088 \family sans
18089 Formatted\InsetSpace ~
18090 reference
18091 \family default
18092  style, you have to use the following command in the document preamble:
18093 \end_layout
18094
18095 \begin_layout Standard
18096
18097 \series bold
18098
18099 \backslash
18100 newrefformat{prefix}{text}
18101 \end_layout
18102
18103 \begin_layout Standard
18104 This formatting command affects all references to labels with the same prefix.
18105  To get the format of the 
18106 \family sans
18107 Formatted\InsetSpace ~
18108 reference
18109 \family default
18110  example above, this command was used:
18111 \end_layout
18112
18113 \begin_layout Standard
18114
18115 \series bold
18116
18117 \backslash
18118 newrefformat{fig}
18119 \newline
18120
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Standard
18125
18126
18127 \backslash
18128 hphantom{ }
18129 \end_layout
18130
18131 \end_inset
18132
18133 {Figure~float~
18134 \backslash
18135 ref{#1} printed on page~
18136 \backslash
18137 pageref{#1}}
18138 \end_layout
18139
18140 \begin_layout Standard
18141 The tilde "~" is the LaTeX equivalent for the protected space.
18142  The command 
18143 \series bold
18144
18145 \backslash
18146 ref{#1}
18147 \series default
18148  refers to the float number, the command 
18149 \series bold
18150
18151 \backslash
18152 pageref{#1}
18153 \series default
18154  to the page number.
18155 \end_layout
18156
18157 \begin_layout Subsection
18158 Automatic Reference Naming
18159 \begin_inset LatexCommand index
18160 name "References ! Automatic Reference Naming"
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \begin_layout Standard
18168 The LaTeX-package 
18169 \series bold
18170 hyperref
18171 \series default
18172  provides a very useful feature that cross-references automatically include
18173  the name of the referenced floats (or text parts like sections).
18174  You save to write e.\InsetSpace \thinspace{}
18175 g.\InsetSpace ~
18176 the name 
18177 \begin_inset Quotes eld
18178 \end_inset
18179
18180 Figure
18181 \begin_inset Quotes erd
18182 \end_inset
18183
18184  before every reference box.
18185  To get this automatic reference naming, you have to load the LaTeX-package
18186  
18187 \series bold
18188 hyperref
18189 \series default
18190
18191 \begin_inset LatexCommand index
18192 name "LaTeX-packages ! hyperref"
18193
18194 \end_inset
18195
18196  in the document preamble with
18197 \end_layout
18198
18199 \begin_layout Standard
18200
18201 \series bold
18202
18203 \backslash
18204 usepackage[pdfborder={0 0 0}]{hyperref}
18205 \newline
18206
18207 \backslash
18208 AtBeginDocument{
18209 \backslash
18210 renewcommand{
18211 \backslash
18212 ref}[1]{
18213 \backslash
18214 mbox{
18215 \backslash
18216 autoref{#1}}}}
18217 \end_layout
18218
18219 \begin_layout Standard
18220
18221 \series bold
18222 hyperref
18223 \series default
18224  is used to link cross-references in the DVI- and PDF-output, this means
18225  that the reader of your document will be able to click on a table of content
18226  (TOC) entry or on a reference and he will be shown the referenced document
18227  part.
18228  
18229 \series bold
18230 hyperref
18231 \series default
18232  also creates PDF-bookmarks for every section of your document to make it
18233  easier for readers to navigate through the document.
18234  This is also used in this document but when you have a look in the document
18235  preamble you will find various options in the load command of 
18236 \series bold
18237 hyperref
18238 \series default
18239 .
18240  To learn more about the 
18241 \series bold
18242 hyperref
18243 \series default
18244  package, we refer to its documentation 
18245 \begin_inset LatexCommand cite
18246 key "hyperref"
18247
18248 \end_inset
18249
18250 .
18251 \end_layout
18252
18253 \begin_layout Standard
18254 \begin_inset Note Greyedout
18255 status open
18256
18257 \begin_layout Standard
18258
18259 \series bold
18260 Note:
18261 \series default
18262  Automatic reference naming cannot be used when you use cross-references
18263  in the 
18264 \family sans
18265 Formatted\InsetSpace ~
18266 reference
18267 \family default
18268  style, described in section\InsetSpace ~
18269
18270 \begin_inset LatexCommand ref
18271 reference "sub:Cross-reference-formats"
18272
18273 \end_inset
18274
18275 .
18276  That is the reason why it is not used in this document.
18277 \end_layout
18278
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \begin_layout Subsection
18285 Reference Position
18286 \begin_inset LatexCommand label
18287 name "sub:Reference-Position"
18288
18289 \end_inset
18290
18291
18292 \begin_inset LatexCommand index
18293 name "References ! Reference Position"
18294
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \begin_layout Standard
18301 If you use 
18302 \series bold
18303 hyperref
18304 \series default
18305
18306 \begin_inset LatexCommand index
18307 name "LaTeX-packages ! hyperref"
18308
18309 \end_inset
18310
18311  to link cross-references in the output, you will see that clicking on an
18312  image float reference jumps to the image label.
18313  The caption will be the first text part on the screen, so that you cannot
18314  see the image without scrolling.
18315  This is because the reference link anchor is placed at the position of
18316  the label.
18317  With the use of the package 
18318 \series bold
18319 hypcap
18320 \series default
18321
18322 \begin_inset LatexCommand index
18323 name "LaTeX-packages ! hypcap"
18324
18325 \end_inset
18326
18327 , which is part of the LaTeX-package 
18328 \series bold
18329 oberdiek
18330 \series default
18331
18332 \begin_inset LatexCommand index
18333 name "LaTeX-packages ! oberdiek"
18334
18335 \end_inset
18336
18337 , the link anchor is placed at the beginning of a float.
18338  To use this feature for figure floats, load 
18339 \series bold
18340 hypcap
18341 \series default
18342  in the document preamble with the line
18343 \end_layout
18344
18345 \begin_layout Standard
18346
18347 \series bold
18348
18349 \backslash
18350 usepackage[figure]{hypcap}
18351 \end_layout
18352
18353 \begin_layout Standard
18354 You can also use 
18355 \series bold
18356 hypcap
18357 \series default
18358  for all floats but this isn't recommended for stability reasons.
18359  For more informations, have a look at 
18360 \series bold
18361 hypcap
18362 \series default
18363 's manual 
18364 \begin_inset LatexCommand cite
18365 key "hypcap"
18366
18367 \end_inset
18368
18369 .
18370 \end_layout
18371
18372 \begin_layout Standard
18373 \begin_inset Note Greyedout
18374 status open
18375
18376 \begin_layout Standard
18377
18378 \series bold
18379 Note:
18380 \series default
18381  
18382 \series bold
18383 hypcap
18384 \series default
18385  must be loaded after 
18386 \series bold
18387 hyperref
18388 \series default
18389  in the document preamble.
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Section
18398 Float Placement
18399 \begin_inset LatexCommand label
18400 name "sec:Float-Placement"
18401
18402 \end_inset
18403
18404
18405 \begin_inset LatexCommand index
18406 name "Floats ! Placement"
18407
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \begin_layout Standard
18414 Right-clicking on a float-box opens a dialog where you can alter the placement
18415  options that LaTeX uses for positioning the float.
18416 \newline
18417 The option 
18418 \family sans
18419 Span\InsetSpace ~
18420 columns
18421 \family default
18422  is only useful for two-column documents: If you select it, the float will
18423  span across both columns on the page instead of being confined to just
18424  one.
18425 \newline
18426 The option 
18427 \family sans
18428 Rotate\InsetSpace ~
18429 sideways
18430 \family default
18431  is used to rotate floats, see section 
18432 \begin_inset LatexCommand ref
18433 reference "sec:Rotated-Floats"
18434
18435 \end_inset
18436
18437 .
18438 \end_layout
18439
18440 \begin_layout Standard
18441 You can use one ore more of the following options in the float dialog to
18442  set the placement for a particular float when you uncheck the option 
18443 \family sans
18444 Use\InsetSpace ~
18445 default\InsetSpace ~
18446 placement
18447 \family default
18448 :
18449 \end_layout
18450
18451 \begin_layout Description
18452 Here\InsetSpace ~
18453 if\InsetSpace ~
18454 possible: try to place the float on the position where it is inserted
18455 \end_layout
18456
18457 \begin_layout Description
18458 Top\InsetSpace ~
18459 of\InsetSpace ~
18460 page: try to place the float on the top of the current page
18461 \end_layout
18462
18463 \begin_layout Description
18464 Bottom\InsetSpace ~
18465 of\InsetSpace ~
18466 page: try to place the float on the bottom of the current page
18467 \end_layout
18468
18469 \begin_layout Description
18470 Page\InsetSpace ~
18471 of\InsetSpace ~
18472 floats: try to place the float on an own page 
18473 \end_layout
18474
18475 \begin_layout Standard
18476 The order of the above option is 
18477 \emph on
18478 always
18479 \emph default
18480  used by LaTeX.
18481  That means, if you use the default placement, LaTeX will first try out
18482  
18483 \family sans
18484 Here\InsetSpace ~
18485 if\InsetSpace ~
18486 possible
18487 \family default
18488 , then 
18489 \family sans
18490 Top\InsetSpace ~
18491 of\InsetSpace ~
18492 page
18493 \family default
18494 , and then the others.
18495  If you don't use the default, LaTeX will try only the checked options but
18496  in the same order.
18497  If none of the 4 placements are possible the procedure is internally repeated
18498  but it is tried to put the float on the following page.
18499 \end_layout
18500
18501 \begin_layout Standard
18502 By default, each options has its own rules:
18503 \end_layout
18504
18505 \begin_layout Labeling
18506 \labelwidthstring 00.00.0000
18507
18508 \family sans
18509 Top\InsetSpace ~
18510 of\InsetSpace ~
18511 page
18512 \family default
18513  only floats occupying less than 70\InsetSpace \thinspace{}
18514 % of the page can be placed at the top
18515  of a page (
18516 \series bold
18517
18518 \backslash
18519 topfraction
18520 \series default
18521 )
18522 \end_layout
18523
18524 \begin_layout Labeling
18525 \labelwidthstring 00.00.0000
18526
18527 \family sans
18528 Bottom\InsetSpace ~
18529 of\InsetSpace ~
18530 page
18531 \family default
18532 : only floats occupying less than 30\InsetSpace \thinspace{}
18533 % of the page can be placed at the bottom
18534  of a page.
18535  (
18536 \series bold
18537
18538 \backslash
18539 bottomfraction
18540 \series default
18541 )
18542 \end_layout
18543
18544 \begin_layout Labeling
18545 \labelwidthstring 00.00.0000
18546
18547 \family sans
18548 Page\InsetSpace ~
18549 of\InsetSpace ~
18550 floats
18551 \family default
18552 : only if more than 50\InsetSpace \thinspace{}
18553 % of the page are occupied by floats, several floats
18554  can be set together on a page.
18555  (
18556 \series bold
18557
18558 \backslash
18559 floatpagefraction
18560 \series default
18561 )
18562 \end_layout
18563
18564 \begin_layout Standard
18565 If you don't like these rules, you can ignore them by using the additional
18566  option 
18567 \family sans
18568 Ignore\InsetSpace ~
18569 LaTeX\InsetSpace ~
18570 rules
18571 \family default
18572 .
18573 \newline
18574 You can also redefine the rules with LaTeX-commands that are given in parenthese
18575 s behind the rules description above.
18576  To increase for example the often too small default of the bottom-rule
18577  to 50\InsetSpace \thinspace{}
18578 % of the page, add this line to your document preamble:
18579 \end_layout
18580
18581 \begin_layout Standard
18582
18583 \series bold
18584
18585 \backslash
18586 renewcommand{
18587 \backslash
18588 bottomfraction}{0.5}
18589 \end_layout
18590
18591 \begin_layout Standard
18592 Sometimes you might need, under all circumstances, a float to be placed
18593  exactly at the position where it is inserted.
18594  For this case you can use the option 
18595 \family sans
18596 Here\InsetSpace ~
18597 definitely
18598 \family default
18599 .
18600  Use this option very rarely and only if the document is nearly ready to
18601  be printed.
18602  Because the float is then no longer able to 
18603 \begin_inset Quotes eld
18604 \end_inset
18605
18606 float
18607 \begin_inset Quotes erd
18608 \end_inset
18609
18610  when you change your document and this will often destroy the page layout.
18611 \end_layout
18612
18613 \begin_layout Standard
18614 There are no placement options for text wrap floats, because they are always
18615  surrounded by the text of a certain paragraph.
18616 \begin_inset VSpace bigskip
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 Sometimes you have the problem that a float is placed at the top of a page
18624  while its corresponding section starts at the middle of the page, so that
18625  the reader could think the float is part of the previous section.
18626  To avoid this the LaTeX-command 
18627 \series bold
18628
18629 \backslash
18630 suppressfloats
18631 \series default
18632  can be used.
18633  It suppresses a given float placement for the page where it is inserted
18634  and can therefore be used to avoid that floats could be set before a section
18635  starts.
18636  To get this, add these commands to your document preamble:
18637 \end_layout
18638
18639 \begin_layout Standard
18640
18641 \series bold
18642
18643 \backslash
18644 let
18645 \backslash
18646 mySection
18647 \backslash
18648 section
18649 \newline
18650
18651 \backslash
18652 renewcommand{
18653 \backslash
18654 section}{
18655 \backslash
18656 suppressfloats[t]
18657 \backslash
18658 mySection}
18659 \end_layout
18660
18661 \begin_layout Standard
18662 You can define the same for all section headings, like chapters and subsections.
18663  This definition is not recommended to be used for small text parts like
18664  subsubsections because LaTeX may then have problems to find a suitable
18665  placement.
18666 \end_layout
18667
18668 \begin_layout Standard
18669 \begin_inset VSpace bigskip
18670 \end_inset
18671
18672 In some cases it is required to have all figures/tables at the end of the
18673  document.
18674  For this purpose the LaTeX-package 
18675 \series bold
18676 endfloat
18677 \series default
18678
18679 \begin_inset LatexCommand index
18680 name "LaTeX-packages ! endfloat"
18681
18682 \end_inset
18683
18684  was developed.
18685  It puts all figure and table floats at the end of the document into own
18686  sections.
18687  At the original float position a text hint like 
18688 \begin_inset Quotes eld
18689 \end_inset
18690
18691
18692 \family sans
18693 [Figure\InsetSpace ~
18694 3.2 about here.]
18695 \family default
18696
18697 \begin_inset Quotes erd
18698 \end_inset
18699
18700  is inserted.
18701  The endfloat-package is loaded in the preamble with the line
18702 \end_layout
18703
18704 \begin_layout Standard
18705
18706 \series bold
18707
18708 \backslash
18709 usepackage[options]{endfloat}
18710 \end_layout
18711
18712 \begin_layout Standard
18713 There are various package options to format the created figure/table sections.
18714  For more information we refer to the 
18715 \series bold
18716 endfloat
18717 \series default
18718  documentation 
18719 \begin_inset LatexCommand cite
18720 key "endfloat"
18721
18722 \end_inset
18723
18724 .
18725 \newline
18726
18727 \begin_inset Note Greyedout
18728 status open
18729
18730 \begin_layout Standard
18731
18732 \series bold
18733 Note: endfloat
18734 \series default
18735  doesn't provide an automatic translation for the text hint, you have to
18736  do this manually, see section\InsetSpace ~
18737 4 in 
18738 \begin_inset LatexCommand cite
18739 key "endfloat"
18740
18741 \end_inset
18742
18743 .
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \newline
18750
18751 \begin_inset Note Greyedout
18752 status open
18753
18754 \begin_layout Standard
18755
18756 \series bold
18757 Note:
18758 \series default
18759  There is currently a bug in 
18760 \series bold
18761 endfloat
18762 \series default
18763  when the caption contains a German 
18764 \begin_inset Quotes eld
18765 \end_inset
18766
18767 ß
18768 \begin_inset Quotes erd
18769 \end_inset
18770
18771 .
18772  Use in this case the command 
18773 \begin_inset Quotes eld
18774 \end_inset
18775
18776
18777 \series bold
18778
18779 \backslash
18780 ss
18781 \series default
18782
18783 \begin_inset Quotes erd
18784 \end_inset
18785
18786  in ERT instead of 
18787 \begin_inset Quotes eld
18788 \end_inset
18789
18790 ß
18791 \begin_inset Quotes erd
18792 \end_inset
18793
18794 .
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \begin_layout Standard
18803 \begin_inset VSpace bigskip
18804 \end_inset
18805
18806 For more details about float placements, have a look at LaTeX books, 
18807 \begin_inset LatexCommand cite
18808 key "latexcompanion,latexguide,latexbook"
18809
18810 \end_inset
18811
18812 .
18813 \end_layout
18814
18815 \begin_layout Section
18816 Rotated Floats
18817 \begin_inset LatexCommand label
18818 name "sec:Rotated-Floats"
18819
18820 \end_inset
18821
18822
18823 \begin_inset LatexCommand index
18824 name "Floats ! Rotating"
18825
18826 \end_inset
18827
18828
18829 \end_layout
18830
18831 \begin_layout Standard
18832 Especially for wide tables you might have floats rotated.
18833  To rotate a whole float including the caption, right-click on the float-box
18834  and use the option 
18835 \family sans
18836 Rotate\InsetSpace ~
18837 sideways
18838 \family default
18839 .
18840 \end_layout
18841
18842 \begin_layout Standard
18843 Rotated floats are always placed on its own page (or column, when you have
18844  a two-column document).
18845  They are normally rotated so that you can read them from the outside margin
18846  -- to the left on even pages, to the right on odd pages.
18847 \end_layout
18848
18849 \begin_layout Standard
18850 Referencing rotated floats is the same like for normal floats, the caption
18851  format is also the same: Table\InsetSpace ~
18852
18853 \begin_inset LatexCommand ref
18854 reference "tab:Rotated-table"
18855
18856 \end_inset
18857
18858  is an example of a rotated table float.
18859 \end_layout
18860
18861 \begin_layout Standard
18862 \begin_inset Note Greyedout
18863 status open
18864
18865 \begin_layout Standard
18866
18867 \series bold
18868 Note:
18869 \series default
18870  Not all DVI-viewers are able to display rotated floats.
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Standard
18879 \begin_inset Float table
18880 wide false
18881 sideways true
18882 status open
18883
18884 \begin_layout Caption
18885 \begin_inset LatexCommand label
18886 name "tab:Rotated-table"
18887
18888 \end_inset
18889
18890  Rotated table
18891 \end_layout
18892
18893 \begin_layout Standard
18894 \align center
18895 \begin_inset Tabular
18896 <lyxtabular version="3" rows="1" columns="5">
18897 <features>
18898 <column alignment="center" valignment="top" leftline="true" width="0">
18899 <column alignment="center" valignment="top" leftline="true" width="0">
18900 <column alignment="center" valignment="top" leftline="true" width="0">
18901 <column alignment="center" valignment="top" leftline="true" width="0">
18902 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18903 <row topline="true" bottomline="true">
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Standard
18908 test
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Standard
18917 b
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Standard
18926 c
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Standard
18935 d
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Standard
18944 e
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 </row>
18950 </lyxtabular>
18951
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \begin_layout Section
18963 Caption Formatting
18964 \begin_inset LatexCommand index
18965 name "Caption ! Formatting"
18966
18967 \end_inset
18968
18969
18970 \begin_inset LatexCommand index
18971 name "Floats ! Caption Formatting"
18972
18973 \end_inset
18974
18975
18976 \begin_inset LatexCommand index
18977 name "LaTeX-packages ! caption"
18978
18979 \end_inset
18980
18981
18982 \begin_inset LatexCommand label
18983 name "sec:Caption-Formatting"
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \begin_layout Standard
18991 The 
18992 \family sans
18993 Caption
18994 \family default
18995  environment is the default paragraph environment for 
18996 \family sans
18997 Floats
18998 \family default
18999 .
19000  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19001 g.\InsetSpace ~
19002
19003 \begin_inset Quotes eld
19004 \end_inset
19005
19006
19007 \family sans
19008 Figure #:
19009 \family default
19010
19011 \begin_inset Quotes erd
19012 \end_inset
19013
19014  followed by the caption text.
19015  The number sign 
19016 \begin_inset Quotes eld
19017 \end_inset
19018
19019 #
19020 \begin_inset Quotes erd
19021 \end_inset
19022
19023  is substituted in the printed output by the actual reference number.
19024  By default the label and the number are in the same font as the caption
19025  text and a colon follows the number to divide then label from the text.
19026  This caption format is not suitable for all document formats.
19027  
19028 \end_layout
19029
19030 \begin_layout Standard
19031 To change the default caption format, load the LaTeX-package 
19032 \series bold
19033 caption
19034 \series default
19035
19036 \begin_inset LatexCommand index
19037 name "LaTeX-packages ! caption"
19038
19039 \end_inset
19040
19041  in the document preamble with this line:
19042 \end_layout
19043
19044 \begin_layout Standard
19045
19046 \series bold
19047
19048 \backslash
19049 usepackage[format definition]{caption}
19050 \end_layout
19051
19052 \begin_layout Standard
19053 To have for example the label and the number in sans-serif bold font and
19054  the table captions always above the table like in this document, use the
19055  following command:
19056 \end_layout
19057
19058 \begin_layout Standard
19059
19060 \series bold
19061
19062 \backslash
19063 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19064 \end_layout
19065
19066 \begin_layout Standard
19067 You can also define different caption formats for the different float types.
19068  In this case load the 
19069 \series bold
19070 caption
19071 \series default
19072  package without format specific options and define the different formats
19073  with the help of the command
19074 \end_layout
19075
19076 \begin_layout Standard
19077
19078 \series bold
19079
19080 \backslash
19081 captionsetup[float type]{format definition}
19082 \end_layout
19083
19084 \begin_layout Standard
19085 in the document preamble.
19086  For example the caption formats of Figure\InsetSpace ~
19087
19088 \begin_inset LatexCommand ref
19089 reference "fig:This-is-an-fig"
19090
19091 \end_inset
19092
19093  and Table\InsetSpace ~
19094
19095 \begin_inset LatexCommand ref
19096 reference "tab:This-is-an-tab"
19097
19098 \end_inset
19099
19100  can be created using these commands in the document preamble:
19101 \end_layout
19102
19103 \begin_layout Standard
19104
19105 \series bold
19106
19107 \backslash
19108 usepackage[tableposition=top]{caption}
19109 \series default
19110
19111 \newline
19112
19113 \series bold
19114
19115 \backslash
19116 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
19117 \newline
19118
19119 \begin_inset ERT
19120 status collapsed
19121
19122 \begin_layout Standard
19123
19124
19125 \backslash
19126 hphantom{
19127 \backslash
19128
19129 \backslash
19130 captionsetup[figure]
19131 \backslash
19132 {}
19133 \end_layout
19134
19135 \end_inset
19136
19137  labelsep=period}
19138 \newline
19139
19140 \backslash
19141 captionsetup[table]{labelfont={bf,sf}}
19142 \end_layout
19143
19144 \begin_layout Standard
19145 For more information about the package 
19146 \series bold
19147 caption
19148 \series default
19149  we refer to its documentation 
19150 \begin_inset LatexCommand cite
19151 key "caption,caption-de"
19152
19153 \end_inset
19154
19155 .
19156 \end_layout
19157
19158 \begin_layout Standard
19159 \begin_inset VSpace bigskip
19160 \end_inset
19161
19162 If you are using a 
19163 \series bold
19164 koma-script
19165 \series default
19166
19167 \begin_inset LatexCommand index
19168 name "LaTeX-packages ! koma-script"
19169
19170 \end_inset
19171
19172  document class (
19173 \family sans
19174 article (koma-script)
19175 \family default
19176
19177 \family sans
19178 book (koma-script)
19179 \family default
19180
19181 \family sans
19182 letter (koma-script)
19183 \family default
19184 , or 
19185 \family sans
19186 report (koma-script)
19187 \family default
19188 \InsetSpace \thinspace{}
19189 ), you can alternatively to the 
19190 \series bold
19191 caption
19192 \series default
19193  package use 
19194 \series bold
19195 koma-script
19196 \series default
19197 's built-in command 
19198 \series bold
19199
19200 \backslash
19201 setkomafont
19202 \series default
19203 .
19204  For example, to have the caption label in bold, add this command to your
19205  document preamble:
19206 \end_layout
19207
19208 \begin_layout Standard
19209
19210 \series bold
19211
19212 \backslash
19213 setkomafont{captionlabel}{
19214 \backslash
19215 bfseries}
19216 \end_layout
19217
19218 \begin_layout Standard
19219 For more information about 
19220 \series bold
19221
19222 \backslash
19223 setkomafont
19224 \series default
19225  we refer to the 
19226 \series bold
19227 koma-script
19228 \series default
19229  documentation 
19230 \begin_inset LatexCommand cite
19231 key "koma-script,koma-script-de"
19232
19233 \end_inset
19234
19235 .
19236 \end_layout
19237
19238 \begin_layout Standard
19239 \begin_inset ERT
19240 status collapsed
19241
19242 \begin_layout Standard
19243
19244
19245 \backslash
19246 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19247 }
19248 \end_layout
19249
19250 \end_inset
19251
19252
19253 \begin_inset Note Note
19254 status open
19255
19256 \begin_layout Standard
19257 The caption format is changed only for this example.
19258 \end_layout
19259
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Standard
19266 \begin_inset Float figure
19267 placement !p
19268 wide false
19269 sideways false
19270 status open
19271
19272 \begin_layout Standard
19273 \align center
19274 \begin_inset Graphics
19275         filename mobius.eps
19276         lyxscale 50
19277         scale 50
19278
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \begin_layout Caption
19285 \begin_inset LatexCommand label
19286 name "fig:This-is-an-fig"
19287
19288 \end_inset
19289
19290 This is an example figure caption that is longer than one line to show the
19291  different caption format.
19292  Here a self-defined caption format is used.
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset ERT
19302 status collapsed
19303
19304 \begin_layout Standard
19305
19306
19307 \backslash
19308 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19309 on}
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Standard
19318 \begin_inset Float table
19319 placement !p
19320 wide false
19321 sideways false
19322 status open
19323
19324 \begin_layout Caption
19325 \begin_inset LatexCommand label
19326 name "tab:This-is-an-tab"
19327
19328 \end_inset
19329
19330 This is an example table caption that is longer than one line to show the
19331  different caption format.
19332  Here the standard caption format for tables in this document is used.
19333 \end_layout
19334
19335 \begin_layout Standard
19336 \align center
19337 \begin_inset Tabular
19338 <lyxtabular version="3" rows="1" columns="5">
19339 <features>
19340 <column alignment="center" valignment="top" leftline="true" width="0">
19341 <column alignment="center" valignment="top" leftline="true" width="0">
19342 <column alignment="center" valignment="top" leftline="true" width="0">
19343 <column alignment="center" valignment="top" leftline="true" width="0">
19344 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19345 <row topline="true" bottomline="true">
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Standard
19350 a
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Standard
19359 b
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Standard
19368 c
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Standard
19377 d
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Standard
19386 e
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 </lyxtabular>
19393
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \begin_layout Section
19405 Caption Placement
19406 \begin_inset LatexCommand index
19407 name "Caption ! Placement"
19408
19409 \end_inset
19410
19411
19412 \begin_inset LatexCommand index
19413 name "Floats ! Caption Placement"
19414
19415 \end_inset
19416
19417
19418 \begin_inset LatexCommand label
19419 name "sec:Caption-Placement"
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \begin_layout Standard
19427 The common caption placement rule is:
19428 \end_layout
19429
19430 \begin_layout Description
19431 Figure: Caption is set below the figure
19432 \end_layout
19433
19434 \begin_layout Description
19435 Table: Caption is set above the table
19436 \end_layout
19437
19438 \begin_layout Standard
19439 Having the caption above the table is unfortunately not supported in LaTeX's
19440  standard classes.
19441  That means if you are using the document classes 
19442 \family sans
19443 article
19444 \family default
19445
19446 \family sans
19447 book
19448 \family default
19449
19450 \family sans
19451 letter
19452 \family default
19453 , or 
19454 \family sans
19455 report
19456 \family default
19457  there will be no space between the caption and the table.
19458  To insert the needed space, add the following option to the load command
19459  of the LaTeX-package 
19460 \series bold
19461 caption
19462 \series default
19463  in your document preamble
19464 \begin_inset Foot
19465 status collapsed
19466
19467 \begin_layout Standard
19468 See section\InsetSpace ~
19469
19470 \begin_inset LatexCommand ref
19471 reference "sec:Caption-Formatting"
19472
19473 \end_inset
19474
19475  for more information of the package 
19476 \series bold
19477 caption
19478 \series default
19479 .
19480 \end_layout
19481
19482 \end_inset
19483
19484 :
19485 \end_layout
19486
19487 \begin_layout Standard
19488
19489 \series bold
19490 tableposition=top
19491 \end_layout
19492
19493 \begin_layout Standard
19494 If you are using a 
19495 \series bold
19496 koma-script
19497 \series default
19498
19499 \begin_inset LatexCommand index
19500 name "LaTeX-packages ! koma-script"
19501
19502 \end_inset
19503
19504  document class (
19505 \family sans
19506 article (koma-script)
19507 \family default
19508
19509 \family sans
19510 book (koma-script)
19511 \family default
19512
19513 \family sans
19514 letter (koma-script)
19515 \family default
19516 , or 
19517 \family sans
19518 report (koma-script)
19519 \family default
19520 \InsetSpace \thinspace{}
19521 ), you can alternatively to the 
19522 \series bold
19523 caption
19524 \series default
19525  package set the document class option 
19526 \series bold
19527 tablecaptionabove
19528 \series default
19529 , or you can use the environment 
19530 \family sans
19531 caption\InsetSpace ~
19532 above
19533 \family default
19534  instead of the 
19535 \family sans
19536 caption
19537 \family default
19538  environment.
19539 \end_layout
19540
19541 \begin_layout Standard
19542 \begin_inset VSpace bigskip
19543 \end_inset
19544
19545 It is also possible to set the caption beside a figure or table.
19546  To get this the LaTeX-package 
19547 \series bold
19548 sidecap
19549 \series default
19550
19551 \begin_inset LatexCommand index
19552 name "LaTeX-packages ! sidecap"
19553
19554 \end_inset
19555
19556  has to be loaded in the document preamble with the line
19557 \end_layout
19558
19559 \begin_layout Standard
19560
19561 \series bold
19562
19563 \backslash
19564 usepackage[option]{sidecap}
19565 \end_layout
19566
19567 \begin_layout Standard
19568 If you set no option, the caption is placed on the side of the outer page
19569  margin -- to the right on odd pages, to the left on even pages.
19570  You can change the placement to inner margin with the option 
19571 \series bold
19572 innercaption
19573 \series default
19574 .
19575  To force the placement always to the right or left, use the option 
19576 \series bold
19577 rightcaption
19578 \series default
19579  or 
19580 \series bold
19581 leftcaption
19582 \series default
19583 , respectively.
19584 \end_layout
19585
19586 \begin_layout Standard
19587 To place in LyX the caption of a float on the side, it is necessary to add
19588  these commands to the document preamble:
19589 \end_layout
19590
19591 \begin_layout Standard
19592
19593 \lyxline
19594
19595 \end_layout
19596
19597 \begin_layout Standard
19598
19599 \series bold
19600
19601 \backslash
19602 newcommand{
19603 \backslash
19604 TabBesBeg}{%
19605 \newline
19606
19607 \begin_inset ERT
19608 status collapsed
19609
19610 \begin_layout Standard
19611
19612
19613 \backslash
19614 hphantom{ }
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \backslash
19621 let
19622 \backslash
19623 MyTable
19624 \backslash
19625 table
19626 \newline
19627
19628 \begin_inset ERT
19629 status collapsed
19630
19631 \begin_layout Standard
19632
19633
19634 \backslash
19635 hphantom{ }
19636 \end_layout
19637
19638 \end_inset
19639
19640
19641 \backslash
19642 let
19643 \backslash
19644 MyEndtable
19645 \backslash
19646 endtable
19647 \newline
19648
19649 \begin_inset ERT
19650 status collapsed
19651
19652 \begin_layout Standard
19653
19654
19655 \backslash
19656 hphantom{ }
19657 \end_layout
19658
19659 \end_inset
19660
19661
19662 \backslash
19663 renewenvironment{table}{
19664 \backslash
19665 begin{SCtable}}{
19666 \backslash
19667 end{SCtable}}}
19668 \end_layout
19669
19670 \begin_layout Standard
19671
19672 \series bold
19673
19674 \backslash
19675 newcommand{
19676 \backslash
19677 TabBesEnd}{%
19678 \newline
19679
19680 \begin_inset ERT
19681 status collapsed
19682
19683 \begin_layout Standard
19684
19685
19686 \backslash
19687 hphantom{ }
19688 \end_layout
19689
19690 \end_inset
19691
19692
19693 \backslash
19694 let
19695 \backslash
19696 table
19697 \backslash
19698 MyTable
19699 \newline
19700
19701 \begin_inset ERT
19702 status collapsed
19703
19704 \begin_layout Standard
19705
19706
19707 \backslash
19708 hphantom{ }
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \backslash
19715 let
19716 \backslash
19717 endtable
19718 \backslash
19719 MyEndtable
19720 \end_layout
19721
19722 \begin_layout Standard
19723
19724 \series bold
19725
19726 \backslash
19727 newcommand{
19728 \backslash
19729 FigBesBeg}{%
19730 \newline
19731
19732 \begin_inset ERT
19733 status collapsed
19734
19735 \begin_layout Standard
19736
19737
19738 \backslash
19739 hphantom{ }
19740 \end_layout
19741
19742 \end_inset
19743
19744
19745 \backslash
19746 let
19747 \backslash
19748 MyFigure
19749 \backslash
19750 figure
19751 \newline
19752
19753 \begin_inset ERT
19754 status collapsed
19755
19756 \begin_layout Standard
19757
19758
19759 \backslash
19760 hphantom{ }
19761 \end_layout
19762
19763 \end_inset
19764
19765
19766 \backslash
19767 let
19768 \backslash
19769 MyEndfigure
19770 \backslash
19771 endfigure
19772 \newline
19773
19774 \begin_inset ERT
19775 status collapsed
19776
19777 \begin_layout Standard
19778
19779
19780 \backslash
19781 hphantom{ }
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \backslash
19788 renewenvironment{figure}{
19789 \backslash
19790 begin{SCfigure}}{
19791 \backslash
19792 end{SCfigure}}}
19793 \end_layout
19794
19795 \begin_layout Standard
19796
19797 \series bold
19798
19799 \backslash
19800 newcommand{
19801 \backslash
19802 FigBesEnd}{%
19803 \newline
19804
19805 \begin_inset ERT
19806 status collapsed
19807
19808 \begin_layout Standard
19809
19810
19811 \backslash
19812 hphantom{ }
19813 \end_layout
19814
19815 \end_inset
19816
19817
19818 \backslash
19819 let
19820 \backslash
19821 figure
19822 \backslash
19823 MyFigure
19824 \newline
19825
19826 \begin_inset ERT
19827 status collapsed
19828
19829 \begin_layout Standard
19830
19831
19832 \backslash
19833 hphantom{ }
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \backslash
19840 let
19841 \backslash
19842 endfigure
19843 \backslash
19844 MyEndfigure}
19845 \end_layout
19846
19847 \begin_layout Standard
19848
19849 \lyxline
19850
19851 \end_layout
19852
19853 \begin_layout Standard
19854 The commands allow you to redefine the floats so that the caption is set
19855  on the side.
19856  For figure floats use the command
19857 \end_layout
19858
19859 \begin_layout Standard
19860
19861 \series bold
19862
19863 \backslash
19864 FigBesBeg
19865 \end_layout
19866
19867 \begin_layout Standard
19868 in ERT before the float.
19869  Behind the float insert the command
19870 \end_layout
19871
19872 \begin_layout Standard
19873
19874 \series bold
19875
19876 \backslash
19877 FigBesEnd
19878 \end_layout
19879
19880 \begin_layout Standard
19881 in ERT to get back to the original float definition.
19882 \end_layout
19883
19884 \begin_layout Standard
19885 For table floats use the corresponding commands
19886 \end_layout
19887
19888 \begin_layout Standard
19889
19890 \series bold
19891
19892 \backslash
19893 TabBesBeg
19894 \series default
19895  and 
19896 \series bold
19897
19898 \backslash
19899 TabBesEnd
19900 \end_layout
19901
19902 \begin_layout Standard
19903 Figure\InsetSpace ~
19904
19905 \begin_inset LatexCommand ref
19906 reference "fig:cap-beside-fig"
19907
19908 \end_inset
19909
19910  and Table\InsetSpace ~
19911
19912 \begin_inset LatexCommand ref
19913 reference "tab:cap-beside-tab"
19914
19915 \end_inset
19916
19917  are examples where the caption is set beside.
19918 \end_layout
19919
19920 \begin_layout Standard
19921 You can see in the examples that the caption text appears at the top of
19922  the floats for table floats and at the bottom for figure floats.
19923  To change this, you can use the command
19924 \end_layout
19925
19926 \begin_layout Standard
19927
19928 \series bold
19929
19930 \backslash
19931 sidecaptionvpos{float type}{placement}
19932 \end_layout
19933
19934 \begin_layout Standard
19935 in the document preamble or in ERT before the float.
19936  The float type is either 
19937 \family sans
19938 figure
19939 \family default
19940  or 
19941 \family sans
19942 table
19943 \family default
19944 , the placement can be 
19945 \begin_inset Quotes eld
19946 \end_inset
19947
19948
19949 \family sans
19950 t
19951 \family default
19952
19953 \begin_inset Quotes erd
19954 \end_inset
19955
19956  for top, 
19957 \begin_inset Quotes eld
19958 \end_inset
19959
19960
19961 \family sans
19962 c
19963 \family default
19964
19965 \begin_inset Quotes erd
19966 \end_inset
19967
19968  for center, or 
19969 \begin_inset Quotes eld
19970 \end_inset
19971
19972
19973 \family sans
19974 b
19975 \family default
19976
19977 \begin_inset Quotes erd
19978 \end_inset
19979
19980  for bottom.
19981  To have for example the caption of figure floats vertically centered, use
19982  the command
19983 \end_layout
19984
19985 \begin_layout Standard
19986
19987 \series bold
19988
19989 \backslash
19990 sidecaptionvpos{figure}{c}
19991 \end_layout
19992
19993 \begin_layout Standard
19994 This was used for Figure\InsetSpace ~
19995
19996 \begin_inset LatexCommand ref
19997 reference "fig:cap-beside-fig-2"
19998
19999 \end_inset
20000
20001 .
20002 \end_layout
20003
20004 \begin_layout Standard
20005 \begin_inset VSpace defskip
20006 \end_inset
20007
20008 For more information about the package 
20009 \series bold
20010 sidecap
20011 \series default
20012  we refer to its documentation 
20013 \begin_inset LatexCommand cite
20014 key "sidecap"
20015
20016 \end_inset
20017
20018 .
20019 \end_layout
20020
20021 \begin_layout Standard
20022 \begin_inset Note Greyedout
20023 status open
20024
20025 \begin_layout Standard
20026
20027 \series bold
20028 Note:
20029 \series default
20030  The LaTeX-package 
20031 \series bold
20032 hypcap
20033 \series default
20034
20035 \begin_inset LatexCommand index
20036 name "LaTeX-packages ! hypcap"
20037
20038 \end_inset
20039
20040 , described in section\InsetSpace ~
20041
20042 \begin_inset LatexCommand ref
20043 reference "sub:Reference-Position"
20044
20045 \end_inset
20046
20047 , has no effect on floats with the caption set beside.
20048 \end_layout
20049
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \begin_layout Standard
20056 \begin_inset ERT
20057 status collapsed
20058
20059 \begin_layout Standard
20060
20061
20062 \backslash
20063 FigBesBeg 
20064 \end_layout
20065
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \begin_layout Standard
20072 \begin_inset Float figure
20073 wide false
20074 sideways false
20075 status open
20076
20077 \begin_layout Standard
20078 \begin_inset Graphics
20079         filename escher-lsd.eps
20080         scale 75
20081
20082 \end_inset
20083
20084
20085 \end_layout
20086
20087 \begin_layout Caption
20088 \begin_inset LatexCommand label
20089 name "fig:cap-beside-fig"
20090
20091 \end_inset
20092
20093 This is a caption beside a figure.
20094 \end_layout
20095
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \begin_layout Standard
20102 \begin_inset ERT
20103 status collapsed
20104
20105 \begin_layout Standard
20106
20107
20108 \backslash
20109 TabBesBeg 
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \begin_layout Standard
20118 \begin_inset Float table
20119 wide false
20120 sideways false
20121 status open
20122
20123 \begin_layout Caption
20124 \begin_inset LatexCommand label
20125 name "tab:cap-beside-tab"
20126
20127 \end_inset
20128
20129 This is a caption beside a table.
20130 \end_layout
20131
20132 \begin_layout Standard
20133 \begin_inset Tabular
20134 <lyxtabular version="3" rows="4" columns="5">
20135 <features>
20136 <column alignment="center" valignment="top" leftline="true" width="0">
20137 <column alignment="center" valignment="top" leftline="true" width="0">
20138 <column alignment="center" valignment="top" leftline="true" width="0">
20139 <column alignment="center" valignment="top" leftline="true" width="0">
20140 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20141 <row topline="true">
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Standard
20146 a
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Standard
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Standard
20164 b
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Standard
20173
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Standard
20182 c
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 </row>
20188 <row topline="true">
20189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Standard
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Standard
20202 d
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Standard
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Standard
20220 e
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Standard
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row topline="true">
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Standard
20240 f
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Standard
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Standard
20258 g
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Standard
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Standard
20276 h
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row topline="true" bottomline="true">
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Standard
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Standard
20296 i
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Standard
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Standard
20314 j
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Standard
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 </lyxtabular>
20330
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \begin_layout Standard
20342 \begin_inset ERT
20343 status collapsed
20344
20345 \begin_layout Standard
20346
20347
20348 \backslash
20349 TabBesEnd
20350 \end_layout
20351
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \begin_layout Standard
20358 \begin_inset ERT
20359 status collapsed
20360
20361 \begin_layout Standard
20362
20363
20364 \backslash
20365 sidecaptionvpos{figure}{c}
20366 \end_layout
20367
20368 \end_inset
20369
20370
20371 \begin_inset Float figure
20372 wide false
20373 sideways false
20374 status open
20375
20376 \begin_layout Standard
20377 \begin_inset Graphics
20378         filename escher-lsd.eps
20379         scale 75
20380
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \begin_layout Caption
20387 \begin_inset LatexCommand label
20388 name "fig:cap-beside-fig-2"
20389
20390 \end_inset
20391
20392 This is a vertically centered caption beside a figure.
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \end_layout
20399
20400 \begin_layout Standard
20401 \begin_inset ERT
20402 status collapsed
20403
20404 \begin_layout Standard
20405
20406
20407 \backslash
20408 FigBesEnd
20409 \end_layout
20410
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \begin_layout Section
20417 Listings of Floats
20418 \begin_inset LatexCommand label
20419 name "sec:Listings-of-Floats"
20420
20421 \end_inset
20422
20423
20424 \begin_inset LatexCommand index
20425 name "Floats ! Listings"
20426
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Standard
20433 Similar to the the table of contents where the sections of the document
20434  are listed, there are listings for all float types, like the figures of
20435  the documents.
20436  You can insert them via the 
20437 \family sans
20438 Insert\SpecialChar \menuseparator
20439 List\InsetSpace ~
20440 /\InsetSpace ~
20441 TOC
20442 \family default
20443  sub menus.
20444 \end_layout
20445
20446 \begin_layout Standard
20447 The list entries are the float captions or its short title, the float number,
20448  and the page number where they appear in the document.
20449 \end_layout
20450
20451 \begin_layout Standard
20452 You can find the list of figures and tables at the end of this document.
20453 \end_layout
20454
20455 \begin_layout Chapter
20456 Notes
20457 \end_layout
20458
20459 \begin_layout Section
20460 \begin_inset ERT
20461 status collapsed
20462
20463 \begin_layout Standard
20464
20465
20466 \backslash
20467 texorpdfstring{
20468 \end_layout
20469
20470 \end_inset
20471
20472 LyX
20473 \begin_inset ERT
20474 status collapsed
20475
20476 \begin_layout Standard
20477
20478 }{LyX}
20479 \end_layout
20480
20481 \end_inset
20482
20483  Notes
20484 \begin_inset LatexCommand label
20485 name "sec:LyX-Notes"
20486
20487 \end_inset
20488
20489
20490 \begin_inset LatexCommand index
20491 name "Notes ! LyX Notes"
20492
20493 \end_inset
20494
20495
20496 \begin_inset Note Note
20497 status collapsed
20498
20499 \begin_layout Standard
20500 The command 
20501 \backslash
20502 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
20503  are displayed wrongly in PDF-bookmarks.
20504  For more information about this, have a look at 
20505 \begin_inset LatexCommand cite
20506 key "hyperref"
20507
20508 \end_inset
20509
20510 .
20511 \end_layout
20512
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \begin_layout Standard
20519 Notes are inserted with the toolbar button 
20520 \begin_inset Graphics
20521         filename ../images/note-insert.xpm
20522         scale 85
20523
20524 \end_inset
20525
20526  or the menu 
20527 \family sans
20528 Insert\SpecialChar \menuseparator
20529 Note
20530 \family default
20531 .
20532  There are three types of notes:
20533 \end_layout
20534
20535 \begin_layout Description
20536 LyX\InsetSpace ~
20537 Note This note type is for internal notes that won't appear in the output:
20538  Its note-box looks like this:
20539 \newline
20540
20541 \newline
20542
20543 \begin_inset Graphics
20544         filename ../clipart/LyXNoteImageQt4.png
20545         display none
20546         scale 85
20547
20548 \end_inset
20549
20550  
20551 \begin_inset Note Note
20552 status open
20553
20554 \begin_layout Standard
20555 This is text in a note box that doesn't appear in the output.
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Description
20564 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
20565 ent, when you export the document to LaTeX via the menu 
20566 \family sans
20567 File\SpecialChar \menuseparator
20568 Export\SpecialChar \menuseparator
20569 LaTeX (pdflatex) / LaTeX (plain)
20570 \family default
20571 .
20572  Its note-box looks like this:
20573 \newline
20574
20575 \newline
20576
20577 \begin_inset Graphics
20578         filename ../clipart/CommentNoteImageQt4.png
20579         display none
20580         scale 85
20581
20582 \end_inset
20583
20584  
20585 \begin_inset Note Comment
20586 status open
20587
20588 \begin_layout Standard
20589 This is text in a note box that only appears as comment in LaTeX-files.
20590 \end_layout
20591
20592 \end_inset
20593
20594
20595 \end_layout
20596
20597 \begin_layout Description
20598 Greyed\InsetSpace ~
20599 Out This note will appear in the output as grey text: Its note-box
20600  looks like this:
20601 \newline
20602
20603 \newline
20604
20605 \begin_inset Graphics
20606         filename ../clipart/GreyedOutNoteImageQt4.png
20607         display none
20608         scale 85
20609
20610 \end_inset
20611
20612
20613 \newline
20614
20615 \begin_inset ERT
20616 status collapsed
20617
20618 \begin_layout Standard
20619
20620
20621 \backslash
20622 renewenvironment{lyxgreyedout}
20623 \end_layout
20624
20625 \begin_layout Standard
20626
20627 {
20628 \backslash
20629 textcolor[gray]{0.8}
20630 \backslash
20631 bgroup}{
20632 \backslash
20633 egroup}
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \begin_inset Note Greyedout
20640 status open
20641
20642 \begin_layout Standard
20643 This is text
20644 \begin_inset Foot
20645 status open
20646
20647 \begin_layout Standard
20648 This is an example footnote within a greyed out note.
20649 \end_layout
20650
20651 \end_inset
20652
20653  of a comment that appears in the output as grey text.
20654 \end_layout
20655
20656 \end_inset
20657
20658
20659 \begin_inset ERT
20660 status collapsed
20661
20662 \begin_layout Standard
20663
20664
20665 \backslash
20666 renewenvironment{lyxgreyedout}
20667 \end_layout
20668
20669 \begin_layout Standard
20670
20671 {
20672 \backslash
20673 textcolor{blue}
20674 \backslash
20675 bgroup}{
20676 \backslash
20677 egroup}
20678 \end_layout
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Standard
20686 When you use the toolbar button to insert notes, a 
20687 \family sans
20688 LyX\InsetSpace ~
20689 Note
20690 \family default
20691  is inserted.
20692  You can switch between the three note types by right-clicking on the note-box.
20693  
20694 \family roman
20695 \series medium
20696 \bar no
20697 If you want to turn existing text into a note, mark it and click on the
20698  note 
20699 \family default
20700 \series default
20701 \bar default
20702 toolbar 
20703 \family roman
20704 \series medium
20705 \bar no
20706 button
20707 \family default
20708 \series default
20709 \bar default
20710 .
20711 \end_layout
20712
20713 \begin_layout Standard
20714 As you can see in the example above: The first line of greyed out notes
20715  is a bit indented and greyed out notes can have footnotes.
20716 \end_layout
20717
20718 \begin_layout Standard
20719 \begin_inset VSpace bigskip
20720 \end_inset
20721
20722 You can change the color of the greyed out notes in the preamble with the
20723  following command:
20724 \end_layout
20725
20726 \begin_layout Standard
20727
20728 \series bold
20729
20730 \backslash
20731 renewenvironment{lyxgreyedout}
20732 \newline
20733
20734 \begin_inset ERT
20735 status collapsed
20736
20737 \begin_layout Standard
20738
20739
20740 \backslash
20741 hphantom{ }
20742 \end_layout
20743
20744 \end_inset
20745
20746 {
20747 \backslash
20748 textcolor{color}
20749 \backslash
20750 bgroup}{
20751 \backslash
20752 egroup}
20753 \end_layout
20754
20755 \begin_layout Standard
20756 The available colors and the method to define own colors is explained in
20757  section\InsetSpace ~
20758
20759 \begin_inset LatexCommand ref
20760 reference "sec:Colored-Tables"
20761
20762 \end_inset
20763
20764 .
20765 \end_layout
20766
20767 \begin_layout Standard
20768 Notes that appear in blue in this document are set using greyed out notes
20769  with blue text.
20770 \end_layout
20771
20772 \begin_layout Section
20773 Footnotes
20774 \begin_inset LatexCommand label
20775 name "sec:Footnotes"
20776
20777 \end_inset
20778
20779
20780 \begin_inset LatexCommand index
20781 name "Notes ! Footnotes"
20782
20783 \end_inset
20784
20785
20786 \begin_inset LatexCommand index
20787 name "Footnotes"
20788
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \begin_layout Standard
20795 Footnotes can be inserted using the toolbar button 
20796 \begin_inset Graphics
20797         filename ../images/footnote-insert.xpm
20798         scale 85
20799
20800 \end_inset
20801
20802  or the menu 
20803 \family sans
20804 Insert\SpecialChar \menuseparator
20805 Footnote
20806 \family default
20807 .
20808  
20809 \family roman
20810 \series medium
20811 \bar no
20812 You'll see 
20813 \family default
20814 \series default
20815 \bar default
20816 then the following footnote-box: 
20817 \begin_inset Graphics
20818         filename ../clipart/footnoteQt4.png
20819         scale 80
20820
20821 \end_inset
20822
20823
20824 \family roman
20825 \series medium
20826 \bar no
20827  where you can enter the footnote text.
20828  If you want to turn existing text into a footnote, mark it and click on
20829  the footnote 
20830 \family default
20831 \series default
20832 \bar default
20833 toolbar 
20834 \family roman
20835 \series medium
20836 \bar no
20837 button
20838 \family default
20839 \series default
20840 \bar default
20841 .
20842 \end_layout
20843
20844 \begin_layout Standard
20845 Here is an example footnote:
20846 \family roman
20847 \series medium
20848 \bar no
20849
20850 \begin_inset Foot
20851 status open
20852
20853 \begin_layout Standard
20854 \begin_inset LatexCommand label
20855 name "foot:This-is-an"
20856
20857 \end_inset
20858
20859 This is an example footnote.
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \family default
20866 \series default
20867 \bar default
20868
20869 \begin_inset ERT
20870 status collapsed
20871
20872 \begin_layout Standard
20873
20874
20875 \backslash
20876 newcounter{MyRepeatFoot}
20877 \end_layout
20878
20879 \begin_layout Standard
20880
20881
20882 \backslash
20883 setcounter{MyRepeatFoot}{
20884 \backslash
20885 thefootnote}
20886 \end_layout
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \begin_layout Standard
20894 The footnote will appear in the output as a superscript number at the text
20895  position where the footnote box is placed.
20896  The footnote text is placed at the bottom of the current page.
20897  The footnote number is calculated by LaTeX, the numbers are consecutive.
20898  It depends on your document-class, if the footnote number is reset for
20899  every chapter.
20900 \end_layout
20901
20902 \begin_layout Standard
20903 Footnotes can be referenced like floats: Insert a label into the footnote
20904  and cross-reference this label in the text as described in section\InsetSpace ~
20905
20906 \begin_inset LatexCommand ref
20907 reference "sec:Referencing-Floats"
20908
20909 \end_inset
20910
20911 .
20912 \newline
20913 This is a cross-reference of Footnote\InsetSpace ~
20914
20915 \begin_inset LatexCommand prettyref
20916 reference "foot:This-is-an"
20917
20918 \end_inset
20919
20920 .
20921 \newline
20922
20923 \begin_inset Note Greyedout
20924 status open
20925
20926 \begin_layout Standard
20927
20928 \series bold
20929 Note:
20930 \series default
20931  LyX doesn't provide a prefix for labels in footnotes, so you have to insert
20932  e.\InsetSpace \thinspace{}
20933 g.\InsetSpace ~
20934 the prefix 
20935 \family sans
20936
20937 \begin_inset Quotes eld
20938 \end_inset
20939
20940 foot:
20941 \family default
20942
20943 \begin_inset Quotes erd
20944 \end_inset
20945
20946  manually when you want to use the reference style 
20947 \family sans
20948 Formatted\InsetSpace ~
20949 reference
20950 \family default
20951 .
20952 \end_layout
20953
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \begin_layout Standard
20960 \begin_inset VSpace defskip
20961 \end_inset
20962
20963 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
20964
20965 \begin_inset LatexCommand ref
20966 reference "sec:Minipages"
20967
20968 \end_inset
20969
20970 .
20971  Footnotes within longtables are described in section\InsetSpace ~
20972
20973 \begin_inset LatexCommand ref
20974 reference "sub:Footnotes-in-Longtables"
20975
20976 \end_inset
20977
20978 .
20979 \end_layout
20980
20981 \begin_layout Standard
20982 \begin_inset VSpace defskip
20983 \end_inset
20984
20985 To create only a mark for a footnote, use the command 
20986 \series bold
20987
20988 \backslash
20989 footnotemark[number]
20990 \series default
20991  in ERT.
20992  This is used when you have the same annotation several times in a text
20993  but doesn't want to print the footnote text every time.
20994 \newline
20995 As you don't know
20996  the number of the repeating footnote while you are writing the text, you
20997  have to store its number.
20998  For the following footnote mark example, these commands were inserted in
20999  ERT behind Footnote\InsetSpace ~
21000
21001 \begin_inset LatexCommand ref
21002 reference "foot:This-is-an"
21003
21004 \end_inset
21005
21006  to store the footnote number:
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012
21013 \backslash
21014 newcounter{MyRepeatFoot}
21015 \newline
21016
21017 \backslash
21018 setcounter{MyRepeatFoot}{
21019 \backslash
21020 thefootnote}
21021 \end_layout
21022
21023 \begin_layout Standard
21024 The footnote mark was then created with this command:
21025 \end_layout
21026
21027 \begin_layout Standard
21028
21029 \series bold
21030
21031 \backslash
21032 footnotemark[
21033 \backslash
21034 theMyRepeatFoot]
21035 \end_layout
21036
21037 \begin_layout Standard
21038 Here is an example footnote mark:
21039 \family roman
21040 \series medium
21041 \bar no
21042
21043 \begin_inset ERT
21044 status collapsed
21045
21046 \begin_layout Standard
21047
21048
21049 \backslash
21050 footnotemark[
21051 \backslash
21052 theMyRepeatFoot]
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Subsection
21061 Footnote Numbering
21062 \begin_inset LatexCommand label
21063 name "sub:Footnote-Numbering"
21064
21065 \end_inset
21066
21067
21068 \begin_inset LatexCommand index
21069 name "Footnotes ! Numbering"
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \begin_layout Standard
21077 If you want to have footnotes numbered in the scheme 
21078 \begin_inset Quotes eld
21079 \end_inset
21080
21081 chapter.footnote
21082 \begin_inset Quotes erd
21083 \end_inset
21084
21085 , add the following command to your document preamble:
21086 \end_layout
21087
21088 \begin_layout Standard
21089
21090 \series bold
21091
21092 \backslash
21093 numberwithin{footnote}{chapter}
21094 \end_layout
21095
21096 \begin_layout Standard
21097 To be able to use the command 
21098 \series bold
21099
21100 \backslash
21101 numberwithin
21102 \series default
21103 , set in the tab 
21104 \family sans
21105 Math\InsetSpace ~
21106 Options
21107 \family default
21108  in the document settings the option 
21109 \family sans
21110 Use\InsetSpace ~
21111 AMS\InsetSpace ~
21112 math\InsetSpace ~
21113 package
21114 \family default
21115 .
21116 \end_layout
21117
21118 \begin_layout Standard
21119 \begin_inset ERT
21120 status collapsed
21121
21122 \begin_layout Standard
21123
21124
21125 \backslash
21126 numberwithin{footnote}{chapter}
21127 \end_layout
21128
21129 \end_inset
21130
21131 This is another example footnote:
21132 \series bold
21133
21134 \begin_inset Foot
21135 status open
21136
21137 \begin_layout Standard
21138 This is a footnote numbered in the scheme 
21139 \begin_inset Quotes eld
21140 \end_inset
21141
21142 chapter.footnote
21143 \begin_inset Quotes erd
21144 \end_inset
21145
21146 .
21147 \end_layout
21148
21149 \end_inset
21150
21151
21152 \series default
21153
21154 \begin_inset ERT
21155 status collapsed
21156
21157 \begin_layout Standard
21158
21159
21160 \backslash
21161 numberwithin{footnote}{part}
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
21174 \end_layout
21175
21176 \begin_layout Standard
21177 To reset the footnote number back to 1 after each section
21178 \family roman
21179 , add this command to your document preamble:
21180 \end_layout
21181
21182 \begin_layout Standard
21183
21184 \series bold
21185
21186 \backslash
21187 @addtoreset{footnote}{section}
21188 \end_layout
21189
21190 \begin_layout Standard
21191 \begin_inset VSpace bigskip
21192 \end_inset
21193
21194 The following preamble command changes the footnote numbering style to small
21195  roman numerals:
21196 \end_layout
21197
21198 \begin_layout Standard
21199
21200 \series bold
21201
21202 \backslash
21203 renewcommand{
21204 \backslash
21205 thefootnote}{
21206 \backslash
21207 roman{footnote}}
21208 \end_layout
21209
21210 \begin_layout Standard
21211 \begin_inset ERT
21212 status collapsed
21213
21214 \begin_layout Standard
21215
21216
21217 \backslash
21218 renewcommand{
21219 \backslash
21220 thefootnote}{
21221 \backslash
21222 roman{footnote}}
21223 \end_layout
21224
21225 \end_inset
21226
21227  This is a footnote with roman numbering:
21228 \begin_inset Foot
21229 status open
21230
21231 \begin_layout Standard
21232 This is an example footnote with roman numbering.
21233 \end_layout
21234
21235 \end_inset
21236
21237
21238 \begin_inset ERT
21239 status collapsed
21240
21241 \begin_layout Standard
21242
21243
21244 \backslash
21245 renewcommand{
21246 \backslash
21247 thefootnote}{
21248 \backslash
21249 arabic{footnote}}
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Standard
21258 To change the numbering style to capital roman numerals replace in the command
21259  above 
21260 \series bold
21261
21262 \backslash
21263 roman
21264 \series default
21265  by 
21266 \series bold
21267
21268 \backslash
21269 Roman
21270 \series default
21271 .
21272  To 
21273 \begin_inset Quotes eld
21274 \end_inset
21275
21276 number
21277 \begin_inset Quotes erd
21278 \end_inset
21279
21280  footnotes with capital or small Latin letters use 
21281 \series bold
21282
21283 \backslash
21284 Alph
21285 \series default
21286  or 
21287 \series bold
21288
21289 \backslash
21290 alph
21291 \series default
21292 , respectively.
21293  To 
21294 \begin_inset Quotes eld
21295 \end_inset
21296
21297 number
21298 \begin_inset Quotes erd
21299 \end_inset
21300
21301  footnotes with symbols use 
21302 \series bold
21303
21304 \backslash
21305 fnsymbol
21306 \series default
21307 .
21308 \end_layout
21309
21310 \begin_layout Standard
21311 \begin_inset Note Greyedout
21312 status open
21313
21314 \begin_layout Standard
21315
21316 \series bold
21317 Note:
21318 \series medium
21319  
21320 \series default
21321 You can only number 26 footnotes with Latin letters, because this numbering
21322  is limited to single letters.
21323 \end_layout
21324
21325 \end_inset
21326
21327
21328 \newline
21329
21330 \begin_inset Note Greyedout
21331 status open
21332
21333 \begin_layout Standard
21334
21335 \series bold
21336 Note:
21337 \series default
21338  You can only number 9 footnotes with symbols.
21339 \end_layout
21340
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \begin_layout Standard
21347 To return to the default numbering style when you changed to another one,
21348  use 
21349 \series bold
21350
21351 \backslash
21352 arabic
21353 \series default
21354  instead of 
21355 \series bold
21356
21357 \backslash
21358 roman
21359 \series default
21360  in the command above.
21361 \end_layout
21362
21363 \begin_layout Subsection
21364 Footnote Placement
21365 \begin_inset LatexCommand index
21366 name "Footnotes ! Placement"
21367
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \begin_layout Standard
21374 If you have several footnotes in one page, they appear without vertical
21375  space between them at the bottom of the page.
21376  To make them better readable you can e.\InsetSpace \thinspace{}
21377 g.\InsetSpace ~
21378 add 1.5\InsetSpace \thinspace{}
21379 mm space with the following
21380  preamble command:
21381 \end_layout
21382
21383 \begin_layout Standard
21384
21385 \series bold
21386
21387 \backslash
21388 let
21389 \backslash
21390 myFoot
21391 \backslash
21392 footnote
21393 \newline
21394
21395 \backslash
21396 renewcommand{
21397 \backslash
21398 footnote}[1]{
21399 \backslash
21400 myFoot{#1
21401 \backslash
21402 vspace{1.5mm}}}
21403 \end_layout
21404
21405 \begin_layout Standard
21406 \begin_inset VSpace bigskip
21407 \end_inset
21408
21409 In a two-column document the footnotes appear at the bottom of every column,
21410  see Figure\InsetSpace ~
21411
21412 \begin_inset LatexCommand ref
21413 reference "fig:Standard-footnote-placement"
21414
21415 \end_inset
21416
21417 .
21418  If the footnotes should only appear at the bottom of the right column,
21419  as in Figure\InsetSpace ~
21420
21421 \begin_inset LatexCommand ref
21422 reference "fig:Footnote-placement-in"
21423
21424 \end_inset
21425
21426 , use the LaTeX-package 
21427 \series bold
21428 ftnright
21429 \series default
21430
21431 \begin_inset LatexCommand index
21432 name "LaTeX-packages ! ftnright"
21433
21434 \end_inset
21435
21436  with this command in the document preamble:
21437 \end_layout
21438
21439 \begin_layout Standard
21440
21441 \series bold
21442
21443 \backslash
21444 usepackage{ftnright}
21445 \end_layout
21446
21447 \begin_layout Standard
21448 \begin_inset Float figure
21449 placement !h
21450 wide false
21451 sideways false
21452 status open
21453
21454 \begin_layout Standard
21455 \begin_inset ERT
21456 status collapsed
21457
21458 \begin_layout Standard
21459
21460
21461 \backslash
21462 framebox{
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \begin_inset Graphics
21469         filename ../clipart/without_fntright.pdf
21470         width 100col%
21471
21472 \end_inset
21473
21474
21475 \begin_inset ERT
21476 status collapsed
21477
21478 \begin_layout Standard
21479
21480 }
21481 \end_layout
21482
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \begin_layout Caption
21489 \begin_inset LatexCommand label
21490 name "fig:Standard-footnote-placement"
21491
21492 \end_inset
21493
21494 Standard footnote placement in two-column documents.
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Standard
21503 \begin_inset Float figure
21504 placement !h
21505 wide false
21506 sideways false
21507 status open
21508
21509 \begin_layout Standard
21510 \begin_inset ERT
21511 status collapsed
21512
21513 \begin_layout Standard
21514
21515
21516 \backslash
21517 framebox{
21518 \end_layout
21519
21520 \end_inset
21521
21522
21523 \begin_inset Graphics
21524         filename ../clipart/with_fntright.pdf
21525         width 100col%
21526
21527 \end_inset
21528
21529
21530 \begin_inset ERT
21531 status collapsed
21532
21533 \begin_layout Standard
21534
21535 }
21536 \end_layout
21537
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \begin_layout Caption
21544 \begin_inset LatexCommand label
21545 name "fig:Footnote-placement-in"
21546
21547 \end_inset
21548
21549 Footnote placement in two-column documents when the LaTeX-package 
21550 \series bold
21551 ftnright
21552 \series default
21553  is used.
21554 \end_layout
21555
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \begin_layout Standard
21562 \begin_inset VSpace bigskip
21563 \end_inset
21564
21565 In some scientific literature it is usual to collect the footnotes and print
21566  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
21567
21568 \begin_inset LatexCommand ref
21569 reference "fig:Endnotes----footnotes"
21570
21571 \end_inset
21572
21573 .
21574  They are then so called 
21575 \begin_inset Quotes eld
21576 \end_inset
21577
21578 endnotes
21579 \begin_inset Quotes erd
21580 \end_inset
21581
21582 .
21583  To use endnotes instead of footnotes in your document, load the LaTeX-package
21584  
21585 \series bold
21586 endnotes
21587 \series default
21588
21589 \begin_inset LatexCommand index
21590 name "LaTeX-packages ! endnotes"
21591
21592 \end_inset
21593
21594  with the document preamble lines
21595 \end_layout
21596
21597 \begin_layout Standard
21598
21599 \series bold
21600
21601 \backslash
21602 usepackage{endnotes}
21603 \newline
21604
21605 \backslash
21606 let
21607 \backslash
21608 footnote
21609 \backslash
21610 endnote
21611 \end_layout
21612
21613 \begin_layout Standard
21614 To insert the collected footnotes, insert the command
21615 \end_layout
21616
21617 \begin_layout Standard
21618
21619 \series bold
21620
21621 \backslash
21622 theendnotes
21623 \end_layout
21624
21625 \begin_layout Standard
21626 in ERT at the the end of a section or chapter.
21627 \end_layout
21628
21629 \begin_layout Standard
21630 \begin_inset Float figure
21631 wide false
21632 sideways false
21633 status open
21634
21635 \begin_layout Standard
21636 \align center
21637 \begin_inset ERT
21638 status collapsed
21639
21640 \begin_layout Standard
21641
21642
21643 \backslash
21644 framebox{
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \begin_inset Graphics
21651         filename ../clipart/endnotes.pdf
21652
21653 \end_inset
21654
21655
21656 \begin_inset ERT
21657 status collapsed
21658
21659 \begin_layout Standard
21660
21661 }
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \begin_layout Caption
21670 \begin_inset LatexCommand label
21671 name "fig:Endnotes----footnotes"
21672
21673 \end_inset
21674
21675 Endnotes -- footnotes are printed in a separate paragraph at the end of
21676  sections or chapters.
21677 \end_layout
21678
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \begin_layout Standard
21685 \begin_inset VSpace defskip
21686 \end_inset
21687
21688 The paragraph heading for the endnotes isn't automatically translated into
21689  the document language, this must be done manually.
21690  The following preamble command translate the default English name 
21691 \begin_inset Quotes eld
21692 \end_inset
21693
21694 Notes
21695 \begin_inset Quotes erd
21696 \end_inset
21697
21698  to the German translation 
21699 \begin_inset Quotes eld
21700 \end_inset
21701
21702 Anmerkungen
21703 \begin_inset Quotes erd
21704 \end_inset
21705
21706 :
21707 \end_layout
21708
21709 \begin_layout Standard
21710
21711 \series bold
21712
21713 \backslash
21714 renewcommand{
21715 \backslash
21716 notesname}{Anmerkungen}
21717 \end_layout
21718
21719 \begin_layout Standard
21720 \begin_inset VSpace defskip
21721 \end_inset
21722
21723 The numbering of endnotes can be changed like the footnote numbering as
21724  described in section\InsetSpace ~
21725
21726 \begin_inset LatexCommand ref
21727 reference "sub:Footnote-Numbering"
21728
21729 \end_inset
21730
21731 ; just replace the command 
21732 \series bold
21733
21734 \backslash
21735 thefootnote
21736 \series default
21737  by 
21738 \series bold
21739
21740 \backslash
21741 theendnote
21742 \series default
21743 .
21744  To reset the endnote number use the command 
21745 \series bold
21746
21747 \backslash
21748 @addtoreset 
21749 \series default
21750 as described in section\InsetSpace ~
21751
21752 \begin_inset LatexCommand ref
21753 reference "sub:Footnote-Numbering"
21754
21755 \end_inset
21756
21757  and replace the command parameter 
21758 \series bold
21759 footnote
21760 \series default
21761  by 
21762 \series bold
21763 endnote
21764 \series default
21765 .
21766 \end_layout
21767
21768 \begin_layout Standard
21769 To create only a mark for an endnote, use the command 
21770 \series bold
21771
21772 \backslash
21773 endnotemark[number]
21774 \series default
21775  similar to the command 
21776 \series bold
21777
21778 \backslash
21779 footnotemark
21780 \series default
21781 , described in section\InsetSpace ~
21782
21783 \begin_inset LatexCommand ref
21784 reference "sec:Footnotes"
21785
21786 \end_inset
21787
21788 .
21789 \end_layout
21790
21791 \begin_layout Standard
21792 \begin_inset VSpace bigskip
21793 \end_inset
21794
21795 Footnotes can also be placed in the page margin and the footnote text alignment
21796  can be changed, see the LaTeX-package 
21797 \series bold
21798 footmisc
21799 \series default
21800
21801 \begin_inset LatexCommand index
21802 name "LaTeX-packages ! footmisc"
21803
21804 \end_inset
21805
21806
21807 \begin_inset LatexCommand cite
21808 key "footmisc"
21809
21810 \end_inset
21811
21812  for more information about this.
21813 \end_layout
21814
21815 \begin_layout Standard
21816 For various further footnote formatting issues have a look at LaTeX-books,
21817  
21818 \begin_inset LatexCommand cite
21819 key "latexcompanion,latexguide,latexbook"
21820
21821 \end_inset
21822
21823 .
21824 \end_layout
21825
21826 \begin_layout Section
21827 Margin Notes
21828 \begin_inset LatexCommand index
21829 name "Notes ! Margin Notes"
21830
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \begin_layout Standard
21837 Margin notes look and behave in LyX like footnotes.
21838  They are inserted via the menu 
21839 \family sans
21840 Insert\SpecialChar \menuseparator
21841 Marginal\InsetSpace ~
21842 Note
21843 \family default
21844  or the toolbar button 
21845 \begin_inset Graphics
21846         filename ../images/marginalnote-insert.xpm
21847         scale 85
21848
21849 \end_inset
21850
21851 .
21852  A
21853 \family roman
21854 \series medium
21855  
21856 \family default
21857 \series default
21858 grey
21859 \family roman
21860 \series medium
21861  box with the 
21862 \family default
21863 \series default
21864 red 
21865 \family roman
21866 \series medium
21867 label 
21868 \begin_inset Quotes eld
21869 \end_inset
21870
21871 margin
21872 \begin_inset Quotes erd
21873 \end_inset
21874
21875  appears where you can enter the text of the margin note.
21876 \end_layout
21877
21878 \begin_layout Standard
21879 At the side is an example margin note.
21880 \family roman
21881 \series medium
21882
21883 \begin_inset Marginal
21884 status open
21885
21886 \begin_layout Standard
21887 This is a margin note.
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \begin_layout Standard
21896 Margin notes appear at the right side in single-sided documents.
21897  In double-sided documents they appear in the outer margin -- left on even
21898  pages, right on odd pages.
21899  The text of margin notes is aligned opposite to the outer margin -- right-align
21900 ed when the note appears in the left margin.
21901  The first line of the margin note is placed at the position of the text
21902  line where it is inserted in the document.
21903 \end_layout
21904
21905 \begin_layout Standard
21906 \begin_inset VSpace bigskip
21907 \end_inset
21908
21909 To place the margin note in the inner margin, add the command
21910 \end_layout
21911
21912 \begin_layout Standard
21913
21914 \series bold
21915
21916 \backslash
21917 reversemarginpar
21918 \end_layout
21919
21920 \begin_layout Standard
21921 in ERT before a margin note.
21922  The new placement is valid for all following margin notes.
21923 \begin_inset ERT
21924 status collapsed
21925
21926 \begin_layout Standard
21927
21928
21929 \backslash
21930 reversemarginpar 
21931 \end_layout
21932
21933 \end_inset
21934
21935
21936 \begin_inset Marginal
21937 status open
21938
21939 \begin_layout Standard
21940 This is a margin note in the inner margin.
21941 \end_layout
21942
21943 \end_inset
21944
21945
21946 \series bold
21947
21948 \newline
21949
21950 \series default
21951
21952 \begin_inset Note Greyedout
21953 status open
21954
21955 \begin_layout Standard
21956
21957 \series bold
21958 Note:
21959 \series default
21960  There is often not enough space in the inner margin so that the notes are
21961  not correctly displayed in the output.
21962 \end_layout
21963
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Standard
21970 \begin_inset ERT
21971 status collapsed
21972
21973 \begin_layout Standard
21974
21975
21976 \backslash
21977 normalmarginpar 
21978 \end_layout
21979
21980 \end_inset
21981
21982 To return to the default placement insert the command
21983 \end_layout
21984
21985 \begin_layout Standard
21986
21987 \series bold
21988
21989 \backslash
21990 normalmarginpar
21991 \end_layout
21992
21993 \begin_layout Standard
21994 in ERT.
21995  
21996 \begin_inset Note Greyedout
21997 status open
21998
21999 \begin_layout Standard
22000
22001 \series bold
22002 Note:
22003 \series default
22004  The command is ignored when it is within a paragraph where also the command
22005  
22006 \series bold
22007
22008 \backslash
22009 reversemarginpar
22010 \series default
22011  is inserted.
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Standard
22020 \begin_inset VSpace bigskip
22021 \end_inset
22022
22023
22024 \family roman
22025 \series medium
22026
22027 \begin_inset Marginal
22028 status open
22029
22030 \begin_layout Standard
22031 AVeryLongMarginParWord that isn't hyphenated.
22032 \end_layout
22033
22034 \end_inset
22035
22036
22037 \family default
22038 \series default
22039 Similar to the case described in section\InsetSpace ~
22040
22041 \begin_inset LatexCommand ref
22042 reference "sub:Multiple-Lines-in"
22043
22044 \end_inset
22045
22046 , long words cannot be hyphenated when they are the first word in a margin
22047  note.
22048  To avoid this, insert the command
22049 \end_layout
22050
22051 \begin_layout Standard
22052
22053 \series bold
22054
22055 \backslash
22056 hspace{0pt}
22057 \end_layout
22058
22059 \begin_layout Standard
22060 in ERT before the word
22061 \family roman
22062 \series medium
22063 .
22064 \begin_inset Marginal
22065 status open
22066
22067 \begin_layout Standard
22068 \begin_inset ERT
22069 status collapsed
22070
22071 \begin_layout Standard
22072
22073
22074 \backslash
22075 hspace{0pt}
22076 \end_layout
22077
22078 \end_inset
22079
22080 AVeryLongMarginParWord that is hyphenated.
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \begin_layout Standard
22089 \begin_inset VSpace bigskip
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096 \begin_inset Note Greyedout
22097 status open
22098
22099 \begin_layout Standard
22100
22101 \series bold
22102 Note:
22103 \series default
22104  Margin notes can normally not be used inside tables, floats, and footnotes.
22105 \end_layout
22106
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \begin_layout Standard
22113 This restriction can be evaded by using the LaTeX-package 
22114 \series bold
22115 marginnote
22116 \series default
22117
22118 \begin_inset LatexCommand index
22119 name "LaTeX-packages ! marginnote"
22120
22121 \end_inset
22122
22123 .
22124  By adding these two lines to your document preamble, the command used by
22125  LyX for margin notes is redefined to use the command provided by the 
22126 \series bold
22127 marginnote
22128 \series default
22129 -package:
22130 \end_layout
22131
22132 \begin_layout Standard
22133
22134 \series bold
22135
22136 \backslash
22137 usepackage{marginnote}
22138 \newline
22139
22140 \backslash
22141 let
22142 \backslash
22143 marginpar
22144 \backslash
22145 marginnote
22146 \end_layout
22147
22148 \begin_layout Standard
22149 This is also used in this document because 
22150 \series bold
22151 marginnote
22152 \series default
22153  has another useful feature: You can set a vertical offset for the note.
22154  This is often needed when too many margin notes are too close together
22155  or for a better page layout.
22156  The offset is set in LyX as ERT directly behind the margin note in the
22157  scheme
22158 \end_layout
22159
22160 \begin_layout Standard
22161
22162 \series bold
22163 [offset]
22164 \end_layout
22165
22166 \begin_layout Standard
22167 where the offset is a length with one of the units listed in Table\InsetSpace ~
22168
22169 \begin_inset LatexCommand ref
22170 reference "tab:Units"
22171
22172 \end_inset
22173
22174 .
22175  A negative value shifts the note up, a positive value shifts it down.
22176
22177 \family roman
22178 \series medium
22179  For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
22180 cm with
22181  the ERT-command 
22182 \begin_inset Quotes eld
22183 \end_inset
22184
22185
22186 \family default
22187 \series bold
22188 [-1.5cm]
22189 \family roman
22190 \series medium
22191
22192 \begin_inset Quotes erd
22193 \end_inset
22194
22195
22196 \begin_inset Marginal
22197 status open
22198
22199 \begin_layout Standard
22200 This margin note is shifted up 1.5\InsetSpace \thinspace{}
22201 cm from its original position.
22202 \end_layout
22203
22204 \end_inset
22205
22206
22207 \family default
22208 \series default
22209
22210 \begin_inset ERT
22211 status collapsed
22212
22213 \begin_layout Standard
22214
22215 [-1.5cm]
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \begin_layout Standard
22224 \begin_inset VSpace defskip
22225 \end_inset
22226
22227 With 
22228 \series bold
22229 marginnote
22230 \series default
22231  you can also change the alignment of the text in the margin note.
22232  For example the commands
22233 \end_layout
22234
22235 \begin_layout Standard
22236
22237 \series bold
22238
22239 \backslash
22240 renewcommand*{
22241 \backslash
22242 raggedleftmarginnote}{
22243 \backslash
22244 centering}
22245 \newline
22246
22247 \backslash
22248 renewcommand*{
22249 \backslash
22250 raggedrightmarginnote}{
22251 \backslash
22252 centering}
22253 \end_layout
22254
22255 \begin_layout Standard
22256 set the alignment to centered.
22257  
22258 \series bold
22259
22260 \backslash
22261 raggedleftmarginnote
22262 \series default
22263  denotes margin notes that appear at the left side.
22264 \family roman
22265 \series medium
22266
22267 \begin_inset ERT
22268 status collapsed
22269
22270 \begin_layout Standard
22271
22272
22273 \backslash
22274 renewcommand*{
22275 \backslash
22276 raggedleftmarginnote}{
22277 \backslash
22278 centering}
22279 \end_layout
22280
22281 \begin_layout Standard
22282
22283
22284 \backslash
22285 renewcommand*{
22286 \backslash
22287 raggedrightmarginnote}{
22288 \backslash
22289 centering}
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \begin_inset Marginal
22296 status open
22297
22298 \begin_layout Standard
22299 The text of this margin note is centered.
22300 \end_layout
22301
22302 \end_inset
22303
22304  
22305 \family default
22306 \series default
22307 The default is
22308 \end_layout
22309
22310 \begin_layout Standard
22311
22312 \series bold
22313
22314 \backslash
22315 renewcommand*{
22316 \backslash
22317 raggedleftmarginnote}{
22318 \backslash
22319 raggedleft}
22320 \newline
22321
22322 \backslash
22323 renewcommand*{
22324 \backslash
22325 raggedrightmarginnote}{
22326 \backslash
22327 raggedright}
22328 \family roman
22329 \series medium
22330
22331 \begin_inset ERT
22332 status collapsed
22333
22334 \begin_layout Standard
22335
22336
22337 \backslash
22338 renewcommand*{
22339 \backslash
22340 raggedleftmarginnote}{
22341 \backslash
22342 raggedleft}
22343 \end_layout
22344
22345 \begin_layout Standard
22346
22347
22348 \backslash
22349 renewcommand*{
22350 \backslash
22351 raggedrightmarginnote}{
22352 \backslash
22353 raggedright}
22354 \end_layout
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \begin_layout Standard
22362 \begin_inset VSpace defskip
22363 \end_inset
22364
22365 For the other features of 
22366 \series bold
22367 marginnote
22368 \series default
22369  we refer to its documentation 
22370 \begin_inset LatexCommand cite
22371 key "marginnote"
22372
22373 \end_inset
22374
22375 .
22376 \end_layout
22377
22378 \begin_layout Standard
22379 \begin_inset VSpace bigskip
22380 \end_inset
22381
22382 You can change the layout of margin notes by redefining its definition.
22383  To create for example a header for all margin notes with the underlined,
22384  sans-serif, and bold header text 
22385 \begin_inset Quotes eld
22386 \end_inset
22387
22388
22389 \family sans
22390 \series bold
22391 \bar under
22392 Attention!
22393 \family default
22394 \series default
22395 \bar default
22396
22397 \begin_inset Quotes erd
22398 \end_inset
22399
22400 , add this to your document preamble:
22401 \end_layout
22402
22403 \begin_layout Standard
22404
22405 \series bold
22406
22407 \backslash
22408 let
22409 \backslash
22410 myMarginpar
22411 \backslash
22412 marginpar
22413 \newline
22414
22415 \backslash
22416 renewcommand{
22417 \backslash
22418 marginpar}[1]{
22419 \backslash
22420 myMarginpar{%
22421 \newline
22422
22423 \begin_inset ERT
22424 status collapsed
22425
22426 \begin_layout Standard
22427
22428
22429 \backslash
22430 hphantom{ }
22431 \end_layout
22432
22433 \end_inset
22434
22435
22436 \backslash
22437 hspace{0pt}
22438 \backslash
22439 textsf{
22440 \backslash
22441 textbf{
22442 \backslash
22443 underbar{Attention!}}}%
22444 \newline
22445
22446 \begin_inset ERT
22447 status collapsed
22448
22449 \begin_layout Standard
22450
22451
22452 \backslash
22453 hphantom{ }
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \backslash
22460 vspace{1.5mm}
22461 \backslash
22462
22463 \backslash
22464 #1}}
22465 \end_layout
22466
22467 \begin_layout Standard
22468
22469 \family roman
22470 \series medium
22471 \begin_inset ERT
22472 status collapsed
22473
22474 \begin_layout Standard
22475
22476
22477 \backslash
22478 let
22479 \backslash
22480 myMarginpar
22481 \backslash
22482 marginpar
22483 \end_layout
22484
22485 \begin_layout Standard
22486
22487
22488 \backslash
22489 renewcommand{
22490 \backslash
22491 marginpar}[1]{
22492 \backslash
22493 myMarginpar{%
22494 \end_layout
22495
22496 \begin_layout Standard
22497
22498    
22499 \backslash
22500 textsf{
22501 \backslash
22502 textbf{
22503 \backslash
22504 underbar{Attention!}}}%
22505 \end_layout
22506
22507 \begin_layout Standard
22508
22509    
22510 \backslash
22511 vspace{1.5mm}
22512 \backslash
22513
22514 \backslash
22515 #1}}
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \begin_inset Marginal
22522 status open
22523
22524 \begin_layout Standard
22525 This is a margin note with a defined heading.
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \family default
22532 \series default
22533
22534 \begin_inset ERT
22535 status collapsed
22536
22537 \begin_layout Standard
22538
22539 [-1.5cm]
22540 \end_layout
22541
22542 \end_inset
22543
22544
22545 \family roman
22546 \series medium
22547
22548 \begin_inset ERT
22549 status collapsed
22550
22551 \begin_layout Standard
22552
22553
22554 \backslash
22555 renewcommand{
22556 \backslash
22557 marginpar}[1]{
22558 \backslash
22559 myMarginpar{#1}}
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \family default
22566 \series default
22567
22568 \begin_inset Note Note
22569 status open
22570
22571 \begin_layout Standard
22572 The margin note format is changed only for this example.
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Chapter
22581 Boxes
22582 \end_layout
22583
22584 \begin_layout Section
22585 Introduction
22586 \begin_inset LatexCommand index
22587 name "Boxes ! Introduction"
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \begin_layout Standard
22595 Boxes are used to format a block of text.
22596  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
22597
22598 \begin_inset LatexCommand ref
22599 reference "sec:Minipages"
22600
22601 \end_inset
22602
22603 , to frame texts, see section\InsetSpace ~
22604
22605 \begin_inset LatexCommand ref
22606 reference "sec:Framed-Boxes"
22607
22608 \end_inset
22609
22610 , to prevent words to be hyphenated, see section\InsetSpace ~
22611
22612 \begin_inset LatexCommand ref
22613 reference "sec:Prevent-Hyphenation"
22614
22615 \end_inset
22616
22617 , to align text, see section\InsetSpace ~
22618
22619 \begin_inset LatexCommand ref
22620 reference "sub:Vertical-Alignment"
22621
22622 \end_inset
22623
22624 , or to set the background color of texts, see section\InsetSpace ~
22625
22626 \begin_inset LatexCommand ref
22627 reference "sec:Colored-Boxes"
22628
22629 \end_inset
22630
22631 .
22632 \end_layout
22633
22634 \begin_layout Standard
22635 Boxes can be inserted with the menu 
22636 \family sans
22637 Insert\SpecialChar \menuseparator
22638 Box
22639 \family default
22640 .
22641  A grey box with the label 
22642 \family sans
22643 Box (Minipage)
22644 \family default
22645
22646 \begin_inset Graphics
22647         filename ../clipart/BoxInsetDefaultQt4.png
22648         scale 85
22649
22650 \end_inset
22651
22652 , will be inserted.
22653  The box type can be specified by right-clicking on the box.
22654  The appearing box dialog offers the 
22655 \family sans
22656 Inner\InsetSpace ~
22657 Box
22658 \family default
22659  types 
22660 \family sans
22661 Parbox
22662 \family default
22663  and 
22664 \family sans
22665 Minipage
22666 \family default
22667 .
22668  The type 
22669 \family sans
22670 Minipage
22671 \family default
22672  is the default for new boxes and is explained in section\InsetSpace ~
22673
22674 \begin_inset LatexCommand ref
22675 reference "sec:Minipages"
22676
22677 \end_inset
22678
22679 ; the type 
22680 \family sans
22681 Parbox
22682 \family default
22683  is described in section\InsetSpace ~
22684
22685 \begin_inset LatexCommand ref
22686 reference "sec:Parboxes"
22687
22688 \end_inset
22689
22690 .
22691 \end_layout
22692
22693 \begin_layout Standard
22694 Boxes aren't numbered and can therefore not be referenced like floats or
22695  footnotes.
22696 \end_layout
22697
22698 \begin_layout Standard
22699 \begin_inset Note Greyedout
22700 status open
22701
22702 \begin_layout Standard
22703
22704 \series bold
22705 Note:
22706 \series default
22707  Due to a bug in LyX you have to insert a protected space behind a box when
22708  you want to separate in a line the box from the following text with a space.
22709 \end_layout
22710
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \begin_layout Standard
22717 \begin_inset Note Greyedout
22718 status open
22719
22720 \begin_layout Standard
22721
22722 \series bold
22723 Note:
22724 \series default
22725  Boxes must not be the item in an 
22726 \family sans
22727 Itemize
22728 \family default
22729  or 
22730 \family sans
22731 Description
22732 \family default
22733  environment.
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \begin_layout Standard
22742 \begin_inset Note Greyedout
22743 status open
22744
22745 \begin_layout Standard
22746
22747 \series bold
22748 Note:
22749 \series default
22750  For an unknown reason you can only set the 
22751 \family sans
22752 Inner\InsetSpace ~
22753 Box
22754 \family default
22755  type to 
22756 \family sans
22757 None
22758 \family default
22759  when you use a framed box.
22760  Boxes without an 
22761 \family sans
22762 Inner\InsetSpace ~
22763 Box
22764 \family default
22765  type and without frames are explained in section\InsetSpace ~
22766
22767 \begin_inset LatexCommand ref
22768 reference "sec:Prevent-Hyphenation"
22769
22770 \end_inset
22771
22772 .
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Section
22781 Box Dialog
22782 \begin_inset LatexCommand label
22783 name "sec:Box-Dialog"
22784
22785 \end_inset
22786
22787
22788 \begin_inset LatexCommand index
22789 name "Boxes ! Box Dialog"
22790
22791 \end_inset
22792
22793
22794 \begin_inset LatexCommand index
22795 name "Boxes ! Alignment"
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Standard
22803 In the box dialog you can adjust the box geometry in the fields 
22804 \family sans
22805 Width
22806 \family default
22807  and 
22808 \family sans
22809 Height
22810 \family default
22811 .
22812  The available units for the geometry are explained in Table\InsetSpace ~
22813
22814 \begin_inset LatexCommand ref
22815 reference "tab:Units"
22816
22817 \end_inset
22818
22819 .
22820  The field 
22821 \family sans
22822 Heigth
22823 \family default
22824  offers the following additional sizes:
22825 \end_layout
22826
22827 \begin_layout Description
22828 Depth This is the plain text 
22829 \begin_inset Quotes eld
22830 \end_inset
22831
22832 height
22833 \begin_inset Quotes erd
22834 \end_inset
22835
22836 .
22837  It ignores the total depth when there are multiple text lines in the box:
22838 \newline
22839
22840 \newline
22841
22842 \newline
22843
22844 \begin_inset Box Boxed
22845 position "c"
22846 hor_pos "c"
22847 has_inner_box 1
22848 inner_pos "c"
22849 use_parbox 0
22850 width "12col%"
22851 special "none"
22852 height "1in"
22853 height_special "depth"
22854 status collapsed
22855
22856 \begin_layout Standard
22857 \align center
22858 Box height set to 1\InsetSpace \thinspace{}
22859 Depth
22860 \end_layout
22861
22862 \end_inset
22863
22864
22865 \newline
22866
22867 \newline
22868
22869 \end_layout
22870
22871 \begin_layout Description
22872 Height This is the heigth of the text that is inside the box.
22873  A value of e.\InsetSpace \thinspace{}
22874 g.\InsetSpace ~
22875 2 for this size will set the box heigth to 2 times the text
22876  height: 
22877 \begin_inset Box Boxed
22878 position "c"
22879 hor_pos "c"
22880 has_inner_box 1
22881 inner_pos "c"
22882 use_parbox 0
22883 width "20col%"
22884 special "none"
22885 height "2in"
22886 height_special "height"
22887 status collapsed
22888
22889 \begin_layout Standard
22890 \align center
22891 Box height set to 2\InsetSpace \thinspace{}
22892 Height
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Description
22901 Total\InsetSpace ~
22902 Height This is the Height\InsetSpace \thinspace{}
22903 +\InsetSpace \thinspace{}
22904 Depth: 
22905 \begin_inset Box Boxed
22906 position "c"
22907 hor_pos "c"
22908 has_inner_box 1
22909 inner_pos "c"
22910 use_parbox 0
22911 width "20col%"
22912 special "none"
22913 height "1in"
22914 height_special "totalheight"
22915 status collapsed
22916
22917 \begin_layout Standard
22918 \align center
22919 Box height set to 1\InsetSpace \thinspace{}
22920 Total\InsetSpace ~
22921 Height
22922 \end_layout
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \begin_layout Description
22930 Width This set the width of the box as heigth: 
22931 \begin_inset Box Boxed
22932 position "c"
22933 hor_pos "c"
22934 has_inner_box 1
22935 inner_pos "c"
22936 use_parbox 0
22937 width "12col%"
22938 special "none"
22939 height "1in"
22940 height_special "width"
22941 status collapsed
22942
22943 \begin_layout Standard
22944 \align center
22945 Box height set to 1\InsetSpace \thinspace{}
22946 Width
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Standard
22955 \begin_inset VSpace bigskip
22956 \end_inset
22957
22958 When you have chosen an 
22959 \family sans
22960 Inner\InsetSpace ~
22961 Box
22962 \family default
22963 , the vertical box alignment can be:
22964 \end_layout
22965
22966 \begin_layout Description
22967 Top This is an example text line.
22968  
22969 \begin_inset Box Boxed
22970 position "t"
22971 hor_pos "c"
22972 has_inner_box 1
22973 inner_pos "c"
22974 use_parbox 0
22975 width "12col%"
22976 special "none"
22977 height "1in"
22978 height_special "totalheight"
22979 status collapsed
22980
22981 \begin_layout Standard
22982 \align center
22983 This box is top-aligned.
22984 \end_layout
22985
22986 \end_inset
22987
22988 \InsetSpace ~
22989 This is an example text line.
22990 \end_layout
22991
22992 \begin_layout Description
22993 Middle This is an example text line.
22994  
22995 \begin_inset Box Boxed
22996 position "c"
22997 hor_pos "c"
22998 has_inner_box 1
22999 inner_pos "c"
23000 use_parbox 0
23001 width "12col%"
23002 special "none"
23003 height "1in"
23004 height_special "totalheight"
23005 status collapsed
23006
23007 \begin_layout Standard
23008 \align center
23009 This box is middle-aligned.
23010 \end_layout
23011
23012 \end_inset
23013
23014 \InsetSpace ~
23015 This is an example text line.
23016 \end_layout
23017
23018 \begin_layout Description
23019 Bottom This is an example text line.
23020  
23021 \begin_inset Box Boxed
23022 position "b"
23023 hor_pos "c"
23024 has_inner_box 1
23025 inner_pos "c"
23026 use_parbox 0
23027 width "12col%"
23028 special "none"
23029 height "1in"
23030 height_special "totalheight"
23031 status collapsed
23032
23033 \begin_layout Standard
23034 \align center
23035 This box is bottom-aligned.
23036 \end_layout
23037
23038 \end_inset
23039
23040 \InsetSpace ~
23041 This is an example text line.
23042 \end_layout
23043
23044 \begin_layout Standard
23045 The horizontal box alignment can be set via LyX's paragraph dialog when
23046  you set the box into its own paragraph.
23047 \end_layout
23048
23049 \begin_layout Standard
23050 \begin_inset VSpace bigskip
23051 \end_inset
23052
23053 When you have chosen an 
23054 \family sans
23055 Inner\InsetSpace ~
23056 Box
23057 \family default
23058 , the box content can be vertical aligned to:
23059 \end_layout
23060
23061 \begin_layout Description
23062 top This is an example text line.
23063  
23064 \begin_inset Box Boxed
23065 position "c"
23066 hor_pos "c"
23067 has_inner_box 1
23068 inner_pos "t"
23069 use_parbox 0
23070 width "12col%"
23071 special "none"
23072 height "1.5in"
23073 height_special "totalheight"
23074 status collapsed
23075
23076 \begin_layout Standard
23077 \align center
23078 This box text is top-aligned.
23079 \end_layout
23080
23081 \end_inset
23082
23083 \InsetSpace ~
23084 This is an example text line.
23085 \end_layout
23086
23087 \begin_layout Description
23088 middle This is an example text line.
23089  
23090 \begin_inset Box Boxed
23091 position "c"
23092 hor_pos "c"
23093 has_inner_box 1
23094 inner_pos "c"
23095 use_parbox 0
23096 width "12col%"
23097 special "none"
23098 height "1.5in"
23099 height_special "totalheight"
23100 status collapsed
23101
23102 \begin_layout Standard
23103 \align center
23104 This box text is middle-aligned.
23105 \end_layout
23106
23107 \end_inset
23108
23109 \InsetSpace ~
23110 This is an example text line.
23111 \end_layout
23112
23113 \begin_layout Description
23114 bottom This is an example text line.
23115  
23116 \begin_inset Box Boxed
23117 position "c"
23118 hor_pos "c"
23119 has_inner_box 1
23120 inner_pos "b"
23121 use_parbox 0
23122 width "12col%"
23123 special "none"
23124 height "1.5in"
23125 height_special "totalheight"
23126 status collapsed
23127
23128 \begin_layout Standard
23129 \align center
23130 This box text is bottom-aligned.
23131 \end_layout
23132
23133 \end_inset
23134
23135 \InsetSpace ~
23136 This is an example text line.
23137 \end_layout
23138
23139 \begin_layout Description
23140 stretch This is an example text line.
23141  
23142 \begin_inset Box Boxed
23143 position "c"
23144 hor_pos "c"
23145 has_inner_box 1
23146 inner_pos "s"
23147 use_parbox 0
23148 width "12col%"
23149 special "none"
23150 height "1.5in"
23151 height_special "totalheight"
23152 status collapsed
23153
23154 \begin_layout Standard
23155 \align center
23156 This box
23157 \end_layout
23158
23159 \begin_layout Standard
23160 \align center
23161 text is
23162 \end_layout
23163
23164 \begin_layout Standard
23165 \align center
23166 stretched.
23167 \end_layout
23168
23169 \end_inset
23170
23171 \InsetSpace ~
23172 This is an example text line.
23173 \end_layout
23174
23175 \begin_layout Standard
23176 To stretch the box content, it must consist of more than one paragraph.
23177  In the example above every text line is in an own paragraph.
23178 \end_layout
23179
23180 \begin_layout Standard
23181 \begin_inset VSpace bigskip
23182 \end_inset
23183
23184 To align the box content horizontally use LyX's paragraph dialog when If
23185  you have chosen an 
23186 \family sans
23187 Inner\InsetSpace ~
23188 Box
23189 \family default
23190 .
23191 \end_layout
23192
23193 \begin_layout Standard
23194 \align center
23195 \begin_inset Box Boxed
23196 position "c"
23197 hor_pos "c"
23198 has_inner_box 1
23199 inner_pos "s"
23200 use_parbox 0
23201 width "15col%"
23202 special "none"
23203 height "1.25in"
23204 height_special "totalheight"
23205 status collapsed
23206
23207 \begin_layout Standard
23208 \align left
23209 This box
23210 \end_layout
23211
23212 \begin_layout Standard
23213 \align center
23214 text is
23215 \end_layout
23216
23217 \begin_layout Standard
23218 \align right
23219 stretched.
23220 \end_layout
23221
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \begin_layout Standard
23228 If you haven't set an 
23229 \family sans
23230 Inner\InsetSpace ~
23231 Box
23232 \family default
23233 , you can align the box content horizontally in the box dialog.
23234 \end_layout
23235
23236 \begin_layout Standard
23237 \align center
23238 \begin_inset Box Boxed
23239 position "c"
23240 hor_pos "s"
23241 has_inner_box 0
23242 inner_pos "s"
23243 use_parbox 0
23244 width "90col%"
23245 special "none"
23246 height "1.25in"
23247 height_special "totalheight"
23248 status open
23249
23250 \begin_layout Standard
23251 \align left
23252 This box text is horizontally stretched.
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Section
23261 Framed Boxes
23262 \begin_inset LatexCommand label
23263 name "sec:Framed-Boxes"
23264
23265 \end_inset
23266
23267
23268 \begin_inset LatexCommand index
23269 name "Boxes ! Frames"
23270
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \begin_layout Standard
23277 The frame style of the box can be specified in the box-dialog in the drop-down
23278  list 
23279 \family sans
23280 Type
23281 \family default
23282 .
23283  The following frame types are possible:
23284 \end_layout
23285
23286 \begin_layout Description
23287 Rectangular\InsetSpace ~
23288 box This draws a rectangle frame around the box.
23289  The frame line thickness has the size of 
23290 \series bold
23291
23292 \backslash
23293 fboxrule
23294 \series default
23295 .
23296  
23297 \begin_inset Box Boxed
23298 position "c"
23299 hor_pos "c"
23300 has_inner_box 1
23301 inner_pos "c"
23302 use_parbox 0
23303 width "20col%"
23304 special "none"
23305 height "1in"
23306 height_special "totalheight"
23307 status collapsed
23308
23309 \begin_layout Standard
23310 \align center
23311 Rectangular box
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Description
23320 Oval\InsetSpace ~
23321 box,\InsetSpace ~
23322 thin This draws an oval frame around the box.
23323  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
23324 pt.
23325  
23326 \begin_inset Box ovalbox
23327 position "c"
23328 hor_pos "c"
23329 has_inner_box 1
23330 inner_pos "c"
23331 use_parbox 0
23332 width "20col%"
23333 special "none"
23334 height "1in"
23335 height_special "totalheight"
23336 status collapsed
23337
23338 \begin_layout Standard
23339 \align center
23340 Oval box, thin
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \begin_layout Description
23349 Oval\InsetSpace ~
23350 box,\InsetSpace ~
23351 thick This draws an oval frame around the box.
23352  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
23353 pt.
23354  
23355 \begin_inset Box Ovalbox
23356 position "c"
23357 hor_pos "c"
23358 has_inner_box 1
23359 inner_pos "c"
23360 use_parbox 0
23361 width "20col%"
23362 special "none"
23363 height "1in"
23364 height_special "totalheight"
23365 status collapsed
23366
23367 \begin_layout Standard
23368 \align center
23369 Oval box, thick
23370 \end_layout
23371
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \begin_layout Description
23378 Shadow\InsetSpace ~
23379 box This draws a rectangle frame with a shadow around the box.
23380  The frame line thickness has the size of 
23381 \series bold
23382
23383 \backslash
23384 fboxrule
23385 \series default
23386 , the shadow has a width of 4\InsetSpace \thinspace{}
23387 pt.
23388  
23389 \begin_inset Box Shadowbox
23390 position "c"
23391 hor_pos "c"
23392 has_inner_box 1
23393 inner_pos "c"
23394 use_parbox 0
23395 width "20col%"
23396 special "none"
23397 height "1in"
23398 height_special "totalheight"
23399 status collapsed
23400
23401 \begin_layout Standard
23402 \align center
23403 Shadow box
23404 \end_layout
23405
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \begin_layout Description
23412 Double\InsetSpace ~
23413 box This draws a double-line rectangle frame around the box.
23414  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
23415
23416 \series bold
23417
23418 \backslash
23419 fboxrule
23420 \series default
23421 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
23422
23423 \series bold
23424
23425 \backslash
23426 fboxrule
23427 \series default
23428 .
23429  The distance between the lines is 1.5\InsetSpace \thinspace{}
23430
23431 \series bold
23432
23433 \backslash
23434 fboxrule
23435 \series default
23436 \InsetSpace \thinspace{}
23437 +\InsetSpace \thinspace{}
23438 0.5\InsetSpace \thinspace{}
23439 pt.
23440  
23441 \begin_inset Box Doublebox
23442 position "c"
23443 hor_pos "c"
23444 has_inner_box 1
23445 inner_pos "c"
23446 use_parbox 0
23447 width "20col%"
23448 special "none"
23449 height "1in"
23450 height_special "totalheight"
23451 status collapsed
23452
23453 \begin_layout Standard
23454 \align center
23455 Double box
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \begin_layout Standard
23464 \begin_inset VSpace bigskip
23465 \end_inset
23466
23467 LyX's box label will change to the used frame style when you set a frame.
23468  To be able to use the different frame styles, the LaTeX-package 
23469 \series bold
23470 fancybox
23471 \series default
23472
23473 \begin_inset LatexCommand index
23474 name "LaTeX-packages ! fancybox"
23475
23476 \end_inset
23477
23478  must be installed.
23479 \end_layout
23480
23481 \begin_layout Standard
23482 \begin_inset VSpace bigskip
23483 \end_inset
23484
23485 The default value for the size 
23486 \series bold
23487
23488 \backslash
23489 fboxrule
23490 \series default
23491  is 0.4\InsetSpace \thinspace{}
23492 pt.
23493  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
23494 g.\InsetSpace ~
23495 2\InsetSpace \thinspace{}
23496 pt:
23497 \end_layout
23498
23499 \begin_layout Standard
23500
23501 \series bold
23502
23503 \backslash
23504 setlength{
23505 \backslash
23506 fboxrule}{2pt}
23507 \end_layout
23508
23509 \begin_layout Standard
23510 \begin_inset ERT
23511 status collapsed
23512
23513 \begin_layout Standard
23514
23515
23516 \backslash
23517 setlength{
23518 \backslash
23519 fboxrule}{2pt}
23520 \end_layout
23521
23522 \end_inset
23523
23524
23525 \begin_inset Box Boxed
23526 position "c"
23527 hor_pos "c"
23528 has_inner_box 1
23529 inner_pos "c"
23530 use_parbox 0
23531 width "25col%"
23532 special "none"
23533 height "1in"
23534 height_special "totalheight"
23535 status collapsed
23536
23537 \begin_layout Standard
23538 \align center
23539 Rectangular box with 
23540 \series bold
23541
23542 \backslash
23543 fboxrule
23544 \series default
23545 \InsetSpace \thinspace{}
23546 =\InsetSpace \thinspace{}
23547 2\InsetSpace \thinspace{}
23548 pt
23549 \end_layout
23550
23551 \end_inset
23552
23553
23554 \begin_inset ERT
23555 status collapsed
23556
23557 \begin_layout Standard
23558
23559
23560 \backslash
23561 setlength{
23562 \backslash
23563 fboxrule}{0.4pt}
23564 \end_layout
23565
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \begin_layout Standard
23572 \begin_inset VSpace bigskip
23573 \end_inset
23574
23575 The space between the frame and the box content is for all frame styles
23576  by default 3\InsetSpace \thinspace{}
23577 pt.
23578  You can change it by setting the length 
23579 \series bold
23580
23581 \backslash
23582 fboxsep
23583 \series default
23584  to another value.
23585  For example the command
23586 \end_layout
23587
23588 \begin_layout Standard
23589
23590 \series bold
23591
23592 \backslash
23593 setlength{
23594 \backslash
23595 fboxsep}{10pt}
23596 \end_layout
23597
23598 \begin_layout Standard
23599 sets the value to 10\InsetSpace \thinspace{}
23600 pt, like for the following box:
23601 \end_layout
23602
23603 \begin_layout Standard
23604 \begin_inset ERT
23605 status collapsed
23606
23607 \begin_layout Standard
23608
23609
23610 \backslash
23611 setlength{
23612 \backslash
23613 fboxsep}{10pt}
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \begin_inset Box Boxed
23620 position "c"
23621 hor_pos "c"
23622 has_inner_box 1
23623 inner_pos "c"
23624 use_parbox 0
23625 width "25col%"
23626 special "none"
23627 height "1in"
23628 height_special "totalheight"
23629 status collapsed
23630
23631 \begin_layout Standard
23632 \align center
23633 Rectangular box with 
23634 \series bold
23635
23636 \backslash
23637 fboxsep
23638 \series default
23639 \InsetSpace \thinspace{}
23640 =\InsetSpace \thinspace{}
23641 10\InsetSpace \thinspace{}
23642 pt
23643 \end_layout
23644
23645 \end_inset
23646
23647
23648 \begin_inset ERT
23649 status collapsed
23650
23651 \begin_layout Standard
23652
23653
23654 \backslash
23655 setlength{
23656 \backslash
23657 fboxsep}{3pt}
23658 \end_layout
23659
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \begin_layout Standard
23666 \begin_inset VSpace bigskip
23667 \end_inset
23668
23669 The diameter of the round corners of the oval boxes can be set with the
23670  command 
23671 \series bold
23672
23673 \backslash
23674 cornersize
23675 \series default
23676 .
23677  The command
23678 \end_layout
23679
23680 \begin_layout Standard
23681
23682 \series bold
23683
23684 \backslash
23685 cornersize*{1cm}
23686 \end_layout
23687
23688 \begin_layout Standard
23689 sets the diameter to 1\InsetSpace \thinspace{}
23690 cm.
23691  The command
23692 \end_layout
23693
23694 \begin_layout Standard
23695
23696 \series bold
23697
23698 \backslash
23699 cornersize{num}
23700 \end_layout
23701
23702 \begin_layout Standard
23703 sets the diameter to 
23704 \family sans
23705 num\InsetSpace \thinspace{}
23706 ×\InsetSpace \thinspace{}
23707 minimum(width and heigth of box)
23708 \family default
23709 .
23710  The default is 
23711 \series bold
23712
23713 \backslash
23714 cornersize{0.5}
23715 \series default
23716 .
23717 \end_layout
23718
23719 \begin_layout Standard
23720 \begin_inset ERT
23721 status collapsed
23722
23723 \begin_layout Standard
23724
23725
23726 \backslash
23727 cornersize*{1.5cm}
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \begin_inset Box Ovalbox
23734 position "c"
23735 hor_pos "c"
23736 has_inner_box 1
23737 inner_pos "c"
23738 use_parbox 0
23739 width "25col%"
23740 special "none"
23741 height "1in"
23742 height_special "totalheight"
23743 status collapsed
23744
23745 \begin_layout Standard
23746 \align center
23747 Oval box with 
23748 \series bold
23749
23750 \backslash
23751 cornersize
23752 \series default
23753 \InsetSpace \thinspace{}
23754 =\InsetSpace \thinspace{}
23755 1.5\InsetSpace \thinspace{}
23756 cm
23757 \end_layout
23758
23759 \end_inset
23760
23761
23762 \begin_inset ERT
23763 status collapsed
23764
23765 \begin_layout Standard
23766
23767
23768 \backslash
23769 cornersize{0.5}
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Standard
23778 \begin_inset VSpace bigskip
23779 \end_inset
23780
23781 The size of the shadow can be adjusted by changing the length 
23782 \series bold
23783
23784 \backslash
23785 shadowsize
23786 \series default
23787 .
23788  It it set to 2\InsetSpace \thinspace{}
23789 pt for the following box by this command:
23790 \end_layout
23791
23792 \begin_layout Standard
23793
23794 \series bold
23795
23796 \backslash
23797 setlength{
23798 \backslash
23799 shadowsize}{2pt}
23800 \end_layout
23801
23802 \begin_layout Standard
23803 \begin_inset ERT
23804 status collapsed
23805
23806 \begin_layout Standard
23807
23808
23809 \backslash
23810 setlength{
23811 \backslash
23812 shadowsize}{2pt}
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \begin_inset Box Shadowbox
23819 position "c"
23820 hor_pos "c"
23821 has_inner_box 1
23822 inner_pos "c"
23823 use_parbox 0
23824 width "25col%"
23825 special "none"
23826 height "1in"
23827 height_special "totalheight"
23828 status collapsed
23829
23830 \begin_layout Standard
23831 \align center
23832 Shadow box with 
23833 \series bold
23834
23835 \backslash
23836 shadowsize
23837 \series default
23838 \InsetSpace \thinspace{}
23839 =\InsetSpace \thinspace{}
23840 2\InsetSpace \thinspace{}
23841 pt
23842 \end_layout
23843
23844 \end_inset
23845
23846
23847 \begin_inset ERT
23848 status collapsed
23849
23850 \begin_layout Standard
23851
23852
23853 \backslash
23854 setlength{
23855 \backslash
23856 shadowsize}{4pt}
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \begin_layout Standard
23865 \begin_inset VSpace bigskip
23866 \end_inset
23867
23868 Changed lengths and widths are valid for all boxes following the commands
23869  that change them.
23870 \end_layout
23871
23872 \begin_layout Section
23873 Minipages
23874 \begin_inset LatexCommand label
23875 name "sec:Minipages"
23876
23877 \end_inset
23878
23879
23880 \begin_inset LatexCommand index
23881 name "Boxes ! Minipages"
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Standard
23889 Minipages are treated by LaTeX as pages within pages and can therefore for
23890  example have their own footnotes.
23891 \end_layout
23892
23893 \begin_layout Standard
23894 Minipages are useful when you write documents with different languages.
23895 \end_layout
23896
23897 \begin_layout Standard
23898 Below are two example minipages side by side.
23899  Their width is set to 45\InsetSpace \thinspace{}
23900 col% and they are separated by a horizontal fill,
23901  that was inserted via the menu 
23902 \family sans
23903 Insert\SpecialChar \menuseparator
23904 Special\InsetSpace ~
23905 Formatting\SpecialChar \menuseparator
23906 Horizontal\InsetSpace ~
23907 Fill
23908 \family default
23909 .
23910 \end_layout
23911
23912 \begin_layout Standard
23913 \begin_inset Box Frameless
23914 position "t"
23915 hor_pos "c"
23916 has_inner_box 1
23917 inner_pos "c"
23918 use_parbox 0
23919 width "45col%"
23920 special "none"
23921 height "1in"
23922 height_special "totalheight"
23923 status open
23924
23925 \begin_layout Standard
23926
23927 \lang german
23928 Dies ist ein deutscher Text.
23929  Dies ist ein deutscher Text.
23930  Dies ist ein deutscher Text.
23931  Dies ist ein deutscher Text.
23932  Dies ist ein deutscher Text.
23933  Dies ist ein deutscher Text.
23934  Dies ist ein deutscher Text.
23935  Dies ist ein deutscher Text.
23936  Dies ist ein deutscher Text.
23937  Dies ist ein deutscher Text.
23938  Dies ist ein deutscher Text.
23939  Dies ist ein deutscher Text.
23940  Dies ist ein deutscher Text
23941 \begin_inset Foot
23942 status collapsed
23943
23944 \begin_layout Standard
23945
23946 \lang german
23947 Dies ist eine deutsche Fußnote.
23948 \end_layout
23949
23950 \end_inset
23951
23952 .
23953  Dies ist ein deutscher Text.
23954  Dies ist ein deutscher Text.
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \hfill
23961
23962 \begin_inset Box Frameless
23963 position "t"
23964 hor_pos "c"
23965 has_inner_box 1
23966 inner_pos "c"
23967 use_parbox 0
23968 width "45col%"
23969 special "none"
23970 height "1in"
23971 height_special "totalheight"
23972 status open
23973
23974 \begin_layout Standard
23975 This is an English Text.
23976  This is an English Text.
23977  This is an English Text.
23978  This is an English Text.
23979  This is an English Text.
23980  This is an English Text.
23981  This is an English Text.
23982  This is an English Text.
23983  This is an English Text.
23984  This is an English Text.
23985  This is an English Text.
23986  This is an English Text.
23987  This is an English Text.
23988  This is an English Text.
23989  This is an English Text.
23990  This is an English Text.
23991 \begin_inset Foot
23992 status collapsed
23993
23994 \begin_layout Standard
23995 This is an English footnote.
23996 \end_layout
23997
23998 \end_inset
23999
24000  This is an English Text.
24001  
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \begin_layout Standard
24010 \begin_inset VSpace bigskip
24011 \end_inset
24012
24013 Another application for minipages are footnotes within tables.
24014  Due to a LaTeX restriction footnotes within tables doesn't appear at the
24015  bottom of the current page.
24016  But when you put the table with the footnote to a minipage, the footnote
24017  will appear at its bottom, numbered with Latin letters.
24018  The footnote number is reset to 1 in every minipage but not outside the
24019  minipages.
24020 \end_layout
24021
24022 \begin_layout Standard
24023 The footnote of this table doesn't appear: 
24024 \begin_inset Tabular
24025 <lyxtabular version="3" rows="3" columns="4">
24026 <features>
24027 <column alignment="center" valignment="top" leftline="true" width="0pt">
24028 <column alignment="center" valignment="top" leftline="true" width="0pt">
24029 <column alignment="center" valignment="top" leftline="true" width="0pt">
24030 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24031 <row topline="true">
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Standard
24036 1
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Standard
24045 2
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Standard
24054 3
24055 \begin_inset Foot
24056 status collapsed
24057
24058 \begin_layout Standard
24059 This is a footnote within a table.
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Standard
24073 4
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 </row>
24079 <row topline="true">
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Standard
24084 a
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Standard
24093 b
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Standard
24102 c
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Standard
24111 d
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row topline="true" bottomline="true">
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Standard
24122 e
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Standard
24131 f
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Standard
24140 g
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Standard
24149 h
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 </row>
24155 </lyxtabular>
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \align center
24164 \begin_inset Box Frameless
24165 position "t"
24166 hor_pos "c"
24167 has_inner_box 1
24168 inner_pos "c"
24169 use_parbox 0
24170 width "30col%"
24171 special "none"
24172 height "1in"
24173 height_special "totalheight"
24174 status open
24175
24176 \begin_layout Standard
24177 \align center
24178 \begin_inset Tabular
24179 <lyxtabular version="3" rows="3" columns="4">
24180 <features>
24181 <column alignment="center" valignment="top" leftline="true" width="0pt">
24182 <column alignment="center" valignment="top" leftline="true" width="0pt">
24183 <column alignment="center" valignment="top" leftline="true" width="0pt">
24184 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24185 <row topline="true">
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Standard
24190 1
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Standard
24199 2
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Standard
24208 3
24209 \begin_inset Foot
24210 status collapsed
24211
24212 \begin_layout Standard
24213 This is a footnote within a table.
24214 \end_layout
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Standard
24227 4
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 </row>
24233 <row topline="true">
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Standard
24238 a
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Standard
24247 b
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Standard
24256 c
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Standard
24265 d
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 </row>
24271 <row topline="true" bottomline="true">
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Standard
24276 e
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Standard
24285 f
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Standard
24294 g
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Standard
24303 h
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 </row>
24309 </lyxtabular>
24310
24311 \end_inset
24312
24313
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \begin_layout Standard
24322 \begin_inset VSpace bigskip
24323 \end_inset
24324
24325 The document-wide paragraph settings are ignored within minipages.
24326  That means that there will be no space between paragraphs in minipages
24327  although you set it to e.\InsetSpace \thinspace{}
24328 g.\InsetSpace ~
24329
24330 \family sans
24331 MedSkip
24332 \family default
24333  in the document settings.
24334 \end_layout
24335
24336 \begin_layout Standard
24337 Minipages can also be used to set a background color for text parts, see
24338  section\InsetSpace ~
24339
24340 \begin_inset LatexCommand ref
24341 reference "sub:Color-for-Paragraphs"
24342
24343 \end_inset
24344
24345 .
24346 \end_layout
24347
24348 \begin_layout Standard
24349 \begin_inset Note Greyedout
24350 status open
24351
24352 \begin_layout Standard
24353
24354 \series bold
24355 Note:
24356 \series default
24357  You cannot have floats or margin notes inside minipages but minipages can
24358  be used inside tables, floats, and other boxes.
24359 \end_layout
24360
24361 \end_inset
24362
24363
24364 \end_layout
24365
24366 \begin_layout Section
24367 Parboxes
24368 \begin_inset LatexCommand label
24369 name "sec:Parboxes"
24370
24371 \end_inset
24372
24373
24374 \begin_inset LatexCommand index
24375 name "Boxes ! Parboxes"
24376
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \begin_layout Standard
24383 Parboxes are very similar to minipages with the difference that they cannot
24384  have footnotes.
24385  The main difference to minipages is that minipages are in contrary to parboxes
24386  no real boxes but LaTeX-environments.
24387 \end_layout
24388
24389 \begin_layout Standard
24390 \align center
24391 \begin_inset Box Frameless
24392 position "t"
24393 hor_pos "c"
24394 has_inner_box 1
24395 inner_pos "t"
24396 use_parbox 1
24397 width "33col%"
24398 special "none"
24399 height "1in"
24400 height_special "totalheight"
24401 status collapsed
24402
24403 \begin_layout Standard
24404 This a text within a parbox.
24405  This a text within a parbox.
24406 \end_layout
24407
24408 \begin_layout Standard
24409 This footnote won't appear:
24410 \begin_inset Foot
24411 status collapsed
24412
24413 \begin_layout Standard
24414 This footnote is inside a parbox and will therefore not appear.
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Section
24428 Boxes for Words and Characters
24429 \begin_inset LatexCommand index
24430 name "Boxes ! for Characters"
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \begin_layout Subsection
24438 Prevent Hyphenation
24439 \begin_inset LatexCommand label
24440 name "sec:Prevent-Hyphenation"
24441
24442 \end_inset
24443
24444
24445 \begin_inset LatexCommand index
24446 name "Boxes ! to Prevent Hyphenation"
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 You can use a special kind of boxes to prevent words or text to be hyphenated.
24455 \newline
24456 Her
24457 e is an example text:
24458 \end_layout
24459
24460 \begin_layout Standard
24461 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24462 g.\InsetSpace ~
24463 veryver
24464 ylongwords.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 To prevent the hyphenation of the word 
24469 \begin_inset Quotes eld
24470 \end_inset
24471
24472 veryverylongwords
24473 \begin_inset Quotes erd
24474 \end_inset
24475
24476 , add the command
24477 \end_layout
24478
24479 \begin_layout Standard
24480
24481 \series bold
24482
24483 \backslash
24484 mbox{
24485 \end_layout
24486
24487 \begin_layout Standard
24488 in ERT before the word.
24489  Behind the word insert a closing brace 
24490 \begin_inset Quotes eld
24491 \end_inset
24492
24493
24494 \series bold
24495 }
24496 \series default
24497
24498 \begin_inset Quotes erd
24499 \end_inset
24500
24501  in ERT.
24502 \begin_inset ERT
24503 status collapsed
24504
24505 \begin_layout Standard
24506
24507
24508 \backslash
24509 pagebreak 
24510 \end_layout
24511
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \begin_layout Standard
24518 This is the result:
24519 \end_layout
24520
24521 \begin_layout Standard
24522 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24523 g.\InsetSpace ~
24524
24525 \begin_inset ERT
24526 status collapsed
24527
24528 \begin_layout Standard
24529
24530
24531 \backslash
24532 mbox{
24533 \end_layout
24534
24535 \end_inset
24536
24537 veryverylongwords.
24538 \begin_inset ERT
24539 status collapsed
24540
24541 \begin_layout Standard
24542
24543 }
24544 \end_layout
24545
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \begin_layout Standard
24552 Of course the word now protrudes over the side margin.
24553  To avoid this, add via the menu 
24554 \family sans
24555 Insert\SpecialChar \menuseparator
24556 Special\InsetSpace ~
24557 Formatting\SpecialChar \menuseparator
24558 Line\InsetSpace ~
24559 Break
24560 \family default
24561  (shortcut 
24562 \series bold
24563 Ctrl-Return
24564 \series default
24565 ) a line break before the word:
24566 \end_layout
24567
24568 \begin_layout Standard
24569 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24570 g.\InsetSpace ~
24571
24572 \newline
24573
24574 \begin_inset ERT
24575 status collapsed
24576
24577 \begin_layout Standard
24578
24579
24580 \backslash
24581 mbox{
24582 \end_layout
24583
24584 \end_inset
24585
24586 veryverylongwords.
24587 \begin_inset ERT
24588 status collapsed
24589
24590 \begin_layout Standard
24591
24592 }
24593 \end_layout
24594
24595 \end_inset
24596
24597
24598 \end_layout
24599
24600 \begin_layout Subsection
24601 Vertical Alignment
24602 \begin_inset LatexCommand label
24603 name "sub:Vertical-Alignment"
24604
24605 \end_inset
24606
24607
24608 \begin_inset LatexCommand index
24609 name "Boxes ! for Vertical Alignment"
24610
24611 \end_inset
24612
24613
24614 \begin_inset LatexCommand index
24615 name "Boxes ! Raiseboxes"
24616
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \begin_layout Standard
24623 With the help of the command 
24624 \series bold
24625
24626 \backslash
24627 raisebox
24628 \series default
24629  you can align words, characters or other boxes vertically to the surrounding
24630  text.
24631  
24632 \series bold
24633
24634 \backslash
24635 raisebox
24636 \series default
24637  is used with the following scheme:
24638 \end_layout
24639
24640 \begin_layout Standard
24641
24642 \series bold
24643
24644 \backslash
24645 raisebox{lift}[height][depth]{box content}
24646 \end_layout
24647
24648 \begin_layout Standard
24649 The lift can be a positive value to raise the box or a negative value to
24650  lower the box.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 To align for example the word 
24655 \begin_inset Quotes eld
24656 \end_inset
24657
24658 preventing
24659 \begin_inset Quotes erd
24660 \end_inset
24661
24662  so that the bottom of the 
24663 \begin_inset Quotes eld
24664 \end_inset
24665
24666 deepest
24667 \begin_inset Quotes erd
24668 \end_inset
24669
24670  character 
24671 \begin_inset Quotes eld
24672 \end_inset
24673
24674 p
24675 \begin_inset Quotes erd
24676 \end_inset
24677
24678  is at the baseline, insert the command
24679 \end_layout
24680
24681 \begin_layout Standard
24682
24683 \series bold
24684
24685 \backslash
24686 raisebox{
24687 \backslash
24688 depth}{
24689 \end_layout
24690
24691 \begin_layout Standard
24692 in ERT before the word.
24693  Behind the word insert a closing brace 
24694 \begin_inset Quotes eld
24695 \end_inset
24696
24697
24698 \series bold
24699 }
24700 \series default
24701
24702 \begin_inset Quotes erd
24703 \end_inset
24704
24705  in ERT.
24706 \newline
24707 This is the result:
24708 \end_layout
24709
24710 \begin_layout Standard
24711 This is a text line with the word 
24712 \begin_inset ERT
24713 status collapsed
24714
24715 \begin_layout Standard
24716
24717
24718 \backslash
24719 raisebox{
24720 \backslash
24721 depth}{
24722 \end_layout
24723
24724 \end_inset
24725
24726
24727 \begin_inset Quotes eld
24728 \end_inset
24729
24730 preventing
24731 \begin_inset Quotes erd
24732 \end_inset
24733
24734
24735 \begin_inset ERT
24736 status collapsed
24737
24738 \begin_layout Standard
24739
24740 }
24741 \end_layout
24742
24743 \end_inset
24744
24745  as raised word.
24746 \end_layout
24747
24748 \begin_layout Standard
24749 \begin_inset VSpace bigskip
24750 \end_inset
24751
24752 When you raise or lower characters in a line, the line distance will be
24753  spread:
24754 \end_layout
24755
24756 \begin_layout Standard
24757 This is a text line with the word 
24758 \begin_inset ERT
24759 status collapsed
24760
24761 \begin_layout Standard
24762
24763
24764 \backslash
24765 raisebox{-
24766 \backslash
24767 depth}{
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \begin_inset Quotes eld
24774 \end_inset
24775
24776 preventing
24777 \begin_inset Quotes erd
24778 \end_inset
24779
24780
24781 \begin_inset ERT
24782 status collapsed
24783
24784 \begin_layout Standard
24785
24786 }
24787 \end_layout
24788
24789 \end_inset
24790
24791  as lowered word.
24792 \newline
24793 This is a text line with the word 
24794 \begin_inset ERT
24795 status collapsed
24796
24797 \begin_layout Standard
24798
24799
24800 \backslash
24801 raisebox{0.5cm}{
24802 \end_layout
24803
24804 \end_inset
24805
24806
24807 \begin_inset Quotes eld
24808 \end_inset
24809
24810 testing
24811 \begin_inset Quotes erd
24812 \end_inset
24813
24814
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Standard
24819
24820 }
24821 \end_layout
24822
24823 \end_inset
24824
24825  as raised word.
24826 \end_layout
24827
24828 \begin_layout Standard
24829 If you want to prevent this for a certain reason, set the box height to
24830  a zero value.
24831  For example use
24832 \end_layout
24833
24834 \begin_layout Standard
24835
24836 \series bold
24837
24838 \backslash
24839 raisebox{-
24840 \backslash
24841 depth}[0pt]{
24842 \end_layout
24843
24844 \begin_layout Standard
24845 This is a text line with the word 
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Standard
24850
24851
24852 \backslash
24853 raisebox{-
24854 \backslash
24855 depth}[0pt]{
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \begin_inset Quotes eld
24862 \end_inset
24863
24864 preventing
24865 \begin_inset Quotes erd
24866 \end_inset
24867
24868
24869 \begin_inset ERT
24870 status collapsed
24871
24872 \begin_layout Standard
24873
24874 }
24875 \end_layout
24876
24877 \end_inset
24878
24879  as lowered word.
24880 \newline
24881 This is a text line with the word 
24882 \begin_inset ERT
24883 status collapsed
24884
24885 \begin_layout Standard
24886
24887
24888 \backslash
24889 raisebox{0.5cm}[0pt]{
24890 \end_layout
24891
24892 \end_inset
24893
24894
24895 \begin_inset Quotes eld
24896 \end_inset
24897
24898 testing
24899 \begin_inset Quotes erd
24900 \end_inset
24901
24902
24903 \begin_inset ERT
24904 status collapsed
24905
24906 \begin_layout Standard
24907
24908 }
24909 \end_layout
24910
24911 \end_inset
24912
24913  as raised word.
24914 \end_layout
24915
24916 \begin_layout Standard
24917 \begin_inset VSpace bigskip
24918 \end_inset
24919
24920 The 
24921 \series bold
24922
24923 \backslash
24924 raisebox
24925 \series default
24926  command is useful when you want to insert some extra vertical space for
24927  certain table rows so that the row content is better separated from the
24928  surrounding lines.
24929  In Table\InsetSpace ~
24930
24931 \begin_inset LatexCommand ref
24932 reference "tab:Two-tables-showing"
24933
24934 \end_inset
24935
24936  the table rows with the sub- and superscripts got extra space by raising
24937  an empty box: The command
24938 \end_layout
24939
24940 \begin_layout Standard
24941
24942 \series bold
24943
24944 \backslash
24945 raisebox{5mm}{}
24946 \end_layout
24947
24948 \begin_layout Standard
24949 was inserted to the table rows.
24950 \end_layout
24951
24952 \begin_layout Standard
24953 To add extra vertical space for all rows of all tables, the method described
24954  in section\InsetSpace ~
24955
24956 \begin_inset LatexCommand ref
24957 reference "sub:Extra-Row-Height"
24958
24959 \end_inset
24960
24961  might be more convenient.
24962 \end_layout
24963
24964 \begin_layout Standard
24965 \begin_inset Float table
24966 wide false
24967 sideways false
24968 status collapsed
24969
24970 \begin_layout Caption
24971 \begin_inset LatexCommand label
24972 name "tab:Two-tables-showing"
24973
24974 \end_inset
24975
24976 Two tables showing the effect of extra vertical space using 
24977 \backslash
24978
24979 \series bold
24980 raisebox
24981 \end_layout
24982
24983 \begin_layout Standard
24984
24985 \hfill
24986
24987 \begin_inset Tabular
24988 <lyxtabular version="3" rows="5" columns="2">
24989 <features>
24990 <column alignment="center" valignment="top" leftline="true" width="0pt">
24991 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24992 <row topline="true">
24993 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Standard
24997 without 
24998 \series bold
24999
25000 \backslash
25001 raisebox
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Standard
25010
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 </row>
25016 <row topline="true">
25017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Standard
25021 Command
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Standard
25030 Result
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 </row>
25036 <row topline="true">
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Standard
25041 B_V
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Standard
25050 \begin_inset Formula $B_{V}$
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 </row>
25059 <row topline="true">
25060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Standard
25064 B^V
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Standard
25073 \begin_inset Formula $B^{V}$
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row topline="true" bottomline="true">
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Standard
25087 B^
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Standard
25092
25093
25094 \backslash
25095 textvisiblespace 
25096 \end_layout
25097
25098 \end_inset
25099
25100 A
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Standard
25109 \begin_inset Formula $B^{A}$
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 </lyxtabular>
25119
25120 \end_inset
25121
25122
25123 \begin_inset ERT
25124 status collapsed
25125
25126 \begin_layout Standard
25127
25128
25129 \backslash
25130 hspace{2pt}
25131 \end_layout
25132
25133 \end_inset
25134
25135
25136 \begin_inset Tabular
25137 <lyxtabular version="3" rows="5" columns="2">
25138 <features>
25139 <column alignment="center" valignment="top" leftline="true" width="0">
25140 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25141 <row topline="true" bottomline="true">
25142 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Standard
25146 with 
25147 \series bold
25148
25149 \backslash
25150 raisebox
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Standard
25159
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 </row>
25165 <row topline="true">
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Standard
25170 Command
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Standard
25179 Result
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 </row>
25185 <row topline="true">
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Standard
25190 B_V
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Standard
25199 \begin_inset Formula $B_{V}$
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 </row>
25208 <row topline="true">
25209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Standard
25213 B^V
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Standard
25222 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 </row>
25231 <row topline="true" bottomline="true">
25232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Standard
25236 B^
25237 \begin_inset ERT
25238 status collapsed
25239
25240 \begin_layout Standard
25241
25242
25243 \backslash
25244 textvisiblespace 
25245 \end_layout
25246
25247 \end_inset
25248
25249 A
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Standard
25258 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 </row>
25267 </lyxtabular>
25268
25269 \end_inset
25270
25271
25272 \hfill
25273
25274 \end_layout
25275
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \begin_layout Section
25282 Colored Boxes
25283 \begin_inset LatexCommand label
25284 name "sec:Colored-Boxes"
25285
25286 \end_inset
25287
25288
25289 \begin_inset LatexCommand index
25290 name "Boxes ! Color"
25291
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \begin_layout Subsection
25298 Color for Text
25299 \begin_inset LatexCommand index
25300 name "Color ! for Text"
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 To color the background of text the text must be put into a so called colorbox.
25309  This requires that the LaTeX-package 
25310 \series bold
25311 color
25312 \series default
25313
25314 \begin_inset LatexCommand index
25315 name "LaTeX-packages ! color"
25316
25317 \end_inset
25318
25319  is loaded in the document preamble with the command
25320 \end_layout
25321
25322 \begin_layout Standard
25323
25324 \series bold
25325
25326 \backslash
25327 @ifundefined{textcolor}
25328 \newline
25329
25330 \begin_inset ERT
25331 status collapsed
25332
25333 \begin_layout Standard
25334
25335
25336 \backslash
25337 hphantom{ }
25338 \end_layout
25339
25340 \end_inset
25341
25342 {
25343 \backslash
25344 usepackage{color}}{}
25345 \end_layout
25346
25347 \begin_layout Standard
25348 The package 
25349 \series bold
25350 color
25351 \series default
25352  will be loaded automatically by LyX when you color text
25353 \begin_inset Foot
25354 status collapsed
25355
25356 \begin_layout Standard
25357 To avoid that it is loaded twice the command 
25358 \series bold
25359
25360 \backslash
25361 @ifundefined
25362 \series default
25363  is used.
25364 \end_layout
25365
25366 \end_inset
25367
25368 .
25369 \end_layout
25370
25371 \begin_layout Standard
25372 \begin_inset VSpace medskip
25373 \end_inset
25374
25375 Colorboxes are created with the command 
25376 \series bold
25377
25378 \backslash
25379 colorbox
25380 \series default
25381 .
25382  This will be used with the following scheme:
25383 \end_layout
25384
25385 \begin_layout Standard
25386
25387 \series bold
25388
25389 \backslash
25390 colorbox{color}{box content}
25391 \end_layout
25392
25393 \begin_layout Standard
25394 The box content can also be a box and colorboxes can also be within other
25395  boxes.
25396 \end_layout
25397
25398 \begin_layout Standard
25399 The following colors are predefined:
25400 \newline
25401
25402 \family sans
25403 black
25404 \family default
25405
25406 \family sans
25407 blue
25408 \family default
25409
25410 \family sans
25411 cyan
25412 \family default
25413 \series bold
25414
25415 \family sans
25416 \series default
25417 green
25418 \family default
25419
25420 \family sans
25421 magenta
25422 \family default
25423
25424 \family sans
25425 red
25426 \family default
25427
25428 \family sans
25429 white
25430 \family default
25431 , and 
25432 \family sans
25433 yellow
25434 \family default
25435 .
25436 \newline
25437 You can also define your own color as described in section\InsetSpace ~
25438
25439 \begin_inset LatexCommand ref
25440 reference "sec:Colored-Tables"
25441
25442 \end_inset
25443
25444 .
25445 \end_layout
25446
25447 \begin_layout Standard
25448 To have e.\InsetSpace \thinspace{}
25449 g.\InsetSpace ~
25450 a red background for a word, insert the command
25451 \end_layout
25452
25453 \begin_layout Standard
25454
25455 \series bold
25456
25457 \backslash
25458 colorbox{red}{
25459 \end_layout
25460
25461 \begin_layout Standard
25462 before the word in ERT.
25463  Behind the word insert a closing brace 
25464 \begin_inset Quotes eld
25465 \end_inset
25466
25467
25468 \series bold
25469 }
25470 \series default
25471
25472 \begin_inset Quotes erd
25473 \end_inset
25474
25475  in ERT.
25476 \newline
25477 This is the result:
25478 \end_layout
25479
25480 \begin_layout Standard
25481 This is a line where the word 
25482 \begin_inset ERT
25483 status collapsed
25484
25485 \begin_layout Standard
25486
25487
25488 \backslash
25489 colorbox{red}{
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \begin_inset Quotes eld
25496 \end_inset
25497
25498 Attention!
25499 \begin_inset Quotes erd
25500 \end_inset
25501
25502
25503 \begin_inset ERT
25504 status collapsed
25505
25506 \begin_layout Standard
25507
25508 }
25509 \end_layout
25510
25511 \end_inset
25512
25513  has a red background.
25514 \end_layout
25515
25516 \begin_layout Standard
25517 \begin_inset VSpace bigskip
25518 \end_inset
25519
25520 If you would have the box frame in a different color, you can use the command
25521  
25522 \series bold
25523
25524 \backslash
25525 fcolorbox
25526 \series default
25527  with the following scheme:
25528 \end_layout
25529
25530 \begin_layout Standard
25531
25532 \series bold
25533
25534 \backslash
25535 fcolorbox{frame color}{box color}{box content}
25536 \end_layout
25537
25538 \begin_layout Standard
25539
25540 \series bold
25541
25542 \backslash
25543 fcolorbox
25544 \series default
25545  is an extension to 
25546 \series bold
25547
25548 \backslash
25549 colorbox
25550 \series default
25551 .
25552  The frame thickness and the space between the frame and the box content
25553  can be adjusted with the lengths 
25554 \series bold
25555
25556 \backslash
25557 fboxrule
25558 \series default
25559  and 
25560 \series bold
25561
25562 \backslash
25563 fboxsep
25564 \series default
25565 , respectively, as described in section\InsetSpace ~
25566
25567 \begin_inset LatexCommand ref
25568 reference "sec:Framed-Boxes"
25569
25570 \end_inset
25571
25572 .
25573 \end_layout
25574
25575 \begin_layout Standard
25576 For the following example the command
25577 \end_layout
25578
25579 \begin_layout Standard
25580
25581 \series bold
25582
25583 \backslash
25584 fcolorbox{cyan}{magenta}{
25585 \end_layout
25586
25587 \begin_layout Standard
25588 was used.
25589 \end_layout
25590
25591 \begin_layout Standard
25592 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
25593 mm:
25594 \newline
25595
25596 \begin_inset ERT
25597 status collapsed
25598
25599 \begin_layout Standard
25600
25601
25602 \backslash
25603 fboxrule 1mm 
25604 \backslash
25605 fboxsep 1mm
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \begin_inset ERT
25612 status collapsed
25613
25614 \begin_layout Standard
25615
25616
25617 \backslash
25618 fcolorbox{cyan}{magenta}{
25619 \end_layout
25620
25621 \end_inset
25622
25623 This is text within a colored, framed box.
25624 \begin_inset ERT
25625 status collapsed
25626
25627 \begin_layout Standard
25628
25629 }
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 \begin_inset VSpace bigskip
25639 \end_inset
25640
25641 Of course you can also have colored text inside a colorbox:
25642 \newline
25643
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Standard
25648
25649
25650 \backslash
25651 fcolorbox{cyan}{magenta}{
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \color yellow
25658 This is colored text within a colored, framed box.
25659 \color none
25660
25661 \begin_inset ERT
25662 status collapsed
25663
25664 \begin_layout Standard
25665
25666 }
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \begin_inset ERT
25673 status collapsed
25674
25675 \begin_layout Standard
25676
25677
25678 \backslash
25679 fboxrule 0.4pt 
25680 \backslash
25681 fboxsep 3pt
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \begin_layout Standard
25690
25691 \series bold
25692 \begin_inset VSpace medskip
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \begin_layout Standard
25699 \begin_inset Note Greyedout
25700 status open
25701
25702 \begin_layout Standard
25703
25704 \series bold
25705 Note:
25706 \series default
25707  Text in colorboxes cannot have line breaks.
25708  To color multiple text lines or paragraphs, use a box inside a colorbox
25709  as described in the following.
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Subsection
25718 Color for Paragraphs
25719 \begin_inset LatexCommand label
25720 name "sub:Color-for-Paragraphs"
25721
25722 \end_inset
25723
25724
25725 \begin_inset LatexCommand index
25726 name "Color ! for Paragraphs"
25727
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \begin_layout Standard
25734 To set the background color for more than one text line, put the text into
25735  a minipage.
25736  Before the minipage insert the 
25737 \series bold
25738
25739 \backslash
25740 colorbox
25741 \series default
25742  command
25743 \end_layout
25744
25745 \begin_layout Standard
25746
25747 \series bold
25748
25749 \backslash
25750 colorbox{color}{
25751 \end_layout
25752
25753 \begin_layout Standard
25754 in ERT.
25755  Behind the minipage insert a closing brace 
25756 \begin_inset Quotes eld
25757 \end_inset
25758
25759
25760 \series bold
25761 }
25762 \series default
25763
25764 \begin_inset Quotes erd
25765 \end_inset
25766
25767  in ERT.
25768 \end_layout
25769
25770 \begin_layout Standard
25771 \begin_inset ERT
25772 status collapsed
25773
25774 \begin_layout Standard
25775
25776
25777 \backslash
25778 colorbox{lightgrey}{
25779 \end_layout
25780
25781 \end_inset
25782
25783
25784 \begin_inset Box Frameless
25785 position "t"
25786 hor_pos "c"
25787 has_inner_box 1
25788 inner_pos "t"
25789 use_parbox 0
25790 width "100col%"
25791 special "none"
25792 height "1in"
25793 height_special "totalheight"
25794 status collapsed
25795
25796 \begin_layout Standard
25797 This is text with background color.
25798  This is text with background color.
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \begin_inset VSpace defskip
25803 \end_inset
25804
25805 The text can have footnotes
25806 \begin_inset Foot
25807 status collapsed
25808
25809 \begin_layout Standard
25810 Another example footnote
25811 \end_layout
25812
25813 \end_inset
25814
25815  and can include tables and figures.
25816 \end_layout
25817
25818 \begin_layout Standard
25819 \align center
25820 \begin_inset Tabular
25821 <lyxtabular version="3" rows="3" columns="3">
25822 <features>
25823 <column alignment="center" valignment="top" leftline="true" width="0">
25824 <column alignment="center" valignment="top" leftline="true" width="0">
25825 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25826 <row topline="true">
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Standard
25831 a
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Standard
25840 !
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Standard
25849 3
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 </row>
25855 <row topline="true">
25856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Standard
25860 <
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Standard
25869 b2
25870 \begin_inset Quotes erd
25871 \end_inset
25872
25873 |
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Standard
25882 >
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 </row>
25888 <row topline="true" bottomline="true">
25889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Standard
25893 1
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Standard
25902 §
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Standard
25911 c
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 </row>
25917 </lyxtabular>
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Standard
25931
25932 }
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \begin_layout Section
25941 URLs (Uniform Resource Locators)
25942 \begin_inset LatexCommand index
25943 name "URLs"
25944
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \begin_layout Standard
25951 Links to web pages or email addresses can be inserted via the menu 
25952 \family sans
25953 Insert\SpecialChar \menuseparator
25954 URL
25955 \family default
25956 .
25957  The appearing URL dialog has two fields; the 
25958 \family sans
25959 URL
25960 \family default
25961  field and the 
25962 \family sans
25963 Name
25964 \family default
25965  field for the URL description, which will be typeset as plain text immediately
25966  before the URL.
25967 \end_layout
25968
25969 \begin_layout Standard
25970 Here is an example URL: 
25971 \begin_inset LatexCommand url
25972 name "LyX's homepage"
25973 target "http://www.lyx.org"
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 The option 
25982 \family sans
25983 Generate\InsetSpace ~
25984 hyperlink
25985 \family default
25986  in the URL dialog has only an affect when you export your document to the
25987  format 
25988 \begin_inset Quotes eld
25989 \end_inset
25990
25991
25992 \family sans
25993 LinuxDoc
25994 \family default
25995
25996 \begin_inset Quotes erd
25997 \end_inset
25998
25999 .
26000 \end_layout
26001
26002 \begin_layout Standard
26003 You cannot change the style of the link text.
26004  The text of the 
26005 \family sans
26006 Name
26007 \family default
26008  field will have the default text style of the document while the text of
26009  the 
26010 \family sans
26011 URL
26012 \family default
26013  field will have the style 
26014 \begin_inset Quotes eld
26015 \end_inset
26016
26017
26018 \family sans
26019 Typewriter
26020 \family default
26021
26022 \begin_inset Quotes erd
26023 \end_inset
26024
26025 .
26026 \end_layout
26027
26028 \begin_layout Standard
26029 When you use the LaTeX-package 
26030 \series bold
26031 hyperref
26032 \series default
26033
26034 \begin_inset LatexCommand index
26035 name "LaTeX-packages ! hyperref"
26036
26037 \end_inset
26038
26039  to link cross-references in the output, URLs will automatically become
26040  clickable hyperlinks in DVI and PDF-output.
26041 \end_layout
26042
26043 \begin_layout Standard
26044 \begin_inset Note Greyedout
26045 status open
26046
26047 \begin_layout Standard
26048
26049 \series bold
26050 Note: 
26051 \series default
26052 When you use the following characters: "%", "#", "^", you have to write
26053  them with a preceding backslash, e.\InsetSpace \thinspace{}
26054 g.\InsetSpace ~
26055
26056 \begin_inset Quotes eld
26057 \end_inset
26058
26059
26060 \backslash
26061 #
26062 \begin_inset Quotes erd
26063 \end_inset
26064
26065 .
26066  URLs must not end with a backslash.
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \begin_layout Standard
26075 \begin_inset VSpace bigskip
26076 \end_inset
26077
26078 To create real hyperlinks without the force to write the link location to
26079  the text, you can use the command
26080 \end_layout
26081
26082 \begin_layout Standard
26083
26084 \series bold
26085
26086 \backslash
26087 href{link location}{link text}
26088 \end_layout
26089
26090 \begin_layout Standard
26091 in ERT.
26092  To get for example a link to LyX's web page, write the command
26093 \end_layout
26094
26095 \begin_layout Standard
26096
26097 \series bold
26098
26099 \backslash
26100 href{http://www.lyx.org}{
26101 \end_layout
26102
26103 \begin_layout Standard
26104 in ERT.
26105  Insert after the command the link text 
26106 \begin_inset Quotes eld
26107 \end_inset
26108
26109 LyX's homepage
26110 \begin_inset Quotes erd
26111 \end_inset
26112
26113  followed by a brace that is inside an ERT-box.
26114  This is the result: 
26115 \begin_inset ERT
26116 status collapsed
26117
26118 \begin_layout Standard
26119
26120
26121 \backslash
26122 href{http://www.lyx.org}{
26123 \end_layout
26124
26125 \end_inset
26126
26127 LyX's homepage
26128 \begin_inset ERT
26129 status collapsed
26130
26131 \begin_layout Standard
26132
26133 }
26134 \end_layout
26135
26136 \end_inset
26137
26138
26139 \end_layout
26140
26141 \begin_layout Standard
26142 To link to email addresses, add the prefix 
26143 \begin_inset Quotes eld
26144 \end_inset
26145
26146
26147 \family sans
26148 mailto:
26149 \family default
26150
26151 \begin_inset Quotes erd
26152 \end_inset
26153
26154  to the link location:
26155 \newline
26156 Email to 
26157 \begin_inset ERT
26158 status collapsed
26159
26160 \begin_layout Standard
26161
26162
26163 \backslash
26164 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26165 \end_layout
26166
26167 \end_inset
26168
26169 lyx-docs mailing list
26170 \begin_inset ERT
26171 status collapsed
26172
26173 \begin_layout Standard
26174
26175 }
26176 \end_layout
26177
26178 \end_inset
26179
26180 .
26181 \end_layout
26182
26183 \begin_layout Standard
26184 Using 
26185 \series bold
26186
26187 \backslash
26188 href
26189 \series default
26190  instead of LyX's URL box has the advantage that you can specify the text
26191  style of the link text for all other text parts and that you are able to
26192  change the text style for all URLs in your document with an option in 
26193 \series bold
26194 hyperref
26195 \series default
26196 's load command.
26197  Furthermore the restrictions mentioned above doesn't apply for 
26198 \series bold
26199
26200 \backslash
26201 href
26202 \series default
26203 .
26204  
26205 \end_layout
26206
26207 \begin_layout Standard
26208
26209 \end_layout
26210
26211 \begin_layout Standard
26212
26213 \newpage
26214
26215 \end_layout
26216
26217 \begin_layout Chapter
26218 \start_of_appendix
26219 Units available in 
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Standard
26224
26225
26226 \backslash
26227 texorpdfstring{
26228 \end_layout
26229
26230 \end_inset
26231
26232 LyX
26233 \begin_inset ERT
26234 status collapsed
26235
26236 \begin_layout Standard
26237
26238 }{LyX}
26239 \end_layout
26240
26241 \end_inset
26242
26243
26244 \begin_inset LatexCommand index
26245 name "Units"
26246
26247 \end_inset
26248
26249
26250 \begin_inset LatexCommand label
26251 name "cha:Units-available-in"
26252
26253 \end_inset
26254
26255
26256 \begin_inset Note Note
26257 status collapsed
26258
26259 \begin_layout Standard
26260 The command 
26261 \backslash
26262 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
26263  are displayed wrongly in PDF-bookmarks.
26264  For more information about this, have a look at 
26265 \begin_inset LatexCommand cite
26266 key "hyperref"
26267
26268 \end_inset
26269
26270 .
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \begin_layout Standard
26279 To understand the units described in this documentation, Table\InsetSpace ~
26280
26281 \begin_inset LatexCommand ref
26282 reference "tab:Units"
26283
26284 \end_inset
26285
26286  explains all units available in LyX.
26287 \end_layout
26288
26289 \begin_layout Standard
26290 \begin_inset Float table
26291 placement h
26292 wide false
26293 sideways false
26294 status open
26295
26296 \begin_layout Caption
26297 \begin_inset LatexCommand label
26298 name "tab:Units"
26299
26300 \end_inset
26301
26302 Units
26303 \end_layout
26304
26305 \begin_layout Standard
26306 \begin_inset VSpace medskip
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Standard
26313 \align center
26314 \begin_inset Tabular
26315 <lyxtabular version="3" rows="20" columns="2">
26316 <features>
26317 <column alignment="center" valignment="top" leftline="true" width="0">
26318 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26319 <row topline="true" bottomline="true">
26320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Standard
26324 unit
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Standard
26333 name/description
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 </row>
26339 <row topline="true">
26340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Standard
26344 mm
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Standard
26353 millimeter
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 </row>
26359 <row topline="true">
26360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Standard
26364 cm
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Standard
26373 centimeter
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 <row topline="true">
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Standard
26384 in
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Standard
26393 inch
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 </row>
26399 <row topline="true">
26400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Standard
26404 pt
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Standard
26413 point (72.27\InsetSpace \thinspace{}
26414 pt = 1\InsetSpace \thinspace{}
26415 in)
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 </row>
26421 <row topline="true">
26422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Standard
26426 pc
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Standard
26435 pica (1\InsetSpace \thinspace{}
26436 pc = 12\InsetSpace \thinspace{}
26437 pt)
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 </row>
26443 <row topline="true">
26444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Standard
26448 sp
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Standard
26457 scaled point (65536\InsetSpace \thinspace{}
26458 sp = 1\InsetSpace \thinspace{}
26459 pt)
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 </row>
26465 <row topline="true">
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Standard
26470 bp
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Standard
26479 big point (72\InsetSpace \thinspace{}
26480 bp = 1\InsetSpace \thinspace{}
26481 in)
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 <row topline="true">
26488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Standard
26492 dd
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Standard
26501 didot (72\InsetSpace \thinspace{}
26502 dd 
26503 \begin_inset Formula $\approx$
26504 \end_inset
26505
26506  37.6\InsetSpace \thinspace{}
26507 mm)
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 </row>
26513 <row topline="true">
26514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Standard
26518 cc
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Standard
26527 cicero (1\InsetSpace \thinspace{}
26528 cc = 12\InsetSpace \thinspace{}
26529 dd)
26530 \end_layout
26531
26532 \end_inset
26533 </cell>
26534 </row>
26535 <row topline="true">
26536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Standard
26540 Scale%
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Standard
26549 % of original image width
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 </row>
26555 <row topline="true">
26556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Standard
26560 text%
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Standard
26569 % of text width
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 </row>
26575 <row topline="true">
26576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Standard
26580 col%
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Standard
26589 % of column width
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 <row topline="true">
26596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Standard
26600 page%
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Standard
26609 % of paper width
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 <row topline="true">
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Standard
26620 line%
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Standard
26629 % of line width
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 </row>
26635 <row topline="true">
26636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Standard
26640 theight%
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Standard
26649 % of text height
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 </row>
26655 <row topline="true">
26656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Standard
26660 pheight%
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Standard
26669 % of paper height
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 </row>
26675 <row topline="true">
26676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Standard
26680 ex
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Standard
26689 height of letter 
26690 \emph on
26691 x
26692 \emph default
26693  in current font
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 </row>
26699 <row topline="true">
26700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Standard
26704 em
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Standard
26713 width of letter 
26714 \emph on
26715 M
26716 \emph default
26717  in current font
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 </row>
26723 <row topline="true" bottomline="true">
26724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Standard
26728 mu
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Standard
26737 math unit (1\InsetSpace \thinspace{}
26738 mu = 1/18\InsetSpace \thinspace{}
26739 em)
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 </row>
26745 </lyxtabular>
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \end_layout
26756
26757 \begin_layout Chapter
26758 Output File Formats with Graphics
26759 \begin_inset LatexCommand label
26760 name "cha:Output-File-Formats"
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \begin_layout Section
26768 DVI
26769 \begin_inset LatexCommand index
26770 name "File Formats ! DVI"
26771
26772 \end_inset
26773
26774
26775 \begin_inset LatexCommand index
26776 name "DVI|see{File Formats}"
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Standard
26784 This file type has the extension 
26785 \begin_inset Quotes eld
26786 \end_inset
26787
26788
26789 \family typewriter
26790 .dvi
26791 \family default
26792
26793 \begin_inset Quotes erd
26794 \end_inset
26795
26796 .
26797  It is called 
26798 \begin_inset Quotes eld
26799 \end_inset
26800
26801 device-independent
26802 \begin_inset Quotes erd
26803 \end_inset
26804
26805  (DVI), because it is completely portable; you can move them from one machine
26806  to another without needing to do any sort of conversion.
26807  At the time when this file-format was developed, this was no matter of
26808  course.
26809  DVIs are used for quick previews and as pre-stage for other output formats,
26810  like PostScript.
26811 \end_layout
26812
26813 \begin_layout Standard
26814 \begin_inset Note Greyedout
26815 status open
26816
26817 \begin_layout Standard
26818
26819 \series bold
26820 Note:
26821 \series default
26822  DVI-files doesn't contain images, they will only be a linked.
26823 \end_layout
26824
26825 \end_inset
26826
26827  So don't forget this, if you move your 
26828 \family typewriter
26829 .dvi
26830 \family default
26831  file to another computer.
26832  This property can also slow down your computer when you view the DVI.
26833  Because the DVI-viewer has to convert the image in the background to make
26834  it visible when you scroll in the DVI.
26835  So we recommend to use PDF for files with many images.
26836 \end_layout
26837
26838 \begin_layout Standard
26839 You can export your document to DVI by using the menu 
26840 \family sans
26841 File\SpecialChar \menuseparator
26842 Export\SpecialChar \menuseparator
26843 DVI
26844 \family default
26845  or the toolbar button 
26846 \begin_inset Graphics
26847         filename ../clipart/buffer-view_dvi.png
26848         scale 85
26849
26850 \end_inset
26851
26852 .
26853 \end_layout
26854
26855 \begin_layout Section
26856 PostScript
26857 \begin_inset LatexCommand label
26858 name "sec:PostScript"
26859
26860 \end_inset
26861
26862
26863 \begin_inset LatexCommand index
26864 name "File Formats ! PostScript\\protect\\pagebreak"
26865
26866 \end_inset
26867
26868
26869 \begin_inset LatexCommand index
26870 name "PostScript|see{File Formats}"
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 This file type has the extension 
26879 \begin_inset Quotes eld
26880 \end_inset
26881
26882
26883 \family typewriter
26884 .ps
26885 \family default
26886
26887 \begin_inset Quotes erd
26888 \end_inset
26889
26890 .
26891  PostScript was developed by the company 
26892 \family typewriter
26893 Adobe
26894 \family default
26895  as printer language.
26896  The file contains therefore commands that the printer uses to print the
26897  file.
26898  PostScript can be seen as 
26899 \begin_inset Quotes eld
26900 \end_inset
26901
26902 programming language
26903 \begin_inset Quotes erd
26904 \end_inset
26905
26906 ; you can calculate with it and draw diagrams and images
26907 \begin_inset Foot
26908 status collapsed
26909
26910 \begin_layout Standard
26911 If you are interested to learn more about this, have a look at the LaTeX-package
26912  
26913 \series bold
26914 PSTricks
26915 \series default
26916  
26917 \begin_inset LatexCommand cite
26918 key "pstricks"
26919
26920 \end_inset
26921
26922 .
26923 \end_layout
26924
26925 \end_inset
26926
26927 .
26928  Due to this ability, the files are often bigger than PDFs.
26929 \end_layout
26930
26931 \begin_layout Standard
26932 PostScript can only contain images in the format 
26933 \begin_inset Quotes eld
26934 \end_inset
26935
26936 Encapsulated PostScript
26937 \begin_inset Quotes erd
26938 \end_inset
26939
26940  (EPS, file extension 
26941 \begin_inset Quotes eld
26942 \end_inset
26943
26944
26945 \family typewriter
26946 .eps
26947 \family default
26948
26949 \begin_inset Quotes erd
26950 \end_inset
26951
26952 ).
26953  As LyX allows you to use any known image format in your document, it has
26954  to convert images in the background to EPS.
26955  If you have e.g 50 images in your document, LyX has to do 50 conversions
26956  whenever you view or export your document.
26957  This will slow down your work flow with LyX drastically.
26958  So if you plan to use PostScript, you can insert your images directly as
26959  EPS to avoid this problem.
26960 \end_layout
26961
26962 \begin_layout Standard
26963 You can export your document to PostScript using the menu 
26964 \family sans
26965 File\SpecialChar \menuseparator
26966 Export\SpecialChar \menuseparator
26967 Postscript
26968 \family default
26969 .
26970 \end_layout
26971
26972 \begin_layout Section
26973 PDF
26974 \begin_inset LatexCommand label
26975 name "sec:PDF"
26976
26977 \end_inset
26978
26979
26980 \begin_inset LatexCommand index
26981 name "File Formats ! PDF"
26982
26983 \end_inset
26984
26985
26986 \begin_inset LatexCommand index
26987 name "PDF"
26988
26989 \end_inset
26990
26991
26992 \end_layout
26993
26994 \begin_layout Standard
26995 This file type has the extension 
26996 \begin_inset Quotes eld
26997 \end_inset
26998
26999
27000 \family typewriter
27001 .pdf
27002 \family default
27003
27004 \begin_inset Quotes erd
27005 \end_inset
27006
27007 .
27008  The 
27009 \begin_inset Quotes eld
27010 \end_inset
27011
27012 Portable Document Format
27013 \begin_inset Quotes erd
27014 \end_inset
27015
27016  (PDF) is developed by 
27017 \family typewriter
27018 Adobe
27019 \family default
27020  as derivative from PostScript.
27021  It is more compressed and it uses much less commands than PostScript.
27022  As the name 
27023 \begin_inset Quotes eld
27024 \end_inset
27025
27026 portable
27027 \begin_inset Quotes erd
27028 \end_inset
27029
27030  implies, it can be processed at any computer system and the printed output
27031  looks exactly the same.
27032 \end_layout
27033
27034 \begin_layout Standard
27035 PDF can contain images in its own PDF format, in the format 
27036 \begin_inset Quotes eld
27037 \end_inset
27038
27039 Joint Photographic Experts Group
27040 \begin_inset Quotes erd
27041 \end_inset
27042
27043  (JPG, file extension 
27044 \begin_inset Quotes eld
27045 \end_inset
27046
27047
27048 \family typewriter
27049 .jpg
27050 \family default
27051
27052 \begin_inset Quotes erd
27053 \end_inset
27054
27055  or 
27056 \begin_inset Quotes eld
27057 \end_inset
27058
27059
27060 \family typewriter
27061 .jpeg
27062 \family default
27063
27064 \begin_inset Quotes erd
27065 \end_inset
27066
27067 ), and in the format 
27068 \begin_inset Quotes eld
27069 \end_inset
27070
27071 Portable Network Graphics
27072 \begin_inset Quotes erd
27073 \end_inset
27074
27075  (PNG, file extension 
27076 \begin_inset Quotes eld
27077 \end_inset
27078
27079
27080 \family typewriter
27081 .png
27082 \family default
27083
27084 \begin_inset Quotes erd
27085 \end_inset
27086
27087 ).
27088  You can although use any other image format, because LyX converts them
27089  in the background to one of these formats.
27090  But as described in the section about PostScript, the image conversion
27091  will slow down your work flow.
27092  So it is recommended to use images in one of the three mentioned formats.
27093 \end_layout
27094
27095 \begin_layout Standard
27096 You can export your document to PDF via the menu 
27097 \family sans
27098 File\SpecialChar \menuseparator
27099 Export
27100 \family default
27101  in three different ways:
27102 \end_layout
27103
27104 \begin_layout Description
27105 PDF This uses the program 
27106 \family typewriter
27107 ps2pdf
27108 \family default
27109  that creates a PDF from a PostScript-version of your file.
27110  The PostScript-version is produced by the program 
27111 \family typewriter
27112 dvips
27113 \family default
27114  which uses a DVI-version as intermediate step.
27115  So this export variant consist of three conversions.
27116 \end_layout
27117
27118 \begin_layout Description
27119 PDF\InsetSpace ~
27120 (dvipdfm) This uses the program 
27121 \family typewriter
27122 dvipdfm
27123 \family default
27124  that converts your file in the background to DVI and in a second step to
27125  PDF.
27126 \end_layout
27127
27128 \begin_layout Description
27129 PDF\InsetSpace ~
27130 (pdflatex) This uses the program 
27131 \family typewriter
27132 pdftex
27133 \family default
27134  that converts your file directly to PDF.
27135  You can alternatively use the toolbar button 
27136 \begin_inset Graphics
27137         filename ../clipart/buffer-export_pdf2.png
27138         scale 85
27139
27140 \end_inset
27141
27142 .
27143 \end_layout
27144
27145 \begin_layout Standard
27146 It is recommended to use 
27147 \family sans
27148 PDF\InsetSpace ~
27149 (pdflatex)
27150 \family default
27151  because 
27152 \family typewriter
27153 pdftex
27154 \family default
27155  supports all features of actual PDF-versions, is quick and works stable
27156  without problems.
27157  The program 
27158 \family typewriter
27159 dvipdfm
27160 \family default
27161  is not under development and therefore a bit outdated.
27162 \end_layout
27163
27164 \begin_layout Chapter
27165 Explanation of Equation\InsetSpace ~
27166
27167 \begin_inset LatexCommand eqref
27168 reference "eq:Wgn"
27169
27170 \end_inset
27171
27172
27173 \begin_inset LatexCommand label
27174 name "cha:Explanation-of-Equation"
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \begin_layout Standard
27182 The total width of 
27183 \emph on
27184 n
27185 \emph default
27186  table cells 
27187 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27188 \end_inset
27189
27190  can be calculated to
27191 \end_layout
27192
27193 \begin_layout Standard
27194 \begin_inset Formula \begin{equation}
27195 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Standard
27203 Where 
27204 \begin_inset Formula $W_{g\, n}$
27205 \end_inset
27206
27207  is the given width of all cells.
27208  
27209 \series bold
27210
27211 \backslash
27212 tabcolsep
27213 \series default
27214  is the LaTeX-length between the cell text and the cell border, its default
27215  value is 6\InsetSpace \thinspace{}
27216 pt.
27217  
27218 \series bold
27219
27220 \backslash
27221 arrayrulewidth
27222 \series default
27223  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
27224 pt.
27225 \end_layout
27226
27227 \begin_layout Standard
27228 Following equation\InsetSpace ~
27229
27230 \begin_inset LatexCommand eqref
27231 reference "eq:Wtot_n"
27232
27233 \end_inset
27234
27235 , the total width of a multicolumn 
27236 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27237 \end_inset
27238
27239  is
27240 \end_layout
27241
27242 \begin_layout Standard
27243 \begin_inset Formula \begin{equation}
27244 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27245
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \begin_layout Standard
27252 By setting equation\InsetSpace ~
27253
27254 \begin_inset LatexCommand eqref
27255 reference "eq:Wtot_n"
27256
27257 \end_inset
27258
27259  and 
27260 \begin_inset LatexCommand eqref
27261 reference "eq:Wtot_mult"
27262
27263 \end_inset
27264
27265  equal we can calculate the needed given width 
27266 \begin_inset Formula $W_{g\, n}$
27267 \end_inset
27268
27269  when 
27270 \emph on
27271 n
27272 \emph default
27273  columns are spanned, so that each column has a total width of 
27274 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27275 \end_inset
27276
27277 :
27278 \end_layout
27279
27280 \begin_layout Standard
27281 \begin_inset Formula \begin{equation}
27282 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \begin_layout Bibliography
27290 \begin_inset LatexCommand bibitem
27291 key "latexcompanion"
27292
27293 \end_inset
27294
27295 Frank Mittelbach and Michel Goossens: 
27296 \emph on
27297 The LaTeX Companion Second Edition.
27298  
27299 \emph default
27300 Addison-Wesley, 2004
27301 \end_layout
27302
27303 \begin_layout Bibliography
27304 \begin_inset LatexCommand bibitem
27305 key "latexguide"
27306
27307 \end_inset
27308
27309 Helmut Kopka and Patrick W.
27310  Daly: 
27311 \emph on
27312 A Guide to LaTeX Fourth Edition.
27313  
27314 \emph default
27315 Addison-Wesley, 2003
27316 \end_layout
27317
27318 \begin_layout Bibliography
27319 \begin_inset LatexCommand bibitem
27320 key "latexbook"
27321
27322 \end_inset
27323
27324 Leslie Lamport: 
27325 \emph on
27326 LaTeX: A Document Preparation System.
27327  
27328 \emph default
27329 Addison-Wesley, second edition, 1994
27330 \end_layout
27331
27332 \begin_layout Bibliography
27333 \begin_inset LatexCommand bibitem
27334 key "booktabs"
27335
27336 \end_inset
27337
27338
27339 \begin_inset ERT
27340 status collapsed
27341
27342 \begin_layout Standard
27343
27344
27345 \backslash
27346 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27347 {
27348 \end_layout
27349
27350 \end_inset
27351
27352 Documentation
27353 \begin_inset ERT
27354 status collapsed
27355
27356 \begin_layout Standard
27357
27358 }
27359 \end_layout
27360
27361 \end_inset
27362
27363  of the LaTeX-package 
27364 \series bold
27365 booktabs
27366 \series default
27367
27368 \begin_inset LatexCommand index
27369 name "LaTeX-packages ! booktabs"
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Bibliography
27377 \begin_inset LatexCommand bibitem
27378 key "caption"
27379
27380 \end_inset
27381
27382
27383 \begin_inset ERT
27384 status collapsed
27385
27386 \begin_layout Standard
27387
27388
27389 \backslash
27390 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27391 \end_layout
27392
27393 \end_inset
27394
27395 Documentation
27396 \begin_inset ERT
27397 status collapsed
27398
27399 \begin_layout Standard
27400
27401 }
27402 \end_layout
27403
27404 \end_inset
27405
27406  of the LaTeX-package 
27407 \series bold
27408 caption
27409 \series default
27410
27411 \begin_inset LatexCommand index
27412 name "LaTeX-packages ! caption"
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \begin_layout Bibliography
27420 \begin_inset LatexCommand bibitem
27421 key "caption-de"
27422
27423 \end_inset
27424
27425 German 
27426 \begin_inset ERT
27427 status collapsed
27428
27429 \begin_layout Standard
27430
27431
27432 \backslash
27433 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27434 {
27435 \end_layout
27436
27437 \end_inset
27438
27439 documentation
27440 \begin_inset ERT
27441 status collapsed
27442
27443 \begin_layout Standard
27444
27445 }
27446 \end_layout
27447
27448 \end_inset
27449
27450  of the LaTeX-package 
27451 \series bold
27452 caption
27453 \end_layout
27454
27455 \begin_layout Bibliography
27456 \begin_inset LatexCommand bibitem
27457 key "endfloat"
27458
27459 \end_inset
27460
27461
27462 \begin_inset ERT
27463 status collapsed
27464
27465 \begin_layout Standard
27466
27467
27468 \backslash
27469 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27470 {
27471 \end_layout
27472
27473 \end_inset
27474
27475 Documentation
27476 \begin_inset ERT
27477 status collapsed
27478
27479 \begin_layout Standard
27480
27481 }
27482 \end_layout
27483
27484 \end_inset
27485
27486  of the LaTeX-package 
27487 \series bold
27488 endfloat
27489 \series default
27490
27491 \begin_inset LatexCommand index
27492 name "LaTeX-packages ! endfloat"
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Bibliography
27500 \begin_inset LatexCommand bibitem
27501 key "floatflt"
27502
27503 \end_inset
27504
27505
27506 \begin_inset ERT
27507 status collapsed
27508
27509 \begin_layout Standard
27510
27511
27512 \backslash
27513 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27514 {
27515 \end_layout
27516
27517 \end_inset
27518
27519 Documentation
27520 \begin_inset ERT
27521 status collapsed
27522
27523 \begin_layout Standard
27524
27525 }
27526 \end_layout
27527
27528 \end_inset
27529
27530  of the LaTeX-package 
27531 \series bold
27532 floatflt
27533 \series default
27534
27535 \begin_inset LatexCommand index
27536 name "LaTeX-packages ! floatflt"
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Bibliography
27544 \begin_inset LatexCommand bibitem
27545 key "footmisc"
27546
27547 \end_inset
27548
27549
27550 \begin_inset ERT
27551 status collapsed
27552
27553 \begin_layout Standard
27554
27555
27556 \backslash
27557 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27558 {
27559 \end_layout
27560
27561 \end_inset
27562
27563 Documentation
27564 \begin_inset ERT
27565 status collapsed
27566
27567 \begin_layout Standard
27568
27569 }
27570 \end_layout
27571
27572 \end_inset
27573
27574  of the LaTeX-package 
27575 \series bold
27576 footmisc
27577 \series default
27578
27579 \begin_inset LatexCommand index
27580 name "LaTeX-packages ! footmisc"
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Bibliography
27588 \begin_inset LatexCommand bibitem
27589 key "hypcap"
27590
27591 \end_inset
27592
27593
27594 \begin_inset ERT
27595 status collapsed
27596
27597 \begin_layout Standard
27598
27599
27600 \backslash
27601 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27602 \end_layout
27603
27604 \end_inset
27605
27606 Documentation
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Standard
27611
27612 }
27613 \end_layout
27614
27615 \end_inset
27616
27617  of the LaTeX-package 
27618 \series bold
27619 hypcap
27620 \series default
27621
27622 \begin_inset LatexCommand index
27623 name "LaTeX-packages ! hyperref"
27624
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \begin_layout Bibliography
27631 \begin_inset LatexCommand bibitem
27632 key "hyperref"
27633
27634 \end_inset
27635
27636
27637 \begin_inset ERT
27638 status collapsed
27639
27640 \begin_layout Standard
27641
27642
27643 \backslash
27644 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27645 {
27646 \end_layout
27647
27648 \end_inset
27649
27650 Documentation
27651 \begin_inset ERT
27652 status collapsed
27653
27654 \begin_layout Standard
27655
27656 }
27657 \end_layout
27658
27659 \end_inset
27660
27661  of the LaTeX-package 
27662 \series bold
27663 hyperref
27664 \series default
27665
27666 \begin_inset LatexCommand index
27667 name "LaTeX-packages ! hyperref"
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Bibliography
27675 \begin_inset LatexCommand bibitem
27676 key "koma-script"
27677
27678 \end_inset
27679
27680
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Standard
27685
27686
27687 \backslash
27688 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27689 df}{
27690 \end_layout
27691
27692 \end_inset
27693
27694 Documentation
27695 \begin_inset ERT
27696 status collapsed
27697
27698 \begin_layout Standard
27699
27700 }
27701 \end_layout
27702
27703 \end_inset
27704
27705  of the LaTeX-package 
27706 \series bold
27707 koma-script
27708 \series default
27709
27710 \begin_inset LatexCommand index
27711 name "LaTeX-packages ! koma-script"
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Bibliography
27719 \begin_inset LatexCommand bibitem
27720 key "koma-script-de"
27721
27722 \end_inset
27723
27724 German 
27725 \begin_inset ERT
27726 status collapsed
27727
27728 \begin_layout Standard
27729
27730
27731 \backslash
27732 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27733 df}{
27734 \end_layout
27735
27736 \end_inset
27737
27738 documentation
27739 \begin_inset ERT
27740 status collapsed
27741
27742 \begin_layout Standard
27743
27744 }
27745 \end_layout
27746
27747 \end_inset
27748
27749  of the LaTeX-package 
27750 \series bold
27751 koma-script
27752 \series default
27753
27754 \begin_inset LatexCommand index
27755 name "LaTeX-packages ! koma-script"
27756
27757 \end_inset
27758
27759
27760 \end_layout
27761
27762 \begin_layout Bibliography
27763 \begin_inset LatexCommand bibitem
27764 key "marginnote"
27765
27766 \end_inset
27767
27768
27769 \begin_inset ERT
27770 status collapsed
27771
27772 \begin_layout Standard
27773
27774
27775 \backslash
27776 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
27777 pdf}{
27778 \end_layout
27779
27780 \end_inset
27781
27782 Documentation
27783 \begin_inset ERT
27784 status collapsed
27785
27786 \begin_layout Standard
27787
27788 }
27789 \end_layout
27790
27791 \end_inset
27792
27793  of the LaTeX-package 
27794 \series bold
27795 marginnote
27796 \series default
27797
27798 \begin_inset LatexCommand index
27799 name "LaTeX-packages ! marginnote"
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Bibliography
27807 \begin_inset LatexCommand bibitem
27808 key "pstricks"
27809
27810 \end_inset
27811
27812
27813 \begin_inset ERT
27814 status collapsed
27815
27816 \begin_layout Standard
27817
27818
27819 \backslash
27820 href{http://tug.org/PSTricks/main.cgi/}{
27821 \end_layout
27822
27823 \end_inset
27824
27825 Web page
27826 \begin_inset ERT
27827 status collapsed
27828
27829 \begin_layout Standard
27830
27831 }
27832 \end_layout
27833
27834 \end_inset
27835
27836  of the LaTeX-package 
27837 \series bold
27838 PSTricks
27839 \series default
27840
27841 \begin_inset LatexCommand index
27842 name "LaTeX-packages ! PSTricks"
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Bibliography
27850 \begin_inset LatexCommand bibitem
27851 key "sidecap"
27852
27853 \end_inset
27854
27855
27856 \begin_inset ERT
27857 status collapsed
27858
27859 \begin_layout Standard
27860
27861
27862 \backslash
27863 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
27864 \end_layout
27865
27866 \end_inset
27867
27868 Documentation
27869 \begin_inset ERT
27870 status collapsed
27871
27872 \begin_layout Standard
27873
27874 }
27875 \end_layout
27876
27877 \end_inset
27878
27879  of the LaTeX-package 
27880 \series bold
27881 sidecap
27882 \series default
27883
27884 \begin_inset LatexCommand index
27885 name "LaTeX-packages ! sidecap"
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \begin_layout Bibliography
27893 \begin_inset LatexCommand bibitem
27894 key "NewInLyX15"
27895
27896 \end_inset
27897
27898
27899 \begin_inset ERT
27900 status collapsed
27901
27902 \begin_layout Standard
27903
27904
27905 \backslash
27906 href{http://wiki.lyx.org/LyX/NewInLyX15}{
27907 \end_layout
27908
27909 \end_inset
27910
27911 Wiki page
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Standard
27916
27917 }
27918 \end_layout
27919
27920 \end_inset
27921
27922  about new LyX-features planned for the release 
27923 \family sans
27924 LyX 1.5
27925 \family default
27926 .
27927 \end_layout
27928
27929 \begin_layout Standard
27930 \begin_inset LatexCommand printindex
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \begin_layout Standard
27938 \begin_inset FloatList figure
27939
27940 \end_inset
27941
27942
27943 \end_layout
27944
27945 \begin_layout Standard
27946 \begin_inset FloatList table
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \end_body
27954 \end_document