2011年8月26日 星期五

[tex][code] Article have code inside


\usepackage{color}
\usepackage{listings}
\lstset{ %
language=C++, % choose the language of the code
basicstyle=\footnotesize, % the size of the fonts that are used for the code
numbers=left, % where to put the line-numbers
numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers
stepnumber=1, % the step between two line-numbers. If it is 1 each line will be numbered
numbersep=5pt, % how far the line-numbers are from the code
backgroundcolor=\color{white}, % choose the background color. You must add \usepackage{color}
showspaces=false, % show spaces adding particular underscores
showstringspaces=false, % underline spaces within strings
showtabs=false, % show tabs within strings adding particular underscores
frame=single, % adds a frame around the code
tabsize=2, % sets default tabsize to 2 spaces
captionpos=b, % sets the caption-position to bottom
breaklines=true, % sets automatic line breaking
breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
escapeinside={\%}{)} % if you want to add a comment within your code
}




\begin{lstlisting}

place your source code here

\end{lstlisting}



The other possibility is to directly include the source file:



\lstinputlisting{filename.java}



Reference :



Related Posts:

  • [tex] equation number is one , how to reference it\documentclass[12pt,a4paper]{article}\renewcommand{\figurename}{圖}\usepackage[dvips]{graphicx}\begin{document}\begin{equation}\label{weight_value}w(i,… Read More
  • [texmaker] cwtex makerTexmaker -- This is a good tool for cwtex.… Read More
  • [tex] 行距\documentclass[12pt,a4paper]{article}\begin{document}%欲更改全文之行距,有幾個方法。譬如,若行距要放大為內定值之1.15倍,可使用以下的指令%%\renewcommand{\baselinestretch}{1.15}%%\linespread{… Read More
  • [tex] 縮排4.1.2 關於縮排 第一行縮排了!這是因為我們完全沒有分章節,所以,LaTeX 就把這些內容當做是引言的部份,依 LaTeX 的安排,引言開頭是會縮排的。要解決這個問題,可有兩種方法: 在第一行之前加入 \noindent 來指示 LaTeX 不要去縮排。但是這只作用在下指令的地方,其他該縮排的地… Read More
  • [tex] make a menu% example4.tex\documentclass{report}\title{Aesop Fables}\author{Aesop\thanks{Thanks to the reader.} \and Nobody\thanks{Thanks to nobody}}\date{\… Read More

0 意見:

張貼留言