diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-07-22 10:35:04 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-07-22 10:35:04 +0200 |
commit | cccb51c61e5423ab8bc42ff327bc577dfc5aca24 (patch) | |
tree | 9f9b7426ef27b86711aa4371580623b4c8820f5f /buch | |
parent | Merge pull request #44 from JODBaer/Baer (diff) | |
download | SeminarMatrizen-cccb51c61e5423ab8bc42ff327bc577dfc5aca24.tar.gz SeminarMatrizen-cccb51c61e5423ab8bc42ff327bc577dfc5aca24.zip |
typo
Diffstat (limited to 'buch')
-rw-r--r-- | buch/chapters/70-graphen/chapter.tex | 2 | ||||
-rw-r--r-- | buch/papers/reedsolomon/Makefile.inc | 18 |
2 files changed, 14 insertions, 6 deletions
diff --git a/buch/chapters/70-graphen/chapter.tex b/buch/chapters/70-graphen/chapter.tex index 6def393..530d96c 100644 --- a/buch/chapters/70-graphen/chapter.tex +++ b/buch/chapters/70-graphen/chapter.tex @@ -19,7 +19,7 @@ erste Approximation dreidimensionaler Objekte dienen. Die Bedeutung des Graphenkozeptes wird unterstrichen von der Vielzahl von Fragestellungen, die über Graphen gestellt, und der -zugehöriten Lösungsalgorithmen, die zu ihrer Beantwortung gefunden +zugehörigen Lösungsalgorithmen, die zu ihrer Beantwortung gefunden worden sind. Die Komplexitätstheorie hat sogar gezeigt, dass sich jedes diskrete Problem in ein Graphenproblem umformulieren lässt. diff --git a/buch/papers/reedsolomon/Makefile.inc b/buch/papers/reedsolomon/Makefile.inc index 6a676f8..ea51f7a 100644 --- a/buch/papers/reedsolomon/Makefile.inc +++ b/buch/papers/reedsolomon/Makefile.inc @@ -6,9 +6,17 @@ dependencies-reedsolomon = \ papers/reedsolomon/packages.tex \ papers/reedsolomon/main.tex \ - papers/reedsolomon/references.bib \ - papers/reedsolomon/teil0.tex \ - papers/reedsolomon/teil1.tex \ - papers/reedsolomon/teil2.tex \ - papers/reedsolomon/teil3.tex + papers/reedsolomon/einleitung.tex \ + papers/reedsolomon/idee.tex \ + papers/reedsolomon/dtf.tex \ + papers/reedsolomon/endlichekoerper.tex \ + papers/reedsolomon/codebsp.tex \ + papers/reedsolomon/decohnefehler.tex \ + papers/reedsolomon/decmitfehler.tex \ + papers/reedsolomon/rekonstruktion.tex \ + papers/reedsolomon/zusammenfassung.tex \ + papers/reedsolomon/anwendungen.tex \ + papers/reedsolomon/hilfstabellen.tex \ + papers/reedsolomon/references.bib + |