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 long to clear the 'suck zone' of a turbofan after start is initiated?
Visit to the USA with ESTA approved before trip to Iran
What does "Its cash flow is deeply negative" mean?
Anatomically Correct Mesopelagic Aves
Is it okay to store user locations?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Should I tutor a student who I know has cheated on their homework?
Why do professional authors make "consistency" mistakes? And how to avoid them?
How can I quit an app using Terminal?
How do scammers retract money, while you can’t?
How to start emacs in "nothing" mode (`fundamental-mode`)
Are there languages with no euphemisms?
How to safely derail a train during transit?
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Term for the "extreme-extension" version of a straw man fallacy?
Why here is plural "We went to the movies last night."
Can the Reverse Gravity spell affect the Meteor Swarm spell?
Text adventure game code
Where to find order of arguments for default functions
The King's new dress
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
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
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
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:
rules
New contributor
add a comment |
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
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:
rules
New contributor
1
Welcome to the TeX Stackexchange. Can you explain, please, why the tags are:bibtex
andpdftex
?
– Sebastiano
19 hours ago
The simple solution would be to copy the definition ofnamesigdate
(thenewcommandnamesigdate[2][5cm]...
bit) and replaceSignature
withPlace
andDate
.
– 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
add a comment |
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
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:
rules
New contributor
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
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:
rules
rules
New contributor
New contributor
edited 1 hour ago
Sourav Chakraborty
New contributor
asked 19 hours ago
Sourav ChakrabortySourav Chakraborty
62
62
New contributor
New contributor
1
Welcome to the TeX Stackexchange. Can you explain, please, why the tags are:bibtex
andpdftex
?
– Sebastiano
19 hours ago
The simple solution would be to copy the definition ofnamesigdate
(thenewcommandnamesigdate[2][5cm]...
bit) and replaceSignature
withPlace
andDate
.
– 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
add a comment |
1
Welcome to the TeX Stackexchange. Can you explain, please, why the tags are:bibtex
andpdftex
?
– Sebastiano
19 hours ago
The simple solution would be to copy the definition ofnamesigdate
(thenewcommandnamesigdate[2][5cm]...
bit) and replaceSignature
withPlace
andDate
.
– 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
19 hours ago
Welcome to the TeX Stackexchange. Can you explain, please, why the tags are:
bibtex
and pdftex
?– Sebastiano
19 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481864%2fplace-date-signature-in-one-line%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Welcome to the TeX Stackexchange. Can you explain, please, why the tags are:
bibtex
andpdftex
?– Sebastiano
19 hours ago
The simple solution would be to copy the definition of
namesigdate
(thenewcommandnamesigdate[2][5cm]...
bit) and replaceSignature
withPlace
andDate
.– 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