Touying 0.6.1 adds first-class support for the theorion package and uses it as the default math theorem environment.
Touying 0.6.1
· One min read
Touying 0.6.1 adds first-class support for the theorion package and uses it as the default math theorem environment.
Touying 0.6.0 is the first release since Typst 0.13 and brings several quality-of-life improvements.
Touying 0.5.0 is a significant rewrite. The goal: make Touying more user-friendly, more flexible, and more powerful.
Touying 0.2.0 is done.
s, binding methods utils.methods(s) and (self: obj, ..) => {..} methods.#set page(..), you should use self.page-args to retrieve or set page parameters, thereby avoiding unnecessary creation of new pages.#pause for sequence content: You can use #pause at the outermost level of a slide, including inline and list.#pause for layout functions: You can use the composer parameter to add yourself layout function like utils.side-by-side, and simply use multiple pos parameters like #slide[..][..].#meanwhile for synchronous display: Provide a #meanwhile for resetting subslides counter.#pause and #meanwhile for math equation: Provide a #touying-equation("x + y pause + z") for math equation animations.uncover, only and alternatives: Based on the concise syntax provided by Polylux, allow precise control of the timing for displaying content.
repeat parameter.#let s = (s.methods.enable-transparent-cover)(self: s).#let s = (s.methods.enable-handout-mode)(self: s).utils.fit-to-width(grow: true, shrink: true, width, body)utils.fit-to-height(width: none, prescale-width: none, grow: true, shrink: true, height, body)states.slide-counter.display() + " / " + states.last-slide-number and states.touying-progress(ratio => ..).last-slide-number to prevent the slide number from increasing further.section and subsection parameter in #slide to register a new section or subsection.states.current-section-title to get the current section.states.touying-outline or s.methods.touying-outline to display a outline of sections.states.touying-final-sections(sections => ..) for custom outline display.states.touying-progress-with-sections((current-sections: .., final-sections: .., current-slide-number: .., last-slide-number: ..) => ..) for powerful progress display.states.touying-progress-with-sections(..), in dewdrop theme..pdfpc file without external tool by typst query command simply.