Browse Source

added two more accents ş and ć

pull/94/head
Jens Kober 6 years ago
parent
commit
c9d34d899f
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -1026,6 +1026,7 @@ function latex2html($line, $do_clean_extra_bracket=true) {
$line = char2html($line,"'",'a',"acute"); $line = char2html($line,"'",'a',"acute");
$line = char2html($line,"'",'c',"acute");
$line = char2html($line,"'",'e',"acute"); $line = char2html($line,"'",'e',"acute");
$line = char2html($line,"'",'i',"acute"); $line = char2html($line,"'",'i',"acute");
$line = char2html($line,"'",'o',"acute"); $line = char2html($line,"'",'o',"acute");
@ -1060,6 +1061,7 @@ function latex2html($line, $do_clean_extra_bracket=true) {
$line = char2html($line,'r','a',"ring"); $line = char2html($line,'r','a',"ring");
$line = char2html($line,'c','c',"cedil"); $line = char2html($line,'c','c',"cedil");
$line = char2html($line,'c','s',"cedil");
$line = char2html($line,'v','s',"caron"); $line = char2html($line,'v','s',"caron");
$line = str_replace('\\ae','æ', $line); $line = str_replace('\\ae','æ', $line);

Loading…
Cancel
Save