Earlier quoted context omitted.
I don't feel like the template itself is the issue. In typst it's quite easy to recreate the templates without being years into typst (according to my experience). The real problem is acceptance of non-word/latex papers
But I thought one of the points of latex was to emit pdf files? Are you saying these places are so backwards they only accept latex and word files? What stops them being edited by someone?
Modern LaTeX
191–200 of 224 posts
Re: Modern LaTeX
#192Earlier quoted context omitted.
They did call it Latek, the X in the name is the Greek letter χ (Chi) and in my opinion, it's not an elitist shibboleth but a way to showcase the advantages of their typesetting system over existing, at the time, methods that didn't invest a lot in rendering non ASCII character sets.
So it's not actually LaTaX, it's LaTeχ. Make sure you type it properly i guess.
Re: Modern LaTeX
#193Earlier quoted context omitted.
There are many reasons this comparison is not made. I will just touch on one. The target medium is different. For html, you have monitors of different sizes as well as windows that can be resized. For latex, you choose your target at the start: A4 paper? Screen presentation? A0 poster? With a fixed medium in mind, you can be extremely particular on where on this canvas you want a piece of text/graphic or whatever. Wi…
That seems contradictory, when Latex is rather famously imprecise at placing figures and such. Weren't both languages (at least at some point) intended to take layouting control away from the writer? But regardless, I think that, in addition to moving away from Latex we should also reconsider the primary output format. Documents are rarely printed anymore, and inaccessible, fixed-size A4 pdfs are annoying to read on…
Re: Modern LaTeX
#194Earlier quoted context omitted.
HTML+CSS has facilities to target a page format (CSS @page rule, cm and in dimension units). Not to say that it's on the same level as LaTeX, but it's pretty impressive by its own right.
Note that this won't prevent the page from being displayed in other sizes, where it will most likely have a broken layout instead.
Re: Modern LaTeX
#195Earlier quoted context omitted.
A big con is that there are no typst templates for journals and conferences that academics submit papers to. For me, this is a show-stopper. I would love to be able to ditch latex because honestly it's old and it shows a lot , in spite of apologists saying that it's perfect. But 90+% of my usage starts from a conference or journal template, so at the moment it's not gonna happen.
I don't feel like the template itself is the issue. In typst it's quite easy to recreate the templates without being years into typst (according to my experience). The real problem is acceptance of non-word/latex papers
Re: Modern LaTeX
#196For me Typst replaced Latex years ago. pros: - one small compiler that can output: pdf, png, svg, html - compilation is fast (see below) - syntax is much cleaner than Latex - few ways of to a thing - already has all the templates most people need - tooling is good enough with VS Code - supports SVG images cons: - less users? time typst compile cv.typ ________________________________________________________ Executed i…
A big con is that there are no typst templates for journals and conferences that academics submit papers to. For me, this is a show-stopper. I would love to be able to ditch latex because honestly it's old and it shows a lot , in spite of apologists saying that it's perfect. But 90+% of my usage starts from a conference or journal template, so at the moment it's not gonna happen.
Re: Modern LaTeX
#197Earlier quoted context omitted.
I don't feel like the template itself is the issue. In typst it's quite easy to recreate the templates without being years into typst (according to my experience). The real problem is acceptance of non-word/latex papers
The problem is the user-base and acceptance of latex vs Typst. I use latex and as aware as I am about its deficiencies, I can create a doc faster in it than any other tool that I have not ever used before. I also have a bunch of utilities I created for my specific use-cases automating data into tables, figures, etc, ready for latex import. So its a mass and momentum problem. Typst not only has to be better/easier/fas…
My experience with word processing is that spending a lot more time on UI bugs and incosistencies using any wysiwyg editors, compare to those any markup based system (md, latex, typst) is significant improvement. Typst is just simply faster, cleaner alternative to LaTex. I hope it gets much more popular.
Re: Modern LaTeX
#198Earlier quoted context omitted.
Good slides is about good diagrams. LaTeX has all the tooling to write high-quality ones.
I disagree. LaTeX is very good at layouting test, and can also (reluctantly) put figures into the text. Anything else is a huge hack (like TikZ), and one constantly runs into crazy limitations such as the fixed-point math and the lack of a decent visual editor. Slides should never have paragraphs of text on them, so the layouting is not very useful, but the other limitations are very annoying.
Drawing every single figure by hand with a graphical tool is not at all something I'd even consider.
Re: Modern LaTeX
#199Typst is the modern LaTeX. https://typst.app/
Re: Modern LaTeX
#200I always wonder why people compare Latex with word and not with the single most popular document markup (especially here): HTML + css + javascript. The problems are quite similar, "How do I center a div?" vs "How do I keep this float on this page?" Has latex really modernized? I don't hear a lot about new layouts or style mechanisms. Most people are probably reading articles online these days, although there is a lot…
Most of the time, this is one of the browser engines, but there are many more things.
There is e.g. weasyprint to produce PDFs from HTML and CSS, which would be the closest alternative to LaTeX taking HTML+CSS as input.
For simple documents, it's a much cleaner alternative, I used it to autogenerate documents in a python backend.