File: perspic.tex

package info (click to toggle)
perspic 1.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 22,872 kB
  • ctags: 1,105
  • sloc: ansic: 6,324; sh: 457; lex: 385; makefile: 284; yacc: 104; sed: 93
file content (80 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download | duplicates (3)
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
74
75
76
77
78
79
80
\documentclass{article}

%begin arabtex section

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

% \setarab 

% \hyphenation{Allah Allahs}

% \transtrue

% \newenvironment{surah}[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>}

% \newlength{\mls}
% \newlength{\tmp}
% \settowidth{\mls}{999. \AQ}
% \settowidth{\tmp}{\MP}
% \ifthenelse{\lengthtest{\tmp>\mls}}{\setlength{\mls}{\tmp}}{}

% \newcommand{\sv}[4]{\begin{list}
%     {}
%     {
%       \setlength{\labelwidth}{\mls}
%       \setlength{\labelsep}{1em}
%       \setlength{\leftmargin}{\labelwidth}
%       \addtolength{\leftmargin}{\labelsep}
%       \addtolength{\leftmargin}{1em}
%       \setlength{\rightmargin}{1em}
%       }
%   \item[#1 \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}