Compare commits
2 Commits
603869a651
...
041141a68e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
041141a68e | ||
|
|
ff0a873749 |
@@ -2161,10 +2161,10 @@ class Production extends Base
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// if (!empty($ami_info['title'])) {
|
if (!empty($ami_info['title'])) {
|
||||||
// $escapedTitle = $this->escapeLatexSpecialChars(strip_tags($ami_info['title']));
|
$escapedTitle = $this->convertToLatex(preg_replace('/^Figure\s+\d+\s*/i', '', $ami_info['title']),[]);
|
||||||
// $latexLines[] = " \\caption{" . $escapedTitle . "}";
|
$latexLines[] = " \\caption{" . $escapedTitle . "}";
|
||||||
// }
|
}
|
||||||
//
|
//
|
||||||
// if (!empty($ami_info['note'])) {
|
// if (!empty($ami_info['note'])) {
|
||||||
// $escapedNote = $this->escapeLatexSpecialChars(strip_tags($ami_info['note']));
|
// $escapedNote = $this->escapeLatexSpecialChars(strip_tags($ami_info['note']));
|
||||||
|
|||||||
Reference in New Issue
Block a user