Created
October 7, 2013 09:43
-
-
Save pastak/6865243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[a4paper,12pt]{article} | |
\usepackage{listings} | |
\begin{document} | |
\title{消費税増税!!!!!!!!} | |
\author{安倍晋三} | |
\date{\today} | |
\maketitle | |
\lstset{numbers=left,basicstyle=\ttfamily\small, | |
commentstyle=\textit, keywordstyle=\bfseries} | |
% 読み込むファイルを指定 | |
\lstinputlisting{tax.scm} | |
本文テキスト本文テキスト本文テキスト本文テキスト本文テキスト | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment