liammcinroy / latexflashcards

A simple program that helps create latex flashcards using ecards and acrotex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX Flash Card Maker

This repo contains source for making Flashcards with LaTeX and the ecards package.

Setup

Install texlive-full and find the texmf directory on your drive, then run ./setup.sh <path/to/texmf> to install the necessary dependencies to generate electronic flashcards with LaTeX.

Use

Inner documentation

The structure of the generated tex file is given by latex/template/main.tex. Most notably, the actual notecard stack will be defined inside of stack.tex and inputted into the document. Further, a simple preamble.tex will be generated which defines just the title and author of the stack, but other commands which control the look and style of the document (as found in https://ctan.org/pkg/ecards).

Command Name Description
\stackTitle The title of the notecard stack
\stackAuthor The author of the notecard stack
-------------- -------------

About

A simple program that helps create latex flashcards using ecards and acrotex.


Languages

Language:Python 61.7%Language:TeX 33.4%Language:Shell 4.9%