Tastenkobinationen eingefügt
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/src/*.pdf
|
||||
BIN
bin/EPL.P8.Tastenkombinationen.DOC.pdf
Normal file
BIN
bin/EPL.P8.Tastenkombinationen.DOC.pdf
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
||||
\section{test}
|
||||
\blindtext
|
||||
\Blindtext
|
||||
% Tastenkombinationen für "Anfänger" bzw. "Fortgeschrittene"
|
||||
\newboolean{shortCutsPro} % Deklaration
|
||||
\setboolean{shortCutsPro}{false} % Zuweisung
|
||||
|
||||
\chapter*{Tastenkombinationen für Anfänger}
|
||||
|
||||
|
||||
\input{Content/Shortcuts.tex}
|
||||
|
||||
|
||||
\newpage
|
||||
|
||||
\chapter*{Tastenkombinationen für Fortgeschrittene}
|
||||
|
||||
\setboolean{shortCutsPro}{true} % Shortcuts für Fortgeschrittene aktivieren
|
||||
|
||||
|
||||
\textbf{}\input{Content/Shortcuts.tex}
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
% \usepackage[latin1]{inputenc}
|
||||
% ------------------------------------------------------------------------------
|
||||
|
||||
\newcommand{\titel}{Titel des Dokuments}
|
||||
\newcommand{\autor}{Author des Dokuments}
|
||||
\newcommand{\titel}{EPLAN P8 Tastenkombinationen}
|
||||
\newcommand{\autor}{St. Maier}
|
||||
\newcommand{\firma}{Fondium Singen GmbH}
|
||||
\newcommand{\logo}{Data/Logo.png}
|
||||
\newcommand{\jahr}{Erstellungsjahr}
|
||||
\newcommand{\jahr}{2021}
|
||||
|
||||
|
||||
% Mit oder ohne Titelblatt
|
||||
|
||||
134
src/Content/ShortCuts.tex
Normal file
134
src/Content/ShortCuts.tex
Normal file
@@ -0,0 +1,134 @@
|
||||
\begingroup
|
||||
|
||||
\newcommand\columnWithFactor{0.9}
|
||||
\newcommand\emptyLine{~ & ~ \\}
|
||||
|
||||
\section*{Allgemein}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{I} & Einfügepunkte ein-/ausblenden \\
|
||||
\keys{U} & unsichtbare Elemente ein-/ausblenden \\
|
||||
\keys{F5} & Ansicht aktualisieren ("Neu zeichnen") \\
|
||||
\keys{\esc} & Aktion abbrechen\\
|
||||
\keys{\Alt + V} & \gfSpec{Projektverwaltung öffnen (nur P8 Professional)} \\
|
||||
\keys{\ctrl + A} & Alles markieren \\
|
||||
\keys{\ctrl + D} & Eigenschaften von Objekten bearbeiten \\
|
||||
\keys{\ctrl + P} & Drucken \\
|
||||
\emptyLine
|
||||
\keys{\ctrl + Y} & letzten Schritt wiederherstellen \\
|
||||
\keys{\ctrl + Z} & letzten Schritt rückgängig machen \\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Bearbeitung}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{D} & Auswahl duplizieren \\
|
||||
\keys{G} & Ausgewählte Elemente gruppieren \\
|
||||
\keys{V} & Auswahl verschieben \\
|
||||
\keys{\del} & Auswahl löschen \\
|
||||
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{\ctrl + R} & Grafik drehen \\}
|
||||
|
||||
\emptyLine
|
||||
\keys{\ctrl + C} & Elemente in Eplan-Zwischenablage kopieren \\
|
||||
\keys{\ctrl + X} & Elemente ausschneiden und in Eplan-Zwischenablage kopieren \\
|
||||
\keys{\ctrl + V} & Elemente aus Eplan-Zwischenablage einfügen \\
|
||||
\emptyLine
|
||||
\keys{\ctrl + \Alt + C} & \gfSpec{Format von Element kopieren} \\
|
||||
\keys{\ctrl + \Alt + V} & \gfSpec{Format an Element zuweisen} \\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Grafiken}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{E} & Ellipse einfügen \\}
|
||||
|
||||
\keys{K} & Kreis einfügen \\
|
||||
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{L} & Polylinie einfügen \\}
|
||||
|
||||
\keys{R} & Rechteck einfügen \\
|
||||
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{\ctrl + G} & Bogen über Mittelpunkt einfügen \\}
|
||||
|
||||
\keys{\ctrl + F2} & Linie einfügen \\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Navigatoren}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{F12} & Seiten-Navigator öffnen/schließen\\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Seite}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{\ctrl + N} & Seite erstellen \\}
|
||||
|
||||
\keys{bild \arrowkeyup} & nächste Seite \\
|
||||
\keys{bild \arrowkeydown} & vorherige Seite \\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Symbole \& Geräte einfügen}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{Einfg.} & Symbol einfügen \\
|
||||
\keys{\Alt + Einfg.} & Gerät einfügen \\
|
||||
\keys{\tab} & Variante wechseln \\
|
||||
\keys{N} & Sprung zur nächsten Funktion (beim Platzieren und Zuweisen von Funktionen \& Geräten) \\
|
||||
\keys{\Alt + \del} & Platzierung löschen \\
|
||||
\emptyLine
|
||||
\keys{X} & Makro einfügen: Cursor auf horizontale Startposition setzen \\
|
||||
\keys{Y} & Makro einfügen: Cursor auf vertikale Startposition setzen \\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Such-Funktionen}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{F} & Gegenstück anspringen \\
|
||||
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{\ctrl + F} & Suchfunktion öffnen \\
|
||||
\keys{\ctrl + J} & Gehe zu (Grafik) \\
|
||||
}
|
||||
|
||||
\keys{\ctrl + S} & \gfSpec{Auswahl synchronisieren mit Navigatoren} \\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Text einfügen}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{T} & Text einfügen \\
|
||||
\keys{\ctrl + T} & Pfad-/Funktionstext einfügen \\
|
||||
\emptyLine
|
||||
\keys{\shift + \return} & Zeilenumbruch einfügen \\
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Verbinder, Verbindungen \& Abbruchstellen}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{F3} & Winkel (unten, rechts) einfügen \\
|
||||
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{F4} & Winkel (unten, links) einfügen \\
|
||||
\keys{F6} & Winkel (oben, lins) einfügen \\
|
||||
\keys{F7} & T-Stück (unten) einfügen \\
|
||||
\keys{F8} & T-Stück (oben) einfügen \\
|
||||
\keys{F9} & T-Stück (rechts) einfügen \\
|
||||
\keys{F10} & T-Stück (links) einfügen \\
|
||||
\keys{\shift + F8} & Brücke (Kreuzverbinder) einfügen \\
|
||||
}
|
||||
|
||||
\emptyLine
|
||||
\keys{\ctrl + \shift + U} & Anbindungen unterbrechen \\
|
||||
|
||||
\ifthenelse{\boolean{shortCutsPro}}
|
||||
{\keys{\shift + F4} & Abbruchstelle einfügen \\
|
||||
\keys{\shift + F7} & Verbindungsdefinitionspunkt einfügen \\
|
||||
}
|
||||
|
||||
\end{tabularx}
|
||||
|
||||
\section*{Zoom-Funktionen}
|
||||
\begin{tabularx}{\columnWithFactor\columnwidth}{>{\centering}l X}
|
||||
\keys{\Alt + 3} & ganze Seite anzeigen \\
|
||||
\keys{Z} & Zoom öffnen \\
|
||||
\end{tabularx}
|
||||
|
||||
\endgroup
|
||||
Binary file not shown.
@@ -1,7 +1,8 @@
|
||||
\chapter{\titel}
|
||||
%\chapter{\titel}
|
||||
|
||||
\begin{multicols*}{2}
|
||||
|
||||
\tableofcontents\input{Content/Main.tex}
|
||||
% \tableofcontents\input{Content/Main.tex}
|
||||
\input{Content/Main.tex}
|
||||
|
||||
\end{multicols*}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user