File: perspic.tex

package info (click to toggle)
perspic 1.4-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 21,996 kB
  • ctags: 625
  • sloc: ansic: 6,159; makefile: 264; sh: 127; sed: 93
file content (73 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass{article}

%begin arabtex section

%\usepackage{arabtex}
%\usepackage{atrans}

% \setarab 

% \hyphenation{Allah Allahs}

% \transtrue

% \renewenvironment{s}[3] {
%   \newpage{}
%   \begin{center}
%     \LARGE
%     <#1>\\
%     #2\\
%     {\small \textit{(Revealed in #3)}}
%   \end{center}
%   \vspace{0.5in}
%   \begin{list}{}{}
%     }
%   {
%   \end{list}
%   }

% \newcommand{\YA}{\textit{Y. Ali}}
% \newcommand{\MP}{\textit{M. Pickthal}}
% \newcommand{\AQ}{<Alqrn>}

% \newcommand{\sv}[4]{\item[#1] \begin{list}
%     {}
%     {
%       \settowidth{\labelwidth}{\MP}
%       \setlength{\labelsep}{1em}
%       \setlength{\leftmargin}{\labelwidth}
%       \addtolength{\leftmargin}{\labelsep}
%       \addtolength{\leftmargin}{1em}
%       \setlength{\rightmargin}{1em}
%       }
%   \item[\AQ] \parbox[t]{\linewidth}{\begin{arabtext} #2 \end{arabtext}}
%   \item[\YA] #3
%   \item[\MP] #4
%   \end{list}}

%end arabtex section



\newbox{\att}
\newenvironment{myquote}[3]{%
  \begin{quotation}
    \sbox{\att}{\parbox[t]{\linewidth}{
        \begin{flushright}
          #3\\
          ``#2'', #1
        \end{flushright}
        }
      }
    \it
    }
  {
    \usebox{\att}
  \end{quotation}
  }



\begin{document}

\end{document}