Skip to content

Instantly share code, notes, and snippets.

@VincentTam
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentTam/8703633 to your computer and use it in GitHub Desktop.
Save VincentTam/8703633 to your computer and use it in GitHub Desktop.
The TeX file is to show the difference between the quote and quotation environments for *TeX compilers, while the Markdown file is to show that such difference doesn't exist in pandoc.

% Sample Draft Paper No. 1 % Somobody Here %

Some paragraphs. After that go to a quote. Some paragraphs.1 After that go to a quote. Some paragraphs, after that go to a quote. Some paragraphs.[1] After that go to a quote.

Some long sentence. In a capitalist society, the separation of capital, land and property is unavoidable, but harmful to workers.

Some long long sentences. So we can see the difference of two environments. Moreover, compile it and keep calm. see the result and go to have a rest after long hours facing computer.

I’ve got enough hours of exposure to the screen. Testings are tedious jobs but are required.2 They are the most direct way of getting answers from “computer stuff”.

Some sentences.

Footnotes

  1. Wells Abcd, Wealth of family

  2. some text here

% File: quote.tex
% Created: Mon Apr 29 07:00 PM 2013 H
% Last Change: Mon Apr 29 07:00 PM 2013 H
%
\documentclass[a4paper]{article}
\usepackage{parskip}
\author{Somobody Here}
\title{Sample Draft Paper No. 1}
\date{\today}
\setlength{\parindent}{1.5em}
\begin{document}
\maketitle
Some paragraphs. After that go to~a quote. Some
paragraphs.\footnote{Wells Abcd, Wealth of family} After that go to~a
quote. Some paragraphs, after that go to~a quote. Some
paragraphs.\footnotemark[1] After that go to~a quote.
\begin{quote}
Some long sentence. In a capitalist society, the separation of
capital, land and property is unavoidable, but harmful to workers.
\end{quote}
\begin{quotation}
Some long long sentences. So we can see the difference of two
environments. Moreover, compile it and keep calm. see the result and
go to have a rest after long hours facing computer.
\end{quotation}
I've got enough hours of exposure to the screen. Testings are tedious
jobs but are required.\footnote{some text here} They are the most
direct way of getting answers from ``computer stuff''.
Some sentences.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment