https://github.com/toamano/paper_template
Paper template for APS journals
https://github.com/toamano/paper_template
asymptote latex latex-template pgfplots
Last synced: 11 months ago
JSON representation
Paper template for APS journals
- Host: GitHub
- URL: https://github.com/toamano/paper_template
- Owner: ToAmano
- License: mit
- Created: 2023-12-28T05:32:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-07T02:19:37.000Z (about 1 year ago)
- Last Synced: 2025-06-07T03:24:03.278Z (about 1 year ago)
- Topics: asymptote, latex, latex-template, pgfplots
- Language: TeX
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APS Journal LaTeX Paper Template
This repository provides a LaTeX template tailored for submissions to American Physical Society (APS) journals. It includes templates for the main manuscript, cover letter, and responses to referee reports, along with a GitHub Actions workflow for automated PDF compilation.
## Features
- Manuscript template using the revtex class (APS style)
- Cover letter template using the `moderncv` class
- Referee response template
- Automated PDF compilation via GitHub Actions
- example figures generated using tikz/pgfplots
## Directory Structure
- `manuscript/`: Contains the main manuscript (main.tex) following APS formatting.
- `coverletter/`: Contains the cover letter (main.tex) using the moderncv class.
- `referee_report/`: Contains the response to referee comments (main.tex).
- `others/`: Contains additional resources or examples.
- `.github/workflows/`: Contains the GitHub Actions workflow YAML file for automated builds. 
## Dependencies
Ensure the following LaTeX packages/repositories are installed:
- revtex: For APS manuscript formatting (can be changed for your preference).
- moderncv: For the cover letter formatting.
- standalone: For compiling figures and tables separately.
- Bibtex: For bibliography management.
- mschroen/review_response_letter: For author response formatting.
## Usage
1. Clone the repository:
```bash
git clone https://github.com/ToAmano/paper_template.git
cd paper_template
```
2. Navigate to the desired directory (manuscript/, coverletter/, or referee_report/) and edit the main.tex file as needed.
3. Compile the LaTeX files using latexmk:
```bash
latexmk -pdf main.tex
```
This will generate the corresponding PDF file.
## GitHub Actions Workflow
The repository includes a GitHub Actions workflow that automatically compiles the LaTeX documents upon pushing changes.
- The workflow is defined in .github/workflows/.
- It triggers on push tag events and compiles the LaTeX files to PDFs.
- It also generate the diff file comparing the latest and the previous tags.
## Examples
The following papers are written using this repository.
- __T. Amano__, T. Yamazaki, N. Matsumura, Y. Yoshimoto, S. Tsuneyuki, "Transferability of the chemical bond-based machine learning model for dipole moment: the GHz to THz dielectric properties of liquid propylene glycol and polypropylene glycol", Phys. Rev. B **111**, 165149 (2025). [[link](https://doi.org/10.1103/PhysRevB.111.165149)][[arXiv](https://arxiv.org/abs/2410.22718)]
- __T. Amano__, T. Yamazaki, S. Tsuneyuki, "Chemical bond based machine learning model for dipole moment: Application to dielectric properties of liquid methanol and ethanol", Phys. Rev. B **110**, 165159 (2024).[[press](https://www.s.u-tokyo.ac.jp/ja/press/10544/)] [[link](https://journals.aps.org/prb/abstract/10.1103/PhysRevB.110.165159)] [[arXiv](https://arxiv.org/abs/2407.08390)]
- __T. Amano__, T. Yamazaki, R. Akashi, T. Tadano, S. Tsuneyuki, "Lattice dielectric properties of rutile TiO2: First-principles anharmonic self-consistent phonon study", Phys. Rev. B **107**, 094305 (2023). [[link](https://journals.aps.org/prb/abstract/10.1103/PhysRevB.107.094305)] [[arXiv](https://arxiv.org/abs/2210.15873)]
## TODO
- Include examples for tikz and pgfplots for advanced graphics.
- Include examples for asymptote for vector graphics.
## References
- (review response letter)[https://github.com/mschroen/review_response_letter]