Wiley template
- Author: Wiley
- Author Website: https://wiley.com/
- Wileyβs New Journal Design (NJD) Latex Authoring Template
UsageΒΆ
See MyST Guide for creating Documents for instructions on how to set up a MyST project.
In the WileyNJDv5 template, the following options are available:
| Category | Option | Type | Required | Default | Description |
|---|---|---|---|---|---|
| Document | title | string | Yes | Title of your document | |
authors | list | Yes | List of authors | ||
keywords | string | Yes | List of keywords | ||
bibliography | string | No | Path to your bibliography file (*.bib) | ||
| Options | reference_style | choice | No | AMA | Reference style |
font_column | choice | No | Times1COL | Font and one-column/two-column format | |
other_options | string | No | '' | Other options for the document class | |
article_type | string | No | Research Article | Article type | |
received | string | No | Date Month Year | Received date | |
revised | string | No | Date Month Year | Revised date | |
accepted | string | No | Date Month Year | Accepted date | |
journal_name | string | No | Int J Numer Anal Methods Geomech | Journal name | |
year | string | No | 2024 | Year | |
volume | string | No | 0 | Volume number | |
issue | string | No | 0 | Issue number | |
start_page | string | No | 1 | Start page number | |
end_page | string | No | 18 | End page number | |
author_mark | string | No | WANG \textsc{et al.} | Author mark | |
title_mark | string | No | Title in upper case | Title mark | |
corresponding | string | No | Corresponding author: Corresponding author Mark Taylor, This is sample corresponding address. \email{authorone@gmail.com} | Corresponding author | |
present_address | string | No | This is sample for present address text this is sample for present address text. | Present address | |
funding_info | string | No | '' | Funding information | |
jel_info | string | No | '' | JEL information | |
| Parts | abstract | string | Yes | Abstract of your document | |
availability | string | No | Data availability statement | ||
acknowledgements | string | No | Acknowledgements | ||
appendix | string | No | Appendix |
Steps to creating your own template!ΒΆ
- π Create this repository. Nailed it. π
- π Replace the
template.texwith your existing LaTeX template/article - π―ββοΈ Copy in any other style, definitions or images necessary for the template
- π©βπ¬ Add the files necessary into
fileslist in thetemplate.yml(documentation) - π§ββοΈ Start replacing template values with
[-options.my_value-]and put in[# if parts.abstract #]conditions to toggle sections on and off (documentation) - π©πΏβπ» Install jtex (
npm install -g jtex) and runjtex check(documentation) - πͺ Continue to improve the options in your template for
partsandoptions(documentation) - πΎ When ready, save your
template.ymland runjtex check --fix, this will add various packages that are auto detected and fix document options (documentation) - π§ͺ Test with real content:
myst build my-document.md --template ../path/to/template(documentation) - πΈ Create a
thumbnail.pngwith an accurate screenshot of the template - π§ Update this README, and check all values in the
template.yml - π Push to GitHub, and contribute to the community templates repository