How to write KOMA scrttl2 subject without the words “Subject: ” in front?












0















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?










share|improve this question



























    0















    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?










    share|improve this question

























      0












      0








      0








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 10 at 9:22









      Nanashi No GombeNanashi No Gombe

      1146




      1146






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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}


          enter image description here






          share|improve this answer























            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            1














            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}


            enter image description here






            share|improve this answer




























              1














              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}


              enter image description here






              share|improve this answer


























                1












                1








                1







                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}


                enter image description here






                share|improve this answer













                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}


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 10 at 9:48









                gusbrsgusbrs

                7,1892840




                7,1892840






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How to change which sound is reproduced for terminal bell?

                    Can I use Tabulator js library in my java Spring + Thymeleaf project?

                    Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents