I want to put the marking of each question in right side of paper equally. How to set the equal length of question marks in latex que paper ?
\documentclass[aps,pra,floatfix,amsmath,preprint,showpacs,12pt]{revtex4}
\usepackage{graphicx}
\usepackage{amssymb}
%\usepackage{dsfont}
\usepackage{ulem}
\usepackage{float}
\restylefloat{figure}
\linespread{1}
\thispagestyle{empty}
\pagestyle{empty}
\topmargin=0.5cm \oddsidemargin=-0.9cm
\renewcommand{\baselinestretch}{1.05}
\begin{document}
\baselineskip=1.0\baselineskip
All questions are compulsory. \\
\begin{enumerate}
\item[Q. 1 (a)] My Question prove that ...? [Mark here]
\end{enumerate}
\end{document}

\documentclassand end with\end{document}. Include a couple of questions using dummy text (possible fromlipsum). – Werner Apr 16 '15 at 18:54\newcommand{\points}[1]{\hfill\makebox[0pt][l]{[#1]}. This will print the points/marks in the right column for 99.9% of its uses. 0.01% may overflow to the next line where it's used, but a question rewording quickly takes care of that. – Werner Apr 16 '15 at 19:14\begin{document} \baselineskip=1.0\baselineskip
All questions are compulsory. \
\begin{enumerate} \item[Q. 1 (a)] My Question prove that ...? [Mark here]
\end{enumerate}
\end{document}
– Deepesh Patel Apr 16 '15 at 19:25