Giter Club home page Giter Club logo

latex_example's Introduction

full compilation

make clean        # erase most generated files
make distclean    # cleaner
make              # shows pdf

system dependencies

sudo apt install rubber texlive-full make evince latexmk

robotarm.sty actually obtained from here and should be packaged with texlive, but just in case, it's included in the repo.


About the Thesis template

Github Repo: https://github.com/matteodelucchi/ZHAW_thesis-template

This template was adapted by Matteo Delucchi and others based on a template downloaded from: LaTeXTemplates.com

About the Bordeaux Cover template

Github Repo: https://github.com/cpauvert/latex-template-phd-univ-bordeaux

About bibliography

original files are all *.bib except manual_all.bib, which was built using:

bibtool -s -d *.bib -o manual_all.bib

It doesn't retain capital letters in the references so manual solving is needed, debugging errors from:

make biber

About memory limits

you need to modify main_memory: https://tex.stackexchange.com/a/24289

kpsewhich texmf.cnf
sudo vim /usr/share/texmf/web2c/texmf.cnf
sudo fmtutil-sys --all

for some reason it seems to error, but it works with these values:

main_memory = 8000000 % words of inimemory available; also applies to inimf&mp
extra_mem_top = 8000000     % extra high memory for chars, tokens, etc.
extra_mem_bot = 8000000     % extra low memory for boxes, glue, breakpoints, etc.

% ConTeXt needs lots of memory.
extra_mem_top.context = 8000000
extra_mem_bot.context = 8000000

latex_example's People

Contributors

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