]> git.lyx.org Git - features.git/blob - lib/doc/Development.lyx
Update Development.lyx to include 'suspended' cmake tests.
[features.git] / lib / doc / Development.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 500
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
8 \use_default_options false
9 \begin_modules
10 logicalmkup
11 theorems-ams
12 theorems-ams-extended
13 multicol
14 shapepar
15 \end_modules
16 \maintain_unincluded_children false
17 \begin_local_layout
18 Format 7
19 InsetLayout CharStyle:MenuItem
20 LyxType               charstyle
21 LabelString           menu
22 LatexType             command
23 LatexName             menuitem
24 Font
25 Family              Sans
26 EndFont
27 Preamble
28 \newcommand*{\menuitem}[1]{{\sffamily #1}}
29 EndPreamble
30 End
31 \end_local_layout
32 \language english
33 \language_package default
34 \inputencoding auto
35 \fontencoding global
36 \font_roman lmodern
37 \font_sans lmss
38 \font_typewriter lmtt
39 \font_math auto
40 \font_default_family default
41 \use_non_tex_fonts false
42 \font_sc false
43 \font_osf false
44 \font_sf_scale 100
45 \font_tt_scale 100
46 \graphics default
47 \default_output_format default
48 \output_sync 0
49 \bibtex_command default
50 \index_command default
51 \paperfontsize 12
52 \spacing single
53 \use_hyperref true
54 \pdf_title "LyX's Development manual"
55 \pdf_author "LyX Team"
56 \pdf_subject "LyX's development documentation"
57 \pdf_keywords "LyX, Documentation, Development"
58 \pdf_bookmarks true
59 \pdf_bookmarksnumbered true
60 \pdf_bookmarksopen true
61 \pdf_bookmarksopenlevel 1
62 \pdf_breaklinks false
63 \pdf_pdfborder false
64 \pdf_colorlinks true
65 \pdf_backref false
66 \pdf_pdfusetitle false
67 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
68 \papersize a4paper
69 \use_geometry false
70 \use_package amsmath 1
71 \use_package amssymb 1
72 \use_package cancel 0
73 \use_package esint 0
74 \use_package mathdots 1
75 \use_package mathtools 0
76 \use_package mhchem 1
77 \use_package stackrel 0
78 \use_package stmaryrd 0
79 \use_package undertilde 0
80 \cite_engine basic
81 \cite_engine_type default
82 \biblio_style plain
83 \use_bibtopic false
84 \use_indices false
85 \paperorientation portrait
86 \suppress_date false
87 \justification true
88 \use_refstyle 0
89 \notefontcolor #0000ff
90 \index Index
91 \shortcut idx
92 \color #008000
93 \end_index
94 \secnumdepth 3
95 \tocdepth 3
96 \paragraph_separation indent
97 \paragraph_indentation default
98 \quotes_language english
99 \papercolumns 1
100 \papersides 2
101 \paperpagestyle headings
102 \tracking_changes false
103 \output_changes false
104 \html_math_output 0
105 \html_css_as_file 0
106 \html_be_strict true
107 \end_header
108
109 \begin_body
110
111 \begin_layout Title
112 Developing \SpecialChar LyX
113
114 \end_layout
115
116 \begin_layout Subtitle
117 Version 2.2.x
118 \end_layout
119
120 \begin_layout Author
121 by the \SpecialChar LyX
122  Team
123 \begin_inset Foot
124 status collapsed
125
126 \begin_layout Plain Layout
127 \noindent
128 If you have comments or error corrections, please send them to the \SpecialChar LyX
129  Documentatio
130 n mailing list, 
131 \begin_inset Flex Code
132 status collapsed
133
134 \begin_layout Plain Layout
135 \noindent
136 <lyx-docs@lists.lyx.org>
137 \end_layout
138
139 \end_inset
140
141 .
142 \end_layout
143
144 \end_inset
145
146
147 \end_layout
148
149 \begin_layout Standard
150 \begin_inset CommandInset toc
151 LatexCommand tableofcontents
152
153 \end_inset
154
155
156 \end_layout
157
158 \begin_layout Chapter
159 Introduction
160 \end_layout
161
162 \begin_layout Standard
163 This manual documents some aspects of \SpecialChar LyX
164  development.
165  It is currently rather incomplete, but will hopefully be extended in the
166  future.
167  Meanwhile, additional information can be found in the 
168 \begin_inset Flex Code
169 status collapsed
170
171 \begin_layout Plain Layout
172 development
173 \end_layout
174
175 \end_inset
176
177  subfolder of the \SpecialChar LyX
178  source code distribution.
179  This document is not translated, since the development language of \SpecialChar LyX
180  is
181  english.
182  If you want to use \SpecialChar LyX
183  you don't need to read this manual.
184  However, if you want to learn more about how \SpecialChar LyX
185  is developed, or even want
186  to participate in \SpecialChar LyX
187  development, you may find some interesting information.
188 \end_layout
189
190 \begin_layout Chapter
191 File formats
192 \end_layout
193
194 \begin_layout Standard
195 \SpecialChar LyX
196  uses several custom file formats for configuration files and documents.
197  This chapter contains some background concerning these file formats.
198  Several file formats are also described in detail in the regular user documenta
199 tion.
200 \end_layout
201
202 \begin_layout Section
203 File Format Numbers
204 \end_layout
205
206 \begin_layout Section
207 When is an update of the .lyx file format number needed?
208 \begin_inset CommandInset label
209 LatexCommand label
210 name "sec:When-is-an"
211
212 \end_inset
213
214
215 \end_layout
216
217 \begin_layout Standard
218 When you are working on a new feature you may ask yourself whether it needs
219  an update of the .lyx file format number.
220  Whether an update is needed or not is not always obvious.
221  Below you can find a list of reasons for file format updates with explanations:
222 \end_layout
223
224 \begin_layout Description
225 New
226 \begin_inset space ~
227 \end_inset
228
229 document
230 \begin_inset space ~
231 \end_inset
232
233 setting Whenever you introduce a new setting that is stored in the document
234  header, a file format update is needed.
235  This is also true if you add a new valid value to an existing setting,
236  e.
237 \begin_inset space \thinspace{}
238 \end_inset
239
240 g.
241 \begin_inset space \space{}
242 \end_inset
243
244 a new language that is stored in 
245 \begin_inset Flex Code
246 status collapsed
247
248 \begin_layout Plain Layout
249
250 \backslash
251 language
252 \end_layout
253
254 \end_inset
255
256 .
257 \end_layout
258
259 \begin_layout Description
260 Removed
261 \begin_inset space ~
262 \end_inset
263
264 document
265 \begin_inset space ~
266 \end_inset
267
268 setting If a certain setting becomes obsolete and gets removed, a file format
269  update is needed.
270 \end_layout
271
272 \begin_layout Description
273 New
274 \begin_inset space ~
275 \end_inset
276
277 inset Of course a new inset requires a file format update.
278 \end_layout
279
280 \begin_layout Description
281 New
282 \begin_inset space ~
283 \end_inset
284
285 style in any layout file or module shipped with \SpecialChar LyX
286 , or new shipped layout
287  file or module.
288  These requirements are currently under discussion and might change in the
289  future.
290 \end_layout
291
292 \begin_layout Description
293 Automatically
294 \begin_inset space ~
295 \end_inset
296
297 loaded
298 \begin_inset space ~
299 \end_inset
300
301 math
302 \begin_inset space ~
303 \end_inset
304
305 package Any new math package that is automatically loaded needs a file format
306  update.
307  The reason for this is that there is no true ERT inset for math formulas:
308  Each command is parsed, and if a user happens to defne a local command
309  with the same name as a command that triggers an automatic load of a package,
310  he needs to be able to switch off the automatic loading of that package.
311  This switch is stored by the 
312 \begin_inset Flex Code
313 status collapsed
314
315 \begin_layout Plain Layout
316 use_package
317 \end_layout
318
319 \end_inset
320
321  header setting.
322 \end_layout
323
324 \begin_layout Standard
325 If you are still unsure, please ask on the development list.
326 \end_layout
327
328 \begin_layout Section
329 How to update the file format number of .lyx files
330 \end_layout
331
332 \begin_layout Standard
333 Once you came to the conclusion that a file format update is needed you
334  should use the following procedure to perform the update:
335 \end_layout
336
337 \begin_layout Enumerate
338 Implement and test the new feature, including the reading and writing of
339  .lyx files.
340  Note that any file produced at this stage does not use a valid format,
341  so do not use this version of \SpecialChar LyX
342  for working on any important documents.
343 \end_layout
344
345 \begin_layout Enumerate
346 Describe the new format in 
347 \begin_inset Flex Code
348 status collapsed
349
350 \begin_layout Plain Layout
351 development/FORMAT
352 \end_layout
353
354 \end_inset
355
356 .
357 \end_layout
358
359 \begin_layout Enumerate
360 Update the \SpecialChar LyX
361  file format number in 
362 \begin_inset Flex Code
363 status collapsed
364
365 \begin_layout Plain Layout
366 src/version.h
367 \end_layout
368
369 \end_inset
370
371 .
372 \end_layout
373
374 \begin_layout Enumerate
375 Add an entry to both format lists (for conversion and reversion) in
376 \begin_inset Newline newline
377 \end_inset
378
379
380 \begin_inset Flex Code
381 status collapsed
382
383 \begin_layout Plain Layout
384 lib/lyx2lyx/lyx_2_2.py
385 \end_layout
386
387 \end_inset
388
389 .
390  Add a conversion routine if needed (e.
391 \begin_inset space \thinspace{}
392 \end_inset
393
394 g.
395 \begin_inset space \space{}
396 \end_inset
397
398 a new header setting always needs a conversion that adds the new setting,
399  a new document language does not need one).
400  Add a reversion routine if needed.
401  While the conversion routine is required to produce a document that is
402  equivalent to the old version, the requirements of the reversion are not
403  that strict.
404  If possible, try to produce a proper reversion, using ERT if needed, but
405  for some features this might be too complicated.
406  In this case, the minimum requirement of the reversion routine is that
407  it produces a valid document which can be read by an older \SpecialChar LyX
408 .
409  If absolutely needed, even data loss is allowed for the reversion.
410 \end_layout
411
412 \begin_layout Enumerate
413 Since tex2lyx has several implicit file format dependencies caused by sharing
414  code with \SpecialChar LyX
415 , updating the file format of .lyx files produced by tex2lyx at
416  the same time as updating the main .lyx file format is strongly recommended.
417  Therefore, a compiler warning will be issued if the \SpecialChar LyX
418  and tex2lyx .lyx file
419  format numbers differ.
420  In many cases the tex2lyx update requires only the first and last item
421  of the list below:
422 \begin_inset Separator parbreak
423 \end_inset
424
425
426 \end_layout
427
428 \begin_deeper
429 \begin_layout Enumerate
430 Update the tex2lyx file format number in 
431 \begin_inset Flex Code
432 status collapsed
433
434 \begin_layout Plain Layout
435 src/version.h
436 \end_layout
437
438 \end_inset
439
440 .
441 \end_layout
442
443 \begin_layout Enumerate
444 If the lyx2lyx conversion from the old to the new format is empty, or if
445  tex2lyx does not yet output the changed feature, you do not need any further
446  tex2lyx changes.
447  Otherwise, search for the changed feature in tex2lyx, and adjust the output
448  according to the lyx2lyx changes.
449 \end_layout
450
451 \begin_layout Enumerate
452 Update the tex2lyx test references as described in 
453 \begin_inset CommandInset ref
454 LatexCommand formatted
455 reference "sec:Updating-test-references"
456
457 \end_inset
458
459 .
460 \end_layout
461
462 \end_deeper
463 \begin_layout Enumerate
464 If you did not implement full tex2lyx support of the new feature, add a
465  line to 
466 \begin_inset Flex Code
467 status collapsed
468
469 \begin_layout Plain Layout
470 src/tex2lyx/TODO.txt
471 \end_layout
472
473 \end_inset
474
475  describing the missing bits.
476  Note that it is perfectly fine if you do not add full tex2lyx support for
477  a new feature: The updating recommendation above is only issued for the
478  syntax of the produced .lyx file.
479  It is no problem if some features supported by \SpecialChar LyX
480  are still output as ERT
481  by tex2lyx, since the problems in the past that resulted in the update
482  recommendation were related to mixed version syntax, not ERT.
483 \end_layout
484
485 \begin_layout Enumerate
486 It would be nice if you could create a .lyx test file which contains instances
487  of all changed or added features.
488  This could then be used to test lyx2lyx and tex2lyx.
489  Unfortunately it has not yet been decided how to collect such examples,
490  so please ask on the development list if you want to create one.
491 \end_layout
492
493 \begin_layout Section
494 Backporting new styles to the stable version
495 \end_layout
496
497 \begin_layout Standard
498 Starting with the stable \SpecialChar LyX
499  2.1 branch, there is a mechanism in place to backport
500  new styles to the stable version without the need to update the file format.
501  The basic idea is that the new style definition is automatically copied
502  to the document preamble, so that it can even be used by older minor revisions
503  that did not yet include the style.
504  To backport a new style to the stable version, the following steps are
505  needed:
506 \end_layout
507
508 \begin_layout Enumerate
509 Add the line 
510 \begin_inset Flex Code
511 status collapsed
512
513 \begin_layout Plain Layout
514 ForceLocal -1
515 \end_layout
516
517 \end_inset
518
519  to the style definition in the development version.
520 \end_layout
521
522 \begin_layout Enumerate
523 Copy the style definition to the stable version, but use 
524 \begin_inset Flex Code
525 status collapsed
526
527 \begin_layout Plain Layout
528 ForceLocal 1
529 \end_layout
530
531 \end_inset
532
533  instead.
534  If needed adjust the format to the one used by the stable version (see
535  the customization manual for details of the layout file format).
536 \end_layout
537
538 \begin_layout Enumerate
539 For each update of the style in a later stable version, increase the argument
540  of 
541 \begin_inset Flex Code
542 status collapsed
543
544 \begin_layout Plain Layout
545 ForceLocal
546 \end_layout
547
548 \end_inset
549
550  by one (in the stable version, the development version should not be touched).
551 \end_layout
552
553 \begin_layout Standard
554 For details about the 
555 \begin_inset Flex Code
556 status collapsed
557
558 \begin_layout Plain Layout
559 ForceLocal
560 \end_layout
561
562 \end_inset
563
564  flag see the customization manual.
565  No 
566 \begin_inset Flex Code
567 status collapsed
568
569 \begin_layout Plain Layout
570 lyx2lyx
571 \end_layout
572
573 \end_inset
574
575  support is needed for backported styles: Since the style of the development
576  version has an infinite version number, it will always be used.
577  Furthermore, since its version number is less than one, the style will
578  not be written anymore to the document header for files saved by the new
579  version.
580 \end_layout
581
582 \begin_layout Chapter
583 Tests
584 \end_layout
585
586 \begin_layout Standard
587 Automated tests are an important tool to detect bugs and regressions in
588  software development.
589  Some projects like gcc even require each bug fix to be accompanied by a
590  test case for the automatic test suite, that would detect this bug.
591  Testing interactive features automatically is of course very hard, but
592  core functionality like document import and export can be tested quite
593  easily, and some tests of this kind exist.
594 \end_layout
595
596 \begin_layout Section
597 \SpecialChar LyX
598  tests
599 \end_layout
600
601 \begin_layout Standard
602 Some tests are located in the 
603 \begin_inset Flex Code
604 status collapsed
605
606 \begin_layout Plain Layout
607 development/autotests
608 \end_layout
609
610 \end_inset
611
612  subfolder of the \SpecialChar LyX
613  source code distribution.
614 \end_layout
615
616 \begin_layout Subsection
617 Running the tests
618 \end_layout
619
620 \begin_layout Standard
621 cmake is required to run the \SpecialChar LyX
622  tests, running them is not implemented for
623  autotools.
624  The \SpecialChar LyX
625  tests can be run by the commands 
626 \begin_inset Flex Code
627 status collapsed
628
629 \begin_layout Plain Layout
630 ctest
631 \end_layout
632
633 \end_inset
634
635  (all platforms) or 
636 \begin_inset Flex Code
637 status collapsed
638
639 \begin_layout Plain Layout
640 make test
641 \end_layout
642
643 \end_inset
644
645  (when using a make based build system and not MSVC) in the 
646 \begin_inset Flex Code
647 status collapsed
648
649 \begin_layout Plain Layout
650 autotests
651 \end_layout
652
653 \end_inset
654
655  subfolder of the build directory.
656 \end_layout
657
658 \begin_layout Section
659 tex2lyx tests
660 \end_layout
661
662 \begin_layout Standard
663 The tex2lyx tests are located in the 
664 \begin_inset Flex Code
665 status collapsed
666
667 \begin_layout Plain Layout
668 src/tex2lyx/test
669 \end_layout
670
671 \end_inset
672
673  subfolder of the \SpecialChar LyX
674  source code distribution.
675  The actual testing is performed by the simple python script 
676 \begin_inset Flex Code
677 status collapsed
678
679 \begin_layout Plain Layout
680 src/tex2lyx/test/runtests.py
681 \end_layout
682
683 \end_inset
684
685 .
686  Each test consists of two files: 
687 \begin_inset Flex Code
688 status collapsed
689
690 \begin_layout Plain Layout
691 <test name>.tex
692 \end_layout
693
694 \end_inset
695
696  contains the \SpecialChar LaTeX
697  code that should be tested.
698  
699 \begin_inset Flex Code
700 status collapsed
701
702 \begin_layout Plain Layout
703 <test name>.lyx.lyx
704 \end_layout
705
706 \end_inset
707
708  contains the expected output of tex2lyx.
709  When a test is run, the actual produced output is compared with the stored
710  reference output.
711  The test passes if both are identical.
712  The test machinery is also able to generate a file 
713 \begin_inset Flex Code
714 status collapsed
715
716 \begin_layout Plain Layout
717 <test name>.lyx.tex
718 \end_layout
719
720 \end_inset
721
722  by exporting the produced .lyx file with \SpecialChar LyX
723  again.
724  This may be useful for roundtrip comparisons.
725 \end_layout
726
727 \begin_layout Subsection
728 Running the tests
729 \end_layout
730
731 \begin_layout Standard
732 The tex2lyx tests can be run in several ways.
733  When in the 
734 \begin_inset Flex Code
735 status collapsed
736
737 \begin_layout Plain Layout
738 src/tex2lyx
739 \end_layout
740
741 \end_inset
742
743  subfolder of the build directory, the commands 
744 \begin_inset Flex Code
745 status collapsed
746
747 \begin_layout Plain Layout
748 ctest
749 \end_layout
750
751 \end_inset
752
753  (cmake, all platforms), 
754 \begin_inset Flex Code
755 status collapsed
756
757 \begin_layout Plain Layout
758 make test
759 \end_layout
760
761 \end_inset
762
763  (cmake, when using a make based build system and not MSVC) or 
764 \begin_inset Flex Code
765 status collapsed
766
767 \begin_layout Plain Layout
768 make alltests
769 \end_layout
770
771 \end_inset
772
773  (autotools) will run the tex2lyx tests.
774  Alternatively, in the root of the build directory, the command 
775 \begin_inset Flex Code
776 status collapsed
777
778 \begin_layout Plain Layout
779 ctest -R tex2lyx
780 \end_layout
781
782 \end_inset
783
784  runs all tests whose names match the regex 
785 \begin_inset Quotes eld
786 \end_inset
787
788 tex2lyx
789 \begin_inset Quotes erd
790 \end_inset
791
792 .
793  Another way to run the tex2lyx tests in the root build directory is to
794  instead use the command 
795 \begin_inset Flex Code
796 status collapsed
797
798 \begin_layout Plain Layout
799 ctest -L '(cmplyx|roundtrip)'
800 \end_layout
801
802 \end_inset
803
804 , which runs all tests categorized with the label 
805 \begin_inset Quotes eld
806 \end_inset
807
808 roundtrip
809 \begin_inset Quotes erd
810 \end_inset
811
812  or 
813 \begin_inset Quotes eld
814 \end_inset
815
816 cmplyx
817 \begin_inset Quotes erd
818 \end_inset
819
820 .
821  If a test fails, the differences between the expected and actual results
822  are output in unified diff format.
823 \end_layout
824
825 \begin_layout Subsection
826 Updating test references
827 \begin_inset CommandInset label
828 LatexCommand label
829 name "sec:Updating-test-references"
830
831 \end_inset
832
833
834 \end_layout
835
836 \begin_layout Standard
837 In some cases a changed tex2lyx output is not a test failure, but wanted,
838  e.
839 \begin_inset space \thinspace{}
840 \end_inset
841
842 g.
843 \begin_inset space \space{}
844 \end_inset
845
846 if a tex2lyx bug was fixed, or a new feature was added.
847  In these cases the stored references need to be updated.
848  To do so if using autotools, call 
849 \begin_inset Flex Code
850 status collapsed
851
852 \begin_layout Plain Layout
853 make updatetests
854 \end_layout
855
856 \end_inset
857
858  in the 
859 \begin_inset Flex Code
860 status collapsed
861
862 \begin_layout Plain Layout
863 src/tex2lyx
864 \end_layout
865
866 \end_inset
867
868  subdirectory of the build directory.
869  If instead using CMake, call 
870 \begin_inset Flex Code
871 status collapsed
872
873 \begin_layout Plain Layout
874 make updatetex2lyxtests
875 \end_layout
876
877 \end_inset
878
879  in the build directory or in the 
880 \begin_inset Flex Code
881 status collapsed
882
883 \begin_layout Plain Layout
884 src/tex2lyx/test
885 \end_layout
886
887 \end_inset
888
889  subdirectory of the build directory.
890 \begin_inset Foot
891 status collapsed
892
893 \begin_layout Plain Layout
894 Note that this is a case where a make target in the build directory can
895  affect the source directory, which might not be advisable.
896 \end_layout
897
898 \end_inset
899
900  On Windows do the following:
901 \end_layout
902
903 \begin_layout Itemize
904 Assure that the path to the python.exe is in your system PATH variable.
905 \end_layout
906
907 \begin_layout Itemize
908 Double-click on the file 
909 \begin_inset Flex Code
910 status collapsed
911
912 \begin_layout Plain Layout
913 updatetex2lyxtests.vcxproj
914 \end_layout
915
916 \end_inset
917
918  in the build directory or in the 
919 \begin_inset Flex Code
920 status collapsed
921
922 \begin_layout Plain Layout
923 src/tex2lyx/test
924 \end_layout
925
926 \end_inset
927
928  subdirectory of your build directory.
929 \end_layout
930
931 \begin_layout Itemize
932 In the appearing MSVC program right-click on the project 
933 \family sans
934 updatetex2lyxtests
935 \family default
936  in the project explorer and chose 
937 \family sans
938 Create
939 \family default
940 .
941 \end_layout
942
943 \begin_layout Standard
944 For convenience, these commands also produce re-exported roundtrip .lyx.tex
945  files.
946  Please examine the changed output carefully before committing the changed
947  files to the repository: Since the test machinery does not do a roundtrip
948  test .tex 
949 \begin_inset Formula $\Rightarrow$
950 \end_inset
951
952  .lyx 
953 \begin_inset Formula $\Rightarrow$
954 \end_inset
955
956  .tex, and does not compare the produced dvi or pdf output, it assumes that
957  the stored .lyx reference produces correct output if processed by \SpecialChar LyX
958 .
959  There is only one chance to detect wrong output: before committing a new
960  reference.
961  Once it is committed, it is quite difficult to verify whether it is correct.
962 \end_layout
963
964 \begin_layout Standard
965 Please 
966 \emph on
967 do not
968 \emph default
969  update the test references by opening them with \SpecialChar LyX
970  or directly running lyx2lyx
971  on them.
972  This would not work, since lyx2lyx and \SpecialChar LyX
973  produce slightly different files
974  regarding insignificant whitespace and line breaks.
975 \end_layout
976
977 \begin_layout Subsection
978 Adding a new test
979 \end_layout
980
981 \begin_layout Standard
982 In many cases tests for new features may be added to one of the existing
983  test files, but sometimes this is not possible or not wanted.
984  Then a new test file needs to be added:
985 \end_layout
986
987 \begin_layout Enumerate
988 Create the new file 
989 \begin_inset Flex Code
990 status collapsed
991
992 \begin_layout Plain Layout
993 src/tex2lyx/test/<test name>.tex
994 \end_layout
995
996 \end_inset
997
998  and run tex2lyx in roundtrip mode to produce the file 
999 \begin_inset Flex Code
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 src/tex2lyx/test/<test name>.lyx.lyx
1004 \end_layout
1005
1006 \end_inset
1007
1008 .
1009  This file will be the new reference.
1010 \end_layout
1011
1012 \begin_layout Enumerate
1013 Once you confirmed that the tex2lyx output is correct, add the new files
1014  to the corresponding lists in 
1015 \begin_inset Flex Code
1016 status collapsed
1017
1018 \begin_layout Plain Layout
1019 src/tex2lyx/test/runtests.py
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \begin_inset Flex Code
1026 status collapsed
1027
1028 \begin_layout Plain Layout
1029 src/tex2lyx/Makefile.am
1030 \end_layout
1031
1032 \end_inset
1033
1034  and 
1035 \begin_inset Flex Code
1036 status collapsed
1037
1038 \begin_layout Plain Layout
1039 src/tex2lyx/test/CMakeLists.txt
1040 \end_layout
1041
1042 \end_inset
1043
1044 .
1045 \end_layout
1046
1047 \begin_layout Enumerate
1048 Commit the changes to the repository, or send a patch to the development
1049  list and ask for committing if you do not have commit rights.
1050 \end_layout
1051
1052 \begin_layout Section
1053 Export tests
1054 \end_layout
1055
1056 \begin_layout Standard
1057 The export tests are integration tests.
1058  They take longer to run and are more likely to break than the tex2lyx tests.
1059  Nevertheless, they have caught many regressions and without a better alternativ
1060 e it is important to keep them up-to-date and understand how they work.
1061 \end_layout
1062
1063 \begin_layout Subsection
1064 Expectations of LyX developers
1065 \end_layout
1066
1067 \begin_layout Standard
1068 Because the export tests are integration tests and take a long time to run,
1069  LyX developers are rarely expected to run all of the tests.
1070  Here are some good practices to follow by developers:
1071 \end_layout
1072
1073 \begin_layout Itemize
1074 When making a non-trivial change to a .layout file, run the export and layout
1075  tests corresponding with that .layout file.
1076 \end_layout
1077
1078 \begin_layout Itemize
1079 When making non-trivial changes to a .lyx file, run the export tests correspondin
1080 g to that .lyx file.
1081 \end_layout
1082
1083 \begin_layout Itemize
1084 When making non-trivial changes to LyX's LaTeX export code (e.g.
1085  touching the encoding code or package handling code that you expect will
1086  change the exported LaTeX in some way), consider running all of the export
1087  tests before and after your change.
1088  If there are differences, please reconcile these (i.e.
1089  fix the bug or fix the tests) 
1090 \emph on
1091 before
1092 \emph default
1093  committing.
1094  Ask for help if you're not sure what to do or if you do not want to run
1095  the tests, post the patch on the list and others will run the tests.
1096 \end_layout
1097
1098 \begin_layout Itemize
1099 Understand how to interpret test failures.
1100  If your commit is found to have broken a test, you should be able to interpret
1101  the test results when made aware of them.
1102  See Section 
1103 \begin_inset CommandInset ref
1104 LatexCommand ref
1105 reference "subsec:Interpreting-export-tests"
1106
1107 \end_inset
1108
1109 .
1110 \end_layout
1111
1112 \begin_layout Subsection
1113 Configuring the tests
1114 \end_layout
1115
1116 \begin_layout Standard
1117 To enable these tests when using CMake, add the 
1118 \begin_inset Flex Code
1119 status collapsed
1120
1121 \begin_layout Plain Layout
1122 -DLYX_ENABLE_EXPORT_TESTS=ON
1123 \end_layout
1124
1125 \end_inset
1126
1127  flag.
1128  For example:
1129 \end_layout
1130
1131 \begin_layout Standard
1132 \begin_inset Flex Code
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 cmake -DLYX_ENABLE_EXPORT_TESTS=ON /path/to/source
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Standard
1145 \noindent
1146 This flag will increase the time for the cmake command by several seconds,
1147  mainly because of the process of inverting tests (see Section 
1148 \begin_inset CommandInset ref
1149 LatexCommand ref
1150 reference "subsec:Interpreting-export-tests"
1151
1152 \end_inset
1153
1154 ).
1155 \end_layout
1156
1157 \begin_layout Subsection
1158 Running the tests
1159 \end_layout
1160
1161 \begin_layout Standard
1162 To run all tests, in the build directory simply run the command 
1163 \begin_inset Flex Code
1164 status collapsed
1165
1166 \begin_layout Plain Layout
1167 ctest
1168 \end_layout
1169
1170 \end_inset
1171
1172 .
1173  To run only some of the tests, use the command 
1174 \begin_inset Flex Code
1175 status collapsed
1176
1177 \begin_layout Plain Layout
1178 ctest -R <pattern>
1179 \end_layout
1180
1181 \end_inset
1182
1183 , where 
1184 \begin_inset Flex Code
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188 <pattern>
1189 \end_layout
1190
1191 \end_inset
1192
1193  is a regular expression that matches test names.
1194  To run only the export tests, you can use 
1195 \begin_inset Flex Code
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199 ctest -L export
1200 \end_layout
1201
1202 \end_inset
1203
1204 .
1205  For the list of test categories available in addition to 
1206 \begin_inset Quotes eld
1207 \end_inset
1208
1209 export
1210 \begin_inset Quotes erd
1211 \end_inset
1212
1213 , run 
1214 \begin_inset Flex Code
1215 status collapsed
1216
1217 \begin_layout Plain Layout
1218 ctest \SpecialChar nobreakdash
1219 \SpecialChar nobreakdash
1220 print-labels
1221 \end_layout
1222
1223 \end_inset
1224
1225 .
1226  It is often useful to list the tests without running them (e.g.
1227  if you want to know how many tests there are or whether your 
1228 \begin_inset Flex Code
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 <pattern>
1233 \end_layout
1234
1235 \end_inset
1236
1237  regular expression did what you expected).
1238  This can be done with the 
1239 \begin_inset Flex Code
1240 status collapsed
1241
1242 \begin_layout Plain Layout
1243 -N
1244 \end_layout
1245
1246 \end_inset
1247
1248  or 
1249 \begin_inset Flex Code
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253 \SpecialChar nobreakdash
1254 \SpecialChar nobreakdash
1255 show-only
1256 \end_layout
1257
1258 \end_inset
1259
1260  argument.
1261  We are still working on getting the tests to run in parallel which is supported
1262  by the 
1263 \begin_inset Flex Code
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267 ctest
1268 \end_layout
1269
1270 \end_inset
1271
1272  command with the 
1273 \begin_inset Flex Code
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277 -j <jobs>
1278 \end_layout
1279
1280 \end_inset
1281
1282  or 
1283 \begin_inset Flex Code
1284 status collapsed
1285
1286 \begin_layout Plain Layout
1287 \SpecialChar nobreakdash
1288 \SpecialChar nobreakdash
1289 parallel <jobs>
1290 \end_layout
1291
1292 \end_inset
1293
1294  argument.
1295  However, when running the tests in parallel, sometimes tests fail that
1296  pass when run sequentially.
1297  A reasonable approach is to first run the tests in parallel and then run
1298  the failed tests sequentially.
1299  For example, to run 8 jobs at a time:
1300 \end_layout
1301
1302 \begin_layout Standard
1303 \begin_inset Flex Code
1304 status collapsed
1305
1306 \begin_layout Plain Layout
1307 ctest -j8
1308 \end_layout
1309
1310 \end_inset
1311
1312
1313 \end_layout
1314
1315 \begin_layout Standard
1316 \begin_inset Flex Code
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 ctest \SpecialChar nobreakdash
1321 \SpecialChar nobreakdash
1322 rerun-failed
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \begin_layout Standard
1331 \noindent
1332 Note that some tests cannot be run in parallel.
1333  These tests are marked in the code with the 
1334 \begin_inset Flex Code
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338 \noindent
1339 RUN_SERIAL ON
1340 \end_layout
1341
1342 \end_inset
1343
1344  CMake property.
1345 \end_layout
1346
1347 \begin_layout Standard
1348 In some situations the option 
1349 \begin_inset Flex Code
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353 \SpecialChar nobreakdash
1354 \SpecialChar nobreakdash
1355 timeout <seconds>
1356 \end_layout
1357
1358 \end_inset
1359
1360  is useful.
1361  There have been bugs in LyX and in LaTeX which cause compilation to hang,
1362  and without a timeout a test might never stop (in one case there was even
1363  a memory leak).
1364  If a test times out, the 
1365 \begin_inset Flex Code
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 ctest
1370 \end_layout
1371
1372 \end_inset
1373
1374  command exits with error, but you can distinguish between a timed out test
1375  and a failed test in the output reported at the end of the 
1376 \begin_inset Flex Code
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 ctest
1381 \end_layout
1382
1383 \end_inset
1384
1385  command.
1386 \end_layout
1387
1388 \begin_layout Subsection
1389 \begin_inset CommandInset label
1390 LatexCommand label
1391 name "subsec:Interpreting-export-tests"
1392
1393 \end_inset
1394
1395 Interpreting the export test results
1396 \end_layout
1397
1398 \begin_layout Standard
1399 A test can fail for several reasons, not all of them bad.
1400 \end_layout
1401
1402 \begin_layout Enumerate
1403 The .lyx file could have been added recently and some formats are not expected
1404  to work well.
1405 \end_layout
1406
1407 \begin_layout Enumerate
1408 A dependency is not met (e.g.
1409  the LaTeX class file).
1410  One hint that this is the case is that the corresponding 
1411 \begin_inset Flex Code
1412 status open
1413
1414 \begin_layout Plain Layout
1415 check_load
1416 \end_layout
1417
1418 \end_inset
1419
1420  test will likely also fail.
1421 \end_layout
1422
1423 \begin_layout Enumerate
1424 An export that previously failed to compile now compiles.
1425 \end_layout
1426
1427 \begin_layout Enumerate
1428 An external dependency was updated (e.g.
1429  TeX Live).
1430 \end_layout
1431
1432 \begin_layout Enumerate
1433 A recent code change introduced a bug.
1434 \end_layout
1435
1436 \begin_layout Enumerate
1437 \begin_inset CommandInset label
1438 LatexCommand label
1439 name "enu:exposed"
1440
1441 \end_inset
1442
1443 A change in a document exposed the incompatibility of that class with an
1444  export format (e.g.
1445  LuaTeX).
1446 \end_layout
1447
1448 \begin_layout Standard
1449 Because the .lyx files are exported in several formats, it is not surprising
1450  that many of the exports fail.
1451  This expectation of failure is addressed by 
1452 \begin_inset Quotes eld
1453 \end_inset
1454
1455 inverting
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459  the tests, that is, by marking the test as 
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463 passing
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467  if the export exits with error and as 
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471 failing
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475  if the export succeeds
1476 \emph on
1477 .
1478
1479 \emph default
1480  It follows that these expected failures will not show up as failed tests
1481  in the test results and thus will not pollute the 
1482 \begin_inset Quotes eld
1483 \end_inset
1484
1485 good
1486 \begin_inset Quotes erd
1487 \end_inset
1488
1489  tests.
1490  If the export actually succeeds, then the test will fail.
1491  The purpose of this failure is to get your attention—something has changed,
1492  possibly for the better.
1493 \end_layout
1494
1495 \begin_layout Standard
1496 We try to document why a test is inverted or ignored.
1497  See the comment (prefixed with 
1498 \begin_inset Flex Code
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 #
1503 \end_layout
1504
1505 \end_inset
1506
1507 ) above the block in which the test is listed as inverted or ignored in
1508  the files 
1509 \begin_inset Flex Code
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513 development/autotests/revertedTests
1514 \end_layout
1515
1516 \end_inset
1517
1518  and 
1519 \begin_inset Flex Code
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 development/autotests/ignoredTests
1524 \end_layout
1525
1526 \end_inset
1527
1528 .
1529  It is possible that an export goes from succeeding to failing just because
1530  the document was changed and the document was never expected to work with
1531  a certain export format in the first case.
1532  Once this is confirmed to be the situation, the test can be inverted.
1533 \end_layout
1534
1535 \begin_layout Standard
1536 A good question is why do we enable the tests for non-default formats? The
1537  answer is that if a non-default route is broken it is often because a bug
1538  was introduced in LyX and not because a document-specific change was made
1539  that is not supported by the route.
1540  In other words, there is a high signal/noise ratio in the export tests
1541  for the non-default formats.
1542  
1543 \end_layout
1544
1545 \begin_layout Standard
1546 What action should you take if a test fails? First, check manually that
1547  when the compilation succeeded before the resulting PDF was good.
1548  In fact, sometimes it is an improvement when a test fails.
1549  If you check manually, it might be the case that the export was succeeding
1550  before but showing garbled text in a PDF output.
1551  Now it might fail with a clear message of "language xyz not supported".
1552  It is always good to check manually why something fails and if it passes
1553  if the PDF output is good.
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Sometimes a test is fixed by accident.
1558  We should uninvert a test (remove it from the 
1559 \begin_inset Flex Code
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 revertedTests
1564 \end_layout
1565
1566 \end_inset
1567
1568  file) in order to preserve the fix.
1569 \end_layout
1570
1571 \begin_layout Standard
1572 When a test or several tests fail, consider checking the files in the 
1573 \begin_inset Flex Code
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577 Testing/Temporary/
1578 \end_layout
1579
1580 \end_inset
1581
1582  subdirectory of your build directory.
1583  In this subdirectory are three files: the file 
1584 \begin_inset Flex Code
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 LastTestsFailed.log
1589 \end_layout
1590
1591 \end_inset
1592
1593  simply lists the tests that failed on your last 
1594 \begin_inset Flex Code
1595 status collapsed
1596
1597 \begin_layout Plain Layout
1598 ctest
1599 \end_layout
1600
1601 \end_inset
1602
1603  command; the 
1604 \begin_inset Flex Code
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608 LastTest.log
1609 \end_layout
1610
1611 \end_inset
1612
1613  file contains the output from the tests (and often has details explaining
1614  why a test failed); and the 
1615 \begin_inset Flex Code
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 CTestCostData.txt
1620 \end_layout
1621
1622 \end_inset
1623
1624  file lists the times that it took to run the tests.
1625 \end_layout
1626
1627 \begin_layout Subsection
1628 Suspended tests
1629 \end_layout
1630
1631 \begin_layout Standard
1632 Some inverted tests are 'suspended'.
1633  This means, they are not executed using 
1634 \begin_inset Flex Code
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 ctest -L export
1639 \end_layout
1640
1641 \end_inset
1642
1643  or 
1644 \begin_inset Flex Code
1645 status collapsed
1646
1647 \begin_layout Plain Layout
1648 ctest -L reverted
1649 \end_layout
1650
1651 \end_inset
1652
1653 .
1654  From time to time they still have to be checked.
1655 \end_layout
1656
1657 \begin_layout Standard
1658 These tests are suspended, because they fail for known reasons which cannot
1659  ATM be resolved.
1660  But it is expected the reason might disappear in the future.
1661  Be it new TL or better handling in \SpecialChar LyX
1662 .
1663 \end_layout
1664
1665 \begin_layout Standard
1666 For ctest commands without the 
1667 \begin_inset Flex Code
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 -L
1672 \end_layout
1673
1674 \end_inset
1675
1676  parameter nothing changes.
1677  Suspended or not, tests will be executed depending only on the regexes
1678  parameters given to the ctest command.
1679 \end_layout
1680
1681 \begin_layout Section
1682 check_load tests
1683 \end_layout
1684
1685 \begin_layout Standard
1686 These tests check whether a .lyx file loads without any terminal messages.
1687  They correspond to the manual operations of simply opening a .lyx file on
1688  the terminal, exiting LyX once the file is loaded, and then checking whether
1689  there is any output from the terminal.
1690  These tests are useful for catching malformed .lyx files and parsing bugs.
1691  They can also be used to find a .lyx file in which an instance of something
1692  happens.
1693  To do this, compile LyX with a local patch that outputs something to the
1694  terminal when an instance is found, and then run the check_load tests to
1695  see if any fail, which would mean that the situation occurs in the LyX
1696  documentation files corresponding to the failed tests.
1697  These tests are expectedly fragile: any LyX diagnostic message, which is
1698  not necessarily an error, would cause the tests to fail.
1699  Similarly, any message output by a library (e.g.
1700  Qt) would also cause failure.
1701  There are some messages that the check_load tests are instructed to ignore,
1702  which are stored in the file 
1703 \begin_inset Flex Code
1704 status collapsed
1705
1706 \begin_layout Plain Layout
1707 development/autotests/filterCheckWarnings
1708 \end_layout
1709
1710 \end_inset
1711
1712 .
1713 \end_layout
1714
1715 \begin_layout Section
1716 URL tests
1717 \end_layout
1718
1719 \begin_layout Standard
1720 The URL tests are enabled with the 
1721 \begin_inset Flex Code
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 -DLYX_ENABLE_URLTESTS=ON
1726 \end_layout
1727
1728 \end_inset
1729
1730  CMake flag and are useful for finding broken links in our documentation
1731  files.
1732  If a URL test fails, to see which link in particular was reported as broken,
1733  see the output in 
1734 \begin_inset Flex Code
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 LastTest.log
1739 \end_layout
1740
1741 \end_inset
1742
1743 .
1744  These tests are extremely fragile (e.g.
1745  a test can depend on your Internet connection) and a failed URL test should
1746  not be taken too seriously.
1747 \end_layout
1748
1749 \begin_layout Chapter
1750 Development policies
1751 \end_layout
1752
1753 \begin_layout Standard
1754 This chapter lists some guidelines that should be followed.
1755  This list is not complete, and many guidelines are in separate chapters,
1756  such as 
1757 \begin_inset Quotes eld
1758 \end_inset
1759
1760 When is an update of the .lyx file format number needed?
1761 \begin_inset Quotes erd
1762 \end_inset
1763
1764  in Section 
1765 \begin_inset CommandInset ref
1766 LatexCommand ref
1767 reference "sec:When-is-an"
1768
1769 \end_inset
1770
1771 .
1772 \end_layout
1773
1774 \begin_layout Section
1775 When to set a fixed milestone?
1776 \end_layout
1777
1778 \begin_layout Standard
1779 Only set a fixed milestone (like 2.1.4 or 2.2.0) if at least one of the following
1780  holds:
1781 \end_layout
1782
1783 \begin_layout Enumerate
1784 Somebody is actively working on a fix.
1785 \end_layout
1786
1787 \begin_layout Enumerate
1788 The bug is so severe that it would block the release if it is not fixed.
1789 \end_layout
1790
1791 \begin_layout Standard
1792 If a bug is important, but nobody is working on it, and it is no showstopper,
1793  use a milestone like 2.1.x or 2.2.x.
1794  For all other bugs, do not set a milestone at all.
1795 \end_layout
1796
1797 \begin_layout Section
1798 Can we add rc entries in stable branch?
1799 \end_layout
1800
1801 \begin_layout Standard
1802 No.
1803  We are supposed to increase the prefs2prefs version number with such things.
1804 \end_layout
1805
1806 \begin_layout Chapter
1807 Documentation policies
1808 \end_layout
1809
1810 \begin_layout Standard
1811 The main documentation consists of these files:
1812 \end_layout
1813
1814 \begin_layout Description
1815 splash.lyx it is the first file you see after an installation.
1816  We assume that a new user sees this.
1817  It is therefore designed to be as simple as possible.
1818  Therefore please don't add any new formatting, only fix typos etc.
1819  Splash.lyx is up to date for \SpecialChar LyX
1820  2.1.x, currently maintained by Uwe Stöhr.
1821 \end_layout
1822
1823 \begin_layout Description
1824 Intro.lyx This is the manual new users will read to learn \SpecialChar LyX
1825 .
1826  It therefore uses a limited set of formatting.
1827  For example a standard document class.
1828  Since new users will first learn about the formatting possibilities of
1829  \SpecialChar LyX
1830  please keep this file that simple.
1831  Intro.lyx is up to date for \SpecialChar LyX
1832  2.1.x, currently maintained by Uwe Stöhr.
1833 \end_layout
1834
1835 \begin_layout Description
1836 Tutorial.lyx our tutorial.
1837  It must be always up to date.
1838  Normally there is nothing to add since we don't want to overwhelm new users
1839  with too much details.
1840  The will learn these details while using \SpecialChar LyX
1841  and we have special manuals.
1842  Tutorial.lyx is up to date for \SpecialChar LyX
1843  2.1.x, currently maintained by Uwe Stöhr.
1844 \end_layout
1845
1846 \begin_layout Description
1847 UserGuide.lyx our main user guide.
1848  It covers a mixture of basic and detailed information.
1849  Some information is also in the Math and EmbeddedObjects manual so that
1850  the UserGuide refers to these files.
1851  UserGuide.lyx is up to date for \SpecialChar LyX
1852  2.1.x, currently maintained by Uwe Stöhr.
1853 \end_layout
1854
1855 \begin_layout Description
1856 EmbeddedObjects.lyx a special manual to explain things like tables floats
1857  boxes etc.
1858  in all detail.
1859  EmbeddedObjects.lyx is up to date for \SpecialChar LyX
1860  2.1.x, currently maintained by Uwe
1861  Stöhr.
1862 \end_layout
1863
1864 \begin_layout Description
1865 Math.lyx a special manual to explain everything regarding math in all detail.
1866  Math.lyx is up to date for \SpecialChar LyX
1867  2.1.x, currently maintained by Uwe Stöhr.
1868 \end_layout
1869
1870 \begin_layout Description
1871 Additional.lyx this manual covers information that would be too much detail
1872  for the UserGuide or would make the UserGuide uncompilable or only compilable
1873  when installing a lot of special \SpecialChar LaTeX
1874 -packages.
1875  What should be in the UserGuide or better in Additional is a matter of
1876  taste.
1877  it is up to you to decide that.
1878  Additional.lyx is not completely up to date for \SpecialChar LyX
1879  2.1.x.
1880  Only chapter
1881 \begin_inset space ~
1882 \end_inset
1883
1884 8 is up to date and currently maintained by Uwe Stöhr.
1885  It certainly needs a rewrite and update.
1886  For example many info in chapter
1887 \begin_inset space ~
1888 \end_inset
1889
1890 2 and 3 are already covered by the UserGuide and/or the EmbeddedObjects
1891  manual.
1892 \end_layout
1893
1894 \begin_layout Description
1895 Customization.lyx this manual covers information how to customize \SpecialChar LyX
1896  for certain
1897  output formats, operating systems, languages etc.
1898  It is currently completely out of date and needs a major rewrite and update.
1899  If you do this please assure that your information are given for all OSes
1900  and \SpecialChar LaTeX
1901  distributions (meaning be as objective as possible).
1902 \end_layout
1903
1904 \begin_layout Standard
1905 There are only 4
1906 \begin_inset space ~
1907 \end_inset
1908
1909 rules in editing the docs:
1910 \end_layout
1911
1912 \begin_layout Enumerate
1913 If you are not the maintainer of a doc file or a chapter/section, you MUST
1914  use change tracking so that the maintainer could review your changes
1915 \end_layout
1916
1917 \begin_layout Enumerate
1918 Respect the formatting of the document.
1919  The different files use different formatting styles.
1920  That is OK and has historic reasons nobody fully know ;-).
1921  But it is important to be consistent within one file.
1922 \end_layout
1923
1924 \begin_layout Enumerate
1925 All changes you make to a file in one language MUST also go the file in
1926  the other actively maintained languages.
1927  Normally the maintainer does this for you, if you are the maintainer, you
1928  must do this by copying or changing the changed or added text to the other
1929  files so that the translators sees the blue underlined text and know what
1930  they have to translate and what was changed.
1931 \end_layout
1932
1933 \begin_layout Enumerate
1934 You MUST assure that the document is compilable as 
1935 \begin_inset Quotes eld
1936 \end_inset
1937
1938 PDF (pdflatex)
1939 \begin_inset Quotes erd
1940 \end_inset
1941
1942  after your changes.
1943 \end_layout
1944
1945 \end_body
1946 \end_document