Coder Social home page Coder Social logo

formularyeth's Introduction

FormularyETH

This is my LaTeX template that I use for writing cheat sheets and summaries. If you make use of this template please include the copyright file. Feel free to star my project if you like it. Currently it is used as submodule but I am planning on creating a proper package.

Copyright

Copyright (c) 2017 [Georg R. Pollak] https://github.com/grpollak/formularyETH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice, the creator of the formuary package G.R. Pollak and this permission notice shall be included in all copies or substantial portions of the Software.

Creating a new formulary

  1. mkdir formularyFolder
  2. git init
  3. git submodule add [email protected]:grpollak/formularyETH.git
  4. chmod 0700 formularyETH/makeFormulary.sh
  5. formularyETH/makeFormulary.sh [-pr -b -c -g -m -py -l] <Optional Name>
  • Note: option -pr creates a .projectile emacs project file
  • Note: option -py adds python formulary as submodule
  • Note: option -m adds math formulary as submodule
  • Note: option -c adds cpp formulary as submodule
  • Note: option -g adds git formulary as submodule
  • Note: option -b adds bash formulary as submodule
  • Note: option -ml adds machine learning formulary as submodule
  • Note: option -dl adds deep learning formulary as submodule
  • Note: option -l adds latex formulary as submodule

Requirements

When writing a new e.g. myformulary.tex, myformulary.tex should be on the same level as the folder formularyETH. Within myformulary.tex you always need to define the document class formularyETH

\documentclass[fourColumns]{formularyETH/formularyETH}

Further packages that are highly recommended to be included are:

\usepackage{formularyETH/formularyETH_GeneralPackages}
\usepackage{formularyETH/formularyETH_underline}
\usepackage{formularyETH/extern/formularyETH_scientific}
\usepackage{formularyETH/extern/formularyETH_tikz}
\usepackage{formularyETH/extern/formularyETH_algorithms}
\tcbuselibrary{minted}
\usepackage{formularyMacros}

Your own Macros should be included into formularyMacros

Usage

File Structure

  • forumulary/
  • formularyETH/
  • myformulary.tex
  • src/
    • mych1.tex
    • mych2.tex
  • figures/

Boxes

The idea of the formulary is to stack boxes of different kinds together e.g.

\begin{mybox}
  \begin{theorem}
	  ...
	\end{theorem}
	\begin{defn}
	  ...
	\end{defn}
\end{mybox}
\begin{anotherBox}[Optional Tilte]  % Not for all boxes
   ...   
\end{anotherbox}  

The main box is usually the sectionbox. Inside the boxes usually theorems (theorem), definitions (defn), lemmas (lemma), proof (proof) are used.

Sidenote: SSH Keygen

cd ~/.ssh
# Create new key (will promt for filename)
ssh-keygen -t rsa -C "[email protected]"
# Print key
cat ~/.ssh/id_rsa.pub
# Copy key to remote server if necessary (into .ssh/authorized_keys)
ssh-copy-id -i ~/.ssh/private_key username@host

Afterwards just past public key into SSH Keys under profile preferences.

formularyeth's People

Contributors

grpollak avatar pollakg avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.