Simbol NIJZ

This commit is contained in:
Miha 2021-10-22 12:19:04 +02:00
parent bf7fd58cab
commit 9e091482ed

View File

@ -39,7 +39,9 @@ lxTranslate <- function(x, color = "NE", pisava = TRUE) {
x <- gsub("%", "\\\\\\\\%", x)
#x <- gsub("…", "\\\\\\\\dots", x)
x <- gsub("…", "\\\\\\\\ldots", x)
x <- gsub("…", "\\\\ldots", x)
x <- gsub("…", ". . .", x)
# ALI BNARVAMO?