TransWikia.com

How to wrap Tamil words?

TeX - LaTeX Asked by Shudharson Ragavendirra on October 22, 2020

I have used this code.

documentclass[12pt]{book}
usepackage{fontspec}
setmainfont{Noto Sans Tamil}    

begin{document}
    
    கௌரிப் பாட்டி பொறுமையாய் வெகு நேரம் பஸ்ஸிற்குள் நின்றிருந்தாள். எல்லோரும் இறங்கிய பின், தனது காக்கி நிறப் பையின் கனத்தை இடுப்பில் ஏற்றிக் கொண்டு கடைசியாக வந்தாள்.
    
    "பாட்டி...பாட்டி" பையைத் தூக்கியாரட்டா? ஓரணா குடு பாட்டி."
    
    "வண்டி வேணுங்களா அம்மா?"
    
    "புதுப்பாளையம் வக்கீல் குமாஸ்தா ஐயர் வீடுதானுங்களே....வாங்க, போவோம்" ---என்று பல்வேறு வரவேற்புக் குரல்களுடன் அவளை இறங்கவிடாமல் தடுத்து நின்ற வண்டிக்காரர்களையும், கூலிக்காரச் சிறுவர்களையும் பார்த்துக் கனிவோடு சிரித்துவிட்டுப் பாட்டி சொன்னாள்:
    
    "எனக்கு ஒண்ணும் வேண்டாம்பா..சித்தே வழியை விட்டேள்னா நான் மெள்ள நடந்தே போயிடுவேன்.... ஏண்டாப்பா, வீட்டெக் கூடத் தெரிஞ்சு வெச்சிருக்காய்... நான்தான் மாசம் ஒருதடவை வர்றேனே, என்னிக்கு வண்டியிலே போனேன்?" என்று ஒவ்வொருவருக்கும் ஒவ்வொரு பதிலைச் சொல்லி, அவர்களை விலக்கி வழியமைத்துக் கொண்டு தணலாய்த் தகிக்கும் வெயிலில், முக்காட்டை இழுத்து விட்டுக் கொண்டு, இடுப்பில் ஏற்றிய சுமையுடன் வறுத்துக் கொட்டிய புழுதி மண்ணை அழுந்த அழுந்த மிதித்தவாறு ஒரு பக்கமாய்ச் சாய்ந்து சாய்ந்து நடந்தாள் பாட்டி.
    
    
end{document}

I compiled the above using XeTex and the resulting pdf looks like this

enter image description here

I tried using ragged2e package but it didn’t change anything. This text extending beyond margin seems to happen only when I am using Tamil.

One Answer

A few tips:

  • Load the Tamil language and its hyphenation patterns in babel or polyglossia. Your main problem was that none of the lines were wrapping.
  • In LuaLateX, microtype will enable font expansion and drastically reduce the amount of hyphenation you need.
  • There were one or two places where the algorithm didn’t recognize a word break, so I helped it out by inserting a zero-width space.
  • Opening quotes in TeX should be `` or “, and " or ” should be closing quotes.
  • LuaLaTeX needs the HarfBuzz renderer to support complex scripts.
  • I have no idea what this says. My apologies if there’s anything wrong with it.

A template:

documentclass[12pt]{book}
tracinglostchars=2
usepackage[nil]{babel}
babelprovide[import,main]{tamil}
usepackage{fontspec}
usepackage{microtype}

defaultfontfeatures{ Ligatures=TeX, Renderer=HarfBuzz, Scale=MatchLowercase }
babelfont{rm}
          [Scale=1.0]{Noto Sans Tamil}

newcommandwordbk{hskip 0pt}

begin{document}

கௌரிப் பாட்டி பொறுமையாய் வெகு நேரம் பஸ்ஸிற்குள் நின்றிருந்தாள். எல்லோரும் இறங்கிய பின், தனது காக்கி நிறப் பையின் கனத்தை இடுப்பில் ஏற்றிக் கொண்டு கடைசியாக வந்தாள்.

``பாட்டி...பாட்டி" பையைத் தூக்கியாரட்டா? ஓரணா குடு பாட்டி."

``வண்டி வேணுங்களா அம்மா?"

``புதுப்பாளையம் வக்கீல் குமாஸ்தா ஐயர் வீடுதானுங்களே....{wordbk}வாங்க, போவோம்"---என்று பல்வேறு வரவேற்புக் குரல்களுடன் அவளை இறங்கவிடாமல் தடுத்து நின்ற வண்டிக்காரர்களையும், கூலிக்காரச் சிறுவர்களையும் பார்த்துக் கனிவோடு சிரித்துவிட்டுப் பாட்டி சொன்னாள்:

``எனக்கு ஒண்ணும் வேண்டாம்பா..சித்தே வழியை விட்டேள்னா நான் மெள்ள நடந்தே போயிடுவேன்.... ஏண்டாப்பா, வீட்டெக் கூடத் தெரிஞ்சு வெச்சிருக்காய்... நான்தான் மாசம் ஒருதடவை வர்றேனே, என்னிக்கு வண்டியிலே போனேன்?" என்று ஒவ்வொருவருக்கும் ஒவ்வொரு பதிலைச் சொல்லி, அவர்களை விலக்கி வழியமைத்துக் கொண்டு தணலாய்த் தகிக்கும் வெயிலில், முக்காட்டை இழுத்து விட்டுக் கொண்டு, இடுப்பில் ஏற்றிய சுமையுடன் வறுத்துக் கொட்டிய புழுதி மண்ணை அழுந்த அழுந்த மிதித்தவாறு ஒரு பக்கமாய்ச் சாய்ந்து சாய்ந்து நடந்தாள் பாட்டி.
  
end{document}

Noto Sans Tamil sample

Correct answer by Davislor on October 22, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP