This file is indexed.

/usr/share/lyx/doc/pl/Intro.lyx is in lyx-common 2.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
#LyX 2.2 created this file. For more info see http://www.lyx.org/
\lyxformat 508
\begin_document
\begin_header
\save_transient_properties true
\origin /systemlyxdir/doc/pl/
\textclass article
\begin_preamble
% DO NOT ALTER THIS PREAMBLE!!! 
%
%This preamble is designed to ensure that the document prints
% out as advertised. If you mess with this preamble,
% parts of the document may not print out as expected. If you
% have problems LaTeXing this file, please contact 
% the documentation team
% email: lyx-docs@lists.lyx.org

% the pages of the TOC is numbered roman
% and a pdf-bookmark for the TOC is added
\pagenumbering{roman}
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\pdfbookmark[1]{\contentsname}{}
\myTOC
\cleardoublepage
\pagenumbering{arabic} }
\end_preamble
\use_default_options false
\maintain_unincluded_children false
\language polish
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "palatino" "default"
\font_sans "helvet" "default"
\font_typewriter "courier" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\graphics none
\default_output_format pdf2
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize 12
\spacing single
\use_hyperref true
\pdf_title "Wprowadzenie do LyX"
\pdf_author "LyX Team"
\pdf_subject "LyX-documentation Intro"
\pdf_keywords "LyX, documentation"
\pdf_bookmarks true
\pdf_bookmarksnumbered true
\pdf_bookmarksopen true
\pdf_bookmarksopenlevel 2
\pdf_breaklinks false
\pdf_pdfborder false
\pdf_colorlinks true
\pdf_backref false
\pdf_pdfusetitle false
\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
\papersize a4paper
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 0
\use_package esint 0
\use_package mathdots 1
\use_package mathtools 0
\use_package mhchem 1
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\index Indeks
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 2
\paragraph_separation indent
\paragraph_indentation default
\quotes_language polish
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Title
Wprowadzenie do \SpecialChar LyX
-a
\begin_inset Newline newline
\end_inset

albo
\begin_inset Newline newline
\end_inset

Do czego służą te pliki doc!
\end_layout

\begin_layout Author
by the \SpecialChar LyX
 Team
\begin_inset Newline newline
\end_inset

polskie tłumaczenie: Wojtek Pękala
\end_layout

\begin_layout Standard
\begin_inset CommandInset toc
LatexCommand tableofcontents

\end_inset


\end_layout

\begin_layout Section
Nawigacja po dokumentacji
\end_layout

\begin_layout Standard
Witaj w \SpecialChar LyX
-ie!
\end_layout

\begin_layout Standard
Aby ułatwić wyszukiwanie informacji i opisać wszystkie możliwości \SpecialChar LyX
-a, dokumentac
ja została rozdzielona na kilka różnych plików.
 Każdy z nich służy innemu celowi, który opisano poniżej.
 Zanim zaczniesz brnąć przez któryś z tych plików, przeczytaj najpierw dokładnie
 niniejszy dokument, który zawiera mnóstwo pożytecznych informacji i komentarzy.
 Pomogą one zaoszczędzić Ci czas.
\end_layout

\begin_layout Standard
\begin_inset VSpace bigskip
\end_inset


\end_layout

\begin_layout Standard
\align center
OSTRZEŻENIE!!!!! OSTRZEŻENIE!!!!! OSTRZEŻENIE!!!!
\end_layout

\begin_layout Standard
\align center
Danger, Will Robinson, Danger!
\end_layout

\begin_layout Standard
\begin_inset VSpace bigskip
\end_inset


\end_layout

\begin_layout Standard
Dokumentacja, jako całość, jest w tej chwili niekompletna! Podobnie jak
 program jest w wersji beta.
 Obiecujemy uzupełnić wszystko do wersji 1.0!
\end_layout

\begin_layout Standard
Prosimy także o pomoc - jeśli coś w podręcznikach jest niejasne, dezorientujące
 lub nieprawidłowe, nie wahajcie się dać nam znać! \SpecialChar LyX
 Team jest osiągalny
 przez listę dyskusyjną programistów pod adresem 
\begin_inset CommandInset href
LatexCommand href
target "lyx-users@lists.lyx.org"
type "mailto:"

\end_inset

.
 Prosimy o umieszczenie w nagłówku wiadomości słów 
\begin_inset Quotes pld
\end_inset


\family typewriter
\SpecialChar LyX
 Docs
\family default

\begin_inset Quotes erd
\end_inset

 .
 Z góry dziękujemy !
\end_layout

\begin_layout Section
Format podręczników
\end_layout

\begin_layout Standard
Część użytkowników mogła już wydrukować podręcznik.
 Inni mogą czytać go w komputerze, jako plik \SpecialChar LyX
-a.
 Istnieją pewne różnice między wersją drukowaną i elektroniczną.
 Po pierwsze tytuł w pliku jest po prostu na początku dokumentu, a nie na
 osobnej stronie, jak na wydruku.
 Nie widać również przypisów ani spisu treści.
 Istnieje okno do oglądania spisu treści, otwierane poleceniem Spis
\begin_inset space ~
\end_inset

treści z menu Edycja.
 Aby zajrzeć do przypisu, który wygląda tak,
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
Cześć !
\end_layout

\end_inset

 trzeba kliknąć na nim lewym przyciskiem myszy.
\end_layout

\begin_layout Standard
Skoro 
\size small
wyjaśniono już różnice między wydrukiem a wersją ekranową, nadszedł czas
 na objaśnienie formatu dokumentu.
 Od czasu do czasu można w nim napotkać tekst pisany różną czcionką:
\end_layout

\begin_layout Itemize

\emph on
Wyróżnienia
\emph default
 używa się celem ogólnego wyeksponowania fragmentów tekstu, podkreślenia
 argumentów, tytułów książek, nazw podrozdziałów innych podręczników i uwag
 od autorów.
\end_layout

\begin_layout Itemize

\family typewriter
Czcionka maszynowa
\family default
 stosowana jest do zapisu programów i nazw plików, kodu \SpecialChar LaTeX
-a, kodu \SpecialChar LyX
-a i jego
 funkcji.
\end_layout

\begin_layout Itemize

\family sans
Czcionka Sans Serif
\family default
 opisuje menu, przyciski, nazwy okien i klawiszy.
\end_layout

\begin_layout Itemize

\noun on
Styl nazw własnych 
\noun default
używany jest dla imion i nazwisk.
\end_layout

\begin_layout Standard
Klawisze i przypisane im funkcje opisano dokładnie w podrozdziale 
\emph on
Key Bindings
\emph default
 
\emph on
Opisu poleceń
\emph default
 (
\begin_inset Quotes eld
\end_inset


\emph on
Reference Manual
\emph default

\begin_inset Quotes erd
\end_inset

) [plik 
\family typewriter
Reference.lyx
\family default
].
 Opisując klawisze stosuje się następującą konwencję:
\end_layout

\begin_layout Itemize

\family sans
\begin_inset Quotes pld
\end_inset

C-
\family default

\begin_inset Quotes prd
\end_inset

 oznacza klawisz przyciśnięty wraz z klawiszem 
\family sans
Control
\family default
.
\end_layout

\begin_layout Itemize
\begin_inset Quotes eld
\end_inset


\family sans
S-
\family default

\begin_inset Quotes prd
\end_inset

 oznacza klawisz przyciśnięty wraz z klawiszem 
\family sans
Shift
\family default
.
\end_layout

\begin_layout Itemize

\family sans
\begin_inset Quotes pld
\end_inset

M-
\family default

\begin_inset Quotes prd
\end_inset

 oznacza klawisz przyciśnięty wraz z klawiszem 
\family sans
Alt
\family default
.
\end_layout

\begin_layout Itemize

\family sans
\begin_inset Quotes pld
\end_inset

F1
\family default

\begin_inset Quotes erd
\end_inset

 \SpecialChar ldots
 
\family sans

\begin_inset Quotes pld
\end_inset

F12
\family default

\begin_inset Quotes erd
\end_inset

 to klawisze funkcyjne.
\end_layout

\begin_layout Itemize

\family sans
\begin_inset Quotes pld
\end_inset

Esc
\family default

\begin_inset Quotes erd
\end_inset

 - klawisz 
\begin_inset Quotes pld
\end_inset

Escape
\begin_inset Quotes prd
\end_inset

.
\end_layout

\begin_layout Itemize

\family sans
\begin_inset Quotes pld
\end_inset

Left
\family default

\begin_inset Quotes erd
\end_inset

 
\family sans

\begin_inset Quotes pld
\end_inset

Right
\family default

\begin_inset Quotes erd
\end_inset

 
\family sans

\begin_inset Quotes pld
\end_inset

Up
\family default

\begin_inset Quotes erd
\end_inset

 
\family sans

\begin_inset Quotes pld
\end_inset

Down
\family default

\begin_inset Quotes erd
\end_inset

 klawisze strzałek, odpowiednio: w lewo, prawo, do góry, w dół.
\end_layout

\begin_layout Itemize

\family sans
\begin_inset Quotes eld
\end_inset

Insert
\family default

\begin_inset Quotes erd
\end_inset

 
\begin_inset Quotes eld
\end_inset


\family sans
Delete
\family default

\begin_inset Quotes erd
\end_inset

 
\begin_inset Quotes eld
\end_inset


\family sans
Home
\family default

\begin_inset Quotes erd
\end_inset

 
\begin_inset Quotes eld
\end_inset


\family sans
End
\family default

\begin_inset Quotes erd
\end_inset

 
\begin_inset Quotes eld
\end_inset


\family sans
PageUp
\family default

\begin_inset Quotes erd
\end_inset

 
\begin_inset Quotes eld
\end_inset


\family sans
PageDown
\family default

\begin_inset Quotes erd
\end_inset

: to sześć klawiszy nad klawiszami strzałek na wielu klawiaturach typu PC.
 
\begin_inset Quotes eld
\end_inset


\family sans
PageUp
\family default

\begin_inset Quotes erd
\end_inset

 i 
\begin_inset Quotes eld
\end_inset


\family sans
PageDown
\family default

\begin_inset Quotes erd
\end_inset

 na niektórych klawiaturach nazywają się 
\begin_inset Quotes eld
\end_inset


\family sans
Prior
\family default

\begin_inset Quotes erd
\end_inset

 i 
\begin_inset Quotes eld
\end_inset


\family sans
Next
\family default

\begin_inset Quotes erd
\end_inset

.
\end_layout

\begin_layout Itemize

\family sans
Return
\family default
 
\family sans
i Enter
\family default
 odnoszą się do tego samego klawisza.
 Na niektórych klawiaturach Return nazywa się Enter, na innych Return, są
 i takie posiadające dwa takie klawisze, ale \SpecialChar LyX
 traktuje je wszystkie jednakowo
 i w dokumentacji Return i Enter używane są zamiennie
\end_layout

\begin_layout Standard
Od czasu do czasu można napotkać 
\begin_inset Quotes pld
\end_inset

[zobacz w 
\begin_inset Quotes pld
\end_inset


\emph on
Opisie poleceń
\emph default

\begin_inset Quotes erd
\end_inset

]
\begin_inset Quotes prd
\end_inset

.
 Skróty klawiszowe dla różnych funkcji zostały opisane w odpowiednich pozycjach
 
\emph on
Opisu poleceń
\emph default
, tak więc warto także tam zaglądnąć.
\end_layout

\begin_layout Section
Podręczniki
\end_layout

\begin_layout Standard
Poniższa lista opisuje zawartość każdego z plików dokumentacji:
\end_layout

\begin_layout Description

\emph on
Wprowadzenie 
\begin_inset space ~
\end_inset


\emph default

\begin_inset Newline newline
\end_inset

Ten plik.
\end_layout

\begin_layout Description

\emph on
Elementarz 
\begin_inset space ~
\end_inset


\emph default

\begin_inset Newline newline
\end_inset

Dla nowych użytkowników \SpecialChar LyX
-a, którzy nigdy nie używali \SpecialChar LaTeX
-a, ani nawet o nim
 nie słyszeli.
\end_layout

\begin_layout Description

\emph on
Jak
\begin_inset space ~
\end_inset

to
\begin_inset space ~
\end_inset

zrobić 
\begin_inset space ~
\end_inset


\emph default

\begin_inset Newline newline
\end_inset

To zbiór często zadawanych pytań (i odpowiedzi: FAQ) na temat obsługi \SpecialChar LyX
-a
 [a w każdym razie kiedyś takim ma być].
 Maszyny do pisania i zwykłe edytory oferują szereg wspólnych funkcji, znanych
 wielu użytkownikom.
 Nie wszystkie z nich są dostępne w \SpecialChar LyX
-ie, albo nie mają sensu w środowisku
 \SpecialChar LyX
-a i \SpecialChar LaTeX
-a.
 Plik ten próbuje wyjaśnić w formie pytań i odpowiedzi, jak posługiwać się
 odpowiednimi operacjami w \SpecialChar LyX
-ie.
 Czasami będzie odwoływał się do głównego podręcznika.
\end_layout

\begin_layout Description

\series bold
\emph on
Podręcznik
\begin_inset space ~
\end_inset

użytkownika
\series default
\emph default
 
\emph on

\begin_inset space ~
\end_inset


\emph default

\begin_inset Newline newline
\end_inset

Podstawowa dokumentacja.
 Spróbowaliśmy zawrzeć w nim większość zasadniczych operacji i dostępnych
 funkcji \SpecialChar LyX
-a.
 Główny podręcznik zakłada przynajmniej częściową znajomość \SpecialChar LaTeX
-a lub przeczytanie
 
\emph on
Elementarza
\emph default
.
\end_layout

\begin_layout Description

\emph on
Zaawansowana
\begin_inset space ~
\end_inset

edycja 
\begin_inset space ~
\end_inset


\begin_inset Newline newline
\end_inset


\emph default
Poszerzenie 
\emph on
Podręcznika użytkownika
\emph default
.
 Dokumentuje dodatkowe układy i funkcje edycyjne specjalnego zastosowania,
 włącznie z kilkoma sztuczkami z repertuaru mistrzów \SpecialChar LaTeX
-a.
\end_layout

\begin_layout Description

\emph on
Przystosowywanie 
\begin_inset space ~
\end_inset


\emph default

\begin_inset Newline newline
\end_inset

Opis zaawansowanych cech \SpecialChar LyX
-a, wraz z przystosowywaniem zachowania programu:
 skróty klawiszowe, internacjonalizacja i pliki konfiguracyjne.
\end_layout

\begin_layout Description

\emph on
Opis
\begin_inset space ~
\end_inset

poleceń 
\begin_inset space ~
\end_inset


\begin_inset Newline newline
\end_inset


\emph default
Zawiera wyczerpujący, szczegółowy opis funkcji \SpecialChar LyX
-a, ale bez wskazówek i przykładó
w jak w 
\emph on
Podręczniku użytkownika
\emph default
\SpecialChar endofsentence

\end_layout

\begin_layout Description

\emph on
Znane
\begin_inset space ~
\end_inset

usterki 
\begin_inset space ~
\end_inset


\emph default

\begin_inset Newline newline
\end_inset

Plik ten zawiera opis znanych usterek \SpecialChar LyX
-a oraz informację, co zrobić w razie
 znalezienia błędu w \SpecialChar LyX
-ie\SpecialChar endofsentence

\end_layout

\begin_layout Description

\emph on
Konfiguracja
\begin_inset space ~
\end_inset

\SpecialChar LaTeX
-a 
\begin_inset space ~
\end_inset


\emph default

\begin_inset Newline newline
\end_inset

\SpecialChar LyX
 w trakcie instalacji robi przegląd systemu, a uzyskaną informację zapisuje
 w tym pliku.
 Przejrzyj go i sprawdź czy nie brakuje czegoś potrzebnego.
\end_layout

\begin_layout Standard
Pliki te odwołują się, gdy to konieczne, jeden do drugiego.
 Na przykład 
\emph on
Podręcznik użytkownika
\emph default
 zawiera trochę wiadomości o instalacji i przystosowywaniu, ale odsyła czytelnik
a do 
\emph on
Podręcznika przystosowywania
\emph default
 po więcej informacji.
\end_layout

\begin_layout Standard
W tym miejscu ponownie zamieścimy istotne stwierdzenie:
\end_layout

\begin_layout Standard
\begin_inset VSpace 0.51cm
\end_inset


\end_layout

\begin_layout Standard
\align center
Jeśli nigdy przedtem nie używałeś, ani nawet nie słyszałeś o \SpecialChar LaTeX
-u, przeczytaj
 
\emph on
Elementarz
\emph toggle
.
 I to zaraz
\end_layout

\begin_layout Standard
\begin_inset VSpace 0.51cm
\end_inset


\end_layout

\begin_layout Standard
W przeciwnym razie \SpecialChar LyX
 wyda Ci się dziwaczny i nieużyteczny.
\end_layout

\begin_layout Section
Pomoc w tworzeniu dokumentacji
\end_layout

\begin_layout Subsection
Zgłaszanie błędów
\end_layout

\begin_layout Standard
To proste.
 Wyślij list na listę dyskusyjną programistów albo użytkowników.
 Jeśli nagłówek rozpoczniesz hasłem 
\begin_inset Quotes pld
\end_inset

Doc Error
\begin_inset Quotes prd
\end_inset

 lub czymś podobnym, pomożesz nam go znaleźć
\end_layout

\begin_layout Standard
\begin_inset VSpace 1.06cm
\end_inset


\end_layout

\begin_layout Standard
\align center

\emph on
Nigdy nie zmieniaj zawartości żadnego z podręczników bez zgody aktualnego
 redaktora!
\end_layout

\begin_layout Standard
\begin_inset VSpace 1.06cm
\end_inset


\end_layout

\begin_layout Standard

\lang english
\SpecialChar LyX
 has a bug tracking system, which you can find at
\lang polish
 
\family typewriter

\begin_inset Flex URL
status collapsed

\begin_layout Plain Layout

http://www.lyx.org/trac/wiki/BugTrackerHome
\end_layout

\end_inset


\family default
.
\end_layout

\begin_layout Standard
Takie doraźne zmiany i tak nie zostaną uwzględnione, gdyż Zespół Dokumentacji
 posługuje się kopiami-matkami.
\end_layout

\begin_layout Subsection
Pierwsze kroki
\end_layout

\begin_layout Standard
The \SpecialChar LyX
 Documentation Project, tak jak inne elementy projektu \SpecialChar LyX
, chętnie skorzysta
 z pomocy! Jeśli jesteś zainteresowany(a) wsparciem wysiłku dokumentowania
 \SpecialChar LyX
-a, musisz 
\emph on
najpierw
\emph default
 
\emph toggle
wykonać następujące czynności:
\end_layout

\begin_layout Enumerate
Ściągnij najnowszy kod źródłowy \SpecialChar LyX
-a.
 Rozpakuj go.
 W głównym drzewie znajdziesz kartotekę nazwaną 
\family typewriter
development
\family default
.
\end_layout

\begin_layout Enumerate
Następnie przeczytaj 
\emph on
Podręcznik użytkownika
\emph toggle
.
 Cały.
\end_layout

\begin_deeper
\begin_layout Standard
Celem tego zadania jest wyrobienie podejścia.
 
\emph on
Podręcznik użytkownika
\emph default
 jest najbardziej kompletny z całej dokumentacji.
 Powinien pozwolić Ci zorientować się, jakiego typu podręczników potrzebujemy.
\end_layout

\end_deeper
\begin_layout Enumerate
Na koniec, skontaktuj się z zespołem pod adresem: 
\end_layout

\begin_deeper
\begin_layout Standard
\begin_inset CommandInset href
LatexCommand href
target "lyx-docs@lists.lyx.org"
type "mailto:"

\end_inset


\end_layout

\begin_layout Standard
Chcemy się upewnić, że rozumiesz plik stylu dokumentacji 
\emph on
zanim
\emph default
 zaczniesz pisać.
 W przeciwnym razie będziesz musiał przerobić to co już napisałeś.
\end_layout

\end_deeper
\begin_layout Standard

\emph on
Nie myśl
\emph default
 nawet o rozpoczęciu pisania, zanim nie pogadamy przez pocztę elektroniczną.
\end_layout

\end_body
\end_document