diff --git a/Documents/LaTeX/pearlriver.tex b/Documents/LaTeX/PearlRiver.tex
similarity index 88%
rename from Documents/LaTeX/pearlriver.tex
rename to Documents/LaTeX/PearlRiver.tex
index e2d106365c0c646d15a6748c8285635057fb82d7..75e2bc66aac5d30fbde17eee83887e6d4756ed3c 100644
--- a/Documents/LaTeX/pearlriver.tex
+++ b/Documents/LaTeX/PearlRiver.tex
@@ -32,23 +32,26 @@
 %%      See the Libre Silicon Public License for more details.
 %%
 %%  ///////////////////////////////////////////////////////////////////
-\documentclass[10pt,a4paper,twoside]{report}
-\usepackage[UTF8]{ctex}
+\documentclass[10pt,a4paper,twoside]{article}
 \usepackage[utf8]{inputenc}
 \usepackage[english]{babel}
+\usepackage{CJK}
 %\usepackage{amsmath}
 %\usepackage{amsfonts}
 \usepackage{amssymb}
 %\usepackage{gensymb}
 %\usepackage{graphicx}
-\usepackage[digital,srcmeas]{circdia}
+\usepackage[digital,srcmeas,semicon]{circdia}
 % \usepackage[dvipsnames]{xcolor}
 \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
 
-\title{LibreSilicon's 1st Test Wafer\\(珠江芯片一号)}
+\title{LibreSilicon's 1st Test Wafer \begin{CJK}{UTF8}{gbsn}\\(珠江芯片一号) \end{CJK}}
 \author{Hagen Sankowski}
 \date{\today}
 
+\makeindex  % usefull for ToC
+\setlength{\parindent}{0pt} % get rid of annoying indents
+
 \begin{document}
 \maketitle
 \begin{abstract}
@@ -63,12 +66,14 @@ For further clarification consult the complete documentation of the process.
 \end{quote}
 \end{abstract}
 \input{revision.tex}
+
+\clearpage
+\tableofcontents
 \clearpage
 
 \pagestyle{headings}
 
-\chapter{Ring Oscillators}
+\input{considerations.tex}
 \input{ringoscillators.tex}
-\clearpage
 
 \end{document}
diff --git a/Documents/LaTeX/considerations.tex b/Documents/LaTeX/considerations.tex
new file mode 100644
index 0000000000000000000000000000000000000000..265ca31859fb5b50d883fe9cc8570a450b5b95d7
--- /dev/null
+++ b/Documents/LaTeX/considerations.tex
@@ -0,0 +1,58 @@
+%%  ************    LibreSilicon's 1st TestWafer    *******************
+%%
+%%  Organisation:   Chipforge
+%%                  Germany / European Union
+%%
+%%  Profile:        Chipforge focus on fine System-on-Chip Cores in
+%%                  Verilog HDL Code which are easy understandable and
+%%                  adjustable. For further information see
+%%                          www.chipforge.org
+%%                  there are projects from small cores up to PCBs, too.
+%%
+%%  File:           PearlRiver/Documents/LaTeX/considerations.tex
+%%
+%%  Purpose:        Chapter File for Considerations
+%%
+%%  ************    LaTeX with circdia.sty package      ***************
+%%
+%%  ///////////////////////////////////////////////////////////////////
+%%
+%%  Copyright (c) 2018 by chipforge <hsank@nospam.chipforge.org>
+%%  All rights reserved.
+%%
+%%      This Standard Cell Library is licensed under the Libre Silicon
+%%      public license; you can redistribute it and/or modify it under
+%%      the terms of the Libre Silicon public license as published by
+%%      the Libre Silicon alliance, either version 1 of the License, or
+%%      (at your option) any later version.
+%%
+%%      This design is distributed in the hope that it will be useful,
+%%      but WITHOUT ANY WARRANTY; without even the implied warranty of
+%%      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+%%      See the Libre Silicon Public License for more details.
+%%
+%%  ///////////////////////////////////////////////////////////////////
+\section{Considerations}
+
+PearlRiver is the first Testwafer for the LibreSilicon 1 $ \mu m$ Technology.
+
+This Testwafer should contain almost all test structures to evaulate and qualify the technology-depended paramters. So on Wafer we placed structures to measure the sheet-resistance of all Poly- and Metallayer, as well capacitors, NMOS and PMOS transistors, bipolar junction transistors, diodes and flash cells. There are even gate cells like NAND3, NOR3 and some others used for ring oscillators.
+
+The parameter, measured from all test structures are used for the Spice3f and other models.
+
+
+\subsection{Orientation}
+
+There are to different systems to give orientation while talking about locations on the die. One systems use words like top (= upper side), right, buttion (= lower side) and left. The other systems uses cardinal directions like north, east, south and west to name the same. Both systems are very common, but here we use the cardinal directions, just as convention.
+
+Wafers smaller than 8 inches, or 200 mm, have a flat side to give orientation and encode the crystal structure. Well, we like to call the side South with the notch or the flats.
+
+All machines in the process flow has effects while dealing with the structures on the wafer. For instance etching is slightly more aggressiv on the eastern side of a structure than on the western side. To understand und measure this effects, all structures on the die are placed in a dedicated way. Structures are grouped together in a triangle. This triangle we call quarter, while placed four times on the same die, each rotated 90 degrees.
+
+\input{principle_quarter.tex}
+
+\subsection{Four-terminal Sensing}
+
+\input{schematic_4terminal.tex}
+
+\clearpage
diff --git a/Documents/LaTeX/principle_quarter.tex b/Documents/LaTeX/principle_quarter.tex
new file mode 100644
index 0000000000000000000000000000000000000000..9748cad2da279c59a9ea70d812d8524e5b41e386
--- /dev/null
+++ b/Documents/LaTeX/principle_quarter.tex
@@ -0,0 +1,48 @@
+%%  ************    LibreSilicon's 1st TestWafer    *******************
+%%
+%%  Organisation:   Chipforge
+%%                  Germany / European Union
+%%
+%%  Profile:        Chipforge focus on fine System-on-Chip Cores in
+%%                  Verilog HDL Code which are easy understandable and
+%%                  adjustable. For further information see
+%%                          www.chipforge.org
+%%                  there are projects from small cores up to PCBs, too.
+%%
+%%  File:           PearlRiver/Documents/LaTeX/die_quarter.tex
+%%
+%%  Purpose:        Principle Description Pictgure for quarters
+%%
+%%  ************    LaTeX with circdia.sty package      ***************
+%%
+%%  ///////////////////////////////////////////////////////////////////
+%%
+%%  Copyright (c) 2018 by chipforge <hsank@nospam.chipforge.org>
+%%  All rights reserved.
+%%
+%%      This Standard Cell Library is licensed under the Libre Silicon
+%%      public license; you can redistribute it and/or modify it under
+%%      the terms of the Libre Silicon public license as published by
+%%      the Libre Silicon alliance, either version 1 of the License, or
+%%      (at your option) any later version.
+%%
+%%      This design is distributed in the hope that it will be useful,
+%%      but WITHOUT ANY WARRANTY; without even the implied warranty of
+%%      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+%%      See the Libre Silicon Public License for more details.
+%%
+%%  ///////////////////////////////////////////////////////////////////
+\begin{center}
+    One Die with all Quarters
+    \begin{figure}[h]
+        \begin{center}
+            \begin{tikzpicture}[]
+            \draw (0,0) -- (7,0) -- (7,7) -- (0,7) -- cycle;
+            \draw (0.5,0) -- (6.5,0) -- (3.5,3) -- cycle;
+            \draw (7,0.5) -- (7,6.5) -- (4,3.5) -- cycle;
+            \draw (6.5,7) -- (0.5,7) -- (3.5,4) -- cycle;
+            \draw (0,6.5) -- (0,0.5) -- (3,3.5) -- cycle;
+            \end{tikzpicture}
+        \end{center}
+    \end{figure}
+\end{center}
diff --git a/Documents/LaTeX/ringoscillators.tex b/Documents/LaTeX/ringoscillators.tex
index f7ff1329b0fb85007abd25bac3b53c5fa4d47dbd..bb73c128a25ee06415bfb7703720095e544b8e13 100644
--- a/Documents/LaTeX/ringoscillators.tex
+++ b/Documents/LaTeX/ringoscillators.tex
@@ -32,6 +32,8 @@
 %%      See the Libre Silicon Public License for more details.
 %%
 %%  ///////////////////////////////////////////////////////////////////
+\section{Ring Oscillators}
+
 Ring Oscillators are the hidden Champions in case of qualifying a process.
 
 Here is a example of a Ring Oscillator with 5 inverting stages (build with inverters).
@@ -101,4 +103,4 @@ According the calculation of getting the delay from the logical effort, the rela
     f_{NOR} \approx \frac{9}{13} \cdot f_{INV}
 \end{equation}
 
-
+\clearpage
diff --git a/Documents/LaTeX/schematic_4terminal.tex b/Documents/LaTeX/schematic_4terminal.tex
new file mode 100644
index 0000000000000000000000000000000000000000..bf8d4dfd2f1acfabcb1f87a5d34d2a024ffe2479
--- /dev/null
+++ b/Documents/LaTeX/schematic_4terminal.tex
@@ -0,0 +1,88 @@
+%%  ************    LibreSilicon's 1st TestWafer    *******************
+%%
+%%  Organisation:   Chipforge
+%%                  Germany / European Union
+%%
+%%  Profile:        Chipforge focus on fine System-on-Chip Cores in
+%%                  Verilog HDL Code which are easy understandable and
+%%                  adjustable. For further information see
+%%                          www.chipforge.org
+%%                  there are projects from small cores up to PCBs, too.
+%%
+%%  File:           PearlRiver/Documents/LaTeX/schematic_4terminal.tex
+%%
+%%  Purpose:        Schematic File for Four-terminal Sensing
+%%
+%%  ************    LaTeX with circdia.sty package      ***************
+%%
+%%  ///////////////////////////////////////////////////////////////////
+%%
+%%  Copyright (c) 2018 by chipforge <hsank@nospam.chipforge.org>
+%%  All rights reserved.
+%%
+%%      This Standard Cell Library is licensed under the Libre Silicon
+%%      public license; you can redistribute it and/or modify it under
+%%      the terms of the Libre Silicon public license as published by
+%%      the Libre Silicon alliance, either version 1 of the License, or
+%%      (at your option) any later version.
+%%
+%%      This design is distributed in the hope that it will be useful,
+%%      but WITHOUT ANY WARRANTY; without even the implied warranty of
+%%      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+%%      See the Libre Silicon Public License for more details.
+%%
+%%  ///////////////////////////////////////////////////////////////////
+\begin{center}
+    Schematic (Four-terminal Sensing)
+    \begin{figure}[h]
+        \begin{center}
+            \begin{circuitdiagram}{32}{25}
+            % current source with ground
+            \ground{3}{0}{D}
+            \wire{3}{1}{3}{8}
+            \othersrc[\modify{RU}]{oo}{3}{11}{V}{}{}
+            \wire{3}{14}{3}{21}
+            % vertical flow, ampere meter
+            \wire{3}{21}{12}{21}
+            \measdev[\measunit{A}]{15}{21}{H}{$I_{drive}$}{}
+            \wire{18}{21}{24}{21}
+            \currarrow{20}{21}{R}{I}
+            % pin contact
+            \pin[\female]{25}{21}{R}{}
+            \pin[\male]{25}{21}{L}{}
+            %
+            \pin[\female]{25}{1}{R}{}
+            \pin[\male]{25}{1}{L}{}
+            \ground{24}{0}{D}
+            %
+            \pin[\female]{25}{6}{R}{}
+            \pin[\male]{25}{6}{L}{}
+            %
+            \pin[\female]{25}{16}{R}{}
+            \pin[\male]{25}{16}{L}{}
+            % voltage measurement
+            \wire{15}{14}{15}{16}
+            \wire{15}{16}{24}{16}
+            \measdev[\measunit{V}]{15}{11}{V}{$V_{meas}$}{}
+            \wire{15}{6}{15}{8}
+            \wire{15}{6}{24}{6}
+            \Voltarrow{25}{16}{25}{6}{r}{U}
+            % device under test
+            \resis{31}{11}{V}{device-under-test}{}
+            \wire{26}{1}{30.5}{1}
+            \pin{31}{1}{Dr}{I-}
+            \wire{26}{6}{30.5}{6}
+            \pin{31}{6}{UD}{U-}
+            \wire{26}{16}{30.5}{16}
+            \pin{31}{16}{UD}{U+}
+            \wire{26}{21}{30.5}{21}
+            \pin{31}{21}{Ur}{I+}
+            %
+            \wire{31}{2}{31}{5}
+            \wire{31}{7}{31}{8}
+            \wire{31}{14}{31}{15}
+            \wire{31}{17}{31}{20}
+            \end{circuitdiagram}
+        \end{center}
+    \end{figure}
+\end{center}
diff --git a/Documents/PearlRiver.pdf b/Documents/PearlRiver.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..35f31f5b87c2f2587acb49ace894c7b9365faf28
Binary files /dev/null and b/Documents/PearlRiver.pdf differ
diff --git a/Documents/LaTeX/Makefile b/GNUmakefile
similarity index 100%
rename from Documents/LaTeX/Makefile
rename to GNUmakefile