0

enter image description here

I want to align text as in the picture above. Starting from supervisor till Patiala. I used flushright but it aligned the text from the right hand side as in the picture below. How can I correct this?

enter image description here

1
  • I think you are simply looking for \raggedright or \begin{flushleft} stuff \end{flushleft}. Commented Jun 17, 2015 at 10:56

1 Answer 1

2

This could be achieved with a tabular environment:

\documentclass[10pt]{report} \begin{document} \begin{center} \textbf{CERTIFICATE} \end{center} This is to certify that... \begin{flushright} \textbf{ \begin{tabular}{l} SUPERVISOR\\ \\ Dr./Er. XXX\\ Professor/Assistant Professor,\\ Department of Computer Engineering,\\ Punjabi University,\\ Patiala \end{tabular} } \end{flushright} \end{document} 
0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.