How to write KOMA scrttl2 subject without the words “Subject: ” in front?
The standard way of adding a subject is by using
setkomavar{subject}{Insert the subject of the letter}
in the preamble of the document. This inserts a line of text before the opening of the letter as follows.
Subject: Insert the subject of the letter
However, I would like to have the subject without the words "Subject: ". Also, I would like to have the subject line in bold, as shown below.
Insert the subject of the letter
How do I do that?
koma-script scrlttr2
add a comment |
The standard way of adding a subject is by using
setkomavar{subject}{Insert the subject of the letter}
in the preamble of the document. This inserts a line of text before the opening of the letter as follows.
Subject: Insert the subject of the letter
However, I would like to have the subject without the words "Subject: ". Also, I would like to have the subject line in bold, as shown below.
Insert the subject of the letter
How do I do that?
koma-script scrlttr2
add a comment |
The standard way of adding a subject is by using
setkomavar{subject}{Insert the subject of the letter}
in the preamble of the document. This inserts a line of text before the opening of the letter as follows.
Subject: Insert the subject of the letter
However, I would like to have the subject without the words "Subject: ". Also, I would like to have the subject line in bold, as shown below.
Insert the subject of the letter
How do I do that?
koma-script scrlttr2
The standard way of adding a subject is by using
setkomavar{subject}{Insert the subject of the letter}
in the preamble of the document. This inserts a line of text before the opening of the letter as follows.
Subject: Insert the subject of the letter
However, I would like to have the subject without the words "Subject: ". Also, I would like to have the subject line in bold, as shown below.
Insert the subject of the letter
How do I do that?
koma-script scrlttr2
koma-script scrlttr2
asked Jan 10 at 9:22
Nanashi No GombeNanashi No Gombe
1146
1146
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
For removing "Subject: " you are looking for scrlttr2
's option subject=untitled
, whereas for the bold font setkomafont{lettersubject}{normalcolorbfseries}
should do the trick. However, as those two are the defaults, you should probably look in your document where you changed them.
documentclass[foldmarks=true,foldmarks=blmtP,
fromphone,fromemail,fromlogo,
subject=untitled,
version=last]{scrlttr2}
usepackage[british]{babel}
usepackage{graphics}
begin{document}
setkomavar{fromname}{Joe Public}
setkomavar{fromaddress}{2 Valley\
SAMPLEBY\
ZY32 1XW}
setkomavar{fromphone}{0,12,34~56,78}
setkomavar{fromemail}{joe@public.invalid}
setkomavar{location}{raggedright
Club member no.~4711\
since 11.09.2001\
chairman 2003--2005}
setkomavar{date}{29th February 2011}
setkomavar{place}{Sampleby}
setkomavar{subject}{Missing general meeting}
setkomafont{lettersubject}{normalcolorbfseries}
begin{letter}{%
Joanna Public\
1 Hillside\
SAMPLESTEAD\
WX12 3YZ%
}
opening{Dear Madam Chair,}
The last general meeting was more than a year ago.
I would like to remind you that the articles of our
club stipulate that one should be held every
six months. For this reason, I call on the executive
board to arrange such a meeting immediately.
closing{Anticipating an invitation}
ps PS: I hope you do not take this request amiss.
setkomavar*{enclseparator}{Enclosure}
encl{Excerpt from the articles governing general
meetings}
cc{executive board\all members}
end{letter}
end{document}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f469503%2fhow-to-write-koma-scrttl2-subject-without-the-words-subject-in-front%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
For removing "Subject: " you are looking for scrlttr2
's option subject=untitled
, whereas for the bold font setkomafont{lettersubject}{normalcolorbfseries}
should do the trick. However, as those two are the defaults, you should probably look in your document where you changed them.
documentclass[foldmarks=true,foldmarks=blmtP,
fromphone,fromemail,fromlogo,
subject=untitled,
version=last]{scrlttr2}
usepackage[british]{babel}
usepackage{graphics}
begin{document}
setkomavar{fromname}{Joe Public}
setkomavar{fromaddress}{2 Valley\
SAMPLEBY\
ZY32 1XW}
setkomavar{fromphone}{0,12,34~56,78}
setkomavar{fromemail}{joe@public.invalid}
setkomavar{location}{raggedright
Club member no.~4711\
since 11.09.2001\
chairman 2003--2005}
setkomavar{date}{29th February 2011}
setkomavar{place}{Sampleby}
setkomavar{subject}{Missing general meeting}
setkomafont{lettersubject}{normalcolorbfseries}
begin{letter}{%
Joanna Public\
1 Hillside\
SAMPLESTEAD\
WX12 3YZ%
}
opening{Dear Madam Chair,}
The last general meeting was more than a year ago.
I would like to remind you that the articles of our
club stipulate that one should be held every
six months. For this reason, I call on the executive
board to arrange such a meeting immediately.
closing{Anticipating an invitation}
ps PS: I hope you do not take this request amiss.
setkomavar*{enclseparator}{Enclosure}
encl{Excerpt from the articles governing general
meetings}
cc{executive board\all members}
end{letter}
end{document}
add a comment |
For removing "Subject: " you are looking for scrlttr2
's option subject=untitled
, whereas for the bold font setkomafont{lettersubject}{normalcolorbfseries}
should do the trick. However, as those two are the defaults, you should probably look in your document where you changed them.
documentclass[foldmarks=true,foldmarks=blmtP,
fromphone,fromemail,fromlogo,
subject=untitled,
version=last]{scrlttr2}
usepackage[british]{babel}
usepackage{graphics}
begin{document}
setkomavar{fromname}{Joe Public}
setkomavar{fromaddress}{2 Valley\
SAMPLEBY\
ZY32 1XW}
setkomavar{fromphone}{0,12,34~56,78}
setkomavar{fromemail}{joe@public.invalid}
setkomavar{location}{raggedright
Club member no.~4711\
since 11.09.2001\
chairman 2003--2005}
setkomavar{date}{29th February 2011}
setkomavar{place}{Sampleby}
setkomavar{subject}{Missing general meeting}
setkomafont{lettersubject}{normalcolorbfseries}
begin{letter}{%
Joanna Public\
1 Hillside\
SAMPLESTEAD\
WX12 3YZ%
}
opening{Dear Madam Chair,}
The last general meeting was more than a year ago.
I would like to remind you that the articles of our
club stipulate that one should be held every
six months. For this reason, I call on the executive
board to arrange such a meeting immediately.
closing{Anticipating an invitation}
ps PS: I hope you do not take this request amiss.
setkomavar*{enclseparator}{Enclosure}
encl{Excerpt from the articles governing general
meetings}
cc{executive board\all members}
end{letter}
end{document}
add a comment |
For removing "Subject: " you are looking for scrlttr2
's option subject=untitled
, whereas for the bold font setkomafont{lettersubject}{normalcolorbfseries}
should do the trick. However, as those two are the defaults, you should probably look in your document where you changed them.
documentclass[foldmarks=true,foldmarks=blmtP,
fromphone,fromemail,fromlogo,
subject=untitled,
version=last]{scrlttr2}
usepackage[british]{babel}
usepackage{graphics}
begin{document}
setkomavar{fromname}{Joe Public}
setkomavar{fromaddress}{2 Valley\
SAMPLEBY\
ZY32 1XW}
setkomavar{fromphone}{0,12,34~56,78}
setkomavar{fromemail}{joe@public.invalid}
setkomavar{location}{raggedright
Club member no.~4711\
since 11.09.2001\
chairman 2003--2005}
setkomavar{date}{29th February 2011}
setkomavar{place}{Sampleby}
setkomavar{subject}{Missing general meeting}
setkomafont{lettersubject}{normalcolorbfseries}
begin{letter}{%
Joanna Public\
1 Hillside\
SAMPLESTEAD\
WX12 3YZ%
}
opening{Dear Madam Chair,}
The last general meeting was more than a year ago.
I would like to remind you that the articles of our
club stipulate that one should be held every
six months. For this reason, I call on the executive
board to arrange such a meeting immediately.
closing{Anticipating an invitation}
ps PS: I hope you do not take this request amiss.
setkomavar*{enclseparator}{Enclosure}
encl{Excerpt from the articles governing general
meetings}
cc{executive board\all members}
end{letter}
end{document}
For removing "Subject: " you are looking for scrlttr2
's option subject=untitled
, whereas for the bold font setkomafont{lettersubject}{normalcolorbfseries}
should do the trick. However, as those two are the defaults, you should probably look in your document where you changed them.
documentclass[foldmarks=true,foldmarks=blmtP,
fromphone,fromemail,fromlogo,
subject=untitled,
version=last]{scrlttr2}
usepackage[british]{babel}
usepackage{graphics}
begin{document}
setkomavar{fromname}{Joe Public}
setkomavar{fromaddress}{2 Valley\
SAMPLEBY\
ZY32 1XW}
setkomavar{fromphone}{0,12,34~56,78}
setkomavar{fromemail}{joe@public.invalid}
setkomavar{location}{raggedright
Club member no.~4711\
since 11.09.2001\
chairman 2003--2005}
setkomavar{date}{29th February 2011}
setkomavar{place}{Sampleby}
setkomavar{subject}{Missing general meeting}
setkomafont{lettersubject}{normalcolorbfseries}
begin{letter}{%
Joanna Public\
1 Hillside\
SAMPLESTEAD\
WX12 3YZ%
}
opening{Dear Madam Chair,}
The last general meeting was more than a year ago.
I would like to remind you that the articles of our
club stipulate that one should be held every
six months. For this reason, I call on the executive
board to arrange such a meeting immediately.
closing{Anticipating an invitation}
ps PS: I hope you do not take this request amiss.
setkomavar*{enclseparator}{Enclosure}
encl{Excerpt from the articles governing general
meetings}
cc{executive board\all members}
end{letter}
end{document}
answered Jan 10 at 9:48
gusbrsgusbrs
7,1892840
7,1892840
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f469503%2fhow-to-write-koma-scrttl2-subject-without-the-words-subject-in-front%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown