Skip to content

Commit

Permalink
csvsimple
Browse files Browse the repository at this point in the history
  • Loading branch information
kompowiec2 committed Feb 2, 2022
1 parent 06a753c commit 93f142e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified BuJo-Addons.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions BuJo-Addons.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\usepackage[english]{babel} % To obtain English text with the blindtext package
\usepackage[normalem]{ulem} %Strikethrough text
\usepackage{multirow} %merge cells
%\usepackage{csvsimple} %finance
\usepackage{csvsimple} %finance
\title{Bullet Journal - Addons}
\begin{document}
\maketitle
Expand Down Expand Up @@ -43,7 +43,7 @@ \section{Habit tracker}
\end{table}

\section{Financial tracker}
\verbatiminput{finance.csv}
\input{finance.csv}
\section{Mood tracker}
List emotions:
\begin{itemize}
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@
* [ ] And whatever you want! Anyone can edit, send issue or pull request

# Prerequisites
##Original
LaTeX installed, and a LaTeX Editor, e.g. Vim, emacs

LaTeX packages used:
* ulem for Strikethrough text

OPTIONAL: i use latexmk to convert to PDF:
##BuJo-Addons
LateX packages used:
* Multirow - Merge Cells
* csvsimple - Finace

i convert to PDF:

latexmk -pdf -f -g -bibtex -deps -synctex=1 -interaction=nonstopmode -output-directory=BuJo.pdf 'BuJo.tex'

Expand Down

0 comments on commit 93f142e

Please sign in to comment.