]> git.lyx.org Git - lyx.git/blob - lib/doc/ExtendedInsets.lyx
* lib/ui/stdtoolbars.inc: fix typo; use Capitals in
[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 Table Manual},
80   pdfsubject={LyX-documentation about tables},
81   pdfkeywords={LyX}]{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 Boxes, Figure, Floats, Notes, and Table 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 Edit
1771 \family sans
1772 \SpecialChar \menuseparator
1773
1774 \family default
1775 Table allows you to add and delete border lines for the current row/column
1776  and 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 Insert\SpecialChar \menuseparator
22636 Box.
22637  A grey box with the label 
22638 \family sans
22639 Box (Minipage)
22640 \family default
22641
22642 \begin_inset Graphics
22643         filename D:/LyXSVN/lyx-devel/lib/clipart/BoxInsetDefaultQt4.png
22644         scale 85
22645
22646 \end_inset
22647
22648 , will be inserted.
22649  The box type can be specified by right-clicking on the box.
22650  The appearing box dialog offers the 
22651 \family sans
22652 Inner\InsetSpace ~
22653 Box
22654 \family default
22655  types 
22656 \family sans
22657 Parbox
22658 \family default
22659  and 
22660 \family sans
22661 Minipage
22662 \family default
22663 .
22664  The type 
22665 \family sans
22666 Minipage
22667 \family default
22668  is the default for new boxes and is explained in section\InsetSpace ~
22669
22670 \begin_inset LatexCommand ref
22671 reference "sec:Minipages"
22672
22673 \end_inset
22674
22675 ; the type 
22676 \family sans
22677 Parbox
22678 \family default
22679  is described in section\InsetSpace ~
22680
22681 \begin_inset LatexCommand ref
22682 reference "sec:Parboxes"
22683
22684 \end_inset
22685
22686 .
22687 \end_layout
22688
22689 \begin_layout Standard
22690 Boxes aren't numbered and can therefore not be referenced like floats or
22691  footnotes.
22692 \end_layout
22693
22694 \begin_layout Standard
22695 \begin_inset Note Greyedout
22696 status open
22697
22698 \begin_layout Standard
22699
22700 \series bold
22701 Note:
22702 \series default
22703  Due to a bug in LyX you have to insert a protected space behind a box when
22704  you want to separate in a line the box from the following text with a space.
22705 \end_layout
22706
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \begin_layout Standard
22713 \begin_inset Note Greyedout
22714 status open
22715
22716 \begin_layout Standard
22717
22718 \series bold
22719 Note:
22720 \series default
22721  Boxes must not be the item in an 
22722 \family sans
22723 Itemize
22724 \family default
22725  or 
22726 \family sans
22727 Description
22728 \family default
22729  environment.
22730 \end_layout
22731
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \begin_layout Standard
22738 \begin_inset Note Greyedout
22739 status open
22740
22741 \begin_layout Standard
22742
22743 \series bold
22744 Note:
22745 \series default
22746  For an unknown reason you can only set the 
22747 \family sans
22748 Inner\InsetSpace ~
22749 Box
22750 \family default
22751  type to 
22752 \family sans
22753 None
22754 \family default
22755  when you use a framed box.
22756  Boxes without an 
22757 \family sans
22758 Inner\InsetSpace ~
22759 Box
22760 \family default
22761  type and without frames are explained in section\InsetSpace ~
22762
22763 \begin_inset LatexCommand ref
22764 reference "sec:Prevent-Hyphenation"
22765
22766 \end_inset
22767
22768 .
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \begin_layout Section
22777 Box Dialog
22778 \begin_inset LatexCommand label
22779 name "sec:Box-Dialog"
22780
22781 \end_inset
22782
22783
22784 \begin_inset LatexCommand index
22785 name "Boxes ! Box Dialog"
22786
22787 \end_inset
22788
22789
22790 \begin_inset LatexCommand index
22791 name "Boxes ! Alignment"
22792
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \begin_layout Standard
22799 In the box dialog you can adjust the box geometry in the fields 
22800 \family sans
22801 Width
22802 \family default
22803  and 
22804 \family sans
22805 Height
22806 \family default
22807 .
22808  The available units for the geometry are explained in Table\InsetSpace ~
22809
22810 \begin_inset LatexCommand ref
22811 reference "tab:Units"
22812
22813 \end_inset
22814
22815 .
22816  The field 
22817 \family sans
22818 Heigth
22819 \family default
22820  offers the following additional sizes:
22821 \end_layout
22822
22823 \begin_layout Description
22824 Depth This is the plain text 
22825 \begin_inset Quotes eld
22826 \end_inset
22827
22828 height
22829 \begin_inset Quotes erd
22830 \end_inset
22831
22832 .
22833  It ignores the total depth when there are multiple text lines in the box:
22834 \newline
22835
22836 \newline
22837
22838 \newline
22839
22840 \begin_inset Box Boxed
22841 position "c"
22842 hor_pos "c"
22843 has_inner_box 1
22844 inner_pos "c"
22845 use_parbox 0
22846 width "12col%"
22847 special "none"
22848 height "1in"
22849 height_special "depth"
22850 status collapsed
22851
22852 \begin_layout Standard
22853 \align center
22854 Box height set to 1\InsetSpace \thinspace{}
22855 Depth
22856 \end_layout
22857
22858 \end_inset
22859
22860
22861 \newline
22862
22863 \newline
22864
22865 \end_layout
22866
22867 \begin_layout Description
22868 Height This is the heigth of the text that is inside the box.
22869  A value of e.\InsetSpace \thinspace{}
22870 g.\InsetSpace ~
22871 2 for this size will set the box heigth to 2 times the text
22872  height: 
22873 \begin_inset Box Boxed
22874 position "c"
22875 hor_pos "c"
22876 has_inner_box 1
22877 inner_pos "c"
22878 use_parbox 0
22879 width "20col%"
22880 special "none"
22881 height "2in"
22882 height_special "height"
22883 status collapsed
22884
22885 \begin_layout Standard
22886 \align center
22887 Box height set to 2\InsetSpace \thinspace{}
22888 Height
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \begin_layout Description
22897 Total\InsetSpace ~
22898 Height This is the Height\InsetSpace \thinspace{}
22899 +\InsetSpace \thinspace{}
22900 Depth: 
22901 \begin_inset Box Boxed
22902 position "c"
22903 hor_pos "c"
22904 has_inner_box 1
22905 inner_pos "c"
22906 use_parbox 0
22907 width "20col%"
22908 special "none"
22909 height "1in"
22910 height_special "totalheight"
22911 status collapsed
22912
22913 \begin_layout Standard
22914 \align center
22915 Box height set to 1\InsetSpace \thinspace{}
22916 Total\InsetSpace ~
22917 Height
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Description
22926 Width This set the width of the box as heigth: 
22927 \begin_inset Box Boxed
22928 position "c"
22929 hor_pos "c"
22930 has_inner_box 1
22931 inner_pos "c"
22932 use_parbox 0
22933 width "12col%"
22934 special "none"
22935 height "1in"
22936 height_special "width"
22937 status collapsed
22938
22939 \begin_layout Standard
22940 \align center
22941 Box height set to 1\InsetSpace \thinspace{}
22942 Width
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Standard
22951 \begin_inset VSpace bigskip
22952 \end_inset
22953
22954 When you have chosen an 
22955 \family sans
22956 Inner\InsetSpace ~
22957 Box
22958 \family default
22959 , the vertical box alignment can be:
22960 \end_layout
22961
22962 \begin_layout Description
22963 Top This is an example text line.
22964  
22965 \begin_inset Box Boxed
22966 position "t"
22967 hor_pos "c"
22968 has_inner_box 1
22969 inner_pos "c"
22970 use_parbox 0
22971 width "12col%"
22972 special "none"
22973 height "1in"
22974 height_special "totalheight"
22975 status collapsed
22976
22977 \begin_layout Standard
22978 \align center
22979 This box is top-aligned.
22980 \end_layout
22981
22982 \end_inset
22983
22984 \InsetSpace ~
22985 This is an example text line.
22986 \end_layout
22987
22988 \begin_layout Description
22989 Middle This is an example text line.
22990  
22991 \begin_inset Box Boxed
22992 position "c"
22993 hor_pos "c"
22994 has_inner_box 1
22995 inner_pos "c"
22996 use_parbox 0
22997 width "12col%"
22998 special "none"
22999 height "1in"
23000 height_special "totalheight"
23001 status collapsed
23002
23003 \begin_layout Standard
23004 \align center
23005 This box is middle-aligned.
23006 \end_layout
23007
23008 \end_inset
23009
23010 \InsetSpace ~
23011 This is an example text line.
23012 \end_layout
23013
23014 \begin_layout Description
23015 Bottom This is an example text line.
23016  
23017 \begin_inset Box Boxed
23018 position "b"
23019 hor_pos "c"
23020 has_inner_box 1
23021 inner_pos "c"
23022 use_parbox 0
23023 width "12col%"
23024 special "none"
23025 height "1in"
23026 height_special "totalheight"
23027 status collapsed
23028
23029 \begin_layout Standard
23030 \align center
23031 This box is bottom-aligned.
23032 \end_layout
23033
23034 \end_inset
23035
23036 \InsetSpace ~
23037 This is an example text line.
23038 \end_layout
23039
23040 \begin_layout Standard
23041 The horizontal box alignment can be set via LyX's paragraph dialog when
23042  you set the box into its own paragraph.
23043 \end_layout
23044
23045 \begin_layout Standard
23046 \begin_inset VSpace bigskip
23047 \end_inset
23048
23049 When you have chosen an 
23050 \family sans
23051 Inner\InsetSpace ~
23052 Box
23053 \family default
23054 , the box content can be vertical aligned to:
23055 \end_layout
23056
23057 \begin_layout Description
23058 top This is an example text line.
23059  
23060 \begin_inset Box Boxed
23061 position "c"
23062 hor_pos "c"
23063 has_inner_box 1
23064 inner_pos "t"
23065 use_parbox 0
23066 width "12col%"
23067 special "none"
23068 height "1.5in"
23069 height_special "totalheight"
23070 status collapsed
23071
23072 \begin_layout Standard
23073 \align center
23074 This box text is top-aligned.
23075 \end_layout
23076
23077 \end_inset
23078
23079 \InsetSpace ~
23080 This is an example text line.
23081 \end_layout
23082
23083 \begin_layout Description
23084 middle This is an example text line.
23085  
23086 \begin_inset Box Boxed
23087 position "c"
23088 hor_pos "c"
23089 has_inner_box 1
23090 inner_pos "c"
23091 use_parbox 0
23092 width "12col%"
23093 special "none"
23094 height "1.5in"
23095 height_special "totalheight"
23096 status collapsed
23097
23098 \begin_layout Standard
23099 \align center
23100 This box text is middle-aligned.
23101 \end_layout
23102
23103 \end_inset
23104
23105 \InsetSpace ~
23106 This is an example text line.
23107 \end_layout
23108
23109 \begin_layout Description
23110 bottom This is an example text line.
23111  
23112 \begin_inset Box Boxed
23113 position "c"
23114 hor_pos "c"
23115 has_inner_box 1
23116 inner_pos "b"
23117 use_parbox 0
23118 width "12col%"
23119 special "none"
23120 height "1.5in"
23121 height_special "totalheight"
23122 status collapsed
23123
23124 \begin_layout Standard
23125 \align center
23126 This box text is bottom-aligned.
23127 \end_layout
23128
23129 \end_inset
23130
23131 \InsetSpace ~
23132 This is an example text line.
23133 \end_layout
23134
23135 \begin_layout Description
23136 stretch This is an example text line.
23137  
23138 \begin_inset Box Boxed
23139 position "c"
23140 hor_pos "c"
23141 has_inner_box 1
23142 inner_pos "s"
23143 use_parbox 0
23144 width "12col%"
23145 special "none"
23146 height "1.5in"
23147 height_special "totalheight"
23148 status collapsed
23149
23150 \begin_layout Standard
23151 \align center
23152 This box
23153 \end_layout
23154
23155 \begin_layout Standard
23156 \align center
23157 text is
23158 \end_layout
23159
23160 \begin_layout Standard
23161 \align center
23162 stretched.
23163 \end_layout
23164
23165 \end_inset
23166
23167 \InsetSpace ~
23168 This is an example text line.
23169 \end_layout
23170
23171 \begin_layout Standard
23172 To stretch the box content, it must consist of more than one paragraph.
23173  In the example above every text line is in an own paragraph.
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset VSpace bigskip
23178 \end_inset
23179
23180 To align the box content horizontally use LyX's paragraph dialog when If
23181  you have chosen an 
23182 \family sans
23183 Inner\InsetSpace ~
23184 Box
23185 \family default
23186 .
23187 \end_layout
23188
23189 \begin_layout Standard
23190 \align center
23191 \begin_inset Box Boxed
23192 position "c"
23193 hor_pos "c"
23194 has_inner_box 1
23195 inner_pos "s"
23196 use_parbox 0
23197 width "15col%"
23198 special "none"
23199 height "1.25in"
23200 height_special "totalheight"
23201 status collapsed
23202
23203 \begin_layout Standard
23204 \align left
23205 This box
23206 \end_layout
23207
23208 \begin_layout Standard
23209 \align center
23210 text is
23211 \end_layout
23212
23213 \begin_layout Standard
23214 \align right
23215 stretched.
23216 \end_layout
23217
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \begin_layout Standard
23224 If you haven't set an 
23225 \family sans
23226 Inner\InsetSpace ~
23227 Box
23228 \family default
23229 , you can align the box content horizontally in the box dialog.
23230 \end_layout
23231
23232 \begin_layout Standard
23233 \align center
23234 \begin_inset Box Boxed
23235 position "c"
23236 hor_pos "s"
23237 has_inner_box 0
23238 inner_pos "s"
23239 use_parbox 0
23240 width "90col%"
23241 special "none"
23242 height "1.25in"
23243 height_special "totalheight"
23244 status open
23245
23246 \begin_layout Standard
23247 \align left
23248 This box text is horizontally stretched.
23249 \end_layout
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \begin_layout Section
23257 Framed Boxes
23258 \begin_inset LatexCommand label
23259 name "sec:Framed-Boxes"
23260
23261 \end_inset
23262
23263
23264 \begin_inset LatexCommand index
23265 name "Boxes ! Frames"
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \begin_layout Standard
23273 The frame style of the box can be specified in the box-dialog in the drop-down
23274  list 
23275 \family sans
23276 Type
23277 \family default
23278 .
23279  The following frame types are possible:
23280 \end_layout
23281
23282 \begin_layout Description
23283 Rectangular\InsetSpace ~
23284 box This draws a rectangle frame around the box.
23285  The frame line thickness has the size of 
23286 \series bold
23287
23288 \backslash
23289 fboxrule
23290 \series default
23291 .
23292  
23293 \begin_inset Box Boxed
23294 position "c"
23295 hor_pos "c"
23296 has_inner_box 1
23297 inner_pos "c"
23298 use_parbox 0
23299 width "20col%"
23300 special "none"
23301 height "1in"
23302 height_special "totalheight"
23303 status collapsed
23304
23305 \begin_layout Standard
23306 \align center
23307 Rectangular box
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \begin_layout Description
23316 Oval\InsetSpace ~
23317 box,\InsetSpace ~
23318 thin This draws an oval frame around the box.
23319  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
23320 pt.
23321  
23322 \begin_inset Box ovalbox
23323 position "c"
23324 hor_pos "c"
23325 has_inner_box 1
23326 inner_pos "c"
23327 use_parbox 0
23328 width "20col%"
23329 special "none"
23330 height "1in"
23331 height_special "totalheight"
23332 status collapsed
23333
23334 \begin_layout Standard
23335 \align center
23336 Oval box, thin
23337 \end_layout
23338
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \begin_layout Description
23345 Oval\InsetSpace ~
23346 box,\InsetSpace ~
23347 thick This draws an oval frame around the box.
23348  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
23349 pt.
23350  
23351 \begin_inset Box Ovalbox
23352 position "c"
23353 hor_pos "c"
23354 has_inner_box 1
23355 inner_pos "c"
23356 use_parbox 0
23357 width "20col%"
23358 special "none"
23359 height "1in"
23360 height_special "totalheight"
23361 status collapsed
23362
23363 \begin_layout Standard
23364 \align center
23365 Oval box, thick
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Description
23374 Shadow\InsetSpace ~
23375 box This draws a rectangle frame with a shadow around the box.
23376  The frame line thickness has the size of 
23377 \series bold
23378
23379 \backslash
23380 fboxrule
23381 \series default
23382 , the shadow has a width of 4\InsetSpace \thinspace{}
23383 pt.
23384  
23385 \begin_inset Box Shadowbox
23386 position "c"
23387 hor_pos "c"
23388 has_inner_box 1
23389 inner_pos "c"
23390 use_parbox 0
23391 width "20col%"
23392 special "none"
23393 height "1in"
23394 height_special "totalheight"
23395 status collapsed
23396
23397 \begin_layout Standard
23398 \align center
23399 Shadow box
23400 \end_layout
23401
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \begin_layout Description
23408 Double\InsetSpace ~
23409 box This draws a double-line rectangle frame around the box.
23410  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
23411
23412 \series bold
23413
23414 \backslash
23415 fboxrule
23416 \series default
23417 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
23418
23419 \series bold
23420
23421 \backslash
23422 fboxrule
23423 \series default
23424 .
23425  The distance between the lines is 1.5\InsetSpace \thinspace{}
23426
23427 \series bold
23428
23429 \backslash
23430 fboxrule
23431 \series default
23432 \InsetSpace \thinspace{}
23433 +\InsetSpace \thinspace{}
23434 0.5\InsetSpace \thinspace{}
23435 pt.
23436  
23437 \begin_inset Box Doublebox
23438 position "c"
23439 hor_pos "c"
23440 has_inner_box 1
23441 inner_pos "c"
23442 use_parbox 0
23443 width "20col%"
23444 special "none"
23445 height "1in"
23446 height_special "totalheight"
23447 status collapsed
23448
23449 \begin_layout Standard
23450 \align center
23451 Double box
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460 \begin_inset VSpace bigskip
23461 \end_inset
23462
23463 LyX's box label will change to the used frame style when you set a frame.
23464  To be able to use the different frame styles, the LaTeX-package 
23465 \series bold
23466 fancybox
23467 \series default
23468
23469 \begin_inset LatexCommand index
23470 name "LaTeX-packages ! fancybox"
23471
23472 \end_inset
23473
23474  must be installed.
23475 \end_layout
23476
23477 \begin_layout Standard
23478 \begin_inset VSpace bigskip
23479 \end_inset
23480
23481 The default value for the size 
23482 \series bold
23483
23484 \backslash
23485 fboxrule
23486 \series default
23487  is 0.4\InsetSpace \thinspace{}
23488 pt.
23489  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
23490 g.\InsetSpace ~
23491 2\InsetSpace \thinspace{}
23492 pt:
23493 \end_layout
23494
23495 \begin_layout Standard
23496
23497 \series bold
23498
23499 \backslash
23500 setlength{
23501 \backslash
23502 fboxrule}{2pt}
23503 \end_layout
23504
23505 \begin_layout Standard
23506 \begin_inset ERT
23507 status collapsed
23508
23509 \begin_layout Standard
23510
23511
23512 \backslash
23513 setlength{
23514 \backslash
23515 fboxrule}{2pt}
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \begin_inset Box Boxed
23522 position "c"
23523 hor_pos "c"
23524 has_inner_box 1
23525 inner_pos "c"
23526 use_parbox 0
23527 width "25col%"
23528 special "none"
23529 height "1in"
23530 height_special "totalheight"
23531 status collapsed
23532
23533 \begin_layout Standard
23534 \align center
23535 Rectangular box with 
23536 \series bold
23537
23538 \backslash
23539 fboxrule
23540 \series default
23541 \InsetSpace \thinspace{}
23542 =\InsetSpace \thinspace{}
23543 2\InsetSpace \thinspace{}
23544 pt
23545 \end_layout
23546
23547 \end_inset
23548
23549
23550 \begin_inset ERT
23551 status collapsed
23552
23553 \begin_layout Standard
23554
23555
23556 \backslash
23557 setlength{
23558 \backslash
23559 fboxrule}{0.4pt}
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \begin_layout Standard
23568 \begin_inset VSpace bigskip
23569 \end_inset
23570
23571 The space between the frame and the box content is for all frame styles
23572  by default 3\InsetSpace \thinspace{}
23573 pt.
23574  You can change it by setting the length 
23575 \series bold
23576
23577 \backslash
23578 fboxsep
23579 \series default
23580  to another value.
23581  For example the command
23582 \end_layout
23583
23584 \begin_layout Standard
23585
23586 \series bold
23587
23588 \backslash
23589 setlength{
23590 \backslash
23591 fboxsep}{10pt}
23592 \end_layout
23593
23594 \begin_layout Standard
23595 sets the value to 10\InsetSpace \thinspace{}
23596 pt, like for the following box:
23597 \end_layout
23598
23599 \begin_layout Standard
23600 \begin_inset ERT
23601 status collapsed
23602
23603 \begin_layout Standard
23604
23605
23606 \backslash
23607 setlength{
23608 \backslash
23609 fboxsep}{10pt}
23610 \end_layout
23611
23612 \end_inset
23613
23614
23615 \begin_inset Box Boxed
23616 position "c"
23617 hor_pos "c"
23618 has_inner_box 1
23619 inner_pos "c"
23620 use_parbox 0
23621 width "25col%"
23622 special "none"
23623 height "1in"
23624 height_special "totalheight"
23625 status collapsed
23626
23627 \begin_layout Standard
23628 \align center
23629 Rectangular box with 
23630 \series bold
23631
23632 \backslash
23633 fboxsep
23634 \series default
23635 \InsetSpace \thinspace{}
23636 =\InsetSpace \thinspace{}
23637 10\InsetSpace \thinspace{}
23638 pt
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \begin_inset ERT
23645 status collapsed
23646
23647 \begin_layout Standard
23648
23649
23650 \backslash
23651 setlength{
23652 \backslash
23653 fboxsep}{3pt}
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout Standard
23662 \begin_inset VSpace bigskip
23663 \end_inset
23664
23665 The diameter of the round corners of the oval boxes can be set with the
23666  command 
23667 \series bold
23668
23669 \backslash
23670 cornersize
23671 \series default
23672 .
23673  The command
23674 \end_layout
23675
23676 \begin_layout Standard
23677
23678 \series bold
23679
23680 \backslash
23681 cornersize*{1cm}
23682 \end_layout
23683
23684 \begin_layout Standard
23685 sets the diameter to 1\InsetSpace \thinspace{}
23686 cm.
23687  The command
23688 \end_layout
23689
23690 \begin_layout Standard
23691
23692 \series bold
23693
23694 \backslash
23695 cornersize{num}
23696 \end_layout
23697
23698 \begin_layout Standard
23699 sets the diameter to 
23700 \family sans
23701 num\InsetSpace \thinspace{}
23702 ×\InsetSpace \thinspace{}
23703 minimum(width and heigth of box)
23704 \family default
23705 .
23706  The default is 
23707 \series bold
23708
23709 \backslash
23710 cornersize{0.5}
23711 \series default
23712 .
23713 \end_layout
23714
23715 \begin_layout Standard
23716 \begin_inset ERT
23717 status collapsed
23718
23719 \begin_layout Standard
23720
23721
23722 \backslash
23723 cornersize*{1.5cm}
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \begin_inset Box Ovalbox
23730 position "c"
23731 hor_pos "c"
23732 has_inner_box 1
23733 inner_pos "c"
23734 use_parbox 0
23735 width "25col%"
23736 special "none"
23737 height "1in"
23738 height_special "totalheight"
23739 status collapsed
23740
23741 \begin_layout Standard
23742 \align center
23743 Oval box with 
23744 \series bold
23745
23746 \backslash
23747 cornersize
23748 \series default
23749 \InsetSpace \thinspace{}
23750 =\InsetSpace \thinspace{}
23751 1.5\InsetSpace \thinspace{}
23752 cm
23753 \end_layout
23754
23755 \end_inset
23756
23757
23758 \begin_inset ERT
23759 status collapsed
23760
23761 \begin_layout Standard
23762
23763
23764 \backslash
23765 cornersize{0.5}
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset VSpace bigskip
23775 \end_inset
23776
23777 The size of the shadow can be adjusted by changing the length 
23778 \series bold
23779
23780 \backslash
23781 shadowsize
23782 \series default
23783 .
23784  It it set to 2\InsetSpace \thinspace{}
23785 pt for the following box by this command:
23786 \end_layout
23787
23788 \begin_layout Standard
23789
23790 \series bold
23791
23792 \backslash
23793 setlength{
23794 \backslash
23795 shadowsize}{2pt}
23796 \end_layout
23797
23798 \begin_layout Standard
23799 \begin_inset ERT
23800 status collapsed
23801
23802 \begin_layout Standard
23803
23804
23805 \backslash
23806 setlength{
23807 \backslash
23808 shadowsize}{2pt}
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \begin_inset Box Shadowbox
23815 position "c"
23816 hor_pos "c"
23817 has_inner_box 1
23818 inner_pos "c"
23819 use_parbox 0
23820 width "25col%"
23821 special "none"
23822 height "1in"
23823 height_special "totalheight"
23824 status collapsed
23825
23826 \begin_layout Standard
23827 \align center
23828 Shadow box with 
23829 \series bold
23830
23831 \backslash
23832 shadowsize
23833 \series default
23834 \InsetSpace \thinspace{}
23835 =\InsetSpace \thinspace{}
23836 2\InsetSpace \thinspace{}
23837 pt
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \begin_inset ERT
23844 status collapsed
23845
23846 \begin_layout Standard
23847
23848
23849 \backslash
23850 setlength{
23851 \backslash
23852 shadowsize}{4pt}
23853 \end_layout
23854
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \begin_layout Standard
23861 \begin_inset VSpace bigskip
23862 \end_inset
23863
23864 Changed lengths and widths are valid for all boxes following the commands
23865  that change them.
23866 \end_layout
23867
23868 \begin_layout Section
23869 Minipages
23870 \begin_inset LatexCommand label
23871 name "sec:Minipages"
23872
23873 \end_inset
23874
23875
23876 \begin_inset LatexCommand index
23877 name "Boxes ! Minipages"
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885 Minipages are treated by LaTeX as pages within pages and can therefore for
23886  example have their own footnotes.
23887 \end_layout
23888
23889 \begin_layout Standard
23890 Minipages are useful when you write documents with different languages.
23891 \end_layout
23892
23893 \begin_layout Standard
23894 Below are two example minipages side by side.
23895  Their width is set to 45\InsetSpace \thinspace{}
23896 col% and they are separated by a horizontal fill,
23897  that was inserted via the menu 
23898 \family sans
23899 Insert\SpecialChar \menuseparator
23900 Special\InsetSpace ~
23901 Formatting\SpecialChar \menuseparator
23902 Horizontal\InsetSpace ~
23903 Fill
23904 \family default
23905 .
23906 \end_layout
23907
23908 \begin_layout Standard
23909 \begin_inset Box Frameless
23910 position "t"
23911 hor_pos "c"
23912 has_inner_box 1
23913 inner_pos "c"
23914 use_parbox 0
23915 width "45col%"
23916 special "none"
23917 height "1in"
23918 height_special "totalheight"
23919 status open
23920
23921 \begin_layout Standard
23922
23923 \lang german
23924 Dies ist ein deutscher Text.
23925  Dies ist ein deutscher Text.
23926  Dies ist ein deutscher Text.
23927  Dies ist ein deutscher Text.
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 \begin_inset Foot
23938 status collapsed
23939
23940 \begin_layout Standard
23941
23942 \lang german
23943 Dies ist eine deutsche Fußnote.
23944 \end_layout
23945
23946 \end_inset
23947
23948 .
23949  Dies ist ein deutscher Text.
23950  Dies ist ein deutscher Text.
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \hfill
23957
23958 \begin_inset Box Frameless
23959 position "t"
23960 hor_pos "c"
23961 has_inner_box 1
23962 inner_pos "c"
23963 use_parbox 0
23964 width "45col%"
23965 special "none"
23966 height "1in"
23967 height_special "totalheight"
23968 status open
23969
23970 \begin_layout Standard
23971 This is an English Text.
23972  This is an English Text.
23973  This is an English Text.
23974  This is an English Text.
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 \begin_inset Foot
23988 status collapsed
23989
23990 \begin_layout Standard
23991 This is an English footnote.
23992 \end_layout
23993
23994 \end_inset
23995
23996  This is an English Text.
23997  
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \begin_layout Standard
24006 \begin_inset VSpace bigskip
24007 \end_inset
24008
24009 Another application for minipages are footnotes within tables.
24010  Due to a LaTeX restriction footnotes within tables doesn't appear at the
24011  bottom of the current page.
24012  But when you put the table with the footnote to a minipage, the footnote
24013  will appear at its bottom, numbered with Latin letters.
24014  The footnote number is reset to 1 in every minipage but not outside the
24015  minipages.
24016 \end_layout
24017
24018 \begin_layout Standard
24019 The footnote of this table doesn't appear: 
24020 \begin_inset Tabular
24021 <lyxtabular version="3" rows="3" columns="4">
24022 <features>
24023 <column alignment="center" valignment="top" leftline="true" width="0pt">
24024 <column alignment="center" valignment="top" leftline="true" width="0pt">
24025 <column alignment="center" valignment="top" leftline="true" width="0pt">
24026 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24027 <row topline="true">
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Standard
24032 1
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Standard
24041 2
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Standard
24050 3
24051 \begin_inset Foot
24052 status collapsed
24053
24054 \begin_layout Standard
24055 This is a footnote within a table.
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Standard
24069 4
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row topline="true">
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Standard
24080 a
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Standard
24089 b
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Standard
24098 c
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Standard
24107 d
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 <row topline="true" bottomline="true">
24114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Standard
24118 e
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Standard
24127 f
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Standard
24136 g
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Standard
24145 h
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 </row>
24151 </lyxtabular>
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 \align center
24160 \begin_inset Box Frameless
24161 position "t"
24162 hor_pos "c"
24163 has_inner_box 1
24164 inner_pos "c"
24165 use_parbox 0
24166 width "30col%"
24167 special "none"
24168 height "1in"
24169 height_special "totalheight"
24170 status open
24171
24172 \begin_layout Standard
24173 \align center
24174 \begin_inset Tabular
24175 <lyxtabular version="3" rows="3" columns="4">
24176 <features>
24177 <column alignment="center" valignment="top" leftline="true" width="0pt">
24178 <column alignment="center" valignment="top" leftline="true" width="0pt">
24179 <column alignment="center" valignment="top" leftline="true" width="0pt">
24180 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24181 <row topline="true">
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Standard
24186 1
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Standard
24195 2
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Standard
24204 3
24205 \begin_inset Foot
24206 status collapsed
24207
24208 \begin_layout Standard
24209 This is a footnote within a table.
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Standard
24223 4
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 </row>
24229 <row topline="true">
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Standard
24234 a
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Standard
24243 b
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Standard
24252 c
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Standard
24261 d
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 </row>
24267 <row topline="true" bottomline="true">
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Standard
24272 e
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Standard
24281 f
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Standard
24290 g
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Standard
24299 h
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 </row>
24305 </lyxtabular>
24306
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 \begin_inset VSpace bigskip
24319 \end_inset
24320
24321 The document-wide paragraph settings are ignored within minipages.
24322  That means that there will be no space between paragraphs in minipages
24323  although you set it to e.\InsetSpace \thinspace{}
24324 g.\InsetSpace ~
24325
24326 \family sans
24327 MedSkip
24328 \family default
24329  in the document settings.
24330 \end_layout
24331
24332 \begin_layout Standard
24333 Minipages can also be used to set a background color for text parts, see
24334  section\InsetSpace ~
24335
24336 \begin_inset LatexCommand ref
24337 reference "sub:Color-for-Paragraphs"
24338
24339 \end_inset
24340
24341 .
24342 \end_layout
24343
24344 \begin_layout Standard
24345 \begin_inset Note Greyedout
24346 status open
24347
24348 \begin_layout Standard
24349
24350 \series bold
24351 Note:
24352 \series default
24353  You cannot have floats or margin notes inside minipages but minipages can
24354  be used inside tables, floats, and other boxes.
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \begin_layout Section
24363 Parboxes
24364 \begin_inset LatexCommand label
24365 name "sec:Parboxes"
24366
24367 \end_inset
24368
24369
24370 \begin_inset LatexCommand index
24371 name "Boxes ! Parboxes"
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Standard
24379 Parboxes are very similar to minipages with the difference that they cannot
24380  have footnotes.
24381  The main difference to minipages is that minipages are in contrary to parboxes
24382  no real boxes but LaTeX-environments.
24383 \end_layout
24384
24385 \begin_layout Standard
24386 \align center
24387 \begin_inset Box Frameless
24388 position "t"
24389 hor_pos "c"
24390 has_inner_box 1
24391 inner_pos "t"
24392 use_parbox 1
24393 width "33col%"
24394 special "none"
24395 height "1in"
24396 height_special "totalheight"
24397 status collapsed
24398
24399 \begin_layout Standard
24400 This a text within a parbox.
24401  This a text within a parbox.
24402 \end_layout
24403
24404 \begin_layout Standard
24405 This footnote won't appear:
24406 \begin_inset Foot
24407 status collapsed
24408
24409 \begin_layout Standard
24410 This footnote is inside a parbox and will therefore not appear.
24411 \end_layout
24412
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \end_inset
24419
24420
24421 \end_layout
24422
24423 \begin_layout Section
24424 Boxes for Words and Characters
24425 \begin_inset LatexCommand index
24426 name "Boxes ! for Characters"
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \begin_layout Subsection
24434 Prevent Hyphenation
24435 \begin_inset LatexCommand label
24436 name "sec:Prevent-Hyphenation"
24437
24438 \end_inset
24439
24440
24441 \begin_inset LatexCommand index
24442 name "Boxes ! to Prevent Hyphenation"
24443
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \begin_layout Standard
24450 You can use a special kind of boxes to prevent words or text to be hyphenated.
24451 \newline
24452 Her
24453 e is an example text:
24454 \end_layout
24455
24456 \begin_layout Standard
24457 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24458 g.\InsetSpace ~
24459 veryver
24460 ylongwords.
24461 \end_layout
24462
24463 \begin_layout Standard
24464 To prevent the hyphenation of the word 
24465 \begin_inset Quotes eld
24466 \end_inset
24467
24468 veryverylongwords
24469 \begin_inset Quotes erd
24470 \end_inset
24471
24472 , add the command
24473 \end_layout
24474
24475 \begin_layout Standard
24476
24477 \series bold
24478
24479 \backslash
24480 mbox{
24481 \end_layout
24482
24483 \begin_layout Standard
24484 in ERT before the word.
24485  Behind the word insert a closing brace 
24486 \begin_inset Quotes eld
24487 \end_inset
24488
24489
24490 \series bold
24491 }
24492 \series default
24493
24494 \begin_inset Quotes erd
24495 \end_inset
24496
24497  in ERT.
24498 \begin_inset ERT
24499 status collapsed
24500
24501 \begin_layout Standard
24502
24503
24504 \backslash
24505 pagebreak 
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Standard
24514 This is the result:
24515 \end_layout
24516
24517 \begin_layout Standard
24518 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24519 g.\InsetSpace ~
24520
24521 \begin_inset ERT
24522 status collapsed
24523
24524 \begin_layout Standard
24525
24526
24527 \backslash
24528 mbox{
24529 \end_layout
24530
24531 \end_inset
24532
24533 veryverylongwords.
24534 \begin_inset ERT
24535 status collapsed
24536
24537 \begin_layout Standard
24538
24539 }
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \begin_layout Standard
24548 Of course the word now protrudes over the side margin.
24549  To avoid this, add via the menu 
24550 \family sans
24551 Insert\SpecialChar \menuseparator
24552 Special\InsetSpace ~
24553 Formatting\SpecialChar \menuseparator
24554 Line\InsetSpace ~
24555 Break
24556 \family default
24557  (shortcut 
24558 \series bold
24559 Ctrl-Return
24560 \series default
24561 ) a line break before the word:
24562 \end_layout
24563
24564 \begin_layout Standard
24565 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24566 g.\InsetSpace ~
24567
24568 \newline
24569
24570 \begin_inset ERT
24571 status collapsed
24572
24573 \begin_layout Standard
24574
24575
24576 \backslash
24577 mbox{
24578 \end_layout
24579
24580 \end_inset
24581
24582 veryverylongwords.
24583 \begin_inset ERT
24584 status collapsed
24585
24586 \begin_layout Standard
24587
24588 }
24589 \end_layout
24590
24591 \end_inset
24592
24593
24594 \end_layout
24595
24596 \begin_layout Subsection
24597 Vertical Alignment
24598 \begin_inset LatexCommand label
24599 name "sub:Vertical-Alignment"
24600
24601 \end_inset
24602
24603
24604 \begin_inset LatexCommand index
24605 name "Boxes ! for Vertical Alignment"
24606
24607 \end_inset
24608
24609
24610 \begin_inset LatexCommand index
24611 name "Boxes ! Raiseboxes"
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 With the help of the command 
24620 \series bold
24621
24622 \backslash
24623 raisebox
24624 \series default
24625  you can align words, characters or other boxes vertically to the surrounding
24626  text.
24627  
24628 \series bold
24629
24630 \backslash
24631 raisebox
24632 \series default
24633  is used with the following scheme:
24634 \end_layout
24635
24636 \begin_layout Standard
24637
24638 \series bold
24639
24640 \backslash
24641 raisebox{lift}[height][depth]{box content}
24642 \end_layout
24643
24644 \begin_layout Standard
24645 The lift can be a positive value to raise the box or a negative value to
24646  lower the box.
24647 \end_layout
24648
24649 \begin_layout Standard
24650 To align for example the word 
24651 \begin_inset Quotes eld
24652 \end_inset
24653
24654 preventing
24655 \begin_inset Quotes erd
24656 \end_inset
24657
24658  so that the bottom of the 
24659 \begin_inset Quotes eld
24660 \end_inset
24661
24662 deepest
24663 \begin_inset Quotes erd
24664 \end_inset
24665
24666  character 
24667 \begin_inset Quotes eld
24668 \end_inset
24669
24670 p
24671 \begin_inset Quotes erd
24672 \end_inset
24673
24674  is at the baseline, insert the command
24675 \end_layout
24676
24677 \begin_layout Standard
24678
24679 \series bold
24680
24681 \backslash
24682 raisebox{
24683 \backslash
24684 depth}{
24685 \end_layout
24686
24687 \begin_layout Standard
24688 in ERT before the word.
24689  Behind the word insert a closing brace 
24690 \begin_inset Quotes eld
24691 \end_inset
24692
24693
24694 \series bold
24695 }
24696 \series default
24697
24698 \begin_inset Quotes erd
24699 \end_inset
24700
24701  in ERT.
24702 \newline
24703 This is the result:
24704 \end_layout
24705
24706 \begin_layout Standard
24707 This is a text line with the word 
24708 \begin_inset ERT
24709 status collapsed
24710
24711 \begin_layout Standard
24712
24713
24714 \backslash
24715 raisebox{
24716 \backslash
24717 depth}{
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \begin_inset Quotes eld
24724 \end_inset
24725
24726 preventing
24727 \begin_inset Quotes erd
24728 \end_inset
24729
24730
24731 \begin_inset ERT
24732 status collapsed
24733
24734 \begin_layout Standard
24735
24736 }
24737 \end_layout
24738
24739 \end_inset
24740
24741  as raised word.
24742 \end_layout
24743
24744 \begin_layout Standard
24745 \begin_inset VSpace bigskip
24746 \end_inset
24747
24748 When you raise or lower characters in a line, the line distance will be
24749  spread:
24750 \end_layout
24751
24752 \begin_layout Standard
24753 This is a text line with the word 
24754 \begin_inset ERT
24755 status collapsed
24756
24757 \begin_layout Standard
24758
24759
24760 \backslash
24761 raisebox{-
24762 \backslash
24763 depth}{
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \begin_inset Quotes eld
24770 \end_inset
24771
24772 preventing
24773 \begin_inset Quotes erd
24774 \end_inset
24775
24776
24777 \begin_inset ERT
24778 status collapsed
24779
24780 \begin_layout Standard
24781
24782 }
24783 \end_layout
24784
24785 \end_inset
24786
24787  as lowered word.
24788 \newline
24789 This is a text line with the word 
24790 \begin_inset ERT
24791 status collapsed
24792
24793 \begin_layout Standard
24794
24795
24796 \backslash
24797 raisebox{0.5cm}{
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \begin_inset Quotes eld
24804 \end_inset
24805
24806 testing
24807 \begin_inset Quotes erd
24808 \end_inset
24809
24810
24811 \begin_inset ERT
24812 status collapsed
24813
24814 \begin_layout Standard
24815
24816 }
24817 \end_layout
24818
24819 \end_inset
24820
24821  as raised word.
24822 \end_layout
24823
24824 \begin_layout Standard
24825 If you want to prevent this for a certain reason, set the box height to
24826  a zero value.
24827  For example use
24828 \end_layout
24829
24830 \begin_layout Standard
24831
24832 \series bold
24833
24834 \backslash
24835 raisebox{-
24836 \backslash
24837 depth}[0pt]{
24838 \end_layout
24839
24840 \begin_layout Standard
24841 This is a text line with the word 
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Standard
24846
24847
24848 \backslash
24849 raisebox{-
24850 \backslash
24851 depth}[0pt]{
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \begin_inset Quotes eld
24858 \end_inset
24859
24860 preventing
24861 \begin_inset Quotes erd
24862 \end_inset
24863
24864
24865 \begin_inset ERT
24866 status collapsed
24867
24868 \begin_layout Standard
24869
24870 }
24871 \end_layout
24872
24873 \end_inset
24874
24875  as lowered word.
24876 \newline
24877 This is a text line with the word 
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Standard
24882
24883
24884 \backslash
24885 raisebox{0.5cm}[0pt]{
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset Quotes eld
24892 \end_inset
24893
24894 testing
24895 \begin_inset Quotes erd
24896 \end_inset
24897
24898
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Standard
24903
24904 }
24905 \end_layout
24906
24907 \end_inset
24908
24909  as raised word.
24910 \end_layout
24911
24912 \begin_layout Standard
24913 \begin_inset VSpace bigskip
24914 \end_inset
24915
24916 The 
24917 \series bold
24918
24919 \backslash
24920 raisebox
24921 \series default
24922  command is useful when you want to insert some extra vertical space for
24923  certain table rows so that the row content is better separated from the
24924  surrounding lines.
24925  In Table\InsetSpace ~
24926
24927 \begin_inset LatexCommand ref
24928 reference "tab:Two-tables-showing"
24929
24930 \end_inset
24931
24932  the table rows with the sub- and superscripts got extra space by raising
24933  an empty box: The command
24934 \end_layout
24935
24936 \begin_layout Standard
24937
24938 \series bold
24939
24940 \backslash
24941 raisebox{5mm}{}
24942 \end_layout
24943
24944 \begin_layout Standard
24945 was inserted to the table rows.
24946 \end_layout
24947
24948 \begin_layout Standard
24949 To add extra vertical space for all rows of all tables, the method described
24950  in section\InsetSpace ~
24951
24952 \begin_inset LatexCommand ref
24953 reference "sub:Extra-Row-Height"
24954
24955 \end_inset
24956
24957  might be more convenient.
24958 \end_layout
24959
24960 \begin_layout Standard
24961 \begin_inset Float table
24962 wide false
24963 sideways false
24964 status collapsed
24965
24966 \begin_layout Caption
24967 \begin_inset LatexCommand label
24968 name "tab:Two-tables-showing"
24969
24970 \end_inset
24971
24972 Two tables showing the effect of extra vertical space using 
24973 \backslash
24974
24975 \series bold
24976 raisebox
24977 \end_layout
24978
24979 \begin_layout Standard
24980
24981 \hfill
24982
24983 \begin_inset Tabular
24984 <lyxtabular version="3" rows="5" columns="2">
24985 <features>
24986 <column alignment="center" valignment="top" leftline="true" width="0pt">
24987 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24988 <row topline="true">
24989 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Standard
24993 without 
24994 \series bold
24995
24996 \backslash
24997 raisebox
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Standard
25006
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 </row>
25012 <row topline="true">
25013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Standard
25017 Command
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Standard
25026 Result
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 </row>
25032 <row topline="true">
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Standard
25037 B_V
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Standard
25046 \begin_inset Formula $B_{V}$
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 </row>
25055 <row topline="true">
25056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Standard
25060 B^V
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Standard
25069 \begin_inset Formula $B^{V}$
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 </row>
25078 <row topline="true" bottomline="true">
25079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Standard
25083 B^
25084 \begin_inset ERT
25085 status collapsed
25086
25087 \begin_layout Standard
25088
25089
25090 \backslash
25091 textvisiblespace 
25092 \end_layout
25093
25094 \end_inset
25095
25096 A
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Standard
25105 \begin_inset Formula $B^{A}$
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 </row>
25114 </lyxtabular>
25115
25116 \end_inset
25117
25118
25119 \begin_inset ERT
25120 status collapsed
25121
25122 \begin_layout Standard
25123
25124
25125 \backslash
25126 hspace{2pt}
25127 \end_layout
25128
25129 \end_inset
25130
25131
25132 \begin_inset Tabular
25133 <lyxtabular version="3" rows="5" columns="2">
25134 <features>
25135 <column alignment="center" valignment="top" leftline="true" width="0">
25136 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25137 <row topline="true" bottomline="true">
25138 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Standard
25142 with 
25143 \series bold
25144
25145 \backslash
25146 raisebox
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Standard
25155
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 </row>
25161 <row topline="true">
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Standard
25166 Command
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Standard
25175 Result
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 </row>
25181 <row topline="true">
25182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Standard
25186 B_V
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Standard
25195 \begin_inset Formula $B_{V}$
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 </row>
25204 <row topline="true">
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Standard
25209 B^V
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Standard
25218 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 </row>
25227 <row topline="true" bottomline="true">
25228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Standard
25232 B^
25233 \begin_inset ERT
25234 status collapsed
25235
25236 \begin_layout Standard
25237
25238
25239 \backslash
25240 textvisiblespace 
25241 \end_layout
25242
25243 \end_inset
25244
25245 A
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Standard
25254 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 </row>
25263 </lyxtabular>
25264
25265 \end_inset
25266
25267
25268 \hfill
25269
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \begin_layout Section
25278 Colored Boxes
25279 \begin_inset LatexCommand label
25280 name "sec:Colored-Boxes"
25281
25282 \end_inset
25283
25284
25285 \begin_inset LatexCommand index
25286 name "Boxes ! Color"
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Subsection
25294 Color for Text
25295 \begin_inset LatexCommand index
25296 name "Color ! for Text"
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Standard
25304 To color the background of text the text must be put into a so called colorbox.
25305  This requires that the LaTeX-package 
25306 \series bold
25307 color
25308 \series default
25309
25310 \begin_inset LatexCommand index
25311 name "LaTeX-packages ! color"
25312
25313 \end_inset
25314
25315  is loaded in the document preamble with the command
25316 \end_layout
25317
25318 \begin_layout Standard
25319
25320 \series bold
25321
25322 \backslash
25323 @ifundefined{textcolor}
25324 \newline
25325
25326 \begin_inset ERT
25327 status collapsed
25328
25329 \begin_layout Standard
25330
25331
25332 \backslash
25333 hphantom{ }
25334 \end_layout
25335
25336 \end_inset
25337
25338 {
25339 \backslash
25340 usepackage{color}}{}
25341 \end_layout
25342
25343 \begin_layout Standard
25344 The package 
25345 \series bold
25346 color
25347 \series default
25348  will be loaded automatically by LyX when you color text
25349 \begin_inset Foot
25350 status collapsed
25351
25352 \begin_layout Standard
25353 To avoid that it is loaded twice the command 
25354 \series bold
25355
25356 \backslash
25357 @ifundefined
25358 \series default
25359  is used.
25360 \end_layout
25361
25362 \end_inset
25363
25364 .
25365 \end_layout
25366
25367 \begin_layout Standard
25368 \begin_inset VSpace medskip
25369 \end_inset
25370
25371 Colorboxes are created with the command 
25372 \series bold
25373
25374 \backslash
25375 colorbox
25376 \series default
25377 .
25378  This will be used with the following scheme:
25379 \end_layout
25380
25381 \begin_layout Standard
25382
25383 \series bold
25384
25385 \backslash
25386 colorbox{color}{box content}
25387 \end_layout
25388
25389 \begin_layout Standard
25390 The box content can also be a box and colorboxes can also be within other
25391  boxes.
25392 \end_layout
25393
25394 \begin_layout Standard
25395 The following colors are predefined:
25396 \newline
25397
25398 \family sans
25399 black
25400 \family default
25401
25402 \family sans
25403 blue
25404 \family default
25405
25406 \family sans
25407 cyan
25408 \family default
25409 \series bold
25410
25411 \family sans
25412 \series default
25413 green
25414 \family default
25415
25416 \family sans
25417 magenta
25418 \family default
25419
25420 \family sans
25421 red
25422 \family default
25423
25424 \family sans
25425 white
25426 \family default
25427 , and 
25428 \family sans
25429 yellow
25430 \family default
25431 .
25432 \newline
25433 You can also define your own color as described in section\InsetSpace ~
25434
25435 \begin_inset LatexCommand ref
25436 reference "sec:Colored-Tables"
25437
25438 \end_inset
25439
25440 .
25441 \end_layout
25442
25443 \begin_layout Standard
25444 To have e.\InsetSpace \thinspace{}
25445 g.\InsetSpace ~
25446 a red background for a word, insert the command
25447 \end_layout
25448
25449 \begin_layout Standard
25450
25451 \series bold
25452
25453 \backslash
25454 colorbox{red}{
25455 \end_layout
25456
25457 \begin_layout Standard
25458 before the word in ERT.
25459  Behind the word insert a closing brace 
25460 \begin_inset Quotes eld
25461 \end_inset
25462
25463
25464 \series bold
25465 }
25466 \series default
25467
25468 \begin_inset Quotes erd
25469 \end_inset
25470
25471  in ERT.
25472 \newline
25473 This is the result:
25474 \end_layout
25475
25476 \begin_layout Standard
25477 This is a line where the word 
25478 \begin_inset ERT
25479 status collapsed
25480
25481 \begin_layout Standard
25482
25483
25484 \backslash
25485 colorbox{red}{
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \begin_inset Quotes eld
25492 \end_inset
25493
25494 Attention!
25495 \begin_inset Quotes erd
25496 \end_inset
25497
25498
25499 \begin_inset ERT
25500 status collapsed
25501
25502 \begin_layout Standard
25503
25504 }
25505 \end_layout
25506
25507 \end_inset
25508
25509  has a red background.
25510 \end_layout
25511
25512 \begin_layout Standard
25513 \begin_inset VSpace bigskip
25514 \end_inset
25515
25516 If you would have the box frame in a different color, you can use the command
25517  
25518 \series bold
25519
25520 \backslash
25521 fcolorbox
25522 \series default
25523  with the following scheme:
25524 \end_layout
25525
25526 \begin_layout Standard
25527
25528 \series bold
25529
25530 \backslash
25531 fcolorbox{frame color}{box color}{box content}
25532 \end_layout
25533
25534 \begin_layout Standard
25535
25536 \series bold
25537
25538 \backslash
25539 fcolorbox
25540 \series default
25541  is an extension to 
25542 \series bold
25543
25544 \backslash
25545 colorbox
25546 \series default
25547 .
25548  The frame thickness and the space between the frame and the box content
25549  can be adjusted with the lengths 
25550 \series bold
25551
25552 \backslash
25553 fboxrule
25554 \series default
25555  and 
25556 \series bold
25557
25558 \backslash
25559 fboxsep
25560 \series default
25561 , respectively, as described in section\InsetSpace ~
25562
25563 \begin_inset LatexCommand ref
25564 reference "sec:Framed-Boxes"
25565
25566 \end_inset
25567
25568 .
25569 \end_layout
25570
25571 \begin_layout Standard
25572 For the following example the command
25573 \end_layout
25574
25575 \begin_layout Standard
25576
25577 \series bold
25578
25579 \backslash
25580 fcolorbox{cyan}{magenta}{
25581 \end_layout
25582
25583 \begin_layout Standard
25584 was used.
25585 \end_layout
25586
25587 \begin_layout Standard
25588 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
25589 mm:
25590 \newline
25591
25592 \begin_inset ERT
25593 status collapsed
25594
25595 \begin_layout Standard
25596
25597
25598 \backslash
25599 fboxrule 1mm 
25600 \backslash
25601 fboxsep 1mm
25602 \end_layout
25603
25604 \end_inset
25605
25606
25607 \begin_inset ERT
25608 status collapsed
25609
25610 \begin_layout Standard
25611
25612
25613 \backslash
25614 fcolorbox{cyan}{magenta}{
25615 \end_layout
25616
25617 \end_inset
25618
25619 This is text within a colored, framed box.
25620 \begin_inset ERT
25621 status collapsed
25622
25623 \begin_layout Standard
25624
25625 }
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \end_layout
25632
25633 \begin_layout Standard
25634 \begin_inset VSpace bigskip
25635 \end_inset
25636
25637 Of course you can also have colored text inside a colorbox:
25638 \newline
25639
25640 \begin_inset ERT
25641 status collapsed
25642
25643 \begin_layout Standard
25644
25645
25646 \backslash
25647 fcolorbox{cyan}{magenta}{
25648 \end_layout
25649
25650 \end_inset
25651
25652
25653 \color yellow
25654 This is colored text within a colored, framed box.
25655 \color none
25656
25657 \begin_inset ERT
25658 status collapsed
25659
25660 \begin_layout Standard
25661
25662 }
25663 \end_layout
25664
25665 \end_inset
25666
25667
25668 \begin_inset ERT
25669 status collapsed
25670
25671 \begin_layout Standard
25672
25673
25674 \backslash
25675 fboxrule 0.4pt 
25676 \backslash
25677 fboxsep 3pt
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Standard
25686
25687 \series bold
25688 \begin_inset VSpace medskip
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 \begin_inset Note Greyedout
25696 status open
25697
25698 \begin_layout Standard
25699
25700 \series bold
25701 Note:
25702 \series default
25703  Text in colorboxes cannot have line breaks.
25704  To color multiple text lines or paragraphs, use a box inside a colorbox
25705  as described in the following.
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Subsection
25714 Color for Paragraphs
25715 \begin_inset LatexCommand label
25716 name "sub:Color-for-Paragraphs"
25717
25718 \end_inset
25719
25720
25721 \begin_inset LatexCommand index
25722 name "Color ! for Paragraphs"
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 To set the background color for more than one text line, put the text into
25731  a minipage.
25732  Before the minipage insert the 
25733 \series bold
25734
25735 \backslash
25736 colorbox
25737 \series default
25738  command
25739 \end_layout
25740
25741 \begin_layout Standard
25742
25743 \series bold
25744
25745 \backslash
25746 colorbox{color}{
25747 \end_layout
25748
25749 \begin_layout Standard
25750 in ERT.
25751  Behind the minipage insert a closing brace 
25752 \begin_inset Quotes eld
25753 \end_inset
25754
25755
25756 \series bold
25757 }
25758 \series default
25759
25760 \begin_inset Quotes erd
25761 \end_inset
25762
25763  in ERT.
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset ERT
25768 status collapsed
25769
25770 \begin_layout Standard
25771
25772
25773 \backslash
25774 colorbox{lightgrey}{
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \begin_inset Box Frameless
25781 position "t"
25782 hor_pos "c"
25783 has_inner_box 1
25784 inner_pos "t"
25785 use_parbox 0
25786 width "100col%"
25787 special "none"
25788 height "1in"
25789 height_special "totalheight"
25790 status collapsed
25791
25792 \begin_layout Standard
25793 This is text with background color.
25794  This is text with background color.
25795 \end_layout
25796
25797 \begin_layout Standard
25798 \begin_inset VSpace defskip
25799 \end_inset
25800
25801 The text can have footnotes
25802 \begin_inset Foot
25803 status collapsed
25804
25805 \begin_layout Standard
25806 Another example footnote
25807 \end_layout
25808
25809 \end_inset
25810
25811  and can include tables and figures.
25812 \end_layout
25813
25814 \begin_layout Standard
25815 \align center
25816 \begin_inset Tabular
25817 <lyxtabular version="3" rows="3" columns="3">
25818 <features>
25819 <column alignment="center" valignment="top" leftline="true" width="0">
25820 <column alignment="center" valignment="top" leftline="true" width="0">
25821 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25822 <row topline="true">
25823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25824 \begin_inset Text
25825
25826 \begin_layout Standard
25827 a
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25833 \begin_inset Text
25834
25835 \begin_layout Standard
25836 !
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Standard
25845 3
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 </row>
25851 <row topline="true">
25852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Standard
25856 <
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Standard
25865 b2
25866 \begin_inset Quotes erd
25867 \end_inset
25868
25869 |
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Standard
25878 >
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 </row>
25884 <row topline="true" bottomline="true">
25885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Standard
25889 1
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25895 \begin_inset Text
25896
25897 \begin_layout Standard
25898 §
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Standard
25907 c
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 </row>
25913 </lyxtabular>
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \begin_inset ERT
25924 status collapsed
25925
25926 \begin_layout Standard
25927
25928 }
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout Section
25937 URLs (Uniform Resource Locators)
25938 \begin_inset LatexCommand index
25939 name "URLs"
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Standard
25947 Links to web pages or email addresses can be inserted via the menu 
25948 \family sans
25949 Insert\SpecialChar \menuseparator
25950 URL
25951 \family default
25952 .
25953  The appearing URL dialog has two fields; the 
25954 \family sans
25955 URL
25956 \family default
25957  field and the 
25958 \family sans
25959 Name
25960 \family default
25961  field for the URL description, which will be typeset as plain text immediately
25962  before the URL.
25963 \end_layout
25964
25965 \begin_layout Standard
25966 Here is an example URL: 
25967 \begin_inset LatexCommand url
25968 name "LyX's homepage"
25969 target "http://www.lyx.org"
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 The option 
25978 \family sans
25979 Generate\InsetSpace ~
25980 hyperlink
25981 \family default
25982  in the URL dialog has only an affect when you export your document to the
25983  format 
25984 \begin_inset Quotes eld
25985 \end_inset
25986
25987
25988 \family sans
25989 LinuxDoc
25990 \family default
25991
25992 \begin_inset Quotes erd
25993 \end_inset
25994
25995 .
25996 \end_layout
25997
25998 \begin_layout Standard
25999 You cannot change the style of the link text.
26000  The text of the 
26001 \family sans
26002 Name
26003 \family default
26004  field will have the default text style of the document while the text of
26005  the 
26006 \family sans
26007 URL
26008 \family default
26009  field will have the style 
26010 \begin_inset Quotes eld
26011 \end_inset
26012
26013
26014 \family sans
26015 Typewriter
26016 \family default
26017
26018 \begin_inset Quotes erd
26019 \end_inset
26020
26021 .
26022 \end_layout
26023
26024 \begin_layout Standard
26025 When you use the LaTeX-package 
26026 \series bold
26027 hyperref
26028 \series default
26029
26030 \begin_inset LatexCommand index
26031 name "LaTeX-packages ! hyperref"
26032
26033 \end_inset
26034
26035  to link cross-references in the output, URLs will automatically become
26036  clickable hyperlinks in DVI and PDF-output.
26037 \end_layout
26038
26039 \begin_layout Standard
26040 \begin_inset Note Greyedout
26041 status open
26042
26043 \begin_layout Standard
26044
26045 \series bold
26046 Note: 
26047 \series default
26048 When you use the following characters: "%", "#", "^", you have to write
26049  them with a preceding backslash, e.\InsetSpace \thinspace{}
26050 g.\InsetSpace ~
26051
26052 \begin_inset Quotes eld
26053 \end_inset
26054
26055
26056 \backslash
26057 #
26058 \begin_inset Quotes erd
26059 \end_inset
26060
26061 .
26062  URLs must not end with a backslash.
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \begin_inset VSpace bigskip
26072 \end_inset
26073
26074 To create real hyperlinks without the force to write the link location to
26075  the text, you can use the command
26076 \end_layout
26077
26078 \begin_layout Standard
26079
26080 \series bold
26081
26082 \backslash
26083 href{link location}{link text}
26084 \end_layout
26085
26086 \begin_layout Standard
26087 in ERT.
26088  To get for example a link to LyX's web page, write the command
26089 \end_layout
26090
26091 \begin_layout Standard
26092
26093 \series bold
26094
26095 \backslash
26096 href{http://www.lyx.org}{
26097 \end_layout
26098
26099 \begin_layout Standard
26100 in ERT.
26101  Insert after the command the link text 
26102 \begin_inset Quotes eld
26103 \end_inset
26104
26105 LyX's homepage
26106 \begin_inset Quotes erd
26107 \end_inset
26108
26109  followed by a brace that is inside an ERT-box.
26110  This is the result: 
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Standard
26115
26116
26117 \backslash
26118 href{http://www.lyx.org}{
26119 \end_layout
26120
26121 \end_inset
26122
26123 LyX's homepage
26124 \begin_inset ERT
26125 status collapsed
26126
26127 \begin_layout Standard
26128
26129 }
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Standard
26138 To link to email addresses, add the prefix 
26139 \begin_inset Quotes eld
26140 \end_inset
26141
26142
26143 \family sans
26144 mailto:
26145 \family default
26146
26147 \begin_inset Quotes erd
26148 \end_inset
26149
26150  to the link location:
26151 \newline
26152 Email to 
26153 \begin_inset ERT
26154 status collapsed
26155
26156 \begin_layout Standard
26157
26158
26159 \backslash
26160 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26161 \end_layout
26162
26163 \end_inset
26164
26165 lyx-docs mailing list
26166 \begin_inset ERT
26167 status collapsed
26168
26169 \begin_layout Standard
26170
26171 }
26172 \end_layout
26173
26174 \end_inset
26175
26176 .
26177 \end_layout
26178
26179 \begin_layout Standard
26180 Using 
26181 \series bold
26182
26183 \backslash
26184 href
26185 \series default
26186  instead of LyX's URL box has the advantage that you can specify the text
26187  style of the link text for all other text parts and that you are able to
26188  change the text style for all URLs in your document with an option in 
26189 \series bold
26190 hyperref
26191 \series default
26192 's load command.
26193  Furthermore the restrictions mentioned above doesn't apply for 
26194 \series bold
26195
26196 \backslash
26197 href
26198 \series default
26199 .
26200  
26201 \end_layout
26202
26203 \begin_layout Standard
26204
26205 \end_layout
26206
26207 \begin_layout Standard
26208
26209 \newpage
26210
26211 \end_layout
26212
26213 \begin_layout Chapter
26214 \start_of_appendix
26215 Units available in 
26216 \begin_inset ERT
26217 status collapsed
26218
26219 \begin_layout Standard
26220
26221
26222 \backslash
26223 texorpdfstring{
26224 \end_layout
26225
26226 \end_inset
26227
26228 LyX
26229 \begin_inset ERT
26230 status collapsed
26231
26232 \begin_layout Standard
26233
26234 }{LyX}
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \begin_inset LatexCommand index
26241 name "Units"
26242
26243 \end_inset
26244
26245
26246 \begin_inset LatexCommand label
26247 name "cha:Units-available-in"
26248
26249 \end_inset
26250
26251
26252 \begin_inset Note Note
26253 status collapsed
26254
26255 \begin_layout Standard
26256 The command 
26257 \backslash
26258 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
26259  are displayed wrongly in PDF-bookmarks.
26260  For more information about this, have a look at 
26261 \begin_inset LatexCommand cite
26262 key "hyperref"
26263
26264 \end_inset
26265
26266 .
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \begin_layout Standard
26275 To understand the units described in this documentation, Table\InsetSpace ~
26276
26277 \begin_inset LatexCommand ref
26278 reference "tab:Units"
26279
26280 \end_inset
26281
26282  explains all units available in LyX.
26283 \end_layout
26284
26285 \begin_layout Standard
26286 \begin_inset Float table
26287 placement h
26288 wide false
26289 sideways false
26290 status open
26291
26292 \begin_layout Caption
26293 \begin_inset LatexCommand label
26294 name "tab:Units"
26295
26296 \end_inset
26297
26298 Units
26299 \end_layout
26300
26301 \begin_layout Standard
26302 \begin_inset VSpace medskip
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Standard
26309 \align center
26310 \begin_inset Tabular
26311 <lyxtabular version="3" rows="20" columns="2">
26312 <features>
26313 <column alignment="center" valignment="top" leftline="true" width="0">
26314 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26315 <row topline="true" bottomline="true">
26316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Standard
26320 unit
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Standard
26329 name/description
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 </row>
26335 <row topline="true">
26336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Standard
26340 mm
26341 \end_layout
26342
26343 \end_inset
26344 </cell>
26345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Standard
26349 millimeter
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 <row topline="true">
26356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Standard
26360 cm
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Standard
26369 centimeter
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 </row>
26375 <row topline="true">
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Standard
26380 in
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Standard
26389 inch
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 </row>
26395 <row topline="true">
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Standard
26400 pt
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Standard
26409 point (72.27\InsetSpace \thinspace{}
26410 pt = 1\InsetSpace \thinspace{}
26411 in)
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 </row>
26417 <row topline="true">
26418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Standard
26422 pc
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Standard
26431 pica (1\InsetSpace \thinspace{}
26432 pc = 12\InsetSpace \thinspace{}
26433 pt)
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row topline="true">
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Standard
26444 sp
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Standard
26453 scaled point (65536\InsetSpace \thinspace{}
26454 sp = 1\InsetSpace \thinspace{}
26455 pt)
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row topline="true">
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Standard
26466 bp
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Standard
26475 big point (72\InsetSpace \thinspace{}
26476 bp = 1\InsetSpace \thinspace{}
26477 in)
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 </row>
26483 <row topline="true">
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Standard
26488 dd
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Standard
26497 didot (72\InsetSpace \thinspace{}
26498 dd 
26499 \begin_inset Formula $\approx$
26500 \end_inset
26501
26502  37.6\InsetSpace \thinspace{}
26503 mm)
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 </row>
26509 <row topline="true">
26510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Standard
26514 cc
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Standard
26523 cicero (1\InsetSpace \thinspace{}
26524 cc = 12\InsetSpace \thinspace{}
26525 dd)
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 </row>
26531 <row topline="true">
26532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Standard
26536 Scale%
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Standard
26545 % of original image width
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 </row>
26551 <row topline="true">
26552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Standard
26556 text%
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Standard
26565 % of text width
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 <row topline="true">
26572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Standard
26576 col%
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Standard
26585 % of column width
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 </row>
26591 <row topline="true">
26592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Standard
26596 page%
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Standard
26605 % of paper width
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 </row>
26611 <row topline="true">
26612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Standard
26616 line%
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Standard
26625 % of line width
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 </row>
26631 <row topline="true">
26632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Standard
26636 theight%
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Standard
26645 % of text height
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row topline="true">
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Standard
26656 pheight%
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Standard
26665 % of paper height
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 </row>
26671 <row topline="true">
26672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Standard
26676 ex
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Standard
26685 height of letter 
26686 \emph on
26687 x
26688 \emph default
26689  in current font
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 </row>
26695 <row topline="true">
26696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Standard
26700 em
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Standard
26709 width of letter 
26710 \emph on
26711 M
26712 \emph default
26713  in current font
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 </row>
26719 <row topline="true" bottomline="true">
26720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26721 \begin_inset Text
26722
26723 \begin_layout Standard
26724 mu
26725 \end_layout
26726
26727 \end_inset
26728 </cell>
26729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Standard
26733 math unit (1\InsetSpace \thinspace{}
26734 mu = 1/18\InsetSpace \thinspace{}
26735 em)
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 </lyxtabular>
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \begin_layout Chapter
26754 Output File Formats with Graphics
26755 \begin_inset LatexCommand label
26756 name "cha:Output-File-Formats"
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \begin_layout Section
26764 DVI
26765 \begin_inset LatexCommand index
26766 name "File Formats ! DVI"
26767
26768 \end_inset
26769
26770
26771 \begin_inset LatexCommand index
26772 name "DVI|see{File Formats}"
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 This file type has the extension 
26781 \begin_inset Quotes eld
26782 \end_inset
26783
26784
26785 \family typewriter
26786 .dvi
26787 \family default
26788
26789 \begin_inset Quotes erd
26790 \end_inset
26791
26792 .
26793  It is called 
26794 \begin_inset Quotes eld
26795 \end_inset
26796
26797 device-independent
26798 \begin_inset Quotes erd
26799 \end_inset
26800
26801  (DVI), because it is completely portable; you can move them from one machine
26802  to another without needing to do any sort of conversion.
26803  At the time when this file-format was developed, this was no matter of
26804  course.
26805  DVIs are used for quick previews and as pre-stage for other output formats,
26806  like PostScript.
26807 \end_layout
26808
26809 \begin_layout Standard
26810 \begin_inset Note Greyedout
26811 status open
26812
26813 \begin_layout Standard
26814
26815 \series bold
26816 Note:
26817 \series default
26818  DVI-files doesn't contain images, they will only be a linked.
26819 \end_layout
26820
26821 \end_inset
26822
26823  So don't forget this, if you move your 
26824 \family typewriter
26825 .dvi
26826 \family default
26827  file to another computer.
26828  This property can also slow down your computer when you view the DVI.
26829  Because the DVI-viewer has to convert the image in the background to make
26830  it visible when you scroll in the DVI.
26831  So we recommend to use PDF for files with many images.
26832 \end_layout
26833
26834 \begin_layout Standard
26835 You can export your document to DVI by using the menu 
26836 \family sans
26837 File\SpecialChar \menuseparator
26838 Export\SpecialChar \menuseparator
26839 DVI
26840 \family default
26841  or the toolbar button 
26842 \begin_inset Graphics
26843         filename ../clipart/buffer-view_dvi.png
26844         scale 85
26845
26846 \end_inset
26847
26848 .
26849 \end_layout
26850
26851 \begin_layout Section
26852 PostScript
26853 \begin_inset LatexCommand label
26854 name "sec:PostScript"
26855
26856 \end_inset
26857
26858
26859 \begin_inset LatexCommand index
26860 name "File Formats ! PostScript\\protect\\pagebreak"
26861
26862 \end_inset
26863
26864
26865 \begin_inset LatexCommand index
26866 name "PostScript|see{File Formats}"
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \begin_layout Standard
26874 This file type has the extension 
26875 \begin_inset Quotes eld
26876 \end_inset
26877
26878
26879 \family typewriter
26880 .ps
26881 \family default
26882
26883 \begin_inset Quotes erd
26884 \end_inset
26885
26886 .
26887  PostScript was developed by the company 
26888 \family typewriter
26889 Adobe
26890 \family default
26891  as printer language.
26892  The file contains therefore commands that the printer uses to print the
26893  file.
26894  PostScript can be seen as 
26895 \begin_inset Quotes eld
26896 \end_inset
26897
26898 programming language
26899 \begin_inset Quotes erd
26900 \end_inset
26901
26902 ; you can calculate with it and draw diagrams and images
26903 \begin_inset Foot
26904 status collapsed
26905
26906 \begin_layout Standard
26907 If you are interested to learn more about this, have a look at the LaTeX-package
26908  
26909 \series bold
26910 PSTricks
26911 \series default
26912  
26913 \begin_inset LatexCommand cite
26914 key "pstricks"
26915
26916 \end_inset
26917
26918 .
26919 \end_layout
26920
26921 \end_inset
26922
26923 .
26924  Due to this ability, the files are often bigger than PDFs.
26925 \end_layout
26926
26927 \begin_layout Standard
26928 PostScript can only contain images in the format 
26929 \begin_inset Quotes eld
26930 \end_inset
26931
26932 Encapsulated PostScript
26933 \begin_inset Quotes erd
26934 \end_inset
26935
26936  (EPS, file extension 
26937 \begin_inset Quotes eld
26938 \end_inset
26939
26940
26941 \family typewriter
26942 .eps
26943 \family default
26944
26945 \begin_inset Quotes erd
26946 \end_inset
26947
26948 ).
26949  As LyX allows you to use any known image format in your document, it has
26950  to convert images in the background to EPS.
26951  If you have e.g 50 images in your document, LyX has to do 50 conversions
26952  whenever you view or export your document.
26953  This will slow down your work flow with LyX drastically.
26954  So if you plan to use PostScript, you can insert your images directly as
26955  EPS to avoid this problem.
26956 \end_layout
26957
26958 \begin_layout Standard
26959 You can export your document to PostScript using the menu 
26960 \family sans
26961 File\SpecialChar \menuseparator
26962 Export\SpecialChar \menuseparator
26963 Postscript
26964 \family default
26965 .
26966 \end_layout
26967
26968 \begin_layout Section
26969 PDF
26970 \begin_inset LatexCommand label
26971 name "sec:PDF"
26972
26973 \end_inset
26974
26975
26976 \begin_inset LatexCommand index
26977 name "File Formats ! PDF"
26978
26979 \end_inset
26980
26981
26982 \begin_inset LatexCommand index
26983 name "PDF"
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \begin_layout Standard
26991 This file type has the extension 
26992 \begin_inset Quotes eld
26993 \end_inset
26994
26995
26996 \family typewriter
26997 .pdf
26998 \family default
26999
27000 \begin_inset Quotes erd
27001 \end_inset
27002
27003 .
27004  The 
27005 \begin_inset Quotes eld
27006 \end_inset
27007
27008 Portable Document Format
27009 \begin_inset Quotes erd
27010 \end_inset
27011
27012  (PDF) is developed by 
27013 \family typewriter
27014 Adobe
27015 \family default
27016  as derivative from PostScript.
27017  It is more compressed and it uses much less commands than PostScript.
27018  As the name 
27019 \begin_inset Quotes eld
27020 \end_inset
27021
27022 portable
27023 \begin_inset Quotes erd
27024 \end_inset
27025
27026  implies, it can be processed at any computer system and the printed output
27027  looks exactly the same.
27028 \end_layout
27029
27030 \begin_layout Standard
27031 PDF can contain images in its own PDF format, in the format 
27032 \begin_inset Quotes eld
27033 \end_inset
27034
27035 Joint Photographic Experts Group
27036 \begin_inset Quotes erd
27037 \end_inset
27038
27039  (JPG, file extension 
27040 \begin_inset Quotes eld
27041 \end_inset
27042
27043
27044 \family typewriter
27045 .jpg
27046 \family default
27047
27048 \begin_inset Quotes erd
27049 \end_inset
27050
27051  or 
27052 \begin_inset Quotes eld
27053 \end_inset
27054
27055
27056 \family typewriter
27057 .jpeg
27058 \family default
27059
27060 \begin_inset Quotes erd
27061 \end_inset
27062
27063 ), and in the format 
27064 \begin_inset Quotes eld
27065 \end_inset
27066
27067 Portable Network Graphics
27068 \begin_inset Quotes erd
27069 \end_inset
27070
27071  (PNG, file extension 
27072 \begin_inset Quotes eld
27073 \end_inset
27074
27075
27076 \family typewriter
27077 .png
27078 \family default
27079
27080 \begin_inset Quotes erd
27081 \end_inset
27082
27083 ).
27084  You can although use any other image format, because LyX converts them
27085  in the background to one of these formats.
27086  But as described in the section about PostScript, the image conversion
27087  will slow down your work flow.
27088  So it is recommended to use images in one of the three mentioned formats.
27089 \end_layout
27090
27091 \begin_layout Standard
27092 You can export your document to PDF via the menu 
27093 \family sans
27094 File\SpecialChar \menuseparator
27095 Export
27096 \family default
27097  in three different ways:
27098 \end_layout
27099
27100 \begin_layout Description
27101 PDF This uses the program 
27102 \family typewriter
27103 ps2pdf
27104 \family default
27105  that creates a PDF from a PostScript-version of your file.
27106  The PostScript-version is produced by the program 
27107 \family typewriter
27108 dvips
27109 \family default
27110  which uses a DVI-version as intermediate step.
27111  So this export variant consist of three conversions.
27112 \end_layout
27113
27114 \begin_layout Description
27115 PDF\InsetSpace ~
27116 (dvipdfm) This uses the program 
27117 \family typewriter
27118 dvipdfm
27119 \family default
27120  that converts your file in the background to DVI and in a second step to
27121  PDF.
27122 \end_layout
27123
27124 \begin_layout Description
27125 PDF\InsetSpace ~
27126 (pdflatex) This uses the program 
27127 \family typewriter
27128 pdftex
27129 \family default
27130  that converts your file directly to PDF.
27131  You can alternatively use the toolbar button 
27132 \begin_inset Graphics
27133         filename ../clipart/buffer-export_pdf2.png
27134         scale 85
27135
27136 \end_inset
27137
27138 .
27139 \end_layout
27140
27141 \begin_layout Standard
27142 It is recommended to use 
27143 \family sans
27144 PDF\InsetSpace ~
27145 (pdflatex)
27146 \family default
27147  because 
27148 \family typewriter
27149 pdftex
27150 \family default
27151  supports all features of actual PDF-versions, is quick and works stable
27152  without problems.
27153  The program 
27154 \family typewriter
27155 dvipdfm
27156 \family default
27157  is not under development and therefore a bit outdated.
27158 \end_layout
27159
27160 \begin_layout Chapter
27161 Explanation of Equation\InsetSpace ~
27162
27163 \begin_inset LatexCommand eqref
27164 reference "eq:Wgn"
27165
27166 \end_inset
27167
27168
27169 \begin_inset LatexCommand label
27170 name "cha:Explanation-of-Equation"
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \begin_layout Standard
27178 The total width of 
27179 \emph on
27180 n
27181 \emph default
27182  table cells 
27183 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27184 \end_inset
27185
27186  can be calculated to
27187 \end_layout
27188
27189 \begin_layout Standard
27190 \begin_inset Formula \begin{equation}
27191 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Standard
27199 Where 
27200 \begin_inset Formula $W_{g\, n}$
27201 \end_inset
27202
27203  is the given width of all cells.
27204  
27205 \series bold
27206
27207 \backslash
27208 tabcolsep
27209 \series default
27210  is the LaTeX-length between the cell text and the cell border, its default
27211  value is 6\InsetSpace \thinspace{}
27212 pt.
27213  
27214 \series bold
27215
27216 \backslash
27217 arrayrulewidth
27218 \series default
27219  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
27220 pt.
27221 \end_layout
27222
27223 \begin_layout Standard
27224 Following equation\InsetSpace ~
27225
27226 \begin_inset LatexCommand eqref
27227 reference "eq:Wtot_n"
27228
27229 \end_inset
27230
27231 , the total width of a multicolumn 
27232 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27233 \end_inset
27234
27235  is
27236 \end_layout
27237
27238 \begin_layout Standard
27239 \begin_inset Formula \begin{equation}
27240 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Standard
27248 By setting equation\InsetSpace ~
27249
27250 \begin_inset LatexCommand eqref
27251 reference "eq:Wtot_n"
27252
27253 \end_inset
27254
27255  and 
27256 \begin_inset LatexCommand eqref
27257 reference "eq:Wtot_mult"
27258
27259 \end_inset
27260
27261  equal we can calculate the needed given width 
27262 \begin_inset Formula $W_{g\, n}$
27263 \end_inset
27264
27265  when 
27266 \emph on
27267 n
27268 \emph default
27269  columns are spanned, so that each column has a total width of 
27270 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27271 \end_inset
27272
27273 :
27274 \end_layout
27275
27276 \begin_layout Standard
27277 \begin_inset Formula \begin{equation}
27278 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Bibliography
27286 \begin_inset LatexCommand bibitem
27287 key "latexcompanion"
27288
27289 \end_inset
27290
27291 Frank Mittelbach and Michel Goossens: 
27292 \emph on
27293 The LaTeX Companion Second Edition.
27294  
27295 \emph default
27296 Addison-Wesley, 2004
27297 \end_layout
27298
27299 \begin_layout Bibliography
27300 \begin_inset LatexCommand bibitem
27301 key "latexguide"
27302
27303 \end_inset
27304
27305 Helmut Kopka and Patrick W.
27306  Daly: 
27307 \emph on
27308 A Guide to LaTeX Fourth Edition.
27309  
27310 \emph default
27311 Addison-Wesley, 2003
27312 \end_layout
27313
27314 \begin_layout Bibliography
27315 \begin_inset LatexCommand bibitem
27316 key "latexbook"
27317
27318 \end_inset
27319
27320 Leslie Lamport: 
27321 \emph on
27322 LaTeX: A Document Preparation System.
27323  
27324 \emph default
27325 Addison-Wesley, second edition, 1994
27326 \end_layout
27327
27328 \begin_layout Bibliography
27329 \begin_inset LatexCommand bibitem
27330 key "booktabs"
27331
27332 \end_inset
27333
27334
27335 \begin_inset ERT
27336 status collapsed
27337
27338 \begin_layout Standard
27339
27340
27341 \backslash
27342 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27343 {
27344 \end_layout
27345
27346 \end_inset
27347
27348 Documentation
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Standard
27353
27354 }
27355 \end_layout
27356
27357 \end_inset
27358
27359  of the LaTeX-package 
27360 \series bold
27361 booktabs
27362 \series default
27363
27364 \begin_inset LatexCommand index
27365 name "LaTeX-packages ! booktabs"
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Bibliography
27373 \begin_inset LatexCommand bibitem
27374 key "caption"
27375
27376 \end_inset
27377
27378
27379 \begin_inset ERT
27380 status collapsed
27381
27382 \begin_layout Standard
27383
27384
27385 \backslash
27386 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27387 \end_layout
27388
27389 \end_inset
27390
27391 Documentation
27392 \begin_inset ERT
27393 status collapsed
27394
27395 \begin_layout Standard
27396
27397 }
27398 \end_layout
27399
27400 \end_inset
27401
27402  of the LaTeX-package 
27403 \series bold
27404 caption
27405 \series default
27406
27407 \begin_inset LatexCommand index
27408 name "LaTeX-packages ! caption"
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Bibliography
27416 \begin_inset LatexCommand bibitem
27417 key "caption-de"
27418
27419 \end_inset
27420
27421 German 
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Standard
27426
27427
27428 \backslash
27429 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27430 {
27431 \end_layout
27432
27433 \end_inset
27434
27435 documentation
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Standard
27440
27441 }
27442 \end_layout
27443
27444 \end_inset
27445
27446  of the LaTeX-package 
27447 \series bold
27448 caption
27449 \end_layout
27450
27451 \begin_layout Bibliography
27452 \begin_inset LatexCommand bibitem
27453 key "endfloat"
27454
27455 \end_inset
27456
27457
27458 \begin_inset ERT
27459 status collapsed
27460
27461 \begin_layout Standard
27462
27463
27464 \backslash
27465 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27466 {
27467 \end_layout
27468
27469 \end_inset
27470
27471 Documentation
27472 \begin_inset ERT
27473 status collapsed
27474
27475 \begin_layout Standard
27476
27477 }
27478 \end_layout
27479
27480 \end_inset
27481
27482  of the LaTeX-package 
27483 \series bold
27484 endfloat
27485 \series default
27486
27487 \begin_inset LatexCommand index
27488 name "LaTeX-packages ! endfloat"
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \begin_layout Bibliography
27496 \begin_inset LatexCommand bibitem
27497 key "floatflt"
27498
27499 \end_inset
27500
27501
27502 \begin_inset ERT
27503 status collapsed
27504
27505 \begin_layout Standard
27506
27507
27508 \backslash
27509 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27510 {
27511 \end_layout
27512
27513 \end_inset
27514
27515 Documentation
27516 \begin_inset ERT
27517 status collapsed
27518
27519 \begin_layout Standard
27520
27521 }
27522 \end_layout
27523
27524 \end_inset
27525
27526  of the LaTeX-package 
27527 \series bold
27528 floatflt
27529 \series default
27530
27531 \begin_inset LatexCommand index
27532 name "LaTeX-packages ! floatflt"
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Bibliography
27540 \begin_inset LatexCommand bibitem
27541 key "footmisc"
27542
27543 \end_inset
27544
27545
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Standard
27550
27551
27552 \backslash
27553 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27554 {
27555 \end_layout
27556
27557 \end_inset
27558
27559 Documentation
27560 \begin_inset ERT
27561 status collapsed
27562
27563 \begin_layout Standard
27564
27565 }
27566 \end_layout
27567
27568 \end_inset
27569
27570  of the LaTeX-package 
27571 \series bold
27572 footmisc
27573 \series default
27574
27575 \begin_inset LatexCommand index
27576 name "LaTeX-packages ! footmisc"
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Bibliography
27584 \begin_inset LatexCommand bibitem
27585 key "hypcap"
27586
27587 \end_inset
27588
27589
27590 \begin_inset ERT
27591 status collapsed
27592
27593 \begin_layout Standard
27594
27595
27596 \backslash
27597 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27598 \end_layout
27599
27600 \end_inset
27601
27602 Documentation
27603 \begin_inset ERT
27604 status collapsed
27605
27606 \begin_layout Standard
27607
27608 }
27609 \end_layout
27610
27611 \end_inset
27612
27613  of the LaTeX-package 
27614 \series bold
27615 hypcap
27616 \series default
27617
27618 \begin_inset LatexCommand index
27619 name "LaTeX-packages ! hyperref"
27620
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \begin_layout Bibliography
27627 \begin_inset LatexCommand bibitem
27628 key "hyperref"
27629
27630 \end_inset
27631
27632
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Standard
27637
27638
27639 \backslash
27640 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27641 {
27642 \end_layout
27643
27644 \end_inset
27645
27646 Documentation
27647 \begin_inset ERT
27648 status collapsed
27649
27650 \begin_layout Standard
27651
27652 }
27653 \end_layout
27654
27655 \end_inset
27656
27657  of the LaTeX-package 
27658 \series bold
27659 hyperref
27660 \series default
27661
27662 \begin_inset LatexCommand index
27663 name "LaTeX-packages ! hyperref"
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Bibliography
27671 \begin_inset LatexCommand bibitem
27672 key "koma-script"
27673
27674 \end_inset
27675
27676
27677 \begin_inset ERT
27678 status collapsed
27679
27680 \begin_layout Standard
27681
27682
27683 \backslash
27684 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27685 df}{
27686 \end_layout
27687
27688 \end_inset
27689
27690 Documentation
27691 \begin_inset ERT
27692 status collapsed
27693
27694 \begin_layout Standard
27695
27696 }
27697 \end_layout
27698
27699 \end_inset
27700
27701  of the LaTeX-package 
27702 \series bold
27703 koma-script
27704 \series default
27705
27706 \begin_inset LatexCommand index
27707 name "LaTeX-packages ! koma-script"
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Bibliography
27715 \begin_inset LatexCommand bibitem
27716 key "koma-script-de"
27717
27718 \end_inset
27719
27720 German 
27721 \begin_inset ERT
27722 status collapsed
27723
27724 \begin_layout Standard
27725
27726
27727 \backslash
27728 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27729 df}{
27730 \end_layout
27731
27732 \end_inset
27733
27734 documentation
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Standard
27739
27740 }
27741 \end_layout
27742
27743 \end_inset
27744
27745  of the LaTeX-package 
27746 \series bold
27747 koma-script
27748 \series default
27749
27750 \begin_inset LatexCommand index
27751 name "LaTeX-packages ! koma-script"
27752
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \begin_layout Bibliography
27759 \begin_inset LatexCommand bibitem
27760 key "marginnote"
27761
27762 \end_inset
27763
27764
27765 \begin_inset ERT
27766 status collapsed
27767
27768 \begin_layout Standard
27769
27770
27771 \backslash
27772 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
27773 pdf}{
27774 \end_layout
27775
27776 \end_inset
27777
27778 Documentation
27779 \begin_inset ERT
27780 status collapsed
27781
27782 \begin_layout Standard
27783
27784 }
27785 \end_layout
27786
27787 \end_inset
27788
27789  of the LaTeX-package 
27790 \series bold
27791 marginnote
27792 \series default
27793
27794 \begin_inset LatexCommand index
27795 name "LaTeX-packages ! marginnote"
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Bibliography
27803 \begin_inset LatexCommand bibitem
27804 key "pstricks"
27805
27806 \end_inset
27807
27808
27809 \begin_inset ERT
27810 status collapsed
27811
27812 \begin_layout Standard
27813
27814
27815 \backslash
27816 href{http://tug.org/PSTricks/main.cgi/}{
27817 \end_layout
27818
27819 \end_inset
27820
27821 Web page
27822 \begin_inset ERT
27823 status collapsed
27824
27825 \begin_layout Standard
27826
27827 }
27828 \end_layout
27829
27830 \end_inset
27831
27832  of the LaTeX-package 
27833 \series bold
27834 PSTricks
27835 \series default
27836
27837 \begin_inset LatexCommand index
27838 name "LaTeX-packages ! PSTricks"
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \begin_layout Bibliography
27846 \begin_inset LatexCommand bibitem
27847 key "sidecap"
27848
27849 \end_inset
27850
27851
27852 \begin_inset ERT
27853 status collapsed
27854
27855 \begin_layout Standard
27856
27857
27858 \backslash
27859 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
27860 \end_layout
27861
27862 \end_inset
27863
27864 Documentation
27865 \begin_inset ERT
27866 status collapsed
27867
27868 \begin_layout Standard
27869
27870 }
27871 \end_layout
27872
27873 \end_inset
27874
27875  of the LaTeX-package 
27876 \series bold
27877 sidecap
27878 \series default
27879
27880 \begin_inset LatexCommand index
27881 name "LaTeX-packages ! sidecap"
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Bibliography
27889 \begin_inset LatexCommand bibitem
27890 key "NewInLyX15"
27891
27892 \end_inset
27893
27894
27895 \begin_inset ERT
27896 status collapsed
27897
27898 \begin_layout Standard
27899
27900
27901 \backslash
27902 href{http://wiki.lyx.org/LyX/NewInLyX15}{
27903 \end_layout
27904
27905 \end_inset
27906
27907 Wiki page
27908 \begin_inset ERT
27909 status collapsed
27910
27911 \begin_layout Standard
27912
27913 }
27914 \end_layout
27915
27916 \end_inset
27917
27918  about new LyX-features planned for the release 
27919 \family sans
27920 LyX 1.5
27921 \family default
27922 .
27923 \end_layout
27924
27925 \begin_layout Standard
27926 \begin_inset LatexCommand printindex
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Standard
27934 \begin_inset FloatList figure
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \begin_layout Standard
27942 \begin_inset FloatList table
27943
27944 \end_inset
27945
27946
27947 \end_layout
27948
27949 \end_body
27950 \end_document