SergelsOrg / csv2tex

Tool to replace placeholders in tex-files
GNU General Public License v3.0
5 stars 0 forks source link

Improvements for secretary #112

Open DonMischo opened 2 years ago

DonMischo commented 2 years ago
ArchibaldBienetre commented 2 years ago

@DonMischo this is not enough information to implement.

  1. As far as I know, digits in filenames should already work - or will they carry semantics (like, the "Klasse")?
  2. "strip special characters" - it's a wide field, what do you need there, exactly?
    • Unicode normalization?
    • Restrict to a specific set of characters, because you don't have a font that supports all?
    • Shouldn't we go looking for a better font, then? ("no tofu" comes to mind)
    • Escape characters that have semantics in TeX?
    • I should have thought of it earlier ... https://xkcd.com/327/ d'oh! :facepalm:
    • Trim away whitespace from the strings (front and back)
  3. so, we add a default .tex to the end of every rendered bundle?