summaryrefslogtreecommitdiff
path: root/support/konwerter/konwerter.cc
blob: bad948b13682bd88b18e4e4cd4b56c5c81279563 (plain)
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

 /***************************************************************************
 *                                                                          * 
 *   Copyright (C) 2005 Piotr Wawrzyniak (piti@piti.vsv.pl)                 *
 *   This program is free software; you can redistribute it and/or modify   *
 *   it under the terms of the GNU General Public License as published by   *
 *   the Free Software Foundation; either version 2 of the License, or      *
 *   (at your option) any later version.                                    *
 *                                                                          *
 ***************************************************************************/

/*
  Tutaj tylko analizuję linie poleceń i sprawdzam co należy zrobić ponumerować czy 
  wrócić do etykiet.

  Here I analyze only commandline and check what is to do.
*/

#include<string.h>
#include"operacje.h"
#include"dl_wiersza.h"
#include<stdlib.h>
#include"operacje_na_tex.h"
#include"system_zapisu.h"
#define Def_version "0.2.4 (04.01.2008)"
#define Def_email "wopozka@gmail.com"

kol_etykiet*wierzcholek;

r_numerow klasa_obslugi_etykiet(1,1,1,1,1);

char numer_czy_etykieta='n';
int zacznij_numery_od=1;
char polecenie[DL_WIERSZA]; //what latex command will be use for label inserting
int language=1; //language 0 - polish; 1 - english

int srf=1;
int sRf=1;
int saf=1;
int slf=1;
int sLf=1;
int dns=2;
int test=0;
int debug_level=0;
int ignore_set_counter_to=0;
int ignore_formating=0;
int help=0;
int version=0;

void pomoc(); //help function declaration

int main(int argc,char *argv[])
{
  char **env=environ;
  
  while(*env)
    {
      if(!strncmp(*env,"LANG=pl_PL",10))
	{
	  language=0;
	  break;
	}
      env++;
    }

 
  if(argc<2)
    {
      pomoc();
      return 1;
    }
  strcpy(polecenie,"\\nrzw{");//Initialization command default is \nrzw
  if(!strcmp(argv[0],"konwerter"))numer_czy_etykieta='n';
  if(!strcmp(argv[0],"etykietuj"))numer_czy_etykieta='e';
  int i;

  //============================================================================
  //Command line analyzing
  for (i=1;i<argc&&argv[i][0]=='-';i++)
    {
      if(argv[i][0]=='-')
	{
	  //Paremeters without argument
	  
	  int czy_znalazlem=0;
	  
	  if(!strcmp(argv[i],"-ltn")){numer_czy_etykieta='n';czy_znalazlem=1;}

	  if(!strcmp(argv[i],"-ntl")){numer_czy_etykieta='e';czy_znalazlem=1;}

	  if(!strcmp(argv[i],"--labels-to-numbers")){numer_czy_etykieta='n';czy_znalazlem=1;}

	  if(!strcmp(argv[i],"--numbers-to-labels")){numer_czy_etykieta='e';czy_znalazlem=1;}

	  if(!strcmp(argv[i],"-v")){debug_level=1;czy_znalazlem=1;}

	  if(!strcmp(argv[i],"--verbose")){debug_level=1;czy_znalazlem=1;}
	  
	  if(!strcmp(argv[i],"-is")){ignore_set_counter_to=1;czy_znalazlem=1;}
	  
	  if(!strcmp(argv[i],"--ignore-switches")){ignore_set_counter_to=1;czy_znalazlem=1;}

	  if(!strcmp(argv[i],"-if")){ignore_formating=1;czy_znalazlem=1;}

	  if(!strcmp(argv[i],"--ignore-formating")){ignore_formating=1;czy_znalazlem=1;}

	  if(!strcmp(argv[i],"-h")||!strcmp(argv[i],"--help")){help=1;czy_znalazlem=1;}
	  
	  if(!strcmp(argv[i],"-t")||!strcmp(argv[i],"--test")){test=1;czy_znalazlem=1;}
	  
	  if(!strcmp(argv[i],"--version")){version=1;czy_znalazlem=1;}
	  
	  	  	  	  
	  //**************************************************************;
	  //Parameters with argument;
	  //Start roman from analyzis;
	  if(!strcmp(argv[i],"-srf"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)srf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    {
		      cout<<"Zły argument."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong parameter."<<endl;		     
		    }
		     return 1;
		}
	      if(srf==0)
		{
		  if(language==0)
		    {
		      cout<<"Zły argument opcji -srf."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong -srf option argument."<<endl;
		    }
		  return 1;
		}
	    }
      
	  if(!strcmp(argv[i],"--start-roman-from"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)srf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    {
		      cout<<"Zły argument."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong parameter."<<endl;
		    }
		  return 1;
		}
	      if(srf==0)
		{
		  if(language==0)
		    {
		      cout<<"Zły argument opcji --start-roman-from."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong --start-roman-from option argument."<<endl;
		    }
		  return 1;
		}

	    }

	  //************************************************************************;
	  //Start Roman from analyzis;
	      
	  if(!strcmp(argv[i],"-sRf"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)sRf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    {
		      cout<<"Błąd opcji."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong parameter of option."<<endl;		     
		    }
		     return 1;
		}
	      if(srf==0)
		{
		  if(language==0)
		    {
		      cout<<"Zły argument opcji -sRf."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong -sRf option argument."<<endl;
		    }
		  return 1;
		}
	    }
      
	  if(!strcmp(argv[i],"--start-Roman-from"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)sRf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    {
		      cout<<"Błąd opcji."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong parameter."<<endl;
		    }
		  return 1;
		}
	      if(srf==0)
		{
		  if(language==0)
		    {
		      cout<<"Zły argument opcji --start-Roman-from."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong --start-Roman-from option argument."<<endl;
		    }
		  return 1;
		}

	    }

	  //*****************************************;
	  //Start arabic from analyzis;
	  
	  if(!strcmp(argv[i],"-saf"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)saf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    {
		      cout<<"Błąd opcji."<<endl;
		    }
		  else
		    {
		    cout<<"Wrong parameter of option."<<endl;		     
		    }
		  return 1;
		}
	      if(saf==0)
		{
		  if(language==0)
		    {
		      cout<<"Zły argument opcji -saf."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong -srf option argument."<<endl;
		    }
		  return 1;
		}
	    }
      
	  if(!strcmp(argv[i],"--start-arabic-from"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)saf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    {
		      cout<<"Błąd opcji."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong parameter."<<endl;
		    }
		  return 1;
		}
	      if(srf==0)
		{
		  if(language==0)
		    {
		      cout<<"Zły argument opcji --start-arabic-from."<<endl;
		    }
		  else
		    {
		      cout<<"Wrong --start-arabic-from option argument."<<endl;
		    }
		  return 1;
		}

	    }


	  //*****************************************;
	  //Start letter from

	  if(!strcmp(argv[i],"-slf"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)slf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    {
		      cout<<"Błąd opcji."<<endl;
		    }
		  else
		    cout<<"Wrong parameter of option."<<endl;		     
		     return 1;
		}
	      if(slf==0)
		{
		  if(language==0)
		    cout<<"Zły argument opcji -slf."<<endl;
		  else
		    cout<<"Wrong -slf option argument."<<endl;
		  return 1;
		}
	    }
      
	  if(!strcmp(argv[i],"--start-letter-from"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)slf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    cout<<"Błąd opcji."<<endl;
		  else
		    cout<<"Wrong parameter."<<endl;
		  return 1;
		}
	      if(slf==0)
		{
		  if(language==0)
		    cout<<"Zły argument opcji --start-letter-from."<<endl;
		  else
		    cout<<"Wrong --start-letter-from option argument."<<endl;
		  return 1;
		}

	    }

	  //*****************************************;
	  //Start Letters from;

	  if(!strcmp(argv[i],"-sLf"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)sLf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    cout<<"Błąd opcji."<<endl;
		  else
		    cout<<"Wrong parameter of option."<<endl;		     
		  return 1;
		}
	      if(sLf==0)
		{
		  if(language==0)
		    cout<<"Zły argument opcji -sLf."<<endl;
		  else
		    cout<<"Wrong -sLf option argument."<<endl;
		  return 1;
		}
	    }
      
	  if(!strcmp(argv[i],"--start-Letter-from"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc)sLf=atoi(argv[i]);
	      else
		{
		  if(language==0)
		    cout<<"Błąd opcji."<<endl;
		  else
		    cout<<"Wrong parameter."<<endl;
		  return 1;
		}
	      if(sLf==0)
		{
		  if(language==0)
		    cout<<"Zły argument opcji --start-Letter-from."<<endl;
		  else
		    cout<<"Wrong --start-Letter-from option argument."<<endl;
		  return 1;
		}

	    }

	  //************************************************************;
	  //Default numbering style - dns

	  if(!strcmp(argv[i],"-dns")||!strcmp(argv[i],"--default-numbering-style"))
	    {
	      i++;czy_znalazlem=1;
	      if(i<argc&&strlen(argv[i])==1)
		{
		  switch(argv[i][0])
		    {
		    case 'r':
		      dns=0;
		      break;
		    case 'R':
		      dns=1;
		      break;
		    case 'a':
		      dns=2;
		      break;
		    case 'l':
		      dns=3;
		      break;
		    case 'L':
		      dns=4;
		      break;
		    default:
		      dns=-1;
		      break;
		    }
		}
		 else
		   {
		     if(language==0)
		       cout<<"Błąd opcji -dns/--default-numbering-style."<<endl;
		     else
		       cout<<"Wrong parameter of -dns/--default-numbering-style option."<<endl;		     
		    return 1;
		   }
	    }



	  //*************************************************************;
	  // -ln, --label-name analyzis
	  if(!strcmp(argv[i],"-ln"))
	    {
	      i++;czy_znalazlem=1;
	      if(argv[i][0]=='\\')
		{
		  if(strlen(argv[i])>DL_WIERSZA-2)
		    {
		      if(language==0)
			{
			  cout<<"Ha. Nie uda ci się przepełnić tutaj bufora hakerze!"
			      <<endl
			      <<"Polecenie za długie."<<endl;
			}
		      else
			cout<<"To long -ln option parameter"<<endl;
		      return 1;
		    }
		  else
		    {strcpy(polecenie,argv[i]);strcat(polecenie,"{");}
		}
	      else
		{
		  if(language==0)
		    {
		      cout<<"Jeśli w pliku LaTeX polecenie wygląda \\nrzw"<<endl 
			  <<"to opcja -ln musi wyglądać \\\\nrzw"<<endl;
		    }
		  else
		    {
		      cout<<"If in LaTeX file command is \\nrzw"<<endl
			  <<"then option -ln must be \\\\nrzw"<<endl;
		    }
		  return 1;
		}
	    }

	  if(!strcmp(argv[i],"--label-name"))
	    {
	      i++;czy_znalazlem=1;
	      if(argv[i][0]=='\\')
		{
		  if(strlen(argv[i])>DL_WIERSZA-2)
		    {
		      if(language==0)
			{
			  cout<<"Ha. Nie uda ci się przepełnić tutaj bufora hakerze!"
			      <<endl
			      <<"Polecenie za długie."<<endl;
			}
		      else
			cout<<"argv[i] command to long"<<endl;
		      return 1;
		    }
		  else
		    {strcpy(polecenie,argv[i]);strcat(polecenie,"{");}
		}
	      else
		{
		  if(language==0)
		    {
		      cout<<"Jeśli w pliku LaTeX polecenie wygląda \\nrzw"<<endl
			  <<"to opcja --label-name musi wyglądać \\\\nrzw"<<endl;
			}
		  else
		    {
		      cout<<"If in LaTeX file command is \\nrzw"<<endl
			  <<"then option -ln must be \\\\nrzw"<<endl;
		    }
		  return 1;
		}
	    }

	  //**********************************************************;
	  //language analyzis;
	  if(!strcmp(argv[i],"-l")||!strcmp(argv[i],"--language"))
	    {
	      i++;czy_znalazlem=1;
	      
	      if (!strcmp(argv[i],"en")) language=1;
	      if (!strcmp(argv[i],"pl")) language=0;

	    }
	  	  	  	  
	  if(!czy_znalazlem)
	    {
	      if(language==0)
		cout<<"Nieznana opcja "<<argv[i]<<endl;
	      else
		cout<<"Unknown option "<<argv[i]<<endl;
	      return 1;

	    }
	}     
    }

  //*****************************************************;

  if(i<argc)

    if(argv[i][0]=='-')
      {
	if(language==0)
	  cout<<"Brakuje argumentu opcji: "<<argv[i]<<endl;
	else
	  cout<<"Missing option argument: "<<argv[i]<<endl;
	return 1;
      }
 
  if(i>=argc&&!help&&!version)
    {
      if(language==0)
	cout<<"Brak nazwy pliku"<<endl;
      else
	cout<<"Missing filename"<<endl;
      return 1;
    }  

  
  if(srf<=0)
    {
      if(language==0)
	cout<<"Błędna opcja -srf albo --start-roman-from. Numer musi być  większy od zera."<<endl;
      else
	cout<<"Wrong option -srf or --start-roman-from parametr. Number must be greater than 0."<<endl;
      return 1;
    }
  
  if(sRf<=0)
    {
      if(language==0)
	cout<<"Błędna opcja -sRf albo --start-Roman-from. Numer musi być  większy od zera."<<endl;
      else
	cout<<"Wrong option -sRf or --start-Roman-from parametr. Number must be greater than 0."<<endl;
      return 1;
    }
 
  if(saf<=0)
    {
      if(language==0)
	cout<<"Błędna opcja -saf albo --start-arabic-from. Numer musi być  większy od zera."<<endl;
      else
	cout<<"Wrong option -saf or --start-arabic-from parametr. Number must be greater than 0."<<endl;
      return 1;
    }

  if(slf<=0)
    {
      if(language==0)
	cout<<"Błędna opcja -slf albo --start-letter-from. Numer musi być  większy od zera."<<endl;
      else
	cout<<"Wrong option -slf or --start-letter-from parametr. Number must be greater than 0."<<endl;
      return 1;
    }

  if(sLf<=0)
    {
      if(language==0)
	cout<<"Błędna opcja -sLf albo --start-Letter-from. Numer musi być  większy od zera."<<endl;
      else
	cout<<"Wrong option -sLf or --start-Letter-from parametr. Number must be greater than 0."<<endl;
      return 1;
    }

  if(dns<=0)
    {
      if(language==0)
	{
	  cout<<"Błędna opcja -dns albo --default-numbering-style "<<endl
	      <<"Dozwolone wartości: r, R, a, l, L"<<endl;
	}
      else
	{
	  cout<<"Wrong option -dns or --default-numbering-style parameter "<<endl
	      <<"Allowed values are: r, R, a, l, L"<<endl;
	}
      return 1;
    }

  //Maybe you would like to see version?
  if(version)
    {
      cout<<"konwerter "<<Def_version<<endl;
      return 0;
    }

  //Maybe you nead help if so, give it.
  if(help)
    {
      pomoc();
      return 0;
    }

  if(numer_czy_etykieta=='e'&&test)
    {
      if(language==0)
	{
	  cout<<"Opcja -t (--test) nie jest kompatybilna z opcją -ntl (--numbers-to-labels)"<<endl;
	}
      else
	{
	  cout<<"Option -t (--test) is not compatible with -ntl (--number-to-latex) option"<<endl;
	}
      return 1;

    }

  klasa_obslugi_etykiet.set_up_all(srf,sRf,saf,slf,sLf,dns);

  //end of the command line analyzis
  //========================================================================================

  //Funkcja z operacje.cc. Zajmuje się przetwarzaniem pliku texowego tzn szuka etykiet
  //sprawdza czy ma być zamiana etykiet na numery czy odwrotnie. Jeśli znajdzie etykiety 
  //w plikach eps wtedy zamienia je na numery.
  if(przetwarzaj_plik(argv[i],/*argv[2],*/&wierzcholek))return 1;//zwrócenie 1 oznacza błąd

  if(numer_czy_etykieta=='n')//czy mamy zamieniać etykiety na numery
    {
      if(!wierzcholek)
	{
	  if(language==0)
	    {
	      cout<<"Nie znaleziono żadnej etykiety w plikach eps."<<endl;
	    }
	  else
	    {
	      cout<<"No label was found"<<endl;
	    }
	  return 1;
	}
      //zmieniamy etykiety na numery w plikach tex
      //we change labels to numbers in tex files
      operacje_na_tex(argv[i],wierzcholek); 
    }

  //memory cleaning
  kol_etykiet*usuwany=wierzcholek;
  while(usuwany)
    {
      usuwany=wierzcholek->nast;
      delete wierzcholek;
      wierzcholek=usuwany;
      
    }
  //end of memory cleaning
  
  if(language==0)
    {
      cout<<endl<<"Program zakończył się pomyślnie."<<endl;
    }
  else
    {
     cout<<"Program finished successfully"<<endl;
    }
  return 0;
}

void pomoc()
{
  if(language==0)
  {
    cout<<endl;
    cout<<"Automatyczna zmiana etykiet w pliku LaTeX-owym na numery."<<endl;
    cout<<"Wersja "<<Def_version<<". Napisany i rozpowszechniany przez Piotra Wawrzyniaka."<<endl<<endl;
    cout<<"Jeśli podoba ci się ten program albo masz inne uwagi napisz:"<<endl;
    cout<<Def_email<<endl<<endl;
    cout<<"Program rozpowszechniany na licencji GPL (patrz www.gnu.org)."<<endl<<endl;
    cout<<"PROGRAM NIE POSIADA żADNEJ GWARACJI. UżYWASZ NA WłASNE RYZYKO."<<endl<<endl;
    cout<<"POLECAM ZROBIENIE KOPII ZAPASOWEJ PLIKU(ÓW) PRZED UżYCIEM PROGRAMU."<<endl<<endl;
    
    cout<<"Użycie: konwerter/etykietuj [opcje] nazwa_pliku_latexowego"<<endl;
    cout<<"Wspierane opcje [domyślne w nawiasach]"<<endl;
    cout<<"-ltn, --labels-to-numbers           zamiana etykiet na liczby [-ltn]"<<endl;
    cout<<"-ntl, --numbers-to-labels           zamiana liczb na etykiety"<<endl
	<<"                                    (tylko w plikach *.eps)"<<endl;
    cout<<"-srf n, --start-roman-from n        rozpocznij numerowanie małymi cyframi"<<endl
	<<"                                    rzymskimi od n [-srf 1]"<<endl;
    cout<<"-sRf n, --start-Roman-from n        rozpocznij numerowanie wielkimi cyframi"<<endl
	<<"                                    rzymskimi od n [-sRf 1]"<<endl;
    cout<<"-saf n, --start-arabic-from n       rozpocznij numerowanie cyframi arabskimi"<<endl
	<<"                                    od n [-saf 1]"<<endl;
    cout<<"-slf n, --start-letter-from n       rozpocznij numerowanie małymi literami"<<endl
	<<"                                    od n [-rlf 1]"<<endl;
    cout<<"-sLf n, --start-Letter-from n       rozpocznij numerowanie wielkimi literami"<<endl 
	<<"                                    od n [-rLf 1]"<<endl;
    cout<<"-dns n, --default-numbering-style n ustaw domyślny styl numeracji. Możliwe"<<endl
	<<"                                    wartości to :r, R, a, l, L [-dns a]"<<endl;
    cout<<"-ln, --label-name                   nazwa polecenia LaTeXowego wstawiającego"<<endl
	<<"                                    numer [-ln \\nrzw] przy tej opcji zawsze "<<endl
	<<"                                    należy podawać -ln \\\\xyz"<<endl;
    cout<<"-l, --language                      język komunikatów. Dostępne parametry"<<endl 
	<<"                                    [pl] i en. Nieznany parametr traktowany"<<endl
	<<"                                    jako pl"<<endl;
    cout<<"-t, --test                          sprawdź czy nie ma nieznanych etykiet"<<endl
	<<"                                    nie zmieniaj plików"<<endl;  
    cout<<"-is, --ignore-switches              zignoruj przełączniki %--set-X-to"<<endl;
    cout<<"-if, --ignore-formating             użyj dla wszystkich etykiet domyślnego"<<endl
	<<"                                    typu formatowania"<<endl;
    cout<<"-v, --verbose                       wyświetlaj dużo brzydkich komunikatów"<<endl;
    cout<<"--version                           wyświetl wersję i zakończ"<<endl;
    cout<<"-h, --help                          to co teraz czytasz"<<endl;
    cout<<"Type \"konwerter -l en -h\" for help in English."<<endl;
  }
  else
    {
      cout<<endl;
      cout<<"Automatic conversion labels in LaTeX and EPS files to numbers."<<endl;
      cout<<"Version "<<Def_version<<". Written by Piotr Wawrzyniak."<<endl<<endl;
      cout<<"If you like this program, or have any suggestions please sent me an e-mail to:"<<endl;
      cout<<Def_email<<endl<<endl;
      cout<<"Program spreads under conditions of GPL (see www.gnu.org)."<<endl<<endl;
      cout<<"THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!"<<endl<<endl;
      cout<<"IT IS GOOD IDEA TO DO COPY OF ALL FILES BEFORE USE."<<endl<<endl;
      cout<<"Usage: konwerter/etykietuj [options] LaTeX_filename"<<endl;
      cout<<"Supported  options [default in brackets]:"<<endl;
      cout<<"-ltn, --labels-to-numbers           change labels to numbers [-n]"<<endl;
      cout<<"-ntl, --numbers-to-labels           change numbers to labels"<<endl
	  <<"                                    (only in eps files)"<<endl;
      cout<<"-srf n, --start-roman-from n        start number with small Roman"<<endl
	  <<"                                    numbers from n [-srf 1]"<<endl;
      cout<<"-sRf n, --start-Roman-from n        start number with capital Roman"<<endl
	  <<"                                    numbers from n [-sRf 1]"<<endl;
      cout<<"-saf n, --start-arabic-from n       start number with arabic numbers"<<endl
	  <<"                                    from n [-saf 1]"<<endl;
      cout<<"-slf n, --start-letter-from n       start number with small letters"<<endl
	  <<"                                    from n [-rlf 1]"<<endl;
      cout<<"-sLf n, --start-Letter-from n       start number with capital letters"<<endl 
	  <<"                                    from n [-rLf 1]"<<endl;
      cout<<"-dns n, --default-numbering-style n set default number style. Possible"<<endl
	  <<"                                    values: r, R, a, l, L  [-dns a]"<<endl;
      cout<<"-ln, --label-name                   LaTeX command for numbers inserting"<<endl
	  <<"                                    [\\nrzw]. There must be always 2"<<endl
	  <<"                                    backslashes ie. -ln \\\\xyz"<<endl;
      cout<<"-l, --language                      set language. There are 2 possible"<<endl
	  <<"                                    parameters: [pl] and en. Unknown"<<endl
	  <<"                                    parameter is handle as pl"<<endl;
      cout<<"-t, --test                          test if there are unknown labels"<<endl
	  <<"                                    and do not change files"<<endl;
      cout<<"-is, --ignore-switches              ignore switches %--set-X-to"<<endl;
      cout<<"-if, --ignore-formating             use for all labels default number"<<endl
	  <<"                                    style"<<endl;
      cout<<"-v, --verbose                       be verbose"<<endl;
      cout<<"--version                           print version and exit"<<endl;
      cout<<"-h, --help                          short help"<<endl;
      cout<<"Wpisz \"konwerter -l pl -h\" po pomoc po polsku."<<endl;
    }
}