I'm unable to insert a new line while using \ttfamily.
Is there any reason why \ttfamily prevents to do that?
My problem (here's the code):
Let's consider an e-commerce web application whose address is:
\begin{ttfamily} https://website-test.com/scripts/GetEBook.aspx?file=ebook7.pdf \end{ttfamily}
I repeatedly tried to insert the \newline command after the word is in order to get the output:
Let's consider an e-commerce web application whose address is:
https://website-test.com/scripts/GetEBook.aspx?file=ebook7.pdf
But unfortunately it doesn't work...I get no new line.
Also, how do I insert spaces in order to move the text forward?
For example:
\begin{ttfamily} \verb https://website-test.com/scripts/GetEBook.aspx?file= \end{ttfamily}
\begin{ttfamily} \verb ..\..\windows\repair\sam \end{ttfamily}
I'd like the output to be:
https://website-test.com/scripts/GetEBook.aspx?file=
..\..\windows\repair\sam
If \ttfamily doesn't allow to do what I need, is there any other way to solve the problem?
