Giter VIP home page Giter VIP logo

mgf3301-hw-templ's Introduction

Homework Template for mgf3301

To compile:

latexmk -lualatex -file-line-error -shell-escape hw_template.tex

I use vimtex to compile with above options automagically. My vim config is as follows:

let g:vimtex_compiler_latexmk_engines = {
  '_'                    : '-lualatex',
  'pdflatex'             : '-pdf',
  'dvipdfex'             : '-pdfdvi',
  'lualatex'             : '-lualatex',
  'xelatex'              : '-xelatex',
  'context (pdftex)'     : '-pdf -pdflatex=texexec',
  'context (luatex)'     : '-pdf -pdflatex=context',
  'context (xetex)'      : "-pdf -pdflatex='texexec --xtx'",
}

let g:vimtex_compiler_latexmk = {
  'executable': 'latexmk',
  'options': [
    '-shell-escape',
    '-verbose',
    '-file-line-error',
    '-synctex=1',
    '-interaction=nonstopmode',
  ],
  'build_dir': 'dist',
}
let g:tex_flavor = 'latex'
let g:vimtex_view_general_viewer = 'zathura'
let g:vimtex_viewer_general = 'zathura'
let g:vimtex_view_method = 'zathura'
let g:tex_conceal = 'abdmg'
" let g:vimtex_quickfix_mode = 0

I use lualatex flag because of the emoji package, which requires lualatex. You can just remove emoji package and all \emoji reference and compiile with standard pdflatex if you want (with just latexmk hw_template.tex.

I installed texlive on arch linux (via pacman -S texlive-core texlive-bin texlive-bibtexextr), but on OS X you should just be able to install MacTex to get access to latexmk.

Cheers~

mgf3301-hw-templ's People

Contributors

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