Skip to content

Commit 319487d

Browse files
committed
Review corrections.
1 parent 5f71a1d commit 319487d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ts/input/tex/textcomp/TextcompConfiguration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import './TextcompMappings.js';
2828

2929
export const TextcompConfiguration = Configuration.create(
3030
'textcomp', {
31-
parser: 'tex',
3231
handler: {macro: ['textcomp-macros']}
3332
}
3433
);

ts/input/tex/textcomp/TextcompMappings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ new CommandMap('textcomp-macros', {
9696
// Table 15: textcomp Legal Symbols
9797
'textcircledP': ['Insert', '\u2117'],
9898
'textcompwordmark': ['Insert', '\u200C'],
99-
'textcopyleft': ['Insert', '\u1F12F'],
99+
'textcopyleft': ['Insert', '\u{1F12F}'],
100100
'textcopyright': ['Insert', '\u00A9'],
101101
'textregistered': ['Insert', '\u00AE'],
102102
'textservicemark': ['Insert', '\u2120'],

0 commit comments

Comments
 (0)