mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

689
comptes actifs

#typst

0 message0 participant0 message aujourd’hui

If anyone wants to use Typst for submitting and publishing a @PeerCommunityIn manuscript ( @PeerCommunityJournal ), I updated the template I made a while ago.
I'd be interested in getting feedback on it and improving it.

The nice thing? You can switch from the submission to the journal format with just a parameter change.

typst.app/universe/package/sup

Typstsuperb-pci – Typst UniverseA Peer Community In (PCI) and Peer Community Journal (PCJ) template.
A répondu dans un fil de discussion

@herr_rau @sauer_lauwarm @Linkshaender @frau_dromedar

Mein Favorit für einen ähnlichen Ansatz ist #Quarto: man schreibt Markdown, Quarto verwendet dann Pandoc und reveal.js für das Rendern, und man kann direkt auch veröffentlichen.

PDF-Version gibt es auch, ebenso wie "speaker view" und diverse Extras (Fragmente, Spalten, vertikale Anordnung uvm.).

Für mich schön, weil ich mit Quarto / Markdown auch Artikel, Webseiten und Bücher schreiben oder auch PDF-Templates in #Typst erstellen kann.

I recently developed a thing to turn a Conversations chat* into a PDF.

codeberg.org/moji/typst-conver

That story began with a friend of mine that had got a XMPP group chat where they shared updates and pictures of their latest travel adventure. Now chat is rather ephemeral and they wanted to preserve those memories in an easy accessible format that is PDF. And so I put something together.

* actually any chat as long as you can get the raw data in the expected format

Codeberg.orgtypst-conversationsA parametrized Typst document to visualize a chat conversation with text and image messages — closely matching the design of Conversations.

I wanted to have a real time preview of my #typst document in #vim. I don't fancy to install a plugin for that. I had the feeling, that this should be easier. And I don't want to overwrite my original file, because I know me and I would mess up and loose stuff. So I came up with this:

autocmd TextChanged,TextChangedI *.typ silent! execute 'write! ' . expand('%:r') . '.watch.' . expand('%:e')

This is an automatic command, that triggers on changed text in normal mode (TextChanged) and insert mode (TextChangedI). It only applies to *.typ files and copies them from filename.typ to filename.watch.typ. The silent! makes sure that the status bar does not show the write every time you edit the buffer.

You can now typst watch filename.watch.typ and open filename.watch.pdf in your PDF viewer. The original filename.typ will not be modified until you save it manually.

For Follow Friday, here's a list of accounts related to #PDF in the fediverse:
@TeXUsersGroup –info about #TeXLaTeX and the CTAN package registry
@context – news and updates from the group behind ConTeXt
@typst – the makers of #Typst
@libreoffice – the free and open office, which can also be used to create PDFs
@speedata – a PDF engine not yet supported by pandoc
@wtfpdf – “Celebrating the majesty, the mystery, the comedy and the catastrophe of PDFs....mostly the latter two.”

I'm interested in experimenting with Typst. There's a sample document that I would like to convert to Typst: title, author's name, table of contents, numbered sections, paragraphs and lists are most of the elements.

Is there a template that I should use, similar to the LaTeX article class? I've reviewd Typst templates on GitHub, but I haven't found one suitable for such a basic document.

My plan is to use someone else's typographic design so that I can concentrate on the content, leaving formatting decisions to the designers. As an author who happens to be blind, I find it convenient when someone else takes care of presentational details.

Support for HTML output is available as a "preview" currently, but it is likely to improve in later releases. My intention is to produce both HTML and PDF from the same source. If Typst continues to mature rapidly, I'll probably write research papers in it also.
#Typst #MarkupLanguage

Hi there,

anybody with #Typst or #LaTeX templates know-how ?

I'd like to replicate the look and feel of this newsletter:
attac63.site.attac.org/IMG/pdf

I initially did that with Scribus (replicating an old docx document) but there's a lot of minutiae and it's too mouse oriented for my taste.
Hence the LaTeX/Typst plea for a template.

I have found 2 templates for LaTeX:
overleaf.com/latex/templates/l
overleaf.com/latex/templates/n

but they don't seem super customizable.

any pointers to tutorials ?
any #help ?