home.social

#bookproject — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bookproject, aggregated by home.social.

  1. I think I had a good idea how to keep an overview of the “todos” in my #bookProject:

    \defineregister[todos]

    % place "TODO" in the margin, and
    % add a "todos" index entry with the current section title
    \define[1]\TODO{\inmargin{\color[red]{TODO}} \expanded{\todos{\structurevariable{title}}}\color[red]{\bf #1}}

    \TODO{This is still empty!}

    \placetodos % at the end of the book

    #ConTeXt #Buchprojekt