From d5e14b1d154908a32b34f2c0168a806a5074c193 Mon Sep 17 00:00:00 2001 From: Alexander Diamadis Date: Sat, 4 Jul 2020 18:10:23 +0000 Subject: [PATCH] =?UTF-8?q?Captionpos=20im=20Beispiel=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Programmiersprachen/vhdl.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programmiersprachen/vhdl.tex b/Programmiersprachen/vhdl.tex index c8e6338..ec325c3 100644 --- a/Programmiersprachen/vhdl.tex +++ b/Programmiersprachen/vhdl.tex @@ -41,6 +41,6 @@ %Um Code aus einer VHDL-Datei zu importieren label={lst:code1},caption={Listingtitel} % \lstinputlisting[style=customc]{file.vhd} % oder mit Überschrift und Label -% \lstinputlisting[label={lst:code1},caption={Listingtitel},style=customc]{file.vhd} +% \lstinputlisting[label={lst:code1},caption={Listingtitel},captionpos=b,style=customc]{file.vhd} % und für tcl Makros: % \lstinputlisting[style=customd]{file.DO} \ No newline at end of file