Hinweis zur Masterdatei

This commit is contained in:
Beat Jäckle 2023-05-26 14:36:48 +02:00
parent cabcd35aec
commit 7ccf50a73b
4 changed files with 22 additions and 8 deletions

View file

@ -39,6 +39,16 @@ Beat Jäckle benützt Texmaker (für Windows, macOS und GNU+Linux)
\href{https://xm1math.net/texmaker/}{https://xm1math.net/texmaker/}
Ein wichtiger Hinweis aus dem Handbuch. \cite[Kapitel 4.2]{masterdocument}
\begin{quote}
Texmaker allows you to work onto documents separated in several files.
To include a TeX file into your document, just use the \verb`\include{file}` command in the \textit{LaTeX} menu. The file will appear in the \textit{Structure View}. With a click on his name, Texmaker will open it.
Then, you can define your \textit{master document} with the \textit{Options} menu. All the commands of the \textit{Tools} menu will apply only to this document even when working on the \textit{children} documents (you can even close the \textit{master} document).
You can easily switch toggle between the master document and the current document via the corresponding button (just above the \textit{Bold} button).
Note : you can leave the \textit{master} mode with the \textit{Options} menu.
\end{quote}
\item Michael Bürgisser benützt TeXnicCenter (nur für Windows, seit 2013 nicht mehr unterhalten)
\href{https://www.texniccenter.org/}{https://texniccenter.org/}

View file

@ -13,15 +13,15 @@ Eine erste Formel:
$e^x-27y=3x$
Und jezt mit zwei Dollarzeichen:
Und jetzt mit zwei Dollarzeichen:
$$e^x-27y=3x$$
Ebenfalls ein gemitte Formel:
\begin{eqnarray}
Ebenfalls ein gemittelte Formel:
\begin{align}
\label{eq:name}
\ln(5x+1) =\sin(x-2\pi)
\end{eqnarray}
\end{align}
Wie in Formel \ref{eq:name} gezeigt wird
@ -29,5 +29,5 @@ Wie in Formel \ref{eq:name} gezeigt wird
\begin{figure}
\includegraphics[width=8cm]{src/vorl_Logo_KZO_2.pdf}
\caption[Quelle]{Abbildungsbeschriftung}
\caption[Logo der KZO]{Abbildungsbeschriftung} % Der Titel erscheint im Abbildungsverzeichnis
\end{figure}

View file

@ -2,6 +2,10 @@
\begin{thebibliography}{99}
%Name, Vorname des Autors. Erscheinungsjahr. Titel. Auflage. Verlag. Erscheinungsort.
\bibitem{mond05} Mondello, Enzo. 2015. Portfolimanagement $-$ Theorie und Anwendungsbeispiele. 2. Aufl. Springer Gabler. Wiesbaden.
\bibitem{chatgpt} ChatGPT. Auf: https://chat.openai.com/chat (abgerufen am 23.02.2023), Prompt: "`Was ist Mathematik?"', Antwort im Anhang einsehbar.
\end{thebibliography}
\bibitem{chatgpt} ChatGPT. Auf: \url{https://chat.openai.com/chat} (abgerufen am 23.02.2023), Prompt: "`Was ist Mathematik?"', Antwort im Anhang einsehbar.
\bibitem{masterdocument}
Brachet, Pascal:
Texmaker (free cross-platform latex editor).
Auf:
\url{https://www.xm1math.net/texmaker/doc.html#SECTION31} (abgerufen am 26. Mai 2023).
\end{thebibliography}

Binary file not shown.