diff options
author | Norbert Preining <norbert@preining.info> | 2022-10-02 03:04:14 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-10-02 03:04:14 +0000 |
commit | 097f244236b682cc77c6ecf25be4150091d8daf9 (patch) | |
tree | 26998e72d2b56a87033d9fb72923258fc93ebe53 /info/mathtrip/src/quote5.tex | |
parent | 4043e29dc8ac56047ac45f872a2ea1f3031b6b05 (diff) |
CTAN sync 202210020304
Diffstat (limited to 'info/mathtrip/src/quote5.tex')
-rw-r--r-- | info/mathtrip/src/quote5.tex | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/info/mathtrip/src/quote5.tex b/info/mathtrip/src/quote5.tex new file mode 100644 index 0000000000..3210bd0d56 --- /dev/null +++ b/info/mathtrip/src/quote5.tex @@ -0,0 +1,19 @@ +%This command produce the quote in the first column +%of the third horizontal part of page 10 +% +%The macro hasone parameter +% 1) The width of the text +\newcommand\TTenQuote[1]{% + \parbox[t]{#1}{% + \noindent + Improvement makes strait roads, + but the crooked roads without Improvement, + are roads of Genius. + + \begin{flushright} + — William Blake (The Marriage of Heaven and Hell) + \end{flushright} + } +} +%The title of this part +\newcommand\TTenQuoteTitle{\relax} |