Skip to content
Snippets Groups Projects
Commit 4e2277f1 authored by Jan Wille's avatar Jan Wille
Browse files

new subfoldes

parent 59768d9b
No related branches found
No related tags found
No related merge requests found
......@@ -19,16 +19,17 @@ GARBAGE = $(foreach D,. $(SUBDIRS), $(wildcard $(addprefix $(D)/$(OUTDIR)/,$(GAR
export TEXINPUTS:=$(CURDIR)\src
std: all tidy
pdf: $(NAME).pdf
all: bib
$(LATEX) $(TEX_FLAGS) $(COM_FLAGS) $(NAME).tex
$(LATEX) -synctex=1 $(TEX_FLAGS) $(COM_FLAGS) $(NAME).tex
copy /Y $(OUTDIR)\$(NAME).pdf .\
bib: pdf $(OUTDIR)\$(NAME).bcf
bib: $(NAME).pdf $(OUTDIR)\$(NAME).bcf
$(BIBTEX) $(COM_FLAGS) $(NAME)
pdf: $(SUB_PDF_FILES) $(SUB_PDF_TEX_FILES)
$(NAME).pdf: $(NAME).tex $(SUB_PDF_FILES) $(SUB_PDF_TEX_FILES)
$(LATEX) -synctex=1 $(TEX_FLAGS) $(COM_FLAGS) $(NAME).tex
$(SUB_PDF_FILES): $(SUB_TEX_FILES)
......
# Circuits-folder
This folder is for Circuit diagramms. It is recommended to use the `circuitikz` package. This extents the `tikz` package with commands for close to all
your circuit diagramm needs. Have a look at the documentation.
\ No newline at end of file
# CSV folder (Comma Seperatet Values)
# CSV folder (Comma Speeratet Values)
This folder is for measurement readings and other kinds of data collection.
It is named *csv*, but you could also use different filetypes, even though the `.csv` type is the easiest to include in LaTex.
# Export Excel to CSV
Excel ist a gerate tool for collecting and doing calculation on measured data, but is not so good for using that data in other tools. Thats why there
Excel ist a gerate tool for collecting and doing calculation on measured data, but is not so good for using that data in other tools. That's why there
is a VBA macro, that makes it super easy to export excel-sheets into separate CSV documents, which can be used in Latex and easily reexported on
changes in the excel file.
\ No newline at end of file
......@@ -2,9 +2,3 @@
This folder is for images, this can be pictures,created graphs, sketches or circuit diagramms. It is recommended to work with `.png` and `.pdf` filetypes for inclusion
in the main document, but files needed by the respective editors may also be stored here.
# Image creation with Inkscape
Inkscape is a amazing vectorgraphics tool with an export to LaTex feature. I highly recommend it for creating complex images like sketches of
experimental setup.
Check oute their website: [Inkscape.org](https://inkscape.org/)
\ No newline at end of file
# Plots-folder
This folder is for plots and graphs. It exists mostly because it is recommended to use the `pgf-plots` package. This huge and powerful package also
brings up the compiletime of a `.tex` file by a lot. Thats why it is recommended to create separate files for every plot an just import the resulting
brings up the compilertime of a `.tex` file by a lot. That's why it is recommended to create separate files for every plot an just import the resulting
`.pdf` file into the final document, recompiling the graph itself only when needed.
\ No newline at end of file
# SVG-Folder
The svg format is widely used for webgraphics and vectorgraphics. This makes it usefull for creating complex graphics and illustrations.
# Image creation with Inkscape
Inkscape is a amazing vectorgraphics tool with an export to LaTex feature. I highly recommend it for creating complex images like sketches of
experimental setup.
Check oute their website: [Inkscape.org](https://inkscape.org/)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment