GithubHelp home page GithubHelp logo

frederic-santos / org-template-pci-journals Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 39.54 MB

This repository provides ready-to-use org-mode templates for submissions to all Peer Community In journals.

License: Other

TeX 100.00%

org-template-pci-journals's Introduction

An org mode template for submissions to Peer Community In journals

This repository provides a minimal org mode template for writing scientific articles, with a convenient formatting for each journal from Peer community in.

You’ll find in this repository one directory for each journal. To use the template matching your disciplinary field, simply download the corresponding folder and work directly in this folder, by writing your main text in the file main.org. The output after a C-c C-e l o on the file main.org should correspond to the file main.pdf, provided here as a reference.

Additional instructions are available in each specific folder.

Disclaimer

  • All the files from this repo (except the main.* files) are taken from PCI official website. I do not provide any support for those files, in particular for their LaTeX template, preambule_*.tex. The org template only tries to offer a convenient org mode adaptation to their LaTeX file.
  • Each preambule_*.tex file (which has been created by the PCI team, and is available on their website) has been slightly modified to allow an easier org export.

org-ref

This org mode template supposes that you are using org-ref to handle your bibliography. To install and use org-ref, simply add the following lines to your .emacs (latexmk must be installed on your computer):

(use-package org-ref
  :ensure t
  :after org
  :init
  (setq org-latex-pdf-process (list "latexmk -shell-escape -bibtex -f -pdf %f")))

If you do not wish to use org-ref, simply remove the related parts in the org template.

:ignore: tag

The :ignore: tag used for some org headlines is provided by the package ox-extra. If you want to use it, you’ll have to download this file in a folder that can be found by Emacs (i.e., a folder which is in its load-path), and to add the following lines in your .emacs:

(require 'ox-extra)
(ox-extras-activate '(ignore-headlines))

Useful resources

Writing a reproducible paper with org mode is incredibly convenient and pleasant; however, it may be challenging for beginners. If you are not really familiar with org-mode, the following resources may be useful:

org-template-pci-journals's People

Contributors

frederic-santos avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.