summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ecv/ecv.dtx
blob: cb3d1abc47654a92088918a457b1cde00c84d8e6 (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
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
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
%\iffalse
% ecv.dtx generated using makedtx version 0.91b (c) Nicola Talbot
% Command line args:
%   -macrocode ".*"
%   -src "(ecv.cls|ecvNLS.sty|ecvGerman.ldf|ecvEnglish.ldf)=>\1"
%   -author "Christoph P. Neumann & Bernd Haberstumpf"
%   -dir "src"
%   -usedir "tex/latex/ecv"
%   -setambles ".*=>\nopreamble"
%   -doc "doc/ecv.tex"
%   -silent "1"
%   ecv
% Created on 2011/4/23 10:03
%\fi
%\iffalse
%<*package>
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
%</package>
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
% Copyright (C) 2011 Christoph P. Neumann & Bernd Haberstumpf, all rights reserved.
% \fi
% \iffalse
%<*driver>
%%
%% Copyright 2007-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX class provides a simple interface for creating
%% a verfy fancy Curriculum Vitae. At the moment only CVs in
%% the german language are supported.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is 
%% preserved.
%%
%% This file is distributed in the hope that it will be useful, 
%% but WITHOUT ANY WARRANTY, to the extent permitted by law; 
%% without even the implied warranty of MERCHANTABILITY or 
%% FITNESS FOR A PARTICULAR PURPOSE.
%%

\documentclass{ltxdoc} 

\CodelineNumbered
\EnableCrossrefs 
%\DisableCrossrefs
\CodelineIndex 
%\PageIndex
\RecordChanges
%\OnlyDescription
\GetFileInfo{ecv.cls}

\parskip1.0ex
\parindent0.0ex

\begin{document} 
\DocInput{ecv.dtx}
\end{document}
%</driver>
%\fi
%
%\title{\textsf{ecv}\\
%A fancy Curriculum Vitae Class} 
%\author{Christoph P.\ Neumann \texttt{$<$c.p.neumann@web.de$>$}, \\
%Bernd Haberstumpf \texttt{$<$poldi@kabatrinker.de$>$}} 
%\maketitle 
%\PrintChanges
%
%\begin{abstract}
%The \texttt{ecv}--class provides a convenient environment for creating
%a fancy tabular currriculum vitae. The class is oriented at the europass
%(see: \texttt{http://europass.cedefop.eu.int}).
%\end{abstract}
%
%\section{Installation}
%
%The \texttt{zip} or \texttt{tar.gz} file comes with a \texttt{ecv.ins}
%and a \texttt{ecv.dtx} file included which contains the \LaTeX\ stuff.
%
%To extract the class files call:
%
%\begin{verbatim}
%  $ latex ecv.ins
%\end{verbatim}
%
%This call will extract all \LaTeX\ specific files to the current
%directory. You can either use the files for a single 
%cv project or you can integrate the files into your \TeX\ installation.
%
%If you just want to use \textsf{ecv} for a single curriculum vitae
%project, the simplest way is just to copy the generated files to the
%folder of the project.
%
%If you want to integrate \textsf{ecv} into  your \TeX\ installation,
%create a directory \texttt{tex/latex/ecv} beneath your \TeX\ installation
%(e.g.~beneath \texttt{/usr/share/texmf}) and copy all files from the
%current directory there. Now call:
%
%\begin{verbatim}
%  $ mktexlsr
%\end{verbatim}
%
%to update the file--cache of \LaTeX.
%
%Hint: The \textsf{ecv} distribution contains a sample docstrip configuration
%in \texttt{docstrip.cfg} via which files can be distributed
%automatically to their correct positions inside a \LaTeX\ installation.
%Feel free to adapt this file to your environment and afterwards call
%\texttt{latex ecv.ins} to install the package to its right place.
%
%\section{Linux and Windows}
%
%\textsf{Ecv} has been tested on Linux and also under Windows, using
%MiXTeX and TeXnicCenter.
%
%\section{Templates}
%
%For a quick start the \textsf{ecv} distribution contains document
%templates for a german and an english curriculum vitae. The templates
%can be found in the \texttt{template.zip} file.
%
%The \texttt{template} directory contains the templates
%
%\begin{itemize}
%\item \texttt{CV-template\_de.tex} for the german language
%\item \texttt{CV-template\_en.tex} for the english language
%\end{itemize}
%
%and a \texttt{Makefile} to build the pdf. Just call:
%
%\begin{verbatim}
%  $ make
%\end{verbatim}
%
%to build the pdf. The file \texttt{porttrait.eps} contains a dummy
%porttrait for the first page of the curriculum vitae.
%
%\section{Structure}
%
%The tex--file that contains the curriculum vitae will have roughly
%the following structure:
%
%\begin{verbatim}
%\% The languages english and german are supported
%\documentclass[german]{ecv}
%
%\% Portrait to be used on the first page
%\ecvPortrait{images/myPortrait}
%
%\% Name to be use for the footer line
%\ecvName{My Name}
%
%\begin{document}
%
%\% Start the tabular that contains the cv (this will print title 
%\% and portrait)
%\begin{ecv}
%
%\% Group entries with sections
%\ecvSec{\ecvPerson}
%
%\% Entries in the tabular
%\ecvEPR{Name}   {\textsc{Name}, My}
%\ecvEPR{Adresse}{Somewhere 13, Sometown}
%\ecvEPR{Telefon}{(555) 555 / 555}
%\ecvEPR{E-Mail} {\ecvHyperEMail{nobody@nowhere.com}}
%\ecvEPR{Staatsangeh"origkeit}
%                {Deutsch}
%\ecvEPR{Geburtsdatum}
%                {12.34.5678}
%\end{ecv}
%
%\ecvSig{Name, My}{Sometown}
%
%\end{verbatim}
%
%The example shows that some information is provided before the document
%start like the name for the footer line and the portrait. The actual
%cv is then written in the |ecv| environment. A curriculum vitae can be finialized with
%a signature where the issuer can sign by hand.
%
%\section{NLS support}
%
%As the example in the last chapter suggests curriculum vitaes can be
%written in either german or english language. Actually a curriculum
%vitae--tex--file can contain both a german version and an english version.
%Most commands of the class accept an optional parameter which defines
%to which language the command applies. If the language does not match
%the language define in the \texttt{documentclass} the command is ignored.
%
%Example:
%
%\begin{verbatim}
%\ecvERP[german]{Staatsangeh"origkeit}{Deutsch}
%\ecvERP[english]{nationality}{german}
%\end{verbatim}
%
%If the document is rendered with |\documentclass[german]{ecv}| the first
%line is used, if the document is rendered with |\documentclass[english]{ecv}|
%the second line is printed.
%
%The class also provides with its package |ecvNLS.sty| some macros for
%nationalized text--fragments like |ecvPerson| which prints |Zur Person|
%in the german version and |Personal Information| in the english version.
%
%\section{Documentclass}
%
%\DescribeMacro{documentclass ecv}
%This package provides the documentclass \texttt{ecv}. The documentclass
%supports the following options:
%
%
%\begin{itemize}
%\item |german| Select language german
%\item |english| Select language english
%\item |empty| Do not print footer or header
%\item |selinput| Use \texttt{selinput} package instead of \texttt{inputenc} if
%       you encounter encoding problems and if you have \texttt{selinput} installed.
%\end{itemize}
%
%\section{Header}
%
%Between the \texttt{documentclass} and the
%\texttt{document}--environment two commands are supported:
%
%\DescribeMacro{ecvName}
%\DescribeMacro{ecvPortrait}
%\begin{itemize}
%\item |\ecvName|\marg{name} Sets the name of the author of the cv.
%      The name is printed in the left--hand footer. If the name is not
%      set, the left hand footer (\texttt{Curriculum Vitae} or
%      \texttt{Lebenslauf}) is not printed.
%\item |ecvPortrait|\marg{image--name} Sets the name of the image
%      that should be used as the portrait right to the title of the
%      curriculum vitae.
%      A file--extension of \texttt{jpg} is appended to the
%      \texttt{image-name}. The image is printed 40mm x 60mm. If the
%      |ecvPortrait| command does not exist no image is shown.
%\end{itemize}
%
%\section{Footer}
%
%After the curriculum vitae a field for the signature can be added. This
%package provides the following command for this purpose:
%
%\DescribeMacro{ecvSig}
%\begin{itemize}
%\item |\ecvSig|\marg{name}\marg{town} Creates a signature field beneath the 
%      curriculum vitae.
%\end{itemize}
%
%A signature looks the following way:
%
%\noindent
%MyTown, \today \\[18pt]
%  
%Name, My
%
%\section{ecv Environment}
%
%\DescribeEnv{ecv}
%The |ecv| environment encloses the curriculum vitae. All entries of
%the curriculum vitae must be inside an |ecv| environment. The |ecv|
%environment prints a title (either |Lebenslauf| or |Curriculum Vitae|)
%and the portrait (if one is defined) prior to the entries.
%
%\DescribeEnv{ecv*}
%In addition to the |ecv| environment the |ecv*| envrionment is provided.
%This environment works exactly like the |ecv| environment but ommits the
%title and the pricture.
%
%\section{Entries}
%
%The curriculum vitae is composed of entries which are composed of a tag (left hand
%side) and a value (right hand side). Both tag and value can come in
%different flavours.
%
%For example you have different entries for a job:
%``period of time'', ``branch of trade'', ``job title'' and ``job description''.
%It is recommended to have the ``period of time'' entry with a special 
%preceeding symbol, like a blue triangle, and the other entries with
%a common preceeding symbol, like a small bullet.
%
%Note that in this example several jobs would be listed
%under a section ``jobs''. In the description below the term
%group relies to a single job with its several entries.
%
%\DescribeMacro{\ecvTP}
%\DescribeMacro{\ecvTF}
%\DescribeMacro{\ecvTN}
%Tags can be written with the following macros:
%
%\begin{itemize}
%\item |\ecvTF|\oarg{lang}\marg{text} or |\ecvTagFirst|\oarg{lang}\marg{text}
%      A tag that starts a group of tags. The \texttt{text} is preceeded
%      by a small blue triangle.
%\item |\ecvTN|\oarg{lang}\marg{text} or |\ecvTagNext|\oarg{lang}\marg{text}
%      A tag inside a group of tags. The \texttt{text} is preceeded
%      by a small circle.
%\item |\ecvTP|\oarg{lang}\marg{text} or |\ecvTagPlain|\oarg{lang}\marg{text}
%      The most simple form of a tag. Just prints \texttt{text}, without a
%      preceeded symbol.
%\end{itemize}
%
%
%\DescribeMacro{\ecvVR}
%\DescribeMacro{\ecvVB}
%Values can be written as ragged right or as justified text with the following macros:
%
%\begin{itemize}
%\item |\ecvVR|\oarg{lang}\marg{text} or |\ecvValueRagged|\oarg{lang}\marg{text}
%      A value with a ragged right.
%\item |\ecvVB|\oarg{lang}\marg{text} or |\ecvValueBlocked|\oarg{lang}\marg{text}
%      A value with justified text.
%\end{itemize}
%
%\bigskip
%Tags and values are separated by a \&:
%
%\begin{verbatim}
%\ecvTP{Name} & \ecvVR{Name, My}
%\end{verbatim}
%
%\DescribeMacro{\ecvEPR}
%\DescribeMacro{\ecvEPB}
%\DescribeMacro{\ecvEFR}
%\DescribeMacro{\ecvEFB}
%\DescribeMacro{\ecvENR}
%\DescribeMacro{\ecvENB}
%Normally we want to write whole entries. We do not want to separate tags 
%and values. Therefore, a convenient form for writing whole entries are 
%the following macros which are in fact a combination of the tag and value 
%macros. The name of the macros is composed of |ecvE| followed by the flavour 
%of the tag followed by the flavour of the value:
%
%\begin{itemize}
%\item |\ecvEPR|\oarg{lang}\marg{tag}\marg{value} writes a plain tag with
%      a value with a ragged right.
%\item |\ecvEPB|\oarg{lang}\marg{tag}\marg{value} writes a plain tag with
%      a value with a blocked right.
%\item |\ecvEFR|\oarg{lang}\marg{tag}\marg{value} writes a first tag with
%      a value with a ragged right.
%\item |\ecvEFB|\oarg{lang}\marg{tag}\marg{value} writes a first tag with
%      a value with a blocked right.
%\item |\ecvENR|\oarg{lang}\marg{tag}\marg{value} writes a next tag with
%      a value with a ragged right.
%\item |\ecvENB|\oarg{lang}\marg{tag}\marg{value} writes a next tag with
%      a value with a blocked right.
%\end{itemize}
%
%Of course also these macros have a long form 
%
%\begin{quote}
%|\ecvTagPlainValueRagged|\\
%|\ecvTagPlainValueBlocked| \\
%|\ecvTagFirstValueRagged|\\
%|\ecvTagFirstValueBlocked| \\
%|\ecvTagNextValueRagged|\\
%|\ecvTagNextValueBlocked|\\
%\end{quote}
%
%\DescribeMacro{\ecvOVR}
%\DescribeMacro{\ecvOnlyValueRagged}
%\DescribeMacro{\ecvOVB}
%\DescribeMacro{\ecvOnlyValueBlocked}
%Two special macros are provided to only print the value part:
%
%
%\begin{itemize}
%\item |\ecvOVR|\oarg{lang}\marg{text} or |\ecvOnlyValueRagged|\oarg{lang}\marg{text}
%      Print only the value with a ragged right.
%\item |\ecvOVB|\oarg{lang}\marg{text} or |\ecvOnlyValueBlocked|\oarg{lang}\marg{text}
%      Print only the value with a blocked right.
%\end{itemize}
%
%\section{Sections}
%
%Entries in the curriculum vitae can be grouped by sections and
%subsections. Sections are printed with blue letters in the left column in
%a slightly bigger font--face. Subsections are printed in capital letters.
%
%
%\DescribeMacro{\ecvSec}
%\DescribeMacro{\ecvSection}
%\DescribeMacro{\ecvBSec}
%\DescribeMacro{\ecvBreakSection}
%The Section command comes in two flavours: with and without additional
%vertical space (6pt) beforehand:
%
%
%\begin{itemize}
%\item |\ecvSec|\oarg{lang}{text} or |\ecvSection|\oarg{lang}{text} 
%      Prints a section tag without additional vertical space beforehand.
%\item |\ecvBSec|\oarg{lang}{text} or  |\ecvBreakSection|\oarg{lang}{text}  
%      Prints a section tag with additional vertical space beforehand.
%\end{itemize}
%
%At the moment we did not to try any automatization of the vertical space 
%insertion, but have just experienced the necessity to add them. 
%Feel free to eleminate the need for the \texttt{ecvB} commands by
%using fancy automization rules, and and don't forget to provide your 
%superior \LaTeX\ macro knowledge to us.
%
%\DescribeMacro{\ecvSub}
%\DescribeMacro{\ecvBSub}
%\DescribeMacro{\ecvERSub}
%\DescribeMacro{\ecvBERSub}
%\DescribeMacro{\ecvEBSub}
%\DescribeMacro{\ecvBEBSub}
%Subsections tags are printed like section tags in the first column
%but in another font. In contrast to sections they can have a value
%attached. Subsection commands therefore are provided in a version with
%and a version without a value:
%
%\begin{itemize}
%\item |\ecvSub|\oarg{lang}\marg{text} Standard subsection (without 
%      additional vertical space).
%\item |\ecvBSub|\oarg{lang}\marg{text} Subsection with additional
%      vertical space (smallskip).
%\end{itemize}
%\begin{itemize}
%\item |\ecvERSub|\oarg{lang}\marg{text}\marg{value} Subsection with a 
%      ragged right value (without additional vertical space).
%\item |\ecvBERSub|\oarg{lang}\marg{text}\marg{value} Subsection with a 
%      ragged right value and with additional vertical space.
%\end{itemize}
%\begin{itemize}
%\item |\ecvEBSub|\oarg{lang}\marg{text}\marg{value} Subsection with a 
%      blocked right value (without additional vertical space).
%\item |\ecvBEBSub|\oarg{lang}\marg{text}\marg{value} Subsection with a 
%      blocked right value and with additional vertical space.
%\end{itemize}
%
%Also these command come with verbose forms: 
%
%\begin{quote}
%|\ecvSubSection|\\
%|\ecvBreakSubSection|\\
%|\ecvEntryRaggedSubSection|\\
%|\ecvBreakEntryRaggedSubSection|\\
%|\ecvEntryBlockedSubSection|\\
%|\ecvBreakEntryBlockedSubSection|\\
%\end{quote}
%
%\section{Layouting}
%
%The ecv class provides some command to tweak the layout of the cv.
%
%
%\DescribeMacro{\ecvPageBreak}
%\DescribeMacro{\ecvNewPage}
%The following two commands can be used to control page--breaks:
%
%\begin{itemize}
%\item |ecvPageBreak| Suggest a page--break.
%\item |ecvNewPage| For a new page.
%\end{itemize}
%
%\DescribeMacro{\ecvBreakParagraphs}
%The |\ecvBreakParagraphs| command can be used to add vertical space
%between entries.
%
%\DescribeMacro{\ecvNewLine}
%The |\ecvNewLine| can be introduced to continue on a new--line.
%
%\DescribeMacro{\ecvNewPara}
%The |\ecvNewPara| begins a new paragraph with addtional vertical space
%(smallskip).
%
%\DescribeMacro{\ecvBold}
%The command |\ecvBold|\marg{text} can be used to create bold written
%text.
%
%\section{Hyperlinks}
%
%
%\DescribeMacro{\ecvURL}
%\DescribeMacro{\ecvEMail}
%\DescribeMacro{\ecvHyperLink}
%\DescribeMacro{\ecvHyperEMail}
%The curriculum vitae class provides some commands to render hyperlinks:
%
%\begin{itemize}
%\item |\ecvHyperLink|\marg{url} Format a clickable url.
%\item |\ecvHyperEMail|\marg{email} Format a clickable email.
%\end{itemize}
%
%The above commands are based on the following non-clickable 
%commands, which provide the formating and which can 
%be used likewise:
%
%\begin{itemize}
%\item |\ecvURL|\marg{url} Format an unclickable url.
%\item |\ecvEMail|\marg{email} Format an unclickable email.
%\end{itemize}
%
%\section{Localized Strings}
%
%The following localized strings are provided for the german and english
%languages:
%
%
%\begin{itemize}
%\item |\ecvPerson| Either |Zur Person| or |Personal Information|
%\DescribeMacro{ecvPerson}
%\item |\ecvProfession| Either |Beruf| or |Profession|
%\DescribeMacro{ecvProfession}
%\item |\ecvResearch| Either |Forschung| or |Research|
%\DescribeMacro{ecvResearch}
%\item |\ecvEducation| Either |Ausbildung| or |Scholarship|
%\DescribeMacro{ecvEducation}
%\item |\ecvPublications| Either |Publikationen| or |Publications|
%\DescribeMacro{ecvPublications}
%\item |\ecvAwards| Either |Auszeichungen| or |Awards|
%\DescribeMacro{ecvAwards}
%\item |\ecvScholarships| Either |Stipendien| or |Scholarships|
%\DescribeMacro{ecvScholarships}
%\item |\ecvJobs| Either |Arbeitserfahrung| or |Jobs|
%\DescribeMacro{ecvJobs}
%\item |\ecvLanguages| Either |Sprachen| or |Languages|
%\DescribeMacro{ecvLanguages}
%\item |\ecvLanguageTravels| Either |Sprachreisen| or |Language Travels|
%\DescribeMacro{ecvLanguageTravels}
%\item |\ecvAbilities| Either |F"ahigkeiten| or |Abilities|
%\DescribeMacro{ecvAbilities}
%\item |\ecvConferences| Either |Konferenzen| or |Conferences|
%\DescribeMacro{ecvConferences}
%\item |\ecvSpeeches| Either |Vortr"age| or |Speeches|
%\DescribeMacro{ecvSpeeches}
%\item |\ecvTraining| Either |Fortbildung| or |Trainig|
%\DescribeMacro{ecvTrainig}
%\item |\ecvAttachements| Either |Anh"ange| or |Attachements|
%\DescribeMacro{ecvAttachements}
%\end{itemize}
%
%\section{Requirements}
%
%We instrument several other \LaTeX\ packages for different purposes,
%which must be available under your installation.
%
%\begin{itemize}
%\item geometry
%\item longtable
%\item pgf
%\item paralist
%\item helvet
%\item color
%\item fancyhdr
%\item inputenc
%\item fontenc
%\item ae
%\item aecompl
%\item aeguill
%\item textcomp
%\item url
%\item hyperref
%\item babel
%\end{itemize}
%
%
%
%
%\StopEventually{}
%\section{The Code}
%\iffalse
%    \begin{macrocode}
%<*ecv.cls>
%    \end{macrocode}
%\fi
%    \begin{macrocode}
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX class provides a simple interface for creating
%% a verfy fancy Curriculum Vitae. At the moment only CVs in
%% the german language are supported.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
%% SPECIAL THANKS to
%% Alexander von Gernler, who introduced me to the European Curriculum Vitae
%%

% \changes{v0.1}{2007/01/06}{Initial version}
% \changes{v0.2}{2009/08/25}{0.2}
% \changes{v0.3}{2011/04/18}{0.3}

\def\fileversion{0.3}
\def\filedate{2011/04/18}

\NeedsTeXFormat{LaTeX2e}

%
% Class definition
% 

\ProvidesClass{ecv}[\filedate %
  \space Version \fileversion\space by %
  Christoph P.\ Neumann & Bernd Haberstumpf %
]


%
% Option definition
%

\def\ecv@lang{german}
\def\ecv@german{german}
\def\ecv@english{english}
\DeclareOption{german}{\def\ecv@lang{\ecv@german}}
\DeclareOption{english}{\def\ecv@lang{\ecv@english}}
\DeclareOption{oneside}{\PassOptionsToClass{oneside}{scrartcl}}
\DeclareOption{twoside}{\PassOptionsToClass{twoside}{scrartcl}}
\DeclareOption{selinput}{\def\ecv@selinput{1}}
\DeclareOption{empty}{\def\ecv@empty{1}}
\ProcessOptions

%
% Load base class
% 



\LoadClass[a4paper,11pt]{article}

% define command to check for pdf
\RequirePackage{ifpdf}
  
\ifpdf
  \pdfcompresslevel=9           % compression level fortext and image;
\fi

%
% Load packages
%

% NLS
\RequirePackage[\ecv@lang]{ecvNLS}


% Provides an ifthenelse command
\RequirePackage{ifthen}


% Pagelayout
\ifpdf
  \RequirePackage[a4paper, pdftex]{geometry}
\else
  \RequirePackage[a4paper, dvips ]{geometry}
\fi


% For the table that makes the text spanning multiple pages
\RequirePackage{longtable}

% Grafix package for the portrait
\RequirePackage{pgf}

% compact listings/enumerate environments
\RequirePackage{paralist}

% Font
\RequirePackage{helvet}

% Colors for the sections
\RequirePackage{xcolor}

% Needed for the footline to redefine the footline
\RequirePackage{fancyhdr}

\ifx\ecv@empty\undefined
% Inputencoding (latin1 with euro sign)
\RequirePackage[latin9]{inputenc} % = latin1, but also with euro sign
% Better variant than inputenc:
\else
  \RequirePackage{selinput}
% SelectInputMappings seems not to be necessary? ...
% If it is used in the cls file it makes problems if used 
% in a Windows environment... ?!?
%\SelectInputMappings{
%	adieresis={ä},
%	germandbls={ß},
%	Euro={€},
%}
\fi

% Outputencoding
\RequirePackage[T1]{fontenc}

% Font tweaking
%\RequirePackage{ae}
%\RequirePackage{aecompl}
%\RequirePackage{aeguill}
% e.g. for \textcopyleft
%\RequirePackage{textcomp}

% Output of links
\RequirePackage{url}
\ifpdf
  \RequirePackage[pdftex]{hyperref} %,pdfstartpage=9
\else
  \RequirePackage[dvips]{hyperref} %ALT: colorlinks
\fi


%
% configuration (page setup, color setup etc.)
%

% page setup
\geometry{left=30mm, right=20mm, top=20mm, bottom=15mm}

% Footer
\ifx\ecv@empty\undefined
  \pagestyle{fancy}
\else
  \pagestyle{empty}
\fi

% Color setup (for the sections)
\definecolor{ecv@ColBlue}{rgb}{0.04,0.44,0.59}   % ANPA 732-0, but darker
\definecolor{ecv@ColRed}{rgb}{0.921,0.282,0.278} % ANPA 723-0

\ClassInfo{ecv}{used language is \ecv@lang}

% This variable holds the name set with ecvName
\newcommand{\ecv@name}{}

% \begin{document} preamble
\AtBeginDocument{%
  \sffamily
  \raggedbottom
  \fancyhead{}
  \fancyfoot{}
  \renewcommand{\headrulewidth}{0pt}
  \renewcommand{\footrulewidth}{0pt}
  \fancyfoot[R]{
    \begin{minipage}{5cm}\begin{flushright}
      \footnotesize{}\textsf{\ecvPage~\thepage}
    \end{flushright}\end{minipage}
  }
  \ifthenelse{\equal{\ecv@name}{}}{
    ~
  }{
    \fancyfoot[L]{
      \begin{minipage}{6cm}
        \footnotesize{}\textsf{\ecvTitle~\ecv@name}
      \end{minipage}
    }
  }
}

% Command to layout the portrait (must be 60mmx40mm) 
\newcommand\ecv@Portrait[1]{%
  %% A frame as placeholder (with  some 1mm inner padding):
  \pgfrect[stroke]{\pgfxy(6.85,0.65)}{\pgfxy(4.3,-6.3)}
  %% Actually a concrete digital image:
  \pgfdeclareimage[interpolate=true,height=60mm,width=40mm]{portrait}{#1}
  \pgfputat{\pgfxy(6.77,0.5)}{\pgfbox[left,top]{\pgfuseimage{portrait}}}
}

% This variable holds the name of the portrait image
\newcommand\ecv@img{}

% title with image
\newcommand{\ecv@Title}{%
  \ifthenelse{\equal{\ecv@img}{}}{ %
    \ecvLeft{\textsc{\LARGE{\ecvTitle}}%
      \bigskip\bigskip\bigskip%
    } & \tabularnewline %
  }{ %
    \ecvLeft{\textsc{\LARGE{\ecvTitle}}%
      \bigskip\bigskip\bigskip%
    } & \ecv@Portrait{\ecv@img} %
    \tabularnewline %
  } %
}


%
% Define new commands
% 

% Hyperlink commands
\newcommand\ecvURL{\begingroup \urlstyle{sf}\Url}
\newcommand\ecvEMail{\begingroup \urlstyle{sf}\Url}
\ifpdf
  \newcommand{\ecvHyperLink}[1]{%
    \href{#1}{\ecvURL{#1}}%
  }
  \newcommand{\ecvHyperEMail}[1]{%
    \href{mailto:#1}{\ecvEMail{#1}}%
  }
  \newcommand{\ecvHttp}[1]{%
    \href{http://#1}{\ecvURL{#1}}%
  }
\else
  \newcommand{\ecvHyperLink}[1]{%
    \ecvURL{#1}%
  }
  \newcommand{\ecvHyperEMail}[1]{%
    \ecvEMail{#1}%
  }
  \newcommand{\ecvHttp}[1]{%
    \ecvURL{#1}%
  }
\fi
\hypersetup{a4paper,pdfpagelayout={SinglePage},pdfstartview={Fit}}
\hyperbaseurl{http://}


% Name

% Defines the name of the issuer for the footline
\newcommand{\ecvName}[1]{\renewcommand{\ecv@name}{#1}}

% Portrait

% Defines the image (to be used before the \begin{ecv})
% \ecvPortrait{file-name}
\newcommand{\ecvPortrait}[1]{\renewcommand\ecv@img{#1}}


% Environment for layouting the cv

% Environment that prints title and portrait
\newenvironment{ecv}{%
  \begin{longtable}{p{.32\linewidth}|p{.68\linewidth}}
  \ecv@Title
}{%
  \end{longtable}
}
% Environment that skips title and portrait
\newenvironment{ecv*}{%
  \begin{longtable}{p{.32\linewidth}|p{.68\linewidth}}
}{%
  \end{longtable}
}

% Vertical Spacing to be used in left column

% begin new row: make an (optional) spacing before a section
\newcommand{\ecvBreaksections}[0]{& \tabularnewline[6pt]}
% begin new row: make a break before a subsection
\newcommand{\ecvBreaksubsections}[0]{& \tabularnewline\smallskip}
% begin new row: make a break inside a section (for subsub grouping of entries)
\newcommand{\ecvBreakparagraphs}[0]{& \tabularnewline}

% Vertical spacing to be used inside a column

% start text on a new line
\newcommand{\ecvNewLine}[0]{\\}
% start a new paragraph
\newcommand{\ecvNewPara}[0]{\smallskip}

% Newpage

% Force a page break
\newcommand{\ecvNewPage}{
  \newpage
}
% Suggest a page break
\newcommand{\ecvPageBreak}{
  \pagebreak
}

% emphasizings text
\newcommand{\ecvBold}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \textbf{#2}%
  }{}%
}

% bullets for the left column entries
\newcommand{\ecvBulleted}[1]{$\circ$ #1}
\newcommand{\ecvBulletedFirst}[1]{%
  \textcolor{ecv@ColBlue}{$\triangleright$} #1%
}

% layout primitives for left and right column

% primitve for the left column
\newcommand{\ecvLeft}[1]{%
  \parbox[t]{\linewidth}{\raggedright #1}%
}
% primitive for the right column (raggedright)
\newcommand{\ecvRight}[1]{%
  %\parbox[t]{\linewidth}{
  {\raggedright #1}%
  \tabularnewline%
}
% primitive for the right column (block)
\newcommand{\ecvRightBlock}[1]{%
  \parbox[t]{0.9\linewidth}{#1}%
  \tabularnewline%
}


% left column commands

% tag without bullet (simple left column entry)
\newcommand{\ecvTP}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvLeft{#2}%
  }{}%
}
\newcommand{\ecvTagPlain}[2][\ecv@lang]{\ecvTP[#1]{#2}}
% tag with first line mark (triange bullet left column entry)
\newcommand{\ecvTF}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvBreakparagraphs
    \smallskip
    \ecvLeft{\ecvBulletedFirst{#2}}%
  }{}%
}
\newcommand{\ecvTagFirst}[2][\ecv@lang]{\ecvTF[#1]{#2}}
% tag with first line mark (triange bullet left column entry)
% but WITHOUT the line break!
\newcommand{\ecvTI}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvLeft{\ecvBulletedFirst{#2}}%
  }{}%
}
\newcommand{\ecvTagIntermediate}[2][\ecv@lang]{\ecvTI[#1]{#2}}
% tag with first follow line mark (circle bullet left column entry)
\newcommand{\ecvTN}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvLeft{\ecvBulleted{#2}}%
  }{}%
}
\newcommand{\ecvTagNext}[2]{\ecvTN[#1]{#2}}


% right column commands

% value with raggedright layout
\newcommand{\ecvVR}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvRight{#2}%
  }{}%
}
\newcommand{\ecvValueRagged}[2][\ecv@lang]{\ecvVR[#1]{#2}}
% value with block layout
\newcommand{\ecvVB}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvRightBlock{#2}%
  }{}%
}
\newcommand{\ecvValueBlocked}[2][\ecv@lang]{\ecvVB[#1]{#2}}


% Compound commands tag+value

% Plain tag with ragged value
\newcommand{\ecvEPR}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTP[#1]{#2} & \ecvVR[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagPlainValueRagged}[3][\ecv@lang]{\ecvERP[#1]{#2}{#3}}
% Plain tag with blocked value
\newcommand{\ecvEPB}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTP[#1]{#2} & \ecvVB[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagPlainValueBlocked}[3][\ecv@lang]{\ecvERB[#1]{#2}{#3}}
% bulleted first tag with ragged value
\newcommand{\ecvEFR}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTF[#1]{#2} & \ecvVR[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagFirstValueRagged}[3][\ecv@lang]{\ecvEFR[#1]{#2}{#3}}
% bulleted first tag with blocked value
\newcommand{\ecvEFB}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTF[#1]{#2} & \ecvVB[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagFirstValueBlocked}[3][\ecv@lang]{\ecvEFB[#1]{#2}{#3}}
% bulleted intermediate tag with ragged value
\newcommand{\ecvEIR}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTI[#1]{#2} & \ecvVR[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagIntermediateValueRagged}[3][\ecv@lang]{\ecvEIR[#1]{#2}{#3}}
% bulleted intermediate tag with blocked value
\newcommand{\ecvEIB}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTI[#1]{#2} & \ecvVB[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagIntermediateValueBlocked}[3][\ecv@lang]{\ecvEIB[#1]{#2}{#3}}
\newcommand{\ecvENR}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTN[#1]{#2} & \ecvVR[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagNextValueRagged}[3][\ecv@lang]{\ecvENR[#1]{#2}{#3}}
% bulleted next tag with blocked value
\newcommand{\ecvENB}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvTN[#1]{#2} & \ecvVB[#1]{#3} %
  }{}%
}
\newcommand{\ecvTagNextValueBlocked}[3][\ecv@lang]{\ecvENB[#1]{#2}{#3}}
% value only ragged
\newcommand{\ecvOVR}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    & \ecvVR[#1]{#2} %
  }{}%
}
\newcommand{\ecvOnlyValueRagged}[2][\ecv@lang]{\ecvOVR[#1]{#2}}
\newcommand{\ecvOVB}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    & \ecvVB[#1]{#2} %
  }{}%
}
\newcommand{\ecvOnlyValueBlocked}[2][\ecv@lang]{\ecvOVB[#1]{#2}}




% Sections

% section: \ecvSection{name}
\newcommand{\ecvSec}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvLeft{\textsc{\Large{\textcolor{ecv@ColBlue}{#2}}} \bigskip } &%
    \tabularnewline%
  }{}%
}
\newcommand{\ecvSection}[2][\ecv@lang]{\ecvSec[#1]{#2}}
% section with breaksection: \ecvBreakSection{name}
\newcommand{\ecvBSec}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvBreaksections
    \ecvLeft{\textsc{\Large{\textcolor{ecv@ColBlue}{#2}}} \bigskip } &%
    \tabularnewline%
  }{}%
}
\newcommand{\ecvBreakSection}[2][\ecv@lang]{\ecvBSec[#1]{#2}}
% sub-section: \ecvSubSection{name}
\newcommand{\ecvSub}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvLeft{\textsc{\large{#2}}}%
    & \tabularnewline%
  }{}%
}
\newcommand{\ecvSubSection}[2][\ecv@lang]{\ecvSub[#1]{#2}}
\newcommand{\ecvBSub}[2][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvBreaksubsections
    \ecvLeft{\textsc{\large{#2}}}%
    & \tabularnewline%
  }{}%
}
\newcommand{\ecvBreakSubSection}[2][\ecv@lang]{\ecvBSub[#1]{#2}}
% sub-section with a value
\newcommand{\ecvERSub}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvLeft{\textsc{\large{#2}}} & \ecvRight{#3}%
  }{}%
}
\newcommand{\ecvEntryRaggedSubSection}[3][\ecv@lang]{\ecvERSub[#1]{#2}{#3}}
\newcommand{\ecvBERSub}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvBreaksubsections
    \ecvLeft{\textsc{\large{#2}}} & \ecvRight{#3}%
  }{}%
}
\newcommand{\ecvBreakEntryRaggedSubSection}[3][\ecv@lang]{\ecvBERSub[#1]{#2}{#3}}
% sub-section with a value
\newcommand{\ecvEBSub}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvLeft{\textsc{\large{#2}}} & \ecvRightBlock{#3}%
  }{}%
}
\newcommand{\ecvEntryBlockedSubSection}[3][\ecv@lang]{\ecvEBSub[#1]{#2}{#3}}
\newcommand{\ecvBEBSub}[3][\ecv@lang]{%
  \ifthenelse{\equal{#1}{\ecv@lang}}{%
    \ecvBreaksubsections
    \ecvLeft{\textsc{\large{#2}}} & \ecvRightBlock{#3}%
  }{}%
}
\newcommand{\ecvBreakEntryBlockedSubSection}[3][\ecv@lang]{\ecvBEBSub[#1]{#2}{#3}}




% Signature

% \ecvSignature{name}{town}
\newcommand{\ecvSig}[2]{ %
  \vspace{1cm}
  \noindent
  #2, \today \\[18pt]

  #1
}
\newcommand{\ecvSignature}[2]{\ecvSig{#1}{#2}}
%    \end{macrocode}
%\iffalse
%    \begin{macrocode}
%</ecv.cls>
%    \end{macrocode}
%\fi
%\iffalse
%    \begin{macrocode}
%<*ecvEnglish.ldf>
%    \end{macrocode}
%\fi
%    \begin{macrocode}
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This a language definition file for the ecv class.
%% THe file defines some NLS strings.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is 
%% preserved.
%%
%% This file is distributed in the hope that it will be useful, 
%% but WITHOUT ANY WARRANTY, to the extent permitted by law; 
%% without even the implied warranty of MERCHANTABILITY or 
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
%% SPECIAL THANKS to
%% Alexander von Gernler, who introduced me to the European Curriculum Vitae
%%

\def\fileversion{0.3}
\def\filedate{2011/04/18}

\NeedsTeXFormat{LaTeX2e}

\ProvidesFile{ecvEnglish.ldf}[2007/01/05]

\def\ecvNLS@Page{Page}
\def\ecvNLS@Title{Curriculum Vitae}
\def\ecvNLS@Person{Personal Information}
\def\ecvNLS@Profession{Profession}
\def\ecvNLS@Education{Education}
\def\ecvNLS@Research{Research}
\def\ecvNLS@Awards{Awards}
\def\ecvNLS@Publications{Publications}
\def\ecvNLS@Scholarships{Scholarships}
\def\ecvNLS@Jobs{Jobs}
\def\ecvNLS@Languages{Languages}
\def\ecvNLS@LanguageTravels{Language Travels}
\def\ecvNLS@Abilities{Abilities}
\def\ecvNLS@Conferences{Conferences}
\def\ecvNLS@Speeches{Speeches}
\def\ecvNLS@Trainig{Training}
\def\ecvNLS@Attachements{Attachements}
%    \end{macrocode}
%\iffalse
%    \begin{macrocode}
%</ecvEnglish.ldf>
%    \end{macrocode}
%\fi
%\iffalse
%    \begin{macrocode}
%<*ecvGerman.ldf>
%    \end{macrocode}
%\fi
%    \begin{macrocode}
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This a language definition file for the ecv class.
%% THe file defines some NLS strings.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is 
%% preserved.
%%
%% This file is distributed in the hope that it will be useful, 
%% but WITHOUT ANY WARRANTY, to the extent permitted by law; 
%% without even the implied warranty of MERCHANTABILITY or 
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
%% SPECIAL THANKS to
%% Alexander von Gernler, who introduced me to the European Curriculum Vitae
%%


\def\fileversion{0.3}
\def\filedate{2011/04/18}

\NeedsTeXFormat{LaTeX2e}

\ProvidesFile{ecvGerman.ldf}[2007/01/05]

\def\ecvNLS@Page{Seite}
\def\ecvNLS@Title{Lebenslauf}
\def\ecvNLS@Person{Zur Person}
\def\ecvNLS@Profession{Beruf}
\def\ecvNLS@Education{Bildung}
\def\ecvNLS@Research{Forschung}
\def\ecvNLS@Awards{Auszeichnungen}
\def\ecvNLS@Publications{Publikationen}
\def\ecvNLS@Scholarships{Stipendien}
\def\ecvNLS@Jobs{Arbeitserfahrung}
\def\ecvNLS@Languages{Sprachen}
\def\ecvNLS@LanguageTravels{Sprachreisen}
\def\ecvNLS@Abilities{F\"ahigkeiten}
\def\ecvNLS@Conferences{Konferenzen}
\def\ecvNLS@Speeches{Vortr\"age}
\def\ecvNLS@Trainig{Fortbildung}
\def\ecvNLS@Attachements{Anlagen}
%    \end{macrocode}
%\iffalse
%    \begin{macrocode}
%</ecvGerman.ldf>
%    \end{macrocode}
%\fi
%\iffalse
%    \begin{macrocode}
%<*ecvNLS.sty>
%    \end{macrocode}
%\fi
%    \begin{macrocode}
%%
%% Copyright 2006-2007 Christoph Neumann, Bernd Haberstumpf
%%
%% This LaTeX package provides NLS support for the ecv class.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is 
%% preserved.
%%
%% This file is distributed in the hope that it will be useful, 
%% but WITHOUT ANY WARRANTY, to the extent permitted by law; 
%% without even the implied warranty of MERCHANTABILITY or 
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
%% SPECIAL THANKS to
%% Alexander von Gernler, who introduced me to the European Curriculum Vitae
%%

\def\fileversion{0.1}
\def\filedate{2007/01/05}

\NeedsTeXFormat{LaTeX2e}

%
% Package definition
% 

\ProvidesPackage{ecvNLS}[\filedate %
  \space Version \fileversion\space by %
  Christoph Neumann & Bernd Haberstumpf %
]

%
% Option definition
%

\def\ecvNLS@lang{german}
\def\ecvNLS@german{1}
\def\ecvNLS@english{2}
\DeclareOption{german}{\def\ecvNLS@lang{\ecvNLS@german}\input{ecvGerman.ldf}}
\DeclareOption{english}{\def\ecvNLS@lang{\ecvNLS@english}\input{ecvEnglish.ldf}}
\ProcessOptions


%
% Load packages
%

% \selectlanguage{ngerman} will be called after \begin{document}
\RequirePackage[ngerman,english]{babel}   


% \begin{document} preamble
\AtBeginDocument{%
  \ifnum\ecvNLS@lang =\ecvNLS@german
    \selectlanguage{ngerman}
  \else
    \selectlanguage{english}
  \fi
}


%
% Define NLS commands
%

\newcommand{\ecvPage}{\ecvNLS@Page}
\newcommand{\ecvTitle}{\ecvNLS@Title}
\newcommand{\ecvPerson}{\ecvNLS@Person}
\newcommand{\ecvProfession}{\ecvNLS@Profession}
\newcommand{\ecvEducation}{\ecvNLS@Education}
\newcommand{\ecvResearch}{\ecvNLS@Research}
\newcommand{\ecvAwards}{\ecvNLS@Awards}
\newcommand{\ecvPublications}{\ecvNLS@Publications}
\newcommand{\ecvScholarships}{\ecvNLS@Scholarships}
\newcommand{\ecvJobs}{\ecvNLS@Jobs}
\newcommand{\ecvLanguages}{\ecvNLS@Languages}
\newcommand{\ecvLanguageTravels}{\ecvNLS@LanguageTravels}
\newcommand{\ecvAbilities}{\ecvNLS@Abilities}
\newcommand{\ecvConferences}{\ecvNLS@Conferences}
\newcommand{\ecvSpeeches}{\ecvNLS@Speeches}
\newcommand{\ecvTrainig}{\ecvNLS@Trainig}
\newcommand{\ecvAttachements}{\ecvNLS@Attachements}
%    \end{macrocode}
%\iffalse
%    \begin{macrocode}
%</ecvNLS.sty>
%    \end{macrocode}
%\fi
%\Finale
\endinput