Microsoft
Software
Hardware
Network
Question : In Latex, how do I start a remark on a fresh line?
The construction: \remark in Latex is used like this:
\remark This is an obvious comment.
The resulting output is:
Remark 1 This is an obvious comment.
I wish it to be:
Remark 1
This is an obvious comment. (starting on a fresh line)
I think it is done using the \renewcommand or \newcommand functions.
I would be interested in both if someone is willing to help.
Answer : In Latex, how do I start a remark on a fresh line?
Agreed, it was a crude hack.
Perhaps this less-crude, but admittedly not ideal, hack will do?
\newcommand{\customremark}
{{\remark \ \\}}
Random Solutions
Crystal Report Graphs showing Year with 2 Decimal Places
How to write the query that the table shows the results the way i want in mysql
Jython Script - Update WebSphere JVM System Properties (jvm custom properties)
Porting IP Range when changing ISP
hard drive info - which is more important for speed - cache or rpm speed
XSL and underline
Globally change the Blackberry Service Display name
VB.NET How do I show data from databse - Chart
how to stop sql execution on refreshing a page or closing a browser
jquery datepicker make ALL sunday and monday unselectable