Changing the dateGive date as iso formatRemove date in amspptdate does not workHow can I write the date in...

Linear Combination of Atomic Orbitals

Does the US political system, in principle, allow for a no-party system?

What does it mean when I add a new variable to my linear model and the R^2 stays the same?

Why would the IRS ask for birth certificates or even audit a small tax return?

The past tense for the quoting particle って

What is brightness?

Create chunks from an array

How to roleplay my character's ethics according to the DM when I don't understand those ethics?

Being asked to review a paper in conference one has submitted to

Forcing Mathematica's Integrate to give more general answers

Is being socially reclusive okay for a graduate student?

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

“I had a flat in the centre of town, but I didn’t like living there, so …”

Convert an array of objects to array of the objects' values

Paper published similar to PhD thesis

Is this nominative case or accusative case?

3.5% Interest Student Loan or use all of my savings on Tuition?

Computing the volume of a simplex-like object with constraints

How spaceships determine each other's mass in space?

What does "rhumatis" mean?

Learning to quickly identify valid fingering for piano?

How do you write a macro that takes arguments containing paragraphs?

PTIJ: Mouthful of Mitzvos

What's the best tool for cutting holes into duct work?



Changing the date


Give date as iso formatRemove date in amspptdate does not workHow can I write the date in french?add date to IEEEtranUsing the document title to get the correct dateGet date elements as stringsThe use of date{} doesn't remove the datedate doesn't show dateSetting the position of date on title page













0















        documentclass[a4paper,10pt,demo    ]{article} %
usepackage{pifont} %bouni
%-----accent
usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
usepackage[T1]{fontenc}
%-----
usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
usepackage{graphicx} % Enable pdflatex
usepackage{wrapfig}
usepackage{amsmath,amsfonts,amsthm} % Math packages
%%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
usepackage{geometry}
geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
%%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
frenchspacing % Better looking spacings after periods
usepackage{sectsty}
sectionfont{% % Change font of section
command
usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
sectionrule{0pt}{0pt}{-5pt}{1pt}}
%%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
newcommand{sepspace}{vspace*{1em}} % Vertical space macro
newcommand{MyName}[1]{ % Name
Huge usefont{OT1}{phv}{b}{n} hfill #1
par normalsize normalfont}
newcommand{MySlogan}[1]{ % Slogan}{optional)
large usefont{OT1}{phv}{m}{n}hfill textit{#1}
par normalsize normalfont}
%%% ------------------------------------------------------------
pagestyle{empty} % No pagenumbers/headers/footers
%%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
begin{document}
%%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
%---------------------------
%---------------------------
MyName{Name Name}
MySlogan{Curriculum Vitae \ nullhfill (today)}
%MySlogan{Curriculum Vitae (October 2016)}
%---------------------------
sepspace % Si on ajoute encore sepspace on aura plus d'espace
$$$$
%%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
section*{Informations personelles}

end{document}



I want to add ''th'' in the date as follows




enter image description here










share|improve this question



























    0















            documentclass[a4paper,10pt,demo    ]{article} %
    usepackage{pifont} %bouni
    %-----accent
    usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
    usepackage[T1]{fontenc}
    %-----
    usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
    usepackage{graphicx} % Enable pdflatex
    usepackage{wrapfig}
    usepackage{amsmath,amsfonts,amsthm} % Math packages
    %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
    usepackage{geometry}
    geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
    %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
    frenchspacing % Better looking spacings after periods
    usepackage{sectsty}
    sectionfont{% % Change font of section
    command
    usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
    sectionrule{0pt}{0pt}{-5pt}{1pt}}
    %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
    newcommand{sepspace}{vspace*{1em}} % Vertical space macro
    newcommand{MyName}[1]{ % Name
    Huge usefont{OT1}{phv}{b}{n} hfill #1
    par normalsize normalfont}
    newcommand{MySlogan}[1]{ % Slogan}{optional)
    large usefont{OT1}{phv}{m}{n}hfill textit{#1}
    par normalsize normalfont}
    %%% ------------------------------------------------------------
    pagestyle{empty} % No pagenumbers/headers/footers
    %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
    begin{document}
    %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
    %---------------------------
    %---------------------------
    MyName{Name Name}
    MySlogan{Curriculum Vitae \ nullhfill (today)}
    %MySlogan{Curriculum Vitae (October 2016)}
    %---------------------------
    sepspace % Si on ajoute encore sepspace on aura plus d'espace
    $$$$
    %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    section*{Informations personelles}

    end{document}



    I want to add ''th'' in the date as follows




    enter image description here










    share|improve this question

























      0












      0








      0








              documentclass[a4paper,10pt,demo    ]{article} %
      usepackage{pifont} %bouni
      %-----accent
      usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
      usepackage[T1]{fontenc}
      %-----
      usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
      usepackage{graphicx} % Enable pdflatex
      usepackage{wrapfig}
      usepackage{amsmath,amsfonts,amsthm} % Math packages
      %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
      usepackage{geometry}
      geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
      %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
      frenchspacing % Better looking spacings after periods
      usepackage{sectsty}
      sectionfont{% % Change font of section
      command
      usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
      sectionrule{0pt}{0pt}{-5pt}{1pt}}
      %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
      newcommand{sepspace}{vspace*{1em}} % Vertical space macro
      newcommand{MyName}[1]{ % Name
      Huge usefont{OT1}{phv}{b}{n} hfill #1
      par normalsize normalfont}
      newcommand{MySlogan}[1]{ % Slogan}{optional)
      large usefont{OT1}{phv}{m}{n}hfill textit{#1}
      par normalsize normalfont}
      %%% ------------------------------------------------------------
      pagestyle{empty} % No pagenumbers/headers/footers
      %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
      begin{document}
      %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
      %---------------------------
      %---------------------------
      MyName{Name Name}
      MySlogan{Curriculum Vitae \ nullhfill (today)}
      %MySlogan{Curriculum Vitae (October 2016)}
      %---------------------------
      sepspace % Si on ajoute encore sepspace on aura plus d'espace
      $$$$
      %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      section*{Informations personelles}

      end{document}



      I want to add ''th'' in the date as follows




      enter image description here










      share|improve this question














              documentclass[a4paper,10pt,demo    ]{article} %
      usepackage{pifont} %bouni
      %-----accent
      usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
      usepackage[T1]{fontenc}
      %-----
      usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
      usepackage{graphicx} % Enable pdflatex
      usepackage{wrapfig}
      usepackage{amsmath,amsfonts,amsthm} % Math packages
      %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
      usepackage{geometry}
      geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
      %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
      frenchspacing % Better looking spacings after periods
      usepackage{sectsty}
      sectionfont{% % Change font of section
      command
      usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
      sectionrule{0pt}{0pt}{-5pt}{1pt}}
      %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
      newcommand{sepspace}{vspace*{1em}} % Vertical space macro
      newcommand{MyName}[1]{ % Name
      Huge usefont{OT1}{phv}{b}{n} hfill #1
      par normalsize normalfont}
      newcommand{MySlogan}[1]{ % Slogan}{optional)
      large usefont{OT1}{phv}{m}{n}hfill textit{#1}
      par normalsize normalfont}
      %%% ------------------------------------------------------------
      pagestyle{empty} % No pagenumbers/headers/footers
      %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
      begin{document}
      %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
      %---------------------------
      %---------------------------
      MyName{Name Name}
      MySlogan{Curriculum Vitae \ nullhfill (today)}
      %MySlogan{Curriculum Vitae (October 2016)}
      %---------------------------
      sepspace % Si on ajoute encore sepspace on aura plus d'espace
      $$$$
      %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      section*{Informations personelles}

      end{document}



      I want to add ''th'' in the date as follows




      enter image description here







      date






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      SchülerSchüler

      32519




      32519






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Using datetime package, (see datetime.sty pdf, on p:8):



               documentclass[a4paper,10pt,demo    ]{article} %
          usepackage{datetime}
          newdateformat{dashdate}{%
          twodigit{THEDAY}-twodigit{THEMONTH}-THEYEAR}
          newdateformat{usvardate}{%
          monthname[THEMONTH] ordinal{DAY}, THEYEAR}

          usepackage{pifont} %bouni
          %-----accent
          usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
          usepackage[T1]{fontenc}
          %-----
          usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
          usepackage{graphicx} % Enable pdflatex
          usepackage{wrapfig}
          usepackage{amsmath,amsfonts,amsthm} % Math packages
          %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
          usepackage{geometry}
          geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
          %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
          frenchspacing % Better looking spacings after periods
          usepackage{sectsty}
          sectionfont{% % Change font of section
          command
          usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
          sectionrule{0pt}{0pt}{-5pt}{1pt}}
          %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
          newcommand{sepspace}{vspace*{1em}} % Vertical space macro
          newcommand{MyName}[1]{ % Name
          Huge usefont{OT1}{phv}{b}{n} hfill #1
          par normalsize normalfont}
          newcommand{MySlogan}[1]{ % Slogan}{optional)
          large usefont{OT1}{phv}{m}{n}hfill textit{#1}
          par normalsize normalfont}
          %%% ------------------------------------------------------------
          pagestyle{empty} % No pagenumbers/headers/footers
          %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
          begin{document}
          %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
          %---------------------------
          %---------------------------
          MyName{Name Name}
          MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}
          %MySlogan{Curriculum Vitae (October 2016)}
          %---------------------------
          sepspace % Si on ajoute encore sepspace on aura plus d'espace
          $$$$
          %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
          section*{Informations personelles}

          end{document}

          [1]:


          enter image description here






          share|improve this answer
























          • Thanks a lot. Please can I separate a bit the letter t from the number 7?

            – Schüler
            5 hours ago











          • Please also why you changed MySlogan{Curriculum Vitae \ nullhfill (today)} by MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}? Thanks

            – Schüler
            5 hours ago











          • Or you can use level option to pass datetime, e.g, usepackage[level]{datetime}. The th is placed next to date, not uppercase.

            – ferahfeza
            5 hours ago













          • In your opinion, what is the best way? Thanks

            – Schüler
            5 hours ago











          • usvardate is the name of the new dateformat. See my code. It is defined after usepackage{datetime}.

            – ferahfeza
            5 hours ago











          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%2f478218%2fchanging-the-date%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














          Using datetime package, (see datetime.sty pdf, on p:8):



               documentclass[a4paper,10pt,demo    ]{article} %
          usepackage{datetime}
          newdateformat{dashdate}{%
          twodigit{THEDAY}-twodigit{THEMONTH}-THEYEAR}
          newdateformat{usvardate}{%
          monthname[THEMONTH] ordinal{DAY}, THEYEAR}

          usepackage{pifont} %bouni
          %-----accent
          usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
          usepackage[T1]{fontenc}
          %-----
          usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
          usepackage{graphicx} % Enable pdflatex
          usepackage{wrapfig}
          usepackage{amsmath,amsfonts,amsthm} % Math packages
          %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
          usepackage{geometry}
          geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
          %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
          frenchspacing % Better looking spacings after periods
          usepackage{sectsty}
          sectionfont{% % Change font of section
          command
          usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
          sectionrule{0pt}{0pt}{-5pt}{1pt}}
          %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
          newcommand{sepspace}{vspace*{1em}} % Vertical space macro
          newcommand{MyName}[1]{ % Name
          Huge usefont{OT1}{phv}{b}{n} hfill #1
          par normalsize normalfont}
          newcommand{MySlogan}[1]{ % Slogan}{optional)
          large usefont{OT1}{phv}{m}{n}hfill textit{#1}
          par normalsize normalfont}
          %%% ------------------------------------------------------------
          pagestyle{empty} % No pagenumbers/headers/footers
          %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
          begin{document}
          %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
          %---------------------------
          %---------------------------
          MyName{Name Name}
          MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}
          %MySlogan{Curriculum Vitae (October 2016)}
          %---------------------------
          sepspace % Si on ajoute encore sepspace on aura plus d'espace
          $$$$
          %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
          section*{Informations personelles}

          end{document}

          [1]:


          enter image description here






          share|improve this answer
























          • Thanks a lot. Please can I separate a bit the letter t from the number 7?

            – Schüler
            5 hours ago











          • Please also why you changed MySlogan{Curriculum Vitae \ nullhfill (today)} by MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}? Thanks

            – Schüler
            5 hours ago











          • Or you can use level option to pass datetime, e.g, usepackage[level]{datetime}. The th is placed next to date, not uppercase.

            – ferahfeza
            5 hours ago













          • In your opinion, what is the best way? Thanks

            – Schüler
            5 hours ago











          • usvardate is the name of the new dateformat. See my code. It is defined after usepackage{datetime}.

            – ferahfeza
            5 hours ago
















          1














          Using datetime package, (see datetime.sty pdf, on p:8):



               documentclass[a4paper,10pt,demo    ]{article} %
          usepackage{datetime}
          newdateformat{dashdate}{%
          twodigit{THEDAY}-twodigit{THEMONTH}-THEYEAR}
          newdateformat{usvardate}{%
          monthname[THEMONTH] ordinal{DAY}, THEYEAR}

          usepackage{pifont} %bouni
          %-----accent
          usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
          usepackage[T1]{fontenc}
          %-----
          usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
          usepackage{graphicx} % Enable pdflatex
          usepackage{wrapfig}
          usepackage{amsmath,amsfonts,amsthm} % Math packages
          %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
          usepackage{geometry}
          geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
          %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
          frenchspacing % Better looking spacings after periods
          usepackage{sectsty}
          sectionfont{% % Change font of section
          command
          usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
          sectionrule{0pt}{0pt}{-5pt}{1pt}}
          %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
          newcommand{sepspace}{vspace*{1em}} % Vertical space macro
          newcommand{MyName}[1]{ % Name
          Huge usefont{OT1}{phv}{b}{n} hfill #1
          par normalsize normalfont}
          newcommand{MySlogan}[1]{ % Slogan}{optional)
          large usefont{OT1}{phv}{m}{n}hfill textit{#1}
          par normalsize normalfont}
          %%% ------------------------------------------------------------
          pagestyle{empty} % No pagenumbers/headers/footers
          %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
          begin{document}
          %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
          %---------------------------
          %---------------------------
          MyName{Name Name}
          MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}
          %MySlogan{Curriculum Vitae (October 2016)}
          %---------------------------
          sepspace % Si on ajoute encore sepspace on aura plus d'espace
          $$$$
          %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
          section*{Informations personelles}

          end{document}

          [1]:


          enter image description here






          share|improve this answer
























          • Thanks a lot. Please can I separate a bit the letter t from the number 7?

            – Schüler
            5 hours ago











          • Please also why you changed MySlogan{Curriculum Vitae \ nullhfill (today)} by MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}? Thanks

            – Schüler
            5 hours ago











          • Or you can use level option to pass datetime, e.g, usepackage[level]{datetime}. The th is placed next to date, not uppercase.

            – ferahfeza
            5 hours ago













          • In your opinion, what is the best way? Thanks

            – Schüler
            5 hours ago











          • usvardate is the name of the new dateformat. See my code. It is defined after usepackage{datetime}.

            – ferahfeza
            5 hours ago














          1












          1








          1







          Using datetime package, (see datetime.sty pdf, on p:8):



               documentclass[a4paper,10pt,demo    ]{article} %
          usepackage{datetime}
          newdateformat{dashdate}{%
          twodigit{THEDAY}-twodigit{THEMONTH}-THEYEAR}
          newdateformat{usvardate}{%
          monthname[THEMONTH] ordinal{DAY}, THEYEAR}

          usepackage{pifont} %bouni
          %-----accent
          usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
          usepackage[T1]{fontenc}
          %-----
          usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
          usepackage{graphicx} % Enable pdflatex
          usepackage{wrapfig}
          usepackage{amsmath,amsfonts,amsthm} % Math packages
          %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
          usepackage{geometry}
          geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
          %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
          frenchspacing % Better looking spacings after periods
          usepackage{sectsty}
          sectionfont{% % Change font of section
          command
          usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
          sectionrule{0pt}{0pt}{-5pt}{1pt}}
          %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
          newcommand{sepspace}{vspace*{1em}} % Vertical space macro
          newcommand{MyName}[1]{ % Name
          Huge usefont{OT1}{phv}{b}{n} hfill #1
          par normalsize normalfont}
          newcommand{MySlogan}[1]{ % Slogan}{optional)
          large usefont{OT1}{phv}{m}{n}hfill textit{#1}
          par normalsize normalfont}
          %%% ------------------------------------------------------------
          pagestyle{empty} % No pagenumbers/headers/footers
          %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
          begin{document}
          %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
          %---------------------------
          %---------------------------
          MyName{Name Name}
          MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}
          %MySlogan{Curriculum Vitae (October 2016)}
          %---------------------------
          sepspace % Si on ajoute encore sepspace on aura plus d'espace
          $$$$
          %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
          section*{Informations personelles}

          end{document}

          [1]:


          enter image description here






          share|improve this answer













          Using datetime package, (see datetime.sty pdf, on p:8):



               documentclass[a4paper,10pt,demo    ]{article} %
          usepackage{datetime}
          newdateformat{dashdate}{%
          twodigit{THEDAY}-twodigit{THEMONTH}-THEYEAR}
          newdateformat{usvardate}{%
          monthname[THEMONTH] ordinal{DAY}, THEYEAR}

          usepackage{pifont} %bouni
          %-----accent
          usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
          usepackage[T1]{fontenc}
          %-----
          usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
          usepackage{graphicx} % Enable pdflatex
          usepackage{wrapfig}
          usepackage{amsmath,amsfonts,amsthm} % Math packages
          %%%%%%%%%%%%% dimension ancien des marges %%%%%%%%%%%%%%%%%%%%
          usepackage{geometry}
          geometry{left=2cm,right=2cm,top=1.5cm,bottom=1.5cm}
          %%%%%%%%%%%%% style des sections %%%%%%%%%%%%%%%%%%%%
          frenchspacing % Better looking spacings after periods
          usepackage{sectsty}
          sectionfont{% % Change font of section
          command
          usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
          sectionrule{0pt}{0pt}{-5pt}{1pt}}
          %%%%%%%%%%%%%%%% Macros %%%%%%%%%%%%%%%%%%%%
          newcommand{sepspace}{vspace*{1em}} % Vertical space macro
          newcommand{MyName}[1]{ % Name
          Huge usefont{OT1}{phv}{b}{n} hfill #1
          par normalsize normalfont}
          newcommand{MySlogan}[1]{ % Slogan}{optional)
          large usefont{OT1}{phv}{m}{n}hfill textit{#1}
          par normalsize normalfont}
          %%% ------------------------------------------------------------
          pagestyle{empty} % No pagenumbers/headers/footers
          %%%%%%%%%%%%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%%%%
          begin{document}
          %%%%%%%%%%%%%%%%%% Photo et title %%%%%%%%%%%%%%%%%%%%%%%%%
          %---------------------------
          %---------------------------
          MyName{Name Name}
          MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}
          %MySlogan{Curriculum Vitae (October 2016)}
          %---------------------------
          sepspace % Si on ajoute encore sepspace on aura plus d'espace
          $$$$
          %%%%%%%%%%%%%% Personal details%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
          section*{Informations personelles}

          end{document}

          [1]:


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 5 hours ago









          ferahfezaferahfeza

          6,53611932




          6,53611932













          • Thanks a lot. Please can I separate a bit the letter t from the number 7?

            – Schüler
            5 hours ago











          • Please also why you changed MySlogan{Curriculum Vitae \ nullhfill (today)} by MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}? Thanks

            – Schüler
            5 hours ago











          • Or you can use level option to pass datetime, e.g, usepackage[level]{datetime}. The th is placed next to date, not uppercase.

            – ferahfeza
            5 hours ago













          • In your opinion, what is the best way? Thanks

            – Schüler
            5 hours ago











          • usvardate is the name of the new dateformat. See my code. It is defined after usepackage{datetime}.

            – ferahfeza
            5 hours ago



















          • Thanks a lot. Please can I separate a bit the letter t from the number 7?

            – Schüler
            5 hours ago











          • Please also why you changed MySlogan{Curriculum Vitae \ nullhfill (today)} by MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}? Thanks

            – Schüler
            5 hours ago











          • Or you can use level option to pass datetime, e.g, usepackage[level]{datetime}. The th is placed next to date, not uppercase.

            – ferahfeza
            5 hours ago













          • In your opinion, what is the best way? Thanks

            – Schüler
            5 hours ago











          • usvardate is the name of the new dateformat. See my code. It is defined after usepackage{datetime}.

            – ferahfeza
            5 hours ago

















          Thanks a lot. Please can I separate a bit the letter t from the number 7?

          – Schüler
          5 hours ago





          Thanks a lot. Please can I separate a bit the letter t from the number 7?

          – Schüler
          5 hours ago













          Please also why you changed MySlogan{Curriculum Vitae \ nullhfill (today)} by MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}? Thanks

          – Schüler
          5 hours ago





          Please also why you changed MySlogan{Curriculum Vitae \ nullhfill (today)} by MySlogan{Curriculum Vitae \ nullhfill (usvardatetoday)}? Thanks

          – Schüler
          5 hours ago













          Or you can use level option to pass datetime, e.g, usepackage[level]{datetime}. The th is placed next to date, not uppercase.

          – ferahfeza
          5 hours ago







          Or you can use level option to pass datetime, e.g, usepackage[level]{datetime}. The th is placed next to date, not uppercase.

          – ferahfeza
          5 hours ago















          In your opinion, what is the best way? Thanks

          – Schüler
          5 hours ago





          In your opinion, what is the best way? Thanks

          – Schüler
          5 hours ago













          usvardate is the name of the new dateformat. See my code. It is defined after usepackage{datetime}.

          – ferahfeza
          5 hours ago





          usvardate is the name of the new dateformat. See my code. It is defined after usepackage{datetime}.

          – ferahfeza
          5 hours ago


















          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%2f478218%2fchanging-the-date%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

          Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

          (1602) Indiana Índice Designación y nombre Características orbitales Véase...

          Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...