• 0 Posts
  • 8 Comments
Joined 9 days ago
cake
Cake day: June 23rd, 2024

help-circle

  • Laser@feddit.orgtoich_iel@feddit.orgich_iel
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    30 minutes ago

    Ich bin noch nicht so lange mit Computern dabei (irgendwelche DOS Kisten für die ich zu jung war, zu verstehen, was wirklich drin ist) aber immer wenn ich heute von Leuten höre, wie toll Computer früher waren (wir reden hier von Windows XP Zeit), denke ich nur NEIN, DIE WAREN DAMALS SCHEIẞE. Ich will den alten Ranz nicht zurück. Ich will nicht mehr sperrige IDE-Kabel verlegen. Ich will nicht mehr Master / Slave daran konfigurieren. Und nur weil du dich nicht 5 Minuten in die Thematik einlesen willst, heißt das auch nicht, dass BIOS MBR (primäre / sekundäre Partitionen irgendwer?) besser als das komplizierte UEFI mit Secure Boot ist. Nur weil dir Windows 11 und nervige Apps auf die Nüsse gehen, heißt das nicht, dass die Technik an sich heute nicht 100000 mal besser (und damit meine ich nicht nur schneller) ist als damals.

    Davon abgesehen finde ich so GANZ alte Hardware mit ihren Beschränkungen (ähnlich wie auch Microcontroller) schon interessant. Aber da ist man ja schon fast näher an der Elektrotechnik als an der Informatik… aber das Geraffel von vor 20 Jahren kann mir komplett gestohlen bleiben.

    Und ja das darf jetzt jemand anderes nach Zangendeutsch übersetzen






  • Currently working in LaTeX for work.

    I don’t think you really need looseness (I assume you want to avoid single lines?), you can rather increase the badness of them so that they’re avoided through other means.

    Manual line breaks I only use in tables (thanks tabularray author). In text, I don’t think I have any.

    Negative vspace I also don’t have, what’s your use case? I can imagine it for very specific tasks (a special page like a title page it something similar where everything is set very precisely) but for normal writing, I didn’t encounter it.

    All in all, I think LaTeX shows its age, but the huge ecosystem is the main reason it’s still a good choice despite a little of shortcomings like the arcane macro system, features that are seemingly impossible to implement like accessibility (

    (but it’s still leagues ahead of word)

    My current document approached 50 pages with about 10 tables, 3 figures (tikz) and 10 bibliography entries and it’s perfectly handleable. Just informing having to do that with word gives me agony. I worked on the same type of document in word that was kind of an earlier draft by someone else and stuff broke left and right, and that was without the more complex formatting that I later employed.

    As someone else answered, I’m also looking forward to typst. Unfortunately, PDFs generated by it are currently much larger than through LaTeX (https://github.com/typst/typst/issues/895, fix currently not in any stable version) and package import is a preview. Some features aren’t implemented yet but would be really nice, the syntax seems really sane and it’s fast, so I’m optimistic it can become a strong contender.