At first glance it looks much easier than LaTeX. However, there is a vast trove 
of tools at CTAN, and I wonder how easy it would be to do the equivalent of 
<http://mason.gmu.edu/~smetz3/humor/DOX.pdf>, which in LaTeX is short and sweet 
if you don't count the boilerplate headers:

    \documentclass{article}
    \usepackage{chemfig}
    \usepackage[paperheight=10in,paperwidth=10in,top=0.25in, bottom=0.25in, 
left=0in, right=0in]{geometry}
    \usepackage{graphicx}
    \begin{document}

    \setbondstyle{line width=2pt}
    \setdoublesep{4pt}
    \renewcommand*\printatom[1]{\ensuremath{\mathbf{#1}}}

    %\headheight 0pt
    %\headsep 0pt
    %\footskip 0pt
    \pagestyle{empty}
    %\vsize 10in


    \vspace{0.5in}
    \begin{center}
    {\Huge \chemname{\chemfig{*6(-=-(-DOX)=(-DOX)-=)}}{\bfseries Ortho DOX\ \ }}
    \end{center}

    \vspace{0.5in}

    \begin{center}
    {\Huge \chemname{\chemfig{*6(-(-DOX)=-=(-DOX)-=)}}{\bfseries Para DOX}}
    \end{center}

    \end{document}



--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
Charles Mills [[email protected]]
Sent: Wednesday, March 22, 2023 11:36 AM
To: [email protected]
Subject: Typst [non-mainframe]

I am not a user of typesetting languages so I have no real personal feelings, 
but I know others here have expressed a fondness for LaTeX, so this 
announcement caught my eye.

"Typst is a typesetting system designed to be as powerful as LaTeX and easier 
to use. It comes with built-in markup for common formatting tasks and flexible 
functions for everything else, as well as a tightly integrated scripting 
system. Typst supports math typesetting, bibliography management, and 
incremental compilation for fast compile times. It provides friendly error 
messages if something goes wrong. Examples are available in the repository."

The example seems pretty cool to me.

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ftypst%2Ftypst&data=05%7C01%7Csmetz3%40gmu.edu%7Cebf2bb348b1549c4426d08db2aeb34ab%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638150961911251519%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ab7lZmbeuRpYS5M%2B3lWCQ%2BAIdgXrisEd4mHSCAfghfI%3D&reserved=0

BTW, my source was the "TLDR Newsletter." I find it a great source of small 
tech items that I would otherwise have missed. Free to subscribe. 
tldrnewsletter.com

Charles

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to