Package Information
- Last Updated
- Authors
- James R. Swift
- Categories
- bookreport
- Disciplines
- chemistryphysicsmathematics
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/springer-spaniel:0.1.02. Initialize from template
Create a new project from this template:
typst init @preview/springer-spaniel:0.1.0The springer-spaniel Package
Version 0.1.0
This is an loose recreation of the Springer Contributed Chapter LaTeX template on Overleaf. It aims to provide template-level support for commonly used packages so you don't have to choose between style and features.
Media
Getting Started
These instructions will get you a copy of the project up and running on the typst web app. Perhaps a short code example on importing the package and a very simple teaser usage.
#import "@preview/springer-spaniel:0.1.0"
#import springer-spaniel.ctheorems: * // provides "proof", "theorem", "lemma"
#show: springer-spaniel.template(
title: [Contribution Title],
authors: (
(
name: "Name of First Author",
institute: "Name",
address: "Address of Institute",
email: "name@email.address"
),
// ... and so on
),
abstract: lorem(75),
// debug: true, // Highlights structural elements and links
// frame: 1pt, // A border around the page for white on white display
// printer-test: true, // Suitably placed CMYK printer tests
)
= Section Heading
== Subsection Heading
=== Subsubsection Heading
==== Paragraph Heading
===== Subparagraph Heading
Local Installation
To install this project locally, follow the steps below;
- Install Just
- Clone repository
- In a bash compatible shell,
just install-preview