2
A
回答
1
在tex.stackexchange給出的答案是:
\documentclass{article}
\usepackage{listings}
\renewcommand{\figurename}{Listing}
% replace figurename with the text that should preceed the caption
\begin{document}
\begin{figure}[thp] % the figure provides the caption
\centering % which should be centered
\caption{Ausgabe des C-Programms}
\begin{tabular}{c} % the tabular makes the listing as small as possible and centers it
\begin{lstlisting}[label={gtt_c_ausgabe}]
printf("Your code goes here.\n");
\end{lstlisting}
\end{tabular}
\end{figure}
\end{document}
...這仍然讓我疑惑:
周圍使用的代碼框架,例如使用\lstset{frame=single,frameround=tttt}
,將框架方式放在右邊。這怎麼可以避免?
renewcommand
位做什麼?
0
我沒有爲上市包裝在我的頭頂上一個答案,但你可以嘗試以下方法:
\framebox[.9\linewidth]{\parbox{.85\linewidth}{\tt Hello World\\Second line}}
產生一箱爲90%寬度爲文本寬度的85%。
如果你想它爲中心,你只是把\centering
在\tt
命令前:
\framebox[.9\linewidth]{\parbox{.85\linewidth}{\centering \tt Hello World\\Second line}}
如果你喜歡盒沒有邊框,簡單地改變到\makebox
(並保持論據因爲他們的立場) 。
相關問題
- 1. \中心環境中心的乳膠
- 2. 在列表中着色數字(乳膠)
- 3. pdflscape中的兩列 - 乳膠
- 4. matlab中的乳膠字體
- 5. 列表中的乳膠腳註
- 6. 乳膠中的內容表
- 7. 膠乳序列\ /?
- 8. 在乳膠中創建符號列表
- 9. 乳膠列表:定義字體
- 10. 乳膠:在兩列文章
- 11. 從乳膠文件中提取數字
- 12. 在乳膠表
- 13. 線乳膠表
- 14. 文本在數字乳膠
- 15. 乳膠文檔字統計
- 16. 表中的乳膠壓痕/居中
- 17. 如何在包含乳膠的表格中包含長文字?
- 18. 乳膠 - 對齊*環境中的多列
- 19. 在乳膠中的代字號
- 20. 乳膠中的字符串替換
- 21. 處理膠乳中的大數字
- 22. R圖例中的乳膠表達式
- 23. 乳膠中的QED符號
- 24. 乳膠中的迭代
- 25. 乳膠中的Multiset符號
- 26. Jupyter乳膠表/表格在乳膠細胞魔術
- 27. 跳出gvim中的「主乳膠文件」
- 28. Axis中的乳膠文本/標題Octave
- 29. 使用列表修改乳膠文檔中R代碼的字體顏色
- 30. 帶乳膠頭的表格?