uncommited changes
[webpac2] / conf / dipl / isi2sorted.pl
1 sorted('au',
2         prefix( rec('UT') . ' | ', 
3                 rec('AU') 
4         )
5 );
6
7
8
9 sorted('cr',
10         suffix( 
11                 ' | ' . rec('UT') . ' | ' . join_with(' ; ', rec('AU')) . ' | ' . join_with(' ; ', rec('SO')) . ' | ' . rec('PY'),
12                 rec('CR','full')
13         )
14 );
15