Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
titansarus committed Jun 18, 2020
1 parent 5120d6f commit e963902
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 23 deletions.
2 changes: 1 addition & 1 deletion phase_3/bank/bank.aux
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
\@writefile{toc}{\contentsline {section}{{\fehrestContent دریافت توکن}}{5}{section*.5}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{{\fehrestContent ایجاد فیش بانکی}}{6}{section*.6}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{{\fehrestContent دریافت گزارش تراکنش‌ها}}{7}{section*.7}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{{\fehrestContent انجام تراکنش}}{8}{section*.8}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{{\fehrestContent انجام تراکنش}}{9}{section*.8}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{{\fehrestContent دریافت موجودی حساب}}{9}{section*.9}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{{\fehrestContent قطع ارتباط با سرور}}{9}{section*.10}\protected@file@percent }
33 changes: 18 additions & 15 deletions phase_3/bank/bank.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019/W32TeX) (preloaded format=xelatex 2020.2.24) 16 JUN 2020 19:37
This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019/W32TeX) (preloaded format=xelatex 2020.2.24) 18 JUN 2020 14:56
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down Expand Up @@ -1646,44 +1646,47 @@ File: sharif.png Graphic file (type bmp)
[7]

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref) removing `\fehrestContent' on input line 627.
(hyperref) removing `\fehrestContent' on input line 635.

File: sharif.png Graphic file (type bmp)
<sharif.png>
[8]

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref) removing `\fehrestContent' on input line 670.
(hyperref) removing `\fehrestContent' on input line 678.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref) removing `\fehrestContent' on input line 704.
(hyperref) removing `\fehrestContent' on input line 712.

LaTeX Font Info: Font shape `TU/Lalezar-Regular.ttf(0)/bx/n' will be
(Font) scaled to size 18.0pt on input line 719.
File: sharif.png Graphic file (type bmp)
<sharif.png>
[9]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 733.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 733.
LaTeX Font Info: Font shape `TU/Lalezar-Regular.ttf(0)/bx/n' will be
(Font) scaled to size 18.0pt on input line 727.
File: sharif.png Graphic file (type bmp)
<sharif.png>
[10]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 741.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 741.
(./bank.aux)
Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 733.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 733.
Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 741.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 741.
Package rerunfilecheck Info: File `bank.out' has not changed.
(rerunfilecheck) Checksum: 8B83868F875CBEFAEBE71312CDD46EB4.


LaTeX Font Warning: Some font shapes were not available, defaults substituted.

Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 733.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 741.
)
Here is how much of TeX's memory you used:
40029 strings out of 492922
808915 string characters out of 6136751
1147874 words of memory out of 5000000
808914 string characters out of 6136751
1146874 words of memory out of 5000000
43469 multiletter control sequences out of 15000+600000
539188 words of font info for 72 fonts, out of 8000000 for 9000
1348 hyphenation exceptions out of 8191
58i,12n,93p,4822b,1204s stack positions out of 5000i,500n,10000p,200000b,80000s
58i,13n,93p,4822b,1204s stack positions out of 5000i,500n,10000p,200000b,80000s

Output written on bank.pdf (10 pages).
Output written on bank.pdf (11 pages).
Binary file modified phase_3/bank/bank.pdf
Binary file not shown.
Binary file modified phase_3/bank/bank.synctex.gz
Binary file not shown.
20 changes: 14 additions & 6 deletions phase_3/bank/bank.tex
Original file line number Diff line number Diff line change
Expand Up @@ -580,19 +580,27 @@ \section*{{\titr دریافت گزارش تراکنش‌ها}}
\end{itemize}

\item
\textcolor{CustomColor}{خروجی} این تابع آرایه‌ای از فیش‌های سریالایز شده (json) خواهد بود که با "*" از هم جدا شده‌اند. مثلا:
\textcolor{CustomColor}{خروجی} این تابع آرایه‌ای از فیش‌های سریالایز شده (json) خواهد بود که با "\lr{*}" از هم جدا شده‌اند. مثلا:




\begin{latin}

\begin{lstlisting}[language = json , numbers = none]
{"receiptType":"deposit","money":20,
"sourceAccountID":-1,"destAccountID":10001,
"description":"","id":0,"payed":1}*{"receiptType":"deposit","money":2000,"sourceAccountID":-1,
"destAccountID":10001,"description":"","id":0,
"payed":1}
{"receiptType":"deposit",
"money":20,
"sourceAccountID":-1,
"destAccountID":10001,
"description":"",
"id":0,
"paid":1}*{"receiptType":"deposit",
"money":2000,
"sourceAccountID":-1,
"destAccountID":10001,
"description":"",
"id":0,
"paid":1}
\end{lstlisting}

\end{latin}
Expand Down
2 changes: 1 addition & 1 deletion phase_3/bank/bank.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
\contentsline {section}{{\fehrestContent دریافت توکن}}{5}{section*.5}%
\contentsline {section}{{\fehrestContent ایجاد فیش بانکی}}{6}{section*.6}%
\contentsline {section}{{\fehrestContent دریافت گزارش تراکنش‌ها}}{7}{section*.7}%
\contentsline {section}{{\fehrestContent انجام تراکنش}}{8}{section*.8}%
\contentsline {section}{{\fehrestContent انجام تراکنش}}{9}{section*.8}%
\contentsline {section}{{\fehrestContent دریافت موجودی حساب}}{9}{section*.9}%
\contentsline {section}{{\fehrestContent قطع ارتباط با سرور}}{9}{section*.10}%

0 comments on commit e963902

Please sign in to comment.