Code Monkey home page Code Monkey logo

gdocs-latex-templates's Introduction

gdocs-latex-templates

Instructions

This repository contains templates to allow you to use Google Docs to edit research papers. For more information on how this works, see How to Use Google Docs To Write a Research Paper

Modifying Paper

To make modifications to the paper, open the paper in Google Docs. You can create copies of one of the provided templates.

Compiling Paper for Working Drafts

When you're compiling for a draft, you may have missing figures or other problems that prevent error free compilation. You can instruct LaTeX and make to keep going whenever it encounters an error with the following command:

make clean && make MODE='"batch"' -i

What are those flags doing?

  • MODE='"batch"' triggers the use of --interaction=batchmode for pdflatex, reducing the amount of output to the screen and also ensuring that pdflatex halts if there is an error (instead of asking for input).
  • -i instructs make to keep going and complete all rounds of pdflatex

Compiling Paper for Submissions

make clean && make

Always use make clean && make so that any errors are clearly exposed. The flag --halt-on-error is set for pdflatex by the Makefile to avoid annoying interaction prompts on failure

Troubleshooting Compilation

By running make clean, you will force a new copy of the paper to be downloaded. You may want to always use make clean && make or make clean && make MODE='"batch"' -i

Line numbers for compilation errors refer to the .tex file built in by make, pandoc, and sed. Checking the final .tex file usually helps with debugging compilation breaks.

What goes where?

Only changes to the bib, the template, and figures need to be committed. All other changes are tracked by Google Docs.

gdocs-latex-templates's People

Contributors

cunha avatar

Watchers

 avatar  avatar  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.