Title and text paragraph indent
up vote
0
down vote
favorite
I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.
formatting boxes text
add a comment |
up vote
0
down vote
favorite
I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.
formatting boxes text
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.
formatting boxes text
I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.
formatting boxes text
formatting boxes text
asked yesterday
Andrei
1456
1456
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
You can use quote
environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:
documentclass{article}
usepackage{lipsum}
newcounter{DDC}
newenvironment{DesignDecision}[1]
{refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
{end{quote}}
begin{document}
section{test}
lipsum[3]
begin{DesignDecision}{Composite reduction}
lipsum[1]
end{DesignDecision}
lipsum[4]
begin{DesignDecision}{End-to-end communication}
lipsum[2]
end{DesignDecision}
end{document}
Output:
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You can use quote
environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:
documentclass{article}
usepackage{lipsum}
newcounter{DDC}
newenvironment{DesignDecision}[1]
{refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
{end{quote}}
begin{document}
section{test}
lipsum[3]
begin{DesignDecision}{Composite reduction}
lipsum[1]
end{DesignDecision}
lipsum[4]
begin{DesignDecision}{End-to-end communication}
lipsum[2]
end{DesignDecision}
end{document}
Output:
add a comment |
up vote
1
down vote
accepted
You can use quote
environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:
documentclass{article}
usepackage{lipsum}
newcounter{DDC}
newenvironment{DesignDecision}[1]
{refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
{end{quote}}
begin{document}
section{test}
lipsum[3]
begin{DesignDecision}{Composite reduction}
lipsum[1]
end{DesignDecision}
lipsum[4]
begin{DesignDecision}{End-to-end communication}
lipsum[2]
end{DesignDecision}
end{document}
Output:
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You can use quote
environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:
documentclass{article}
usepackage{lipsum}
newcounter{DDC}
newenvironment{DesignDecision}[1]
{refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
{end{quote}}
begin{document}
section{test}
lipsum[3]
begin{DesignDecision}{Composite reduction}
lipsum[1]
end{DesignDecision}
lipsum[4]
begin{DesignDecision}{End-to-end communication}
lipsum[2]
end{DesignDecision}
end{document}
Output:
You can use quote
environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:
documentclass{article}
usepackage{lipsum}
newcounter{DDC}
newenvironment{DesignDecision}[1]
{refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
{end{quote}}
begin{document}
section{test}
lipsum[3]
begin{DesignDecision}{Composite reduction}
lipsum[1]
end{DesignDecision}
lipsum[4]
begin{DesignDecision}{End-to-end communication}
lipsum[2]
end{DesignDecision}
end{document}
Output:
edited yesterday
answered yesterday
koleygr
10.8k1837
10.8k1837
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459610%2ftitle-and-text-paragraph-indent%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password