Commit 8293fce
committed
Problems with
When having:
```
@Article{b--94
...
```
or
```
@Article{do--93
...
```
and a definition like:
```
ALIASES = "cgalCite{1}=<!-- -->\cite{shortauthor,nopar} \1 \cite \1"
```
this gave problems:
- the option of the `\cite` command was not taken into account
- the part before the `–` in the back substitution was not correct (in the perl file) as only 1 character was taken into account.-- in \cite command name.1 parent 7418470 commit 8293fce
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
1153 | | - | |
| 1153 | + | |
1154 | 1154 | | |
1155 | 1155 | | |
1156 | 1156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
| 627 | + | |
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments