approximate-acmsmall:0.2.0#4832
Open
gasche wants to merge 1 commit into
Open
Conversation
8de64e1 to
1c5e3eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am submitting
approximate-acmsmall provides a Typst template for the 'acmsmall' option of the 'acmart' documentclass provided by the ACM (Association for Computer Machinery), which is used as the base package to write research papers in various sub-disciplines of computer science.
Version 0.1.0 was the first version of the template. The new version 0.2.0 includes a variety of improvements coming from a careful port of the entirety of the "sample" file of the LaTeX class, exercising most LaTeX constructs that the authors considered in their class definition. In particular, it includes the following changes:
acknowledgmentsfunction to include acknowledgmentsappendixfunction to include appendicesThe API of the template was reworked a bit (deviating from the API originally chosen by @michel-steuwer), it exposes a single functions that returns a dictionary with in particular a
show_field installing the template style, and amake-titlefield to produce a title page following ACM conventions.This means that users upgrading from 0.1.0 to 0.2.0 need to adapt their code to this new API: