cohoe / workstation

Ansible scripts to configure desktop workstations.
4 stars 2 forks source link

Manage TexWorks preferences #109

Open cohoe opened 2 years ago

cohoe commented 2 years ago

Manage .config/TUG/TeXworks.conf once I figure out what I want. Color scheme and font size need to change.

cohoe commented 2 years ago

Consider .local/share/TUG/TeXworks/configuration/syntax-patterns.txt too? https://www.texdev.net/2009/11/13/background-colouring-in-texworks/

cohoe commented 2 years ago
36c36
< darkred       N   [$#^_{}&]
---
> beige N   [$#^_{}&]
39c39
< darkgreen N   \\(?:begin|end)\s*\{[^\}]*\}
---
> goldenrod N   \\(?:begin|end)\s*\{[^\}]*\}
42c42
< darkblue  N   \\usepackage\s*(?:\[[^\]]*\]\s*)?\{[^\}]*\}
---
> fuchsia N \\usepackage\s*(?:\[[^\]]*\]\s*)?\{[^\}]*\}
45c45
< blue      N   \\(?:[\p{L}@]+|.)
---
> gold N    \\(?:[\p{L}@]+|.)
48c48
< red       Y   %.*
---
> aqua Y    %.*