Place, date, signature in one line The Next CEO of Stack OverflowDynamic signature/date lineSignature in prefaceDynamic signature/date lineGraphics with bottom border for signature captureLine under one columnHow to draw one thin and one thick line next to each otherSignature line with dots and name belowSignature field with centred content underneath itDrawing a double lineHorizontal Rule and SignatureAdding double vertical line in one column

How to use tikz in fbox?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Natural language into sentence logic

Anatomically Correct Strange Women In Ponds Distributing Swords

How easy is it to start Magic from scratch?

How to be diplomatic in refusing to write code that breaches the privacy of our users

Is a stroke of luck acceptable after a series of unfavorable events?

Anatomically Correct Mesopelagic Aves

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Should I tutor a student who I know has cheated on their homework?

How can I open an app using Terminal?

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

Why did we only see the N-1 starfighters in one film?

Opposite of a diet

Are there languages with no euphemisms?

Where to find order of arguments for default functions

Can I equip Skullclamp on a creature I am sacrificing?

What is the difference between "behavior" and "behaviour"?

India just shot down a satellite from the ground. At what altitude range is the resulting debris field?

How to start emacs in "nothing" mode (`fundamental-mode`)

Grabbing quick drinks

Whats the best way to handle refactoring a big file?

What does this shorthand mean?

Term for the "extreme-extension" version of a straw man fallacy?



Place, date, signature in one line



The Next CEO of Stack OverflowDynamic signature/date lineSignature in prefaceDynamic signature/date lineGraphics with bottom border for signature captureLine under one columnHow to draw one thin and one thick line next to each otherSignature line with dots and name belowSignature field with centred content underneath itDrawing a double lineHorizontal Rule and SignatureAdding double vertical line in one column










1















I want to put the place on the left side, the date on the center and the signature on the right side. And above them, a line should come. I am trying this on Sharelatex. I couldn't control the alignment and the names Expected Output



My Code looks like:



documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage[english]babel
usepackagetikz
usepackagegeometry
geometry
a4paper,
total=180mm,266mm,
left=15mm,
top=14mm,


setlengthparindent0em
setlengthparskip1.4em


newcommandHRulerulelinewidth0.5mm

makeatletter% since there's an at-sign (@) in the command name
renewcommand@maketitle%
%parindent=0pt% don't indent paragraphs in the title block
beginminipage[t].5textwidth@authorendminipagebeginminipage[t].5textwidthraggedleft@dateendminipage
par
centering
Large bfseriestextsc@title
HRulepar%

makeatother% resets the meaning of the at-sign (@)

titleMotivation Letter

author

date


newcommandnamesigdatehrule[1]partikz draw [black, ultra thick] (0,0) -- (#1,0);par
newcommandnamesigdate[2][5cm]%
beginminipage#1%
vspace1.0cmnamesigdatehrule#1smallskip
small noindenttextitSignature

endminipage


begindocument
maketitle

Lorem lipsum...

namesigdate namesigdate namesigdate
enddocument


And my output is like this:



my output










share|improve this question









New contributor




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















  • 1





    Welcome to the TeX Stackexchange. Can you explain, please, why the tags are: bibtex and pdftex?

    – Sebastiano
    20 hours ago












  • The simple solution would be to copy the definition of namesigdate (the newcommandnamesigdate[2][5cm]... bit) and replace Signature with Place and Date.

    – moewe
    6 hours ago











  • @moewe Thank you for your edit. I didn't edit for several reasons.

    – Sebastiano
    6 hours ago











  • @moewe would you give me the code for alignment?

    – Sourav Chakraborty
    1 hour ago















1















I want to put the place on the left side, the date on the center and the signature on the right side. And above them, a line should come. I am trying this on Sharelatex. I couldn't control the alignment and the names Expected Output



My Code looks like:



documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage[english]babel
usepackagetikz
usepackagegeometry
geometry
a4paper,
total=180mm,266mm,
left=15mm,
top=14mm,


setlengthparindent0em
setlengthparskip1.4em


newcommandHRulerulelinewidth0.5mm

makeatletter% since there's an at-sign (@) in the command name
renewcommand@maketitle%
%parindent=0pt% don't indent paragraphs in the title block
beginminipage[t].5textwidth@authorendminipagebeginminipage[t].5textwidthraggedleft@dateendminipage
par
centering
Large bfseriestextsc@title
HRulepar%

makeatother% resets the meaning of the at-sign (@)

titleMotivation Letter

author

date


newcommandnamesigdatehrule[1]partikz draw [black, ultra thick] (0,0) -- (#1,0);par
newcommandnamesigdate[2][5cm]%
beginminipage#1%
vspace1.0cmnamesigdatehrule#1smallskip
small noindenttextitSignature

endminipage


begindocument
maketitle

Lorem lipsum...

namesigdate namesigdate namesigdate
enddocument


And my output is like this:



my output










share|improve this question









New contributor




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















  • 1





    Welcome to the TeX Stackexchange. Can you explain, please, why the tags are: bibtex and pdftex?

    – Sebastiano
    20 hours ago












  • The simple solution would be to copy the definition of namesigdate (the newcommandnamesigdate[2][5cm]... bit) and replace Signature with Place and Date.

    – moewe
    6 hours ago











  • @moewe Thank you for your edit. I didn't edit for several reasons.

    – Sebastiano
    6 hours ago











  • @moewe would you give me the code for alignment?

    – Sourav Chakraborty
    1 hour ago













1












1








1








I want to put the place on the left side, the date on the center and the signature on the right side. And above them, a line should come. I am trying this on Sharelatex. I couldn't control the alignment and the names Expected Output



My Code looks like:



documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage[english]babel
usepackagetikz
usepackagegeometry
geometry
a4paper,
total=180mm,266mm,
left=15mm,
top=14mm,


setlengthparindent0em
setlengthparskip1.4em


newcommandHRulerulelinewidth0.5mm

makeatletter% since there's an at-sign (@) in the command name
renewcommand@maketitle%
%parindent=0pt% don't indent paragraphs in the title block
beginminipage[t].5textwidth@authorendminipagebeginminipage[t].5textwidthraggedleft@dateendminipage
par
centering
Large bfseriestextsc@title
HRulepar%

makeatother% resets the meaning of the at-sign (@)

titleMotivation Letter

author

date


newcommandnamesigdatehrule[1]partikz draw [black, ultra thick] (0,0) -- (#1,0);par
newcommandnamesigdate[2][5cm]%
beginminipage#1%
vspace1.0cmnamesigdatehrule#1smallskip
small noindenttextitSignature

endminipage


begindocument
maketitle

Lorem lipsum...

namesigdate namesigdate namesigdate
enddocument


And my output is like this:



my output










share|improve this question









New contributor




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












I want to put the place on the left side, the date on the center and the signature on the right side. And above them, a line should come. I am trying this on Sharelatex. I couldn't control the alignment and the names Expected Output



My Code looks like:



documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage[english]babel
usepackagetikz
usepackagegeometry
geometry
a4paper,
total=180mm,266mm,
left=15mm,
top=14mm,


setlengthparindent0em
setlengthparskip1.4em


newcommandHRulerulelinewidth0.5mm

makeatletter% since there's an at-sign (@) in the command name
renewcommand@maketitle%
%parindent=0pt% don't indent paragraphs in the title block
beginminipage[t].5textwidth@authorendminipagebeginminipage[t].5textwidthraggedleft@dateendminipage
par
centering
Large bfseriestextsc@title
HRulepar%

makeatother% resets the meaning of the at-sign (@)

titleMotivation Letter

author

date


newcommandnamesigdatehrule[1]partikz draw [black, ultra thick] (0,0) -- (#1,0);par
newcommandnamesigdate[2][5cm]%
beginminipage#1%
vspace1.0cmnamesigdatehrule#1smallskip
small noindenttextitSignature

endminipage


begindocument
maketitle

Lorem lipsum...

namesigdate namesigdate namesigdate
enddocument


And my output is like this:



my output







rules






share|improve this question









New contributor




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











share|improve this question









New contributor




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









share|improve this question




share|improve this question








edited 1 hour ago







Sourav Chakraborty













New contributor




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









asked 20 hours ago









Sourav ChakrabortySourav Chakraborty

62




62




New contributor




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





New contributor





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






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







  • 1





    Welcome to the TeX Stackexchange. Can you explain, please, why the tags are: bibtex and pdftex?

    – Sebastiano
    20 hours ago












  • The simple solution would be to copy the definition of namesigdate (the newcommandnamesigdate[2][5cm]... bit) and replace Signature with Place and Date.

    – moewe
    6 hours ago











  • @moewe Thank you for your edit. I didn't edit for several reasons.

    – Sebastiano
    6 hours ago











  • @moewe would you give me the code for alignment?

    – Sourav Chakraborty
    1 hour ago












  • 1





    Welcome to the TeX Stackexchange. Can you explain, please, why the tags are: bibtex and pdftex?

    – Sebastiano
    20 hours ago












  • The simple solution would be to copy the definition of namesigdate (the newcommandnamesigdate[2][5cm]... bit) and replace Signature with Place and Date.

    – moewe
    6 hours ago











  • @moewe Thank you for your edit. I didn't edit for several reasons.

    – Sebastiano
    6 hours ago











  • @moewe would you give me the code for alignment?

    – Sourav Chakraborty
    1 hour ago







1




1





Welcome to the TeX Stackexchange. Can you explain, please, why the tags are: bibtex and pdftex?

– Sebastiano
20 hours ago






Welcome to the TeX Stackexchange. Can you explain, please, why the tags are: bibtex and pdftex?

– Sebastiano
20 hours ago














The simple solution would be to copy the definition of namesigdate (the newcommandnamesigdate[2][5cm]... bit) and replace Signature with Place and Date.

– moewe
6 hours ago





The simple solution would be to copy the definition of namesigdate (the newcommandnamesigdate[2][5cm]... bit) and replace Signature with Place and Date.

– moewe
6 hours ago













@moewe Thank you for your edit. I didn't edit for several reasons.

– Sebastiano
6 hours ago





@moewe Thank you for your edit. I didn't edit for several reasons.

– Sebastiano
6 hours ago













@moewe would you give me the code for alignment?

– Sourav Chakraborty
1 hour ago





@moewe would you give me the code for alignment?

– Sourav Chakraborty
1 hour ago










0






active

oldest

votes












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



);






Sourav Chakraborty is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481864%2fplace-date-signature-in-one-line%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Sourav Chakraborty is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Sourav Chakraborty is a new contributor. Be nice, and check out our Code of Conduct.












Sourav Chakraborty is a new contributor. Be nice, and check out our Code of Conduct.











Sourav Chakraborty is a new contributor. Be nice, and check out our Code of Conduct.














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%2f481864%2fplace-date-signature-in-one-line%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

acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

How to remove border form elements in the last row?Targeting flex items on the last rowHow to vertically wrap content with flexbox?Remove border from IFrameCSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?Div width 100% minus fixed amount of pixelsBorder around specific rows in a table?How to remove border (outline) around text/input boxes? (Chrome)How do I remove the space between inline-block elements?Flex-box: Align last row to gridRemove blue border from css custom-styled button in ChromeFill remaining vertical space with CSS using display:flexhow style elements in the last row of flexbox row layout with pure css without js