minor(snip)!: add Pi and Xi to index conflicts

This commit is contained in:
arne314
2025-06-14 13:21:26 +02:00
parent b73f580d1c
commit 8da248151f

View File

@@ -41,7 +41,7 @@ local greek_keys = {}
local greek_letters_set = {} local greek_letters_set = {}
local common_indices = { '\\d+', '[i-n]' } local common_indices = { '\\d+', '[i-n]' }
-- buitins and caligraphic letters from github.com/lentilus/readable-typst -- buitins and caligraphic letters from github.com/lentilus/readable-typst
local index_conflicts = { 'Im', 'in', 'ln', 'pi', 'xi', 'Ii', 'Jj', 'Kk', 'Ll', 'Mm', 'Nn' } local index_conflicts = { 'Im', 'in', 'ln', 'Pi', 'pi', 'Xi', 'xi', 'Ii', 'Jj', 'Kk', 'Ll', 'Mm', 'Nn' }
local index_conflicts_set = {} local index_conflicts_set = {}
local punctuation_prepend_space = { ',', ';' } local punctuation_prepend_space = { ',', ';' }
local punctuation_prepend_space_set = {} local punctuation_prepend_space_set = {}