From c3d270c8c72dab90f0bb0cd5a87d182d8a1f7a44 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Sun, 14 Mar 2021 15:51:18 +0100 Subject: [PATCH] updated readme files --- crc/README.md | 2 +- csv/README.md | 3 ++- src/README.md | 5 ++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crc/README.md b/crc/README.md index 73c39db..c58b4f7 100644 --- a/crc/README.md +++ b/crc/README.md @@ -1,4 +1,4 @@ -# Circuits-folder +# 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 diff --git a/csv/README.md b/csv/README.md index 919f618..b943f23 100644 --- a/csv/README.md +++ b/csv/README.md @@ -1,7 +1,8 @@ # 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. +It is named *csv*, but you could also use different filetypes, even though the `.csv` type is the easiest to include in LaTex. +Keep in mind, that the config selts the ';' as the seperator, which is the german standart # Export Excel to CSV diff --git a/src/README.md b/src/README.md index 86a20f0..768541f 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,3 @@ -# Der Sources Ordner +# The sources Folder -This folder is for additional source files. It provides the custom classes and support files as well as being good for storing your assignments or -documents you need for information. \ No newline at end of file +This folder is for additional source files. It provides the custom classes and support files. \ No newline at end of file -- GitLab