summaryrefslogtreecommitdiff
path: root/language/bengali/bangla/bangla.tex
diff options
context:
space:
mode:
Diffstat (limited to 'language/bengali/bangla/bangla.tex')
-rw-r--r--language/bengali/bangla/bangla.tex36
1 files changed, 20 insertions, 16 deletions
diff --git a/language/bengali/bangla/bangla.tex b/language/bengali/bangla/bangla.tex
index 495f8d94b1..bb68020681 100644
--- a/language/bengali/bangla/bangla.tex
+++ b/language/bengali/bangla/bangla.tex
@@ -9,15 +9,15 @@
\title{The \texttt{bangla} Package}
-\author{Nahid Hossain \\Assistant Professor, United International University\\Bangladesh\\nahid@cse.uiu.ac.bd\\mailbox.nahid@gmail.com}
+\author{Nahid Hossain \\Assistant Professor, United International University\\Bangladesh\\nahid@cse.uiu.ac.bd\\mailbox.nahid@gmail.com\\ \textbf{Version 1.5}}
-\date{June 7, 2021}
+\date{June 12, 2021}
\maketitle
\tableofcontents
\section{Introduction}
\subsection{About \texttt{bangla} Package}
-The \texttt{bangla} package is a programming tools geared primarily towards LaTeX class and package authors. It provides all necessary LaTeX frontends for Bangla language.
+The \texttt{bangla} package is a programming tool geared primarily towards LaTeX class and package authors. It provides all necessary LaTeX frontends for Bangla language.
\subsection{Licence}
Copyright © 2021 Nahid Hossain. Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License, version 1.3c or later.
@@ -28,31 +28,33 @@ The basic command to use the package is-\\ \\
\subsection{Font Selection}
-\textbf{The default font of the \texttt{bangla} package is \texttt{Kalpurush}}. However, an author can easily change the font using the parameter of the \texttt{usepackage} command.
+\textbf{The default font of the \texttt{bangla} package is \texttt{Kalpurush}. If you do not mention any font name in the parameter, the Kalpurush will be your default font.} However, an author can easily change the font using the parameter of the \texttt{usepackage} command.
\\ \\
\com{usepackage}{[<font name>]\{bangla\}}
\\
-For example, if an author wants \texttt{Vrinda} as his default font for the whole article, he can write-
+For example, if an author wants \texttt{Noto Serif Bengali} as the font for the whole article, he can write-
\\ \\
-\com{usepackage}{[vrinda]\{bangla\}}
+\com{usepackage}{[notoserifbengali]\{bangla\}}
\\
-The following fonts are currently associated with the \texttt{bangla} package-
+The following SIL Open Font Licence(OFL) Bangla fonts are currently associated with the \texttt{bangla} package-
\begin{table}[H]
\centering
-\begin{tabular}{|c|c|}
+\begin{tabular}{|c|c|c|}
+\hline
+\textbf{Font Name} & \textbf{Command Keyword} & \textbf{Licence} \\
+\hline
+Kalpurush & \textcolor{blue}{\texttt{kalpurush}} & SIL OFL\\
\hline
-\textbf{Font Name} & \textbf{Command Keyword} \\
+Shimanto & \textcolor{blue}{\texttt{shimanto}} & SIL OFL \\
\hline
-Vrinda & \textcolor{blue}{\texttt{vrinda}}\\
+Noto Sans Bengali & \textcolor{blue}{\texttt{notosansbengali}} & SIL OFL\\
+\hline
+Noto Serif Bengali & \textcolor{blue}{\texttt{notoserifbengali}} & SIL OFL\\
\hline
-Kalpurush & \textcolor{blue}{\texttt{kalpurush}} \\
-\hline
-Solaiman Lipi & \textcolor{blue}{\texttt{solaimanlipi}} \\
-\hline
\end{tabular}
\end{table}
@@ -164,7 +166,9 @@ Put \texttt{banglafigure} command before \textbackslash begin\{document\} comman
\section{Reporting issues}
-To report any error or issue please send an email to nahid@cse.uiu.ac.bd or mailbox.nahid@gmail.com.
+To report any error or issue please send an email at nahid@cse.uiu.ac.bd or mailbox.nahid@gmail.com.
\section{Revision History}
-This is version 1.0 and it has no revision history yet.
+Version 1.5 solved font licence issues and fixed some bugs.\\
+Version 1.0 primary version.\\
+
\end{document}