Changing The Date Location On A Letter












8















I'm using the document class scrlttr2 to make a cover letter, but since it's a business letter the date needs to be left-justified and above the address. By using the work-around here I was able to left-justify it, but I can't figure out how to change the position of the date and the justification is matched up the letter's body and not the address section. Since everything else is exactly where I want it to be I would like to not switch to another class, and I was hoping that someone here could help me out.



Here's my sample code:



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Short Stylish Cover Letter
% LaTeX Template
% Version 1.0 (28/5/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Stefano (http://stefano.italians.nl/archives/63)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
%
% The two fonts used in this template: Adobe Garamond Pro and Gill Sans
% do not come with Windows by default. You will need to download them in
% order to get an output as in the preview PDF. Otherwise, change those
% fonts to fonts that do come with Windows or comment out the lines to use
% the default font.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%-------------------------------------------------------------------------------------- --
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%-------------------------------------------------------------------------------------- --

documentclass{scrlttr2}

usepackage{fontspec} % Allows font customization
usepackage{marvosym} % Allows the use of symbols
usepackage[english]{babel} % Required to compile in Windows
usepackage{graphicx}


setlengthparindent{0pt} % Removes all indentation from paragraphs

defaultfontfeatures{Mapping=tex-text}
%setmainfont {Adobe Garamond Pro} % Main document font
setsansfont {Cambria} % Used in the from address line above the to address

renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
setkomavar{date}{flushleftvspace{-baselineskip}todaypar}

%-------------------------------------------------------------------------------------- --
% HEADER SECTION
%----------------------------------------------------------------------------------------

firsthead{
centering
{addfontfeature{LetterSpace=20.0}fontsize{36}{36}selectfontscshape Peter Maguire}\ [5mm]
fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


begin{document}

%----------------------------------------------------------------------------------------
% COVER LETTER CONTENTS
%-------------------------------------------------------------------------------------- --

begin{letter}{ % Address of the company you are applying to
Biotech Company \
123 Street Street \
Washington, CA 12345
}


opening{Biotech Company HR Manager,}

begin{sloppypar}
Main section here
\
end{sloppypar}

Sincerely, \
Peter Maguire

%-------------------------------------------------------------------------------------- --

end{letter}
end{document}


This is what the output looks like:



enter image description here



And this roughly what I want it to look like:



enter image description here



Anyone more skilled in this stuff have any ideas?










share|improve this question





























    8















    I'm using the document class scrlttr2 to make a cover letter, but since it's a business letter the date needs to be left-justified and above the address. By using the work-around here I was able to left-justify it, but I can't figure out how to change the position of the date and the justification is matched up the letter's body and not the address section. Since everything else is exactly where I want it to be I would like to not switch to another class, and I was hoping that someone here could help me out.



    Here's my sample code:



    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    % Short Stylish Cover Letter
    % LaTeX Template
    % Version 1.0 (28/5/13)
    %
    % This template has been downloaded from:
    % http://www.LaTeXTemplates.com
    %
    % Original author:
    % Stefano (http://stefano.italians.nl/archives/63)
    %
    % License:
    % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
    %
    % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
    %
    % The two fonts used in this template: Adobe Garamond Pro and Gill Sans
    % do not come with Windows by default. You will need to download them in
    % order to get an output as in the preview PDF. Otherwise, change those
    % fonts to fonts that do come with Windows or comment out the lines to use
    % the default font.
    %
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    %-------------------------------------------------------------------------------------- --
    % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
    %-------------------------------------------------------------------------------------- --

    documentclass{scrlttr2}

    usepackage{fontspec} % Allows font customization
    usepackage{marvosym} % Allows the use of symbols
    usepackage[english]{babel} % Required to compile in Windows
    usepackage{graphicx}


    setlengthparindent{0pt} % Removes all indentation from paragraphs

    defaultfontfeatures{Mapping=tex-text}
    %setmainfont {Adobe Garamond Pro} % Main document font
    setsansfont {Cambria} % Used in the from address line above the to address

    renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
    setkomavar{date}{flushleftvspace{-baselineskip}todaypar}

    %-------------------------------------------------------------------------------------- --
    % HEADER SECTION
    %----------------------------------------------------------------------------------------

    firsthead{
    centering
    {addfontfeature{LetterSpace=20.0}fontsize{36}{36}selectfontscshape Peter Maguire}\ [5mm]
    fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


    begin{document}

    %----------------------------------------------------------------------------------------
    % COVER LETTER CONTENTS
    %-------------------------------------------------------------------------------------- --

    begin{letter}{ % Address of the company you are applying to
    Biotech Company \
    123 Street Street \
    Washington, CA 12345
    }


    opening{Biotech Company HR Manager,}

    begin{sloppypar}
    Main section here
    \
    end{sloppypar}

    Sincerely, \
    Peter Maguire

    %-------------------------------------------------------------------------------------- --

    end{letter}
    end{document}


    This is what the output looks like:



    enter image description here



    And this roughly what I want it to look like:



    enter image description here



    Anyone more skilled in this stuff have any ideas?










    share|improve this question



























      8












      8








      8


      1






      I'm using the document class scrlttr2 to make a cover letter, but since it's a business letter the date needs to be left-justified and above the address. By using the work-around here I was able to left-justify it, but I can't figure out how to change the position of the date and the justification is matched up the letter's body and not the address section. Since everything else is exactly where I want it to be I would like to not switch to another class, and I was hoping that someone here could help me out.



      Here's my sample code:



      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      % Short Stylish Cover Letter
      % LaTeX Template
      % Version 1.0 (28/5/13)
      %
      % This template has been downloaded from:
      % http://www.LaTeXTemplates.com
      %
      % Original author:
      % Stefano (http://stefano.italians.nl/archives/63)
      %
      % License:
      % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
      %
      % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
      %
      % The two fonts used in this template: Adobe Garamond Pro and Gill Sans
      % do not come with Windows by default. You will need to download them in
      % order to get an output as in the preview PDF. Otherwise, change those
      % fonts to fonts that do come with Windows or comment out the lines to use
      % the default font.
      %
      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

      %-------------------------------------------------------------------------------------- --
      % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
      %-------------------------------------------------------------------------------------- --

      documentclass{scrlttr2}

      usepackage{fontspec} % Allows font customization
      usepackage{marvosym} % Allows the use of symbols
      usepackage[english]{babel} % Required to compile in Windows
      usepackage{graphicx}


      setlengthparindent{0pt} % Removes all indentation from paragraphs

      defaultfontfeatures{Mapping=tex-text}
      %setmainfont {Adobe Garamond Pro} % Main document font
      setsansfont {Cambria} % Used in the from address line above the to address

      renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
      setkomavar{date}{flushleftvspace{-baselineskip}todaypar}

      %-------------------------------------------------------------------------------------- --
      % HEADER SECTION
      %----------------------------------------------------------------------------------------

      firsthead{
      centering
      {addfontfeature{LetterSpace=20.0}fontsize{36}{36}selectfontscshape Peter Maguire}\ [5mm]
      fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


      begin{document}

      %----------------------------------------------------------------------------------------
      % COVER LETTER CONTENTS
      %-------------------------------------------------------------------------------------- --

      begin{letter}{ % Address of the company you are applying to
      Biotech Company \
      123 Street Street \
      Washington, CA 12345
      }


      opening{Biotech Company HR Manager,}

      begin{sloppypar}
      Main section here
      \
      end{sloppypar}

      Sincerely, \
      Peter Maguire

      %-------------------------------------------------------------------------------------- --

      end{letter}
      end{document}


      This is what the output looks like:



      enter image description here



      And this roughly what I want it to look like:



      enter image description here



      Anyone more skilled in this stuff have any ideas?










      share|improve this question
















      I'm using the document class scrlttr2 to make a cover letter, but since it's a business letter the date needs to be left-justified and above the address. By using the work-around here I was able to left-justify it, but I can't figure out how to change the position of the date and the justification is matched up the letter's body and not the address section. Since everything else is exactly where I want it to be I would like to not switch to another class, and I was hoping that someone here could help me out.



      Here's my sample code:



      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      % Short Stylish Cover Letter
      % LaTeX Template
      % Version 1.0 (28/5/13)
      %
      % This template has been downloaded from:
      % http://www.LaTeXTemplates.com
      %
      % Original author:
      % Stefano (http://stefano.italians.nl/archives/63)
      %
      % License:
      % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
      %
      % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
      %
      % The two fonts used in this template: Adobe Garamond Pro and Gill Sans
      % do not come with Windows by default. You will need to download them in
      % order to get an output as in the preview PDF. Otherwise, change those
      % fonts to fonts that do come with Windows or comment out the lines to use
      % the default font.
      %
      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

      %-------------------------------------------------------------------------------------- --
      % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
      %-------------------------------------------------------------------------------------- --

      documentclass{scrlttr2}

      usepackage{fontspec} % Allows font customization
      usepackage{marvosym} % Allows the use of symbols
      usepackage[english]{babel} % Required to compile in Windows
      usepackage{graphicx}


      setlengthparindent{0pt} % Removes all indentation from paragraphs

      defaultfontfeatures{Mapping=tex-text}
      %setmainfont {Adobe Garamond Pro} % Main document font
      setsansfont {Cambria} % Used in the from address line above the to address

      renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
      setkomavar{date}{flushleftvspace{-baselineskip}todaypar}

      %-------------------------------------------------------------------------------------- --
      % HEADER SECTION
      %----------------------------------------------------------------------------------------

      firsthead{
      centering
      {addfontfeature{LetterSpace=20.0}fontsize{36}{36}selectfontscshape Peter Maguire}\ [5mm]
      fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


      begin{document}

      %----------------------------------------------------------------------------------------
      % COVER LETTER CONTENTS
      %-------------------------------------------------------------------------------------- --

      begin{letter}{ % Address of the company you are applying to
      Biotech Company \
      123 Street Street \
      Washington, CA 12345
      }


      opening{Biotech Company HR Manager,}

      begin{sloppypar}
      Main section here
      \
      end{sloppypar}

      Sincerely, \
      Peter Maguire

      %-------------------------------------------------------------------------------------- --

      end{letter}
      end{document}


      This is what the output looks like:



      enter image description here



      And this roughly what I want it to look like:



      enter image description here



      Anyone more skilled in this stuff have any ideas?







      positioning letters datetime scrlttr2






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 4 '17 at 3:13









      Troy

      10.9k62367




      10.9k62367










      asked Dec 11 '13 at 5:02









      Peter MaguirePeter Maguire

      11717




      11717






















          2 Answers
          2






          active

          oldest

          votes


















          9














          Sometimes you may have to cheat a little...



          Below I set the date as part of the address, leaving the date empty:



          enter image description here



          documentclass{scrlttr2}

          %usepackage{fontspec} % Allows font customization
          %usepackage{marvosym} % Allows the use of symbols
          usepackage[english]{babel} % Required to compile in Windows
          usepackage{graphicx}


          setlengthparindent{0pt} % Removes all indentation from paragraphs

          %defaultfontfeatures{Mapping=tex-text}
          %setmainfont {Adobe Garamond Pro} % Main document font
          %setsansfont {Cambria} % Used in the from address line above the to address

          renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
          %setkomavar{date}{flushleftvspace{-baselineskip}todaypar}
          setkomavar{date}{vspace*{-baselineskip}}

          %-------------------------------------------------------------------------------------- --
          % HEADER SECTION
          %----------------------------------------------------------------------------------------

          setkomavar{firsthead}{
          centering
          {%addfontfeature{LetterSpace=20.0}
          fontsize{36}{36}selectfontscshape Peter Maguire}\[5mm]
          fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


          begin{document}

          %----------------------------------------------------------------------------------------
          % COVER LETTER CONTENTS
          %-------------------------------------------------------------------------------------- --

          begin{letter}{ % Address of the company you are applying to
          today par vspace*{2baselineskip}
          Biotech Company \
          123 Street Street \
          Washington, CA 12345
          }


          opening{Biotech Company HR Manager,}

          begin{sloppypar}
          Main section here \
          end{sloppypar}

          Sincerely, \
          Peter Maguire

          %-------------------------------------------------------------------------------------- --

          end{letter}
          end{document}





          share|improve this answer


























          • You're the best! This is exactly what I was looking for. I hope you have a wonderful rest of your day.

            – Peter Maguire
            Dec 11 '13 at 6:11



















          0














          How come I cannot get rid of the address, right below the date.
          It complains there is no line to end here!





          share








          New contributor




          No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            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%2f149454%2fchanging-the-date-location-on-a-letter%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            9














            Sometimes you may have to cheat a little...



            Below I set the date as part of the address, leaving the date empty:



            enter image description here



            documentclass{scrlttr2}

            %usepackage{fontspec} % Allows font customization
            %usepackage{marvosym} % Allows the use of symbols
            usepackage[english]{babel} % Required to compile in Windows
            usepackage{graphicx}


            setlengthparindent{0pt} % Removes all indentation from paragraphs

            %defaultfontfeatures{Mapping=tex-text}
            %setmainfont {Adobe Garamond Pro} % Main document font
            %setsansfont {Cambria} % Used in the from address line above the to address

            renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
            %setkomavar{date}{flushleftvspace{-baselineskip}todaypar}
            setkomavar{date}{vspace*{-baselineskip}}

            %-------------------------------------------------------------------------------------- --
            % HEADER SECTION
            %----------------------------------------------------------------------------------------

            setkomavar{firsthead}{
            centering
            {%addfontfeature{LetterSpace=20.0}
            fontsize{36}{36}selectfontscshape Peter Maguire}\[5mm]
            fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


            begin{document}

            %----------------------------------------------------------------------------------------
            % COVER LETTER CONTENTS
            %-------------------------------------------------------------------------------------- --

            begin{letter}{ % Address of the company you are applying to
            today par vspace*{2baselineskip}
            Biotech Company \
            123 Street Street \
            Washington, CA 12345
            }


            opening{Biotech Company HR Manager,}

            begin{sloppypar}
            Main section here \
            end{sloppypar}

            Sincerely, \
            Peter Maguire

            %-------------------------------------------------------------------------------------- --

            end{letter}
            end{document}





            share|improve this answer


























            • You're the best! This is exactly what I was looking for. I hope you have a wonderful rest of your day.

              – Peter Maguire
              Dec 11 '13 at 6:11
















            9














            Sometimes you may have to cheat a little...



            Below I set the date as part of the address, leaving the date empty:



            enter image description here



            documentclass{scrlttr2}

            %usepackage{fontspec} % Allows font customization
            %usepackage{marvosym} % Allows the use of symbols
            usepackage[english]{babel} % Required to compile in Windows
            usepackage{graphicx}


            setlengthparindent{0pt} % Removes all indentation from paragraphs

            %defaultfontfeatures{Mapping=tex-text}
            %setmainfont {Adobe Garamond Pro} % Main document font
            %setsansfont {Cambria} % Used in the from address line above the to address

            renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
            %setkomavar{date}{flushleftvspace{-baselineskip}todaypar}
            setkomavar{date}{vspace*{-baselineskip}}

            %-------------------------------------------------------------------------------------- --
            % HEADER SECTION
            %----------------------------------------------------------------------------------------

            setkomavar{firsthead}{
            centering
            {%addfontfeature{LetterSpace=20.0}
            fontsize{36}{36}selectfontscshape Peter Maguire}\[5mm]
            fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


            begin{document}

            %----------------------------------------------------------------------------------------
            % COVER LETTER CONTENTS
            %-------------------------------------------------------------------------------------- --

            begin{letter}{ % Address of the company you are applying to
            today par vspace*{2baselineskip}
            Biotech Company \
            123 Street Street \
            Washington, CA 12345
            }


            opening{Biotech Company HR Manager,}

            begin{sloppypar}
            Main section here \
            end{sloppypar}

            Sincerely, \
            Peter Maguire

            %-------------------------------------------------------------------------------------- --

            end{letter}
            end{document}





            share|improve this answer


























            • You're the best! This is exactly what I was looking for. I hope you have a wonderful rest of your day.

              – Peter Maguire
              Dec 11 '13 at 6:11














            9












            9








            9







            Sometimes you may have to cheat a little...



            Below I set the date as part of the address, leaving the date empty:



            enter image description here



            documentclass{scrlttr2}

            %usepackage{fontspec} % Allows font customization
            %usepackage{marvosym} % Allows the use of symbols
            usepackage[english]{babel} % Required to compile in Windows
            usepackage{graphicx}


            setlengthparindent{0pt} % Removes all indentation from paragraphs

            %defaultfontfeatures{Mapping=tex-text}
            %setmainfont {Adobe Garamond Pro} % Main document font
            %setsansfont {Cambria} % Used in the from address line above the to address

            renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
            %setkomavar{date}{flushleftvspace{-baselineskip}todaypar}
            setkomavar{date}{vspace*{-baselineskip}}

            %-------------------------------------------------------------------------------------- --
            % HEADER SECTION
            %----------------------------------------------------------------------------------------

            setkomavar{firsthead}{
            centering
            {%addfontfeature{LetterSpace=20.0}
            fontsize{36}{36}selectfontscshape Peter Maguire}\[5mm]
            fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


            begin{document}

            %----------------------------------------------------------------------------------------
            % COVER LETTER CONTENTS
            %-------------------------------------------------------------------------------------- --

            begin{letter}{ % Address of the company you are applying to
            today par vspace*{2baselineskip}
            Biotech Company \
            123 Street Street \
            Washington, CA 12345
            }


            opening{Biotech Company HR Manager,}

            begin{sloppypar}
            Main section here \
            end{sloppypar}

            Sincerely, \
            Peter Maguire

            %-------------------------------------------------------------------------------------- --

            end{letter}
            end{document}





            share|improve this answer















            Sometimes you may have to cheat a little...



            Below I set the date as part of the address, leaving the date empty:



            enter image description here



            documentclass{scrlttr2}

            %usepackage{fontspec} % Allows font customization
            %usepackage{marvosym} % Allows the use of symbols
            usepackage[english]{babel} % Required to compile in Windows
            usepackage{graphicx}


            setlengthparindent{0pt} % Removes all indentation from paragraphs

            %defaultfontfeatures{Mapping=tex-text}
            %setmainfont {Adobe Garamond Pro} % Main document font
            %setsansfont {Cambria} % Used in the from address line above the to address

            renewcommand{normalsize}{fontsize{11.5}{12}selectfont} % Sets the font size and leading
            %setkomavar{date}{flushleftvspace{-baselineskip}todaypar}
            setkomavar{date}{vspace*{-baselineskip}}

            %-------------------------------------------------------------------------------------- --
            % HEADER SECTION
            %----------------------------------------------------------------------------------------

            setkomavar{firsthead}{
            centering
            {%addfontfeature{LetterSpace=20.0}
            fontsize{36}{36}selectfontscshape Peter Maguire}\[5mm]
            fontsize{21}{21}selectfontscshape My Job \ My Institution } % Your current job title


            begin{document}

            %----------------------------------------------------------------------------------------
            % COVER LETTER CONTENTS
            %-------------------------------------------------------------------------------------- --

            begin{letter}{ % Address of the company you are applying to
            today par vspace*{2baselineskip}
            Biotech Company \
            123 Street Street \
            Washington, CA 12345
            }


            opening{Biotech Company HR Manager,}

            begin{sloppypar}
            Main section here \
            end{sloppypar}

            Sincerely, \
            Peter Maguire

            %-------------------------------------------------------------------------------------- --

            end{letter}
            end{document}






            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jun 4 '17 at 3:10









            Troy

            10.9k62367




            10.9k62367










            answered Dec 11 '13 at 5:43









            WernerWerner

            441k679701662




            441k679701662













            • You're the best! This is exactly what I was looking for. I hope you have a wonderful rest of your day.

              – Peter Maguire
              Dec 11 '13 at 6:11



















            • You're the best! This is exactly what I was looking for. I hope you have a wonderful rest of your day.

              – Peter Maguire
              Dec 11 '13 at 6:11

















            You're the best! This is exactly what I was looking for. I hope you have a wonderful rest of your day.

            – Peter Maguire
            Dec 11 '13 at 6:11





            You're the best! This is exactly what I was looking for. I hope you have a wonderful rest of your day.

            – Peter Maguire
            Dec 11 '13 at 6:11











            0














            How come I cannot get rid of the address, right below the date.
            It complains there is no line to end here!





            share








            New contributor




            No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              How come I cannot get rid of the address, right below the date.
              It complains there is no line to end here!





              share








              New contributor




              No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                How come I cannot get rid of the address, right below the date.
                It complains there is no line to end here!





                share








                New contributor




                No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                How come I cannot get rid of the address, right below the date.
                It complains there is no line to end here!






                share








                New contributor




                No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 8 mins ago









                No LieNo Lie

                1




                1




                New contributor




                No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                No Lie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    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%2f149454%2fchanging-the-date-location-on-a-letter%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

                    サソリ

                    広島県道265号伴広島線

                    Setup Asymptote in Texstudio