Weird behavior in date field

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












I'm trying to "trick" the date field in maketitle into allowing me an extra line to link to the latest version of my paper. I borrowed an example from here, and it works. However, when I try to edit it, I get weird behavior. I tried to just delete all the placeholder text and add my own, as follows:



documentclass[11pt]article 
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe

dateparboxlinewidthcentering
todayendgrafmedskip
Please click colorbluehref[[link]]here for the latest version of this paper.

usepackagecaption

begindocument

maketitle
enddocument


(I have a real working link in lieu of [[link]]. Removing the href command altogether changes nothing) However, this gives me the following error:



! Argument of reserved@a has an extra }.


What does work, bizarrely enough, is just adding a "1" before "Please":



dateparboxlinewidthcentering
todayendgrafmedskip
1Please click colorbluehref[[link]]here for the latest version of this paper.



This compiles fine, although it gives me an extraneous "1" that I'd rather not have.



Does anyone know where this behavior is coming from?



Thanks!










share|improve this question



















  • 1




    Welcome to the site. However, please provide a small but complete working example that shows the problem, beginning with documentclass.
    – Steven B. Segletes
    1 hour ago










  • Hi @StevenB.Segletes, I edited the first code block to make it workable. Thanks for the tip!
    – ZCB
    1 hour ago














up vote
3
down vote

favorite












I'm trying to "trick" the date field in maketitle into allowing me an extra line to link to the latest version of my paper. I borrowed an example from here, and it works. However, when I try to edit it, I get weird behavior. I tried to just delete all the placeholder text and add my own, as follows:



documentclass[11pt]article 
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe

dateparboxlinewidthcentering
todayendgrafmedskip
Please click colorbluehref[[link]]here for the latest version of this paper.

usepackagecaption

begindocument

maketitle
enddocument


(I have a real working link in lieu of [[link]]. Removing the href command altogether changes nothing) However, this gives me the following error:



! Argument of reserved@a has an extra }.


What does work, bizarrely enough, is just adding a "1" before "Please":



dateparboxlinewidthcentering
todayendgrafmedskip
1Please click colorbluehref[[link]]here for the latest version of this paper.



This compiles fine, although it gives me an extraneous "1" that I'd rather not have.



Does anyone know where this behavior is coming from?



Thanks!










share|improve this question



















  • 1




    Welcome to the site. However, please provide a small but complete working example that shows the problem, beginning with documentclass.
    – Steven B. Segletes
    1 hour ago










  • Hi @StevenB.Segletes, I edited the first code block to make it workable. Thanks for the tip!
    – ZCB
    1 hour ago












up vote
3
down vote

favorite









up vote
3
down vote

favorite











I'm trying to "trick" the date field in maketitle into allowing me an extra line to link to the latest version of my paper. I borrowed an example from here, and it works. However, when I try to edit it, I get weird behavior. I tried to just delete all the placeholder text and add my own, as follows:



documentclass[11pt]article 
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe

dateparboxlinewidthcentering
todayendgrafmedskip
Please click colorbluehref[[link]]here for the latest version of this paper.

usepackagecaption

begindocument

maketitle
enddocument


(I have a real working link in lieu of [[link]]. Removing the href command altogether changes nothing) However, this gives me the following error:



! Argument of reserved@a has an extra }.


What does work, bizarrely enough, is just adding a "1" before "Please":



dateparboxlinewidthcentering
todayendgrafmedskip
1Please click colorbluehref[[link]]here for the latest version of this paper.



This compiles fine, although it gives me an extraneous "1" that I'd rather not have.



Does anyone know where this behavior is coming from?



Thanks!










share|improve this question















I'm trying to "trick" the date field in maketitle into allowing me an extra line to link to the latest version of my paper. I borrowed an example from here, and it works. However, when I try to edit it, I get weird behavior. I tried to just delete all the placeholder text and add my own, as follows:



documentclass[11pt]article 
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe

dateparboxlinewidthcentering
todayendgrafmedskip
Please click colorbluehref[[link]]here for the latest version of this paper.

usepackagecaption

begindocument

maketitle
enddocument


(I have a real working link in lieu of [[link]]. Removing the href command altogether changes nothing) However, this gives me the following error:



! Argument of reserved@a has an extra }.


What does work, bizarrely enough, is just adding a "1" before "Please":



dateparboxlinewidthcentering
todayendgrafmedskip
1Please click colorbluehref[[link]]here for the latest version of this paper.



This compiles fine, although it gives me an extraneous "1" that I'd rather not have.



Does anyone know where this behavior is coming from?



Thanks!







titles parbox






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago

























asked 1 hour ago









ZCB

235




235







  • 1




    Welcome to the site. However, please provide a small but complete working example that shows the problem, beginning with documentclass.
    – Steven B. Segletes
    1 hour ago










  • Hi @StevenB.Segletes, I edited the first code block to make it workable. Thanks for the tip!
    – ZCB
    1 hour ago












  • 1




    Welcome to the site. However, please provide a small but complete working example that shows the problem, beginning with documentclass.
    – Steven B. Segletes
    1 hour ago










  • Hi @StevenB.Segletes, I edited the first code block to make it workable. Thanks for the tip!
    – ZCB
    1 hour ago







1




1




Welcome to the site. However, please provide a small but complete working example that shows the problem, beginning with documentclass.
– Steven B. Segletes
1 hour ago




Welcome to the site. However, please provide a small but complete working example that shows the problem, beginning with documentclass.
– Steven B. Segletes
1 hour ago












Hi @StevenB.Segletes, I edited the first code block to make it workable. Thanks for the tip!
– ZCB
1 hour ago




Hi @StevenB.Segletes, I edited the first code block to make it workable. Thanks for the tip!
– ZCB
1 hour ago










1 Answer
1






active

oldest

votes

















up vote
4
down vote



accepted










Why do you load titling and then don't use it?



documentclass[11pt]article
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe
datetoday
renewcommandmaketitlehookdnoindentparboxlinewidthcentering Please blblblb

usepackagecaption

begindocument

maketitle
enddocument


enter image description here






share|improve this answer




















  • That's a very good question. Thanks! This works perfectly!
    – ZCB
    1 hour 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',
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%2f457898%2fweird-behavior-in-date-field%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote



accepted










Why do you load titling and then don't use it?



documentclass[11pt]article
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe
datetoday
renewcommandmaketitlehookdnoindentparboxlinewidthcentering Please blblblb

usepackagecaption

begindocument

maketitle
enddocument


enter image description here






share|improve this answer




















  • That's a very good question. Thanks! This works perfectly!
    – ZCB
    1 hour ago














up vote
4
down vote



accepted










Why do you load titling and then don't use it?



documentclass[11pt]article
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe
datetoday
renewcommandmaketitlehookdnoindentparboxlinewidthcentering Please blblblb

usepackagecaption

begindocument

maketitle
enddocument


enter image description here






share|improve this answer




















  • That's a very good question. Thanks! This works perfectly!
    – ZCB
    1 hour ago












up vote
4
down vote



accepted







up vote
4
down vote



accepted






Why do you load titling and then don't use it?



documentclass[11pt]article
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe
datetoday
renewcommandmaketitlehookdnoindentparboxlinewidthcentering Please blblblb

usepackagecaption

begindocument

maketitle
enddocument


enter image description here






share|improve this answer












Why do you load titling and then don't use it?



documentclass[11pt]article
usepackagepdfpages
usepackagehyperref
usepackagetitling

titleTitle
authorMe
datetoday
renewcommandmaketitlehookdnoindentparboxlinewidthcentering Please blblblb

usepackagecaption

begindocument

maketitle
enddocument


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









Ulrike Fischer

181k7286657




181k7286657











  • That's a very good question. Thanks! This works perfectly!
    – ZCB
    1 hour ago
















  • That's a very good question. Thanks! This works perfectly!
    – ZCB
    1 hour ago















That's a very good question. Thanks! This works perfectly!
– ZCB
1 hour ago




That's a very good question. Thanks! This works perfectly!
– ZCB
1 hour ago

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f457898%2fweird-behavior-in-date-field%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

Long meetings (6-7 hours a day): Being “babysat” by supervisor

Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

Confectionery