This file contains hidden or 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
| { pkgs ? import <nixpkgs> {} }: | |
| let | |
| poetry2nix = import (pkgs.fetchFromGitHub { | |
| owner = "nix-community"; | |
| repo = "poetry2nix"; | |
| rev = "2024.2.2230616"; # Specify a specific commit hash or tag | |
| sha256 = "sha256-3Kq2l6xedw2BkvcASyAzNyjYRvupNiKxUvnBfcqOomM="; # The hash of the source for integrity verification | |
| }) { inherit pkgs; }; |
This file contains hidden or 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 |
This file contains hidden or 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 |
This file contains hidden or 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 |