Skip to content

farhanarrafi/Bangla-in-Latex-with-Overleaf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changing Compiler from Overleaf

  • Sometimes for certain languages, classes and packages it may be necessary to use a different compiler like xelatex than the default pdflatex. We have to set XeLatex instead of PdfLatex for using fontspec package.

    • To change the compiler, simply click into the left hand menu
      First Image

    • Click on the Compiler menu under Settings
      Second Image

Download Any Bengali Font and Upload in Overleaf

Download from Free Bangla Fonts Download
I'm using Kalpurush font. Without downloading you can take kalpurush.ttf file from this repository. Finally, you have to upload it in overleaf.

Add the following code snippet

\usepackage{fontspec}
\setmainfont{Times New Roman}
\newfontface{\bn}{kalpurush.ttf}

Bangla Writing

\bn{অনেক আশা করে লিভারপুল ছেড়ে বার্সেলোনায় যোগ দিয়েছিলেন ব্রাজিল তারকা ফিলিপ কুতিনহো।}

About

Writing Bangla in Latex with Overleaf Online Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%