Removed some stuff

This commit is contained in:
Darkress
2023-07-10 20:46:24 +02:00
parent cf51fd7775
commit 7cb31d201e
10 changed files with 6 additions and 232 deletions

View File

@@ -95,7 +95,6 @@ Weitere Infos finden Sie auf den hier\footnote{
Abb.~\ref{fig-loewe} auf Seite~\pageref{fig-loewe} zeigt das \LaTeX-Maskottchen.
\begin{figure}[htbp]
\centering
\fbox{\includegraphics[height=0.3\textheight,angle=270]{lion}}
\caption{\label{fig-loewe}Der \LaTeX-Löwe}
\end{figure}
@@ -169,7 +168,7 @@ Listing~\ref{algo-quicksort}).
label={algo-makefile}, % Label für \ref{..}
basicstyle=\tiny\sffamily,
captionpos=b,
caption={Das Makefile}]{Makefile.} % Überschrift, Dateiname der zu inkludieren Datei
caption={Das Makefile}]{Makefile} % Überschrift, Dateiname der zu inkludieren Datei
% ACHTUNG: ProTeXT / Windows hat hier ein Bug: "Makefile" ohne Punkt am Ende wird nicht gefunden.
% ($%&/ DOS-Legacy :-(
% Daher muss für Linux eine Datei "Makefile." (mit Punkt am Ende) als Symlink auf "Makefile"
@@ -299,14 +298,6 @@ hx = x \cdot \tan \alpha
\hrule
%% ACHTUNG: Es macht Probleme, wenn die inkludierte Datei UTF8 Kodiert ist
%% ggf. hilft: https://www.ctan.org/pkg/listingsutf8
\lstinputlisting[
basicstyle=\small\rmfamily,
fontadjust,
firstline=6,
captionpos=t,
label={fig-readme},
caption={Installationsanleitung unter Microsoft Windows und Linux (\texttt{README.txt})}
]{README.txt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput