• AnIndefiniteArticle
    link
    fedilink
    English
    61
    edit-2
    2 months ago

    Clearly flawed methodology.

    The value of LaTeX isn’t productivity when making a single document.

    The value of LaTeX is productivity when you need to reuse past work, or update it with the latest data and figures, or make a collection of similar documents.

    • Tar_Alcaran
      link
      fedilink
      English
      82 months ago

      Exactly. Give them a bunch of setup, let them set it up as normal.

      Then tell everyone to resize the second pictures and move all images from the side of the page to the right. Then see who does it first.

    • @[email protected]
      link
      fedilink
      English
      202 months ago

      And the ease with which you can generate hundreds of lines of page with a simple text template and code.

        • @[email protected]
          link
          fedilink
          English
          72 months ago

          Yup. When I rerun my things, in latex I just overwrite the plots file (pdf/png) and compile latex. In word I have to find where it was and replace it there. It’s way easier on latex if you make your code just write plot files in the same location.

            • @[email protected]
              link
              fedilink
              English
              32 months ago

              Yup simlink is so nice. I sometimes use it for color vs monocrome plots. Change simlink and compile. Although I learned you can also use if statements in latex, I use that now.