View create Diff PDF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taskkill /im AcroRd32.exe | |
echo "$(CURRENT_DIRECTORY)" | |
cd "$(CURRENT_DIRECTORY)" | |
npp_save | |
git latexdiff --biber --type=CCHANGEBAR --output diff.pdf --main "$(FILE_NAME)" HEAD -- | |
pdflatex.exe "$(FILE_NAME)" | |
biber.exe "$(NAME_PART)" | |
pdflatex.exe "$(FILE_NAME)" | |
pdflatex.exe "$(FILE_NAME)" | |
cmd /C start "AdobeAcrobat" /D C:\Progra~2\Adobe\ACROBA~1\Reader\ Acrord32.exe $(CURRENT_DIRECTORY)\diff.pdf |
View createPDF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taskkill /im AcroRd32.exe | |
npp_save | |
cd "$(CURRENT_DIRECTORY)" | |
pdflatex.exe "$(FILE_NAME)" | |
biber.exe "$(NAME_PART)" | |
pdflatex.exe "$(FILE_NAME)" | |
pdflatex.exe "$(FILE_NAME)" | |
cmd /C start "AdobeAcrobat" /D C:\Progra~2\Adobe\ACROBA~1\Reader\ Acrord32.exe $(CURRENT_DIRECTORY)\$(NAME_PART).pdf |
View riskmgmmatrix.tex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\usepackage{tikz} %the package that allows all the magic | |
%document start etc... | |
\begin{figure}[h] | |
\begin{tikzpicture} | |
[every node/.style= | |
{minimum width=3.95 cm, %each field is about 4 cm wide | |
minimum height= 1.95cm, %each field is about 2 cm high |