INWTlab / ireports

R package with RMarkdown Business Reports
GNU General Public License v3.0
82 stars 33 forks source link

Text alignment #14

Closed GuilhermeStipp closed 4 years ago

GuilhermeStipp commented 4 years ago

Hello good afternoon.

If I want to "justify" the written text, how do I change the script or the .TEX file?

Thank you.

SarahWagner commented 4 years ago

Hello @GuilhermeStipp95,

in the defs.tex file in section misc try to replace the command \raggedright with \centering.

GuilhermeStipp commented 4 years ago

Thank you very much @SarahWagner.

I need to make two modifications. The first was to add the package "ragged2e" and in the "misc" section, use "\justifying".