由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - How to insert text in LaTex
相关主题
关于找最优的divide and conquer策略help for Latex Bib style problem
VLDB也太扯淡了[转载] latex bib 的问题
《物联网入门教程》英文文字版/更新EPUB版本[PDF]latex problem
求教macro (转载)Latex 问题:如何定义表格中文字和表格线之间的距离?
MATLAB: 计算多个MATRIX的平均值[转载] latex question
MikTex+TeXnicCenter helpnew board 4 latex discussion
IEEE proceedings 的latex模板latex for Data Mining Knowledge Discover
Latex急问?Q: customize Emacs with Latex
相关话题的讨论汇总
话题: latex话题: text话题: insert话题: appendix话题: lstlisting
进入CS版参与讨论
1 (共1页)
s*****c
发帖数: 550
1
I need to put some program output console as Appendix in LaTex, but
everything is squeezed together.
N**D
发帖数: 10322
2
verbitam

【在 s*****c 的大作中提到】
: I need to put some program output console as Appendix in LaTex, but
: everything is squeezed together.

c*****t
发帖数: 1879
3
\usepackage{listings}
然后
\lstset{language=SQL}
\begin{lstlisting}
select * from employee;
\end{lstlisting}

【在 s*****c 的大作中提到】
: I need to put some program output console as Appendix in LaTex, but
: everything is squeezed together.

s*****c
发帖数: 550
4
Thank you very much! It really works the way I type in.
s*****c
发帖数: 550
5
Thanks guys. Right now I just hope to control the size of the text, kinda
going out of page boundary.
s*****c
发帖数: 550
6
Just used:
\begin{tiny}
\verbatiminput{simulation_console.txt}
\end{tiny}
A bit small but works out.
1 (共1页)
进入CS版参与讨论
相关主题
Q: customize Emacs with LatexMATLAB: 计算多个MATRIX的平均值
Re: silly writing question in latex doubMikTex+TeXnicCenter help
Latex怎么调整公式的长度啊IEEE proceedings 的latex模板
[转载] LaTeX打印的问题Latex急问?
关于找最优的divide and conquer策略help for Latex Bib style problem
VLDB也太扯淡了[转载] latex bib 的问题
《物联网入门教程》英文文字版/更新EPUB版本[PDF]latex problem
求教macro (转载)Latex 问题:如何定义表格中文字和表格线之间的距离?
相关话题的讨论汇总
话题: latex话题: text话题: insert话题: appendix话题: lstlisting