mirror of
https://github.com/EranMorkon/AMTS.git
synced 2023-12-28 16:48:38 +00:00
Figure/Table Position "HERE"
This commit is contained in:
parent
798c061bf5
commit
d12172388b
|
@ -431,7 +431,7 @@ Um das Modul in den Programming-Mode zu setzen, müssen folgende Schritte ausgef
|
||||||
\item Anschließend muss die Spannungsversorgung unterbrochen werden und der Pin5 (\enquote{SET}) wieder mit Masse verbunden werden. Erst wenn der SET-Pin mit Masse verbunden ist darf das Modul wieder mit Spannung versorgt werden.
|
\item Anschließend muss die Spannungsversorgung unterbrochen werden und der Pin5 (\enquote{SET}) wieder mit Masse verbunden werden. Erst wenn der SET-Pin mit Masse verbunden ist darf das Modul wieder mit Spannung versorgt werden.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\tab{basisplatine-hc12-atbefehlsaufbau}{Aufbau von AT-Befehlen}{Aufbau von AT-Befehlen \cite{basis:hc12}}{|c|p{10cm}|}{
|
\ltab{basisplatine-hc12-atbefehlsaufbau}{Aufbau von AT-Befehlen}{Aufbau von AT-Befehlen \cite{basis:hc12}}{|c|p{10cm}|}{
|
||||||
\hline
|
\hline
|
||||||
\textbf{Befehl} & \textbf{Funktion}\\
|
\textbf{Befehl} & \textbf{Funktion}\\
|
||||||
\hline
|
\hline
|
||||||
|
|
12
htlDT.sty
12
htlDT.sty
|
@ -22,7 +22,6 @@
|
||||||
\RequirePackage{csquotes}
|
\RequirePackage{csquotes}
|
||||||
\RequirePackage{tabularx}
|
\RequirePackage{tabularx}
|
||||||
\RequirePackage{multirow}
|
\RequirePackage{multirow}
|
||||||
\RequirePackage{lipsum}
|
|
||||||
\RequirePackage{calc}
|
\RequirePackage{calc}
|
||||||
\RequirePackage{pdfpages}
|
\RequirePackage{pdfpages}
|
||||||
\RequirePackage{float}
|
\RequirePackage{float}
|
||||||
|
@ -33,6 +32,7 @@
|
||||||
\RequirePackage{subfig}
|
\RequirePackage{subfig}
|
||||||
\RequirePackage{SIunits}
|
\RequirePackage{SIunits}
|
||||||
\RequirePackage{longtable}
|
\RequirePackage{longtable}
|
||||||
|
\RequirePackage{float}
|
||||||
|
|
||||||
\RequirePackage[
|
\RequirePackage[
|
||||||
left=2.5cm,
|
left=2.5cm,
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
% \figraw{ref}{descshort}{desclong}{content}
|
% \figraw{ref}{descshort}{desclong}{content}
|
||||||
\newcommand*{\figraw}[4]{
|
\newcommand*{\figraw}[4]{
|
||||||
\begin{figure}[htb]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
#4
|
#4
|
||||||
\caption[#2]{#3}
|
\caption[#2]{#3}
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
|
|
||||||
% \fig{ref}{descshort}{desclong}{width}{path}
|
% \fig{ref}{descshort}{desclong}{width}{path}
|
||||||
\newcommand*{\fig}[5]{
|
\newcommand*{\fig}[5]{
|
||||||
\begin{figure}[htb]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=#4]{#5}
|
\includegraphics[width=#4]{#5}
|
||||||
\caption[#2]{#3}
|
\caption[#2]{#3}
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
|
|
||||||
% \tabpdf{ref}{descshort}{desclong}{width}{path}
|
% \tabpdf{ref}{descshort}{desclong}{width}{path}
|
||||||
\newcommand*{\tabpdf}[5]{
|
\newcommand*{\tabpdf}[5]{
|
||||||
\begin{table}[htb]
|
\begin{table}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=#4]{#5}
|
\includegraphics[width=#4]{#5}
|
||||||
\caption[#2]{#3}
|
\caption[#2]{#3}
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
\newcommand*{\ltab}[5]{
|
\newcommand*{\ltab}[5]{
|
||||||
{
|
{
|
||||||
\centering
|
\centering
|
||||||
\begin{longtable}[htb]{#4}
|
\begin{longtable}[H]{#4}
|
||||||
#5
|
#5
|
||||||
\caption[#2]{#3}
|
\caption[#2]{#3}
|
||||||
\label{tab:#1}
|
\label{tab:#1}
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
|
|
||||||
% \tab{ref}{descshort}{desclong}{constructor}{content}
|
% \tab{ref}{descshort}{desclong}{constructor}{content}
|
||||||
\newcommand*{\tab}[5]{
|
\newcommand*{\tab}[5]{
|
||||||
\begin{table}[htb]
|
\begin{table}[H]
|
||||||
\centering
|
\centering
|
||||||
\begin{tabular}{#4}
|
\begin{tabular}{#4}
|
||||||
#5
|
#5
|
||||||
|
|
Loading…
Reference in a new issue