Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtex-soft/texsupport.ims_cosponsored-ejs
LaTeX author support files for IMS co-sponsored journal EJS.
https://github.com/vtex-soft/texsupport.ims_cosponsored-ejs
author-support electronic-journal ims-journal latex-template statistics
Last synced: about 1 month ago
JSON representation
LaTeX author support files for IMS co-sponsored journal EJS.
- Host: GitHub
- URL: https://github.com/vtex-soft/texsupport.ims_cosponsored-ejs
- Owner: vtex-soft
- License: lppl-1.3c
- Created: 2020-08-05T18:23:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T15:24:07.000Z (about 1 year ago)
- Last Synced: 2023-11-24T16:32:05.590Z (about 1 year ago)
- Topics: author-support, electronic-journal, ims-journal, latex-template, statistics
- Language: TeX
- Homepage: https://vtex-soft.github.io/texsupport.ims_cosponsored-ejs/
- Size: 2.65 MB
- Stars: 7
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EJS
## DESCRIPTION
LaTeX author support files for IMS co-sponsored journal:
[Electronic Journal of Statistics (EJS)](https://imstat.org/journals-and-publications/electronic-journal-of-statistics/)## FILE LIST
- `ejs-sample.tex` - sample article for EJS (source file)
- `ejs-sample.pdf` - sample article for EJS (PDF compiled)
- `figure1.eps`, `figure1.pdf` - sample figures for `ejs-sample.pdf`
- `LICENSE` - a copy of the LaTeX Project Public License
- `README.md` - this file itself!
- `imsart.cls`, `imsart.sty` - LaTeX style files
- `acmtrans-ims.bst`, `imsart-nameyear.bst`, `imsart-number.bst` - BibTeX style files## INSTRUCTIONS FOR EJS AUTHORS
- You only need `imsart.cls`, `imsart.sty`, `ejs-sample.tex`, and `ejs-sample.pdf`
- Take the time to read `ejs-sample.pdf`
- Copy `ejs-sample.tex` into `yourname.tex`
- Edit `yourname.tex` (update metadata and the content of the paper)
- Use `acmtrans-ims.bst`, `imsart-nameyear.bst`, `imsart-number.bst` BibTeX styles to prepare bibliography file.
More information can be found [here](http://www.bibtex.org/Using/)
or [here](https://www.latex-tutorial.com/tutorials/bibtex/).
- Be sure to have `imsart.cls`, `imsart.sty` in the same directory (or any dir scanned for `cls`)
- Compile `yourname.tex` to generate `yourname.pdf` with a `pdflatex` or `lualatex` program and check the result
- More detailed instructions for authors are available on Internet: https://imstat.org/journals-and-publications/electronic-journal-of-statistics/## TROUBLESHOOTING
- To remove frame from the text box use document class option `noshowframe`, e.g:
\documentclass[ejs,noshowframe]{imsart}
## BUG REPORTS
Please submit bug reports and/or feature requests
at [GitHub page](https://github.com/vtex-soft/texsupport.ims_cosponsored-ejs/issues) or
[[email protected]](mailto:[email protected]).