This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
578a531
commit dd8fd0e
Showing
11 changed files
with
69 additions
and
78 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
\makenoidxglossaries | ||
\setacronymstyle{long-short-desc} | ||
|
||
\newacronym[description={Design-Verfahren für digitale 3D-Objekte}]{cad}{CAD}{\it{Computer Assisted Design}} | ||
\newacronym[description={Laser-basiertes Pulverbett-Verfahren im AM}]{slm}{SLM}{\it{Selective Laser Melting}} | ||
\newacronym[description={Nicht mehr in Produktion (engl.)}]{oop}{OOP}{\it{Out-Of-Production}} | ||
\newacronym[description={Anderer Begriff für SLM}]{pbf}{PBF}{\it{Powder-Bed-Fusion}} | ||
\newacronym[description={Schweißraupen-basiertes Mehrachsiges 3D-Druck-Verfahren}]{lmd}{LMD}{\it{Laser Metal Deposition}} | ||
\newglossaryentry{rp}{name={\it{Rapid Prototyping}}, description={schnelle Herstellung eines Bauteils oder einer Baugruppe nach 3D-CAD-Daten}} | ||
\newglossaryentry{prusaslicer}{name={\it{PrusaSlicer}}, description={Slicer für FDM-Drucker welcher im Rahmen dieser VWA zur visuellen Darstellung genutzt wurde}} | ||
\newacronym[description={Design-Verfahren für digitale 3D-Objekte}]{cad}{CAD}{Computer Assisted Design} | ||
\newacronym[description={Laser-basiertes Pulverbett-Verfahren im AM}]{slm}{SLM}{Selective Laser Melting} | ||
\newacronym[description={Nicht mehr in Produktion (engl.)}]{oop}{OOP}{Out-Of-Production} | ||
\newacronym[description={Anderer Begriff für SLM}]{pbf}{PBF}{Powder-Bed-Fusion} | ||
\newacronym[description={Schweißraupen-basiertes Mehrachsiges 3D-Druck-Verfahren}]{lmd}{LMD}{Laser Metal Deposition} | ||
\newglossaryentry{rp}{name={Rapid Prototyping}, description={schnelle Herstellung eines Bauteils oder einer Baugruppe nach 3D-CAD-Daten}} | ||
\newglossaryentry{prusaslicer}{name={PrusaSlicer}, description={Slicer für FDM-Drucker welcher im Rahmen dieser VWA zur visuellen Darstellung genutzt wurde}} | ||
\newglossaryentry{layerline}{ | ||
name={\it{Layer-line}}, | ||
plural={\it{Layer-lines}}, | ||
name={Layer-line}, | ||
plural={Layer-lines}, | ||
description={erkennbare Schichtlinien}} | ||
\newacronym[description={3D-Druck-Verfahren mit UV-härtendem Harz}]{sla}{SLA}{\it{Stereolithographie}} | ||
\newacronym[description={3D-Druck-Verfahren mit durch einen Druckkopf ausgepresstem Thermoplastischen Polymeren}]{fdm}{FDM}{\it{Fused Deposition Modeling}} | ||
\newacronym[description={Überbegriff des 3D-Drucks}]{am}{AM}{\it{Additive Manufacturing}} | ||
\newacronym[description={Beschichtungsverfahren für die Herstellung mikroskopisch dünner, homogener mit Plasma}]{pacvd}{PACVD}{\it{Plasma Assisted Chemical Vapor Deposition}} | ||
\newacronym[description={Steuerung von Maschinen über Computer-Programme}]{cnc}{CNC}{\it{Computerized Numerical Control}} | ||
\newacronym[description={3D-Druck-Verfahren mit UV-härtendem Harz}]{sla}{SLA}{Stereolithographie} | ||
\newacronym[description={3D-Druck-Verfahren mit durch einen Druckkopf ausgepresstem Thermoplastischen Polymeren}]{fdm}{FDM}{Fused Deposition Modeling} | ||
\newacronym[description={Überbegriff des 3D-Drucks}]{am}{AM}{Additive Manufacturing} | ||
\newacronym[description={Beschichtungsverfahren für die Herstellung mikroskopisch dünner, homogener mit Plasma}]{pacvd}{PACVD}{Plasma Assisted Chemical Vapor Deposition} | ||
\newacronym[description={Steuerung von Maschinen über Computer-Programme}]{cnc}{CNC}{Computerized Numerical Control} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
%! TEX root = ../main.tex | ||
\documentclass[../main.tex]{subfiles} | ||
\begin{document} | ||
\setcounter{secnumdepth}{-2} % no numbers | ||
\section{Vorwort} | ||
\setcounter{secnumdepth}{3} % numbering down to subsections | ||
\blindtext | ||
\end{document} |