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