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
VC++ hiding console
Oracle Fail Safe Setup
Enterprise Network System File Check
Printer Migration from Windows 2003 to Windows 2008 R2
What is a strong name?
Calculating linear regression by Java code as done in Microsoft Excel
Developing Web Services
Rollover flash "SWF" files are not working in internet explorer
mstsc rdpfile published on citrix
Set default language, country and time zone for all users via Windows XP registry