Tagged Questions
7
votes
1answer
434 views
The abstract environment changes the \linewidth for the whole document
In the article class, it seems that using the abstract environment has an effect to the rest of the document. More precisely, it seems that it redefines the \linewidth, which equals \textwidth without ...
3
votes
2answers
225 views
“Problem description” to look like abstract
I would like to have my "Problem Description" to have the same look/layout as abstract.
Any way I can "clone" the the abstract command?
preamble:
\documentclass[pdftex,10pt,b5paper,twoside]{report}
...