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
|
# harvard.perl
# Copyright 1994 - thorsten schnier (thorsten@arch.su.edu.au)
# key center of design computing, university of sydney
#
# Change Log:
# ===========
#
# 07-JUN-94 first attempt
# 16-JUN-94 changes for harvard 2.0
# (star and starstar commands)
package main;
$cite_mark = '<tex2html_cite_mark>';
$citefull_mark = '<tex2html_citefull_mark>';
$citeshort_mark = '<tex2html_citeshort_mark>';
$citename_mark = '<tex2html_citename_mark>';
$citenamefull_mark = '<tex2html_citenamefull_mark>';
$citenameshort_mark = '<tex2html_citenameshort_mark>';
$citekey_mark = '<tex2html_citekey_mark>';
$citeyear_mark = '<tex2html_citeyear_mark>';
$harvard_left = '(';
$harvard_right = ')';
$harvardyear_left = '(';
$harvardyear_right = ')';
$harvard_cite_separator = $harvard_agsm_cite_separator = ', ';
$harvard_year_separator = $harvard_agsm_year_separator = " ";
$harvard_agsm_and = '&';
$harvard_dcu_cite_separator = "; ";
$harvard_dcu_year_separator = ", ";
$harvard_dcu_and = 'and';
$harvard_and = $harvard_agsm_and;
$harvard_default = 1;
$harvard_full = 0;
# the citation commands
# This just creates a link from a label (yet to be determined) to the
# cite_key in the citation file.
# use different markers, depending on the style of the citation used
#changes to latex2html-version:
#insert separating sign, use optional text argument, use brackets
#according to cite-mode, and reverse order of cites (to correct order)
sub do_cmd_cite {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1 ;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
$result = join ('', $result,
$first ? $harvard_left : $harvard_cite_separator,
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key, $cite_mark,
$harvard_year_separator,
'##', $cite_key, $citeyear_mark,
"<\/A>");
$first = 0;
}
join ('',
$result,
$text ? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citestar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1 ;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
$result = join ('', $result,
$first ? $harvard_left : $harvard_cite_separator,
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key, $citefull_mark,
$harvard_year_separator,
'##', $cite_key, $citeyear_mark,
"<\/A>");
$first = 0;
}
join ('',
$result,
$text ? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citestarstar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1 ;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
$result = join ('', $result,
$first ? $harvard_left : $harvard_cite_separator,
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key, $citeshort_mark,
$harvard_year_separator,
'##', $cite_key, $citeyear_mark,
"<\/A>");
$first = 0;
}
join ('',
$result,
$text ? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citeaffixed {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
s/$next_pair_pr_rx//o;
local($comment) = $2;
local ($first) = 1;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
$result = join ('', $result,
$first? ($harvard_left, $comment, " ")
: $harvard_cite_separator,
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key, $cite_mark,
$harvard_year_separator,
'##', $cite_key,$citeyear_mark,
"<\/A>");
$first = 0;
}
join('',
$result,
$text? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citeaffixedstar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
s/$next_pair_pr_rx//o;
local($comment) = $2;
local ($first) = 1;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
$result = join ('', $result,
$first? ($harvard_left, $comment, " ")
: $harvard_cite_separator,
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key, $citefull_mark,
$harvard_year_separator,
'##', $cite_key,$citeyear_mark,
"<\/A>");
$first = 0;
}
join('',
$result,
$text? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citeaffixedstarstar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
s/$next_pair_pr_rx//o;
local($comment) = $2;
local ($first) = 1;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
$result = join ('', $result,
$first? ($harvard_left, $comment, " ")
: $harvard_cite_separator,
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key, $citeshort_mark,
$harvard_year_separator,
'##', $cite_key,$citeyear_mark,
"<\/A>");
$first = 0;
}
join('',
$result,
$text? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
$_);
}
else {warn "Cannot find citation argument\n";}
}
#similar to cite
#no multiple cites allowed !
sub do_cmd_citeasnoun {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
join ('',
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$cite_mark,
' ',
$harvard_left,
'##', $cite_key,$citeyear_mark,
$text ? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
"<\/A>",
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citeasnounstar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
join ('',
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citefull_mark,
' ',
$harvard_left,
'##', $cite_key,$citeyear_mark,
$text ? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
"<\/A>",
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citeasnounstarstar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
join ('',
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citeshort_mark,
' ',
$harvard_left,
'##', $cite_key,$citeyear_mark,
$text ? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
"<\/A>",
$_);
}
else {warn "Cannot find citation argument\n";}
}
#same as citeasnoun, but add the possessive 's
#no multiple cites allowed !
sub do_cmd_possessivecite {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
join('', "<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$cite_mark,
'\'s ',
$harvard_left,
'##', $cite_key,$citeyear_mark,
$text? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
"<\/A>",
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_possessivecitestar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
join('', "<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citefull_mark,
'\'s ',
$harvard_left,
'##', $cite_key,$citeyear_mark,
$text? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
"<\/A>",
$_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_possessivecitestarstar {
local($_) = @_;
local($text, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
join('', "<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citeshort_mark,
'\'s ',
$harvard_left,
'##', $cite_key,$citeyear_mark,
$text? ($harvard_agsm_cite_separator, $text):'',
$harvard_right,
"<\/A>",
$_);
}
else {warn "Cannot find citation argument\n";}
}
#similar to citeasnoun, but only names
#multiple arguments allowed, no link produced
#no optional text argument
sub do_cmd_citename {
local($_) = @_;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
$result = join('', $result,
($first? '': $harvard_cite_separator),
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key, $citename_mark,
"</A>");
$first = 0;
}
join ('', $result, $_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citenamestar {
local($_) = @_;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1 ;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
$result = join('', $result,
($first? '' : $harvard_cite_separator),
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citenamefull_mark,
"</A>");
$first = 0;
}
join ('', $result, $_);
}
else {warn "Cannot find citation argument\n";}
}
sub do_cmd_citenamestarstar {
local($_) = @_;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1 ;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
$result = join('', $result,
($first? '' : $harvard_cite_separator),
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citenameshort_mark,
"</A>");
$first = 0;
}
join ('', $result, $_);
}
else {warn "Cannot find citation argument\n";}
}
#similar to cite, but only year
#multiple arguments allowed, no link produced
#no optional text argument
sub do_cmd_citeyear {
local($_) = @_;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1 ;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
$result = join ('', $result,
($first ? $harvard_left : $harvard_cite_separator),
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citeyear_mark,
"</A>");
$first = 0;
}
join('',$result, $harvard_right, $_); # closing bracket
}
else {warn "Cannot find citation argument\n";}
}
# citeyear without brackets
sub do_cmd_citeyearstar {
local($_) = @_;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
local ($first) = 1 ;
local ($result);
if ($cite_key) {
foreach $cite_key (split(/,/,$cite_key)) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# The proper link $citefile#$cite_key will be substituted later
$result = join ('', $result,
($first ? '' : $harvard_cite_separator),
"<A HREF=#$cite_key>$citekey_mark",
'##', $cite_key,$citeyear_mark,
"</A>");
$first = 0;
}
join('',$result, $_); # no brackets
}
else {warn "Cannot find citation argument\n";}
}
# the style commands
sub do_cmd_citationstyle{
local($_) = @_;
s/$next_pair_pr_rx//o;
$2;
switch: {
if ($2 =~ /dcu/){
$harvard_cite_separator = $harvard_dcu_cite_separator;
$harvard_year_separator = $harvard_dcu_year_separator;
$harvard_and = $harvard_dcu_and;
last switch; }
if ($2 =~ /agsm/) {
$harvard_cite_separator = $harvard_agsm_cite_separator;
$harvard_year_separator = $harvard_agsm_year_separator;
$harvard_and = $harvard_agsm_and;
last switch;}
warn 'unknown citation style $2';}
$_;
}
sub do_cmd_citationmode{
local($_) = @_;
s/$next_pair_pr_rx//o;
$2;
switch: {
if ($2 =~ /full/){
$harvard_full = 1;
$harvard_default = 0;
last switch; }
if ($2 =~ /abbr/) {
$harvard_full = 0;
$harvard_default = 0;
last switch;}
if ($2 =~ /default/) {
$harvard_full = 0;
$harvard_default = 1;
last switch;}
warn 'unknown citation mode $2';}
$_;
}
sub do_cmd_harvardparenthesis{
local($_) = @_;
s/$next_pair_pr_rx//o;
switch: {
if ($2 =~ /round/){
$harvard_left = '\(';
$harvard_right = '\)';
$harvardyear_left = '\(';
$harvardyear_right = '\)';
last switch; }
if ($2 =~ /curly/) {
$harvard_left = '\{';
$harvard_right = '\}';
$harvardyear_left = '\{';
$harvardyear_right = '\}';
last switch;}
if ($2 =~ /square/) {
$harvard_left = '\[';
$harvard_right = '\]';
$harvardyear_left = '\[';
$harvardyear_right = '\]';
last switch;}
if ($2 =~ /angle/) {
$harvard_left = '<';
$harvard_right = '>';
$harvardyear_left = '<';
$harvardyear_right = '>';
last switch;}
warn 'unknown paranthesis type $2';}
$_
}
sub do_cmd_harvardyearparenthesis{
local($_) = @_;
s/$next_pair_pr_rx//o;
switch: {
if ($2 =~ /round/){
$harvardyear_left = '\(';
$harvardyear_right = '\)';
last switch; }
if ($2 =~ /curly/) {
$harvardyear_left = '\{';
$harvardyear_right = '\}';
last switch;}
if ($2 =~ /square/) {
$harvardyear_left = '\[';
$harvardyear_right = '\]';
last switch;}
if ($2 =~ /angle/) {
$harvardyear_left = '<';
$harvardyear_right = '>';
last switch;}
warn 'unknown year paranthesis type $_';}
$_;
}
# harvard symbols
sub do_cmd_harvardleft {
join('',$harvard_left,@_[0]);
}
sub do_cmd_harvardright {
join('',$harvard_right,@_[0]);
}
sub do_cmd_harvardyearleft {
join('',$harvardyear_left,@_[0]);
}
sub do_cmd_harvardyearright {
join('',$harvardyear_right,@_[0]);
}
sub do_cmd_harvardand {
join('',$harvard_and,@_[0]);
}
# This command will only be encountered inside a thebibliography environment.
# this should not occur in a file using harvard style
# mainly unchanged, only a warning added
sub do_cmd_bibitem {
local($_) = @_;
# The square brackets may contain the label to be printed
warn "bibitem-command in harvard-style file\n Cannot extract all neccessary information for cites\n";
local($label, $dummy) = &get_next_optional_argument;
$label = ++$bibitem_counter unless $label; # Numerical labels
s/$next_pair_pr_rx//o;
$cite_key = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# Associate the cite_key with the printed label.
# The printed label will be substituted back into the document later.
$cite_info{$cite_key} = $label;
# Create an anchor around the citation
join('',"<DT><A NAME=\"$cite_key\"><B>$label</B></A><DD>", $_);
}
else {
warn "Cannot find bibitem labels\n";}
}
# collect information from item and associate it with the
# cite-key. Contrary to bibitem, the cite-key argument is not optional,
# so no numeric cite-key has to be generated
sub do_cmd_harvarditem {
local($_) = @_;
# The square brackets may contain the short citation
local($abbr_cite, $dummy) = &get_next_optional_argument;
s/$next_pair_pr_rx//o;
local($full_cite)= $2;
$abbr_cite= $full_cite unless $abbr_cite;
s/$next_pair_pr_rx//o;
local($cite_year) = $2;
s/$next_pair_pr_rx//o;
local($cite_key) = $2;
if ($cite_key) {
$cite_key =~ s/\W//g; # Remove non alphanumeric characters
# Associate the citation-infos with the cite-key.
# The infos will be substituted back into the document later,
# depending on the citation used
$cite_info_abbr {$cite_key} = $abbr_cite;
$cite_info_full {$cite_key} = $full_cite;
$cite_info_year {$cite_key} = $cite_year;
$cite_info_first {$cite_key} = 1;
# Create an anchor around the citation
join('',"<DT><A NAME=\"$cite_key\">- </A><DD>", $_);
}
else {
warn "Cannot find bibitem labels\n";}
}
##
## to allow bibcard to produce URL links:
## same as htmladdnormallink, but only one argument (both link and text)
sub do_cmd_harvardurl{
local($_) = @_;
local($url);
s/$next_pair_pr_rx/$url = $2; ''/eo;
join('',do {qq/<B>URL:<\/B><A HREF="$url">$url<\/A>/;},$_);
}
# this onle has to be extended to search for citename_mark and
# citeyear_mark as well
# the appropriate entries should have been produced by do_cmd_harvarditem
sub replace_cite_references {
s/##(\w+)$cite_mark/&help_replace_cites(\1)/ge;
s/##(\w+)$citefull_mark/&help_replace_fullcites(\1)/ge;
s/##(\w+)$citeshort_mark/&help_replace_shortcites(\1)/ge;
s/##(\w+)$citename_mark/&help_replace_name($1)/ge;
s/##(\w+)$citenamefull_mark/$cite_info_full{\1}/g;
s/##(\w+)$citenameshort_mark/$cite_info_short{\1}/g;
s/##(\w+)$citeyear_mark/$cite_info_year{\1}/g;
s/#(\w+)>$citekey_mark/$citefile#\1>/g;
$_
}
#return full or abbreviated cite text
sub help_replace_cites {
local ($key)= @_[0];
$cite_info_first{$key}= 0; # not the first time anymore
if ($harvard_full || ($cite_info_first{$key} && $harvard_default)) {
$cite_info_full{$key}; # full citation
}
else{
$cite_info_abbr{$key}; # abbreviated citation
}
}
sub help_replace_shortcites {
local ($key)= @_[0];
$cite_info_first{$key}= 0; # not the first time anymore
$cite_info_abbr{$key}; # abbreviated citation
}
sub help_replace_fullcites {
local ($key)= @_[0];
$cite_info_first{$key}= 0; # not the first time anymore
$cite_info_full{$key}; # full citation
}
sub help_replace_name {
local ($key)= @_[0];
if ($harvard_full || ($cite_info_first{$key} && $harvard_default)) {
$cite_info_full{$key}; # full citation
}
else{
$cite_info_abbr{$key}; # abbreviated citation
}
}
#this one has to be changes as well, so that it finds all citemarks
sub remove_general_markers {
s/$lof_mark/<UL>$figure_captions<\/UL>/o;
s/$lot_mark/<UL>$table_captions<\/UL>/o;
s/$bbl_mark/$citations/o;
&add_toc if (/$toc_mark/);
&add_idx if (/$idx_mark/);
&replace_cross_references if /$cross_ref_mark/;
&replace_external_references if /$external_ref_mark/;
&replace_cite_references; #just take the if out (not really neccessary)
}
1; # Not really necessary...
# T.S.: added the starstar option
# If a normalized command name exists, return it.
sub normalize {
local($cmd) = @_;
local($ncmd);
if ($ncmd = $normalize{$cmd}) {
$ncmd}
elsif ($cmd =~ s/[*]/star/g) {
$cmd }
elsif ($cmd =~ s/^@/tex/) {
$cmd}
else {$cmd}
}
# does not really belong to harvard.perl, but as a general improvement
sub do_cmd_and {
join('',"<p>", @_[0]); #make a paragraph brake of it
}
sub do_cmd_newline {
join('',"<br>", @_[0]);
}
|