Searched refs:char2html (Results 1 – 1 of 1) sorted by relevance
| /plugin/bb4dw/ |
| D | bibtexbrowser.php | 996 function char2html($line,$latexmodifier,$char,$entitiyfragment) { function 1066 $line = char2html($line,"'",'a',"acute"); 1067 $line = char2html($line,"'",'c',"acute"); 1068 $line = char2html($line,"'",'e',"acute"); 1069 $line = char2html($line,"'",'i',"acute"); 1070 $line = char2html($line,"'",'o',"acute"); 1071 $line = char2html($line,"'",'u',"acute"); 1072 $line = char2html($line,"'",'y',"acute"); 1073 $line = char2html($line,"'",'n',"acute"); 1075 $line = char2html($line,'`','a',"grave"); [all …]
|