Problem with newdimen and widthof

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












3














I have a problem with the following code under TexLive 2018:



documentclassreport

usepackagecalc
usepackage[inline]enumitem
usepackageparskip

newdimenlblwidthlblwidth=widthof8.88.

newlengthtestb
setlengthtestbwidthof8.88.


begindocument

chapterExercises

beginenumerate[labelindent=0pt,labelwidth=widthof8.88. ,label=textbfthechapter.arabic*.,leftmargin=!,ref=thechapter.arabic*]
item Hallo
endenumerate

enddocument


The newdimen produces an error on my system while the setlength doesn't:



Part of logfile:



lblwidth=dimen106

! Missing number, treated as zero.
<to be read again>
widthof
l.7 newdimenlblwidthlblwidth=widthof
8.88.
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)

! Illegal unit of measure (pt inserted).
<to be read again>
widthof
l.7 newdimenlblwidthlblwidth=widthof
8.88.
Dimensions can be in units of em, ex, in, pt, pc,
cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
I'll assume that you meant to say pt, for printer's points.
To recover gracefully from this error, it's best to
delete the erroneous units; e.g., type `2' to delete
two letters. (See Chapter 27 of The TeXbook.)


! LaTeX Error: Missing begindocument.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.7 newdimenlblwidthlblwidth=widthof8
.88.
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.

testb=skip47
(./widthof.aux)


Changing newdimen to newskip doesn't solve the problem.










share|improve this question


























    3














    I have a problem with the following code under TexLive 2018:



    documentclassreport

    usepackagecalc
    usepackage[inline]enumitem
    usepackageparskip

    newdimenlblwidthlblwidth=widthof8.88.

    newlengthtestb
    setlengthtestbwidthof8.88.


    begindocument

    chapterExercises

    beginenumerate[labelindent=0pt,labelwidth=widthof8.88. ,label=textbfthechapter.arabic*.,leftmargin=!,ref=thechapter.arabic*]
    item Hallo
    endenumerate

    enddocument


    The newdimen produces an error on my system while the setlength doesn't:



    Part of logfile:



    lblwidth=dimen106

    ! Missing number, treated as zero.
    <to be read again>
    widthof
    l.7 newdimenlblwidthlblwidth=widthof
    8.88.
    A number should have been here; I inserted `0'.
    (If you can't figure out why I needed to see a number,
    look up `weird error' in the index to The TeXbook.)

    ! Illegal unit of measure (pt inserted).
    <to be read again>
    widthof
    l.7 newdimenlblwidthlblwidth=widthof
    8.88.
    Dimensions can be in units of em, ex, in, pt, pc,
    cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
    I'll assume that you meant to say pt, for printer's points.
    To recover gracefully from this error, it's best to
    delete the erroneous units; e.g., type `2' to delete
    two letters. (See Chapter 27 of The TeXbook.)


    ! LaTeX Error: Missing begindocument.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type H <return> for immediate help.
    ...

    l.7 newdimenlblwidthlblwidth=widthof8
    .88.
    You're in trouble here. Try typing <return> to proceed.
    If that doesn't work, type X <return> to quit.

    testb=skip47
    (./widthof.aux)


    Changing newdimen to newskip doesn't solve the problem.










    share|improve this question
























      3












      3








      3







      I have a problem with the following code under TexLive 2018:



      documentclassreport

      usepackagecalc
      usepackage[inline]enumitem
      usepackageparskip

      newdimenlblwidthlblwidth=widthof8.88.

      newlengthtestb
      setlengthtestbwidthof8.88.


      begindocument

      chapterExercises

      beginenumerate[labelindent=0pt,labelwidth=widthof8.88. ,label=textbfthechapter.arabic*.,leftmargin=!,ref=thechapter.arabic*]
      item Hallo
      endenumerate

      enddocument


      The newdimen produces an error on my system while the setlength doesn't:



      Part of logfile:



      lblwidth=dimen106

      ! Missing number, treated as zero.
      <to be read again>
      widthof
      l.7 newdimenlblwidthlblwidth=widthof
      8.88.
      A number should have been here; I inserted `0'.
      (If you can't figure out why I needed to see a number,
      look up `weird error' in the index to The TeXbook.)

      ! Illegal unit of measure (pt inserted).
      <to be read again>
      widthof
      l.7 newdimenlblwidthlblwidth=widthof
      8.88.
      Dimensions can be in units of em, ex, in, pt, pc,
      cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
      I'll assume that you meant to say pt, for printer's points.
      To recover gracefully from this error, it's best to
      delete the erroneous units; e.g., type `2' to delete
      two letters. (See Chapter 27 of The TeXbook.)


      ! LaTeX Error: Missing begindocument.

      See the LaTeX manual or LaTeX Companion for explanation.
      Type H <return> for immediate help.
      ...

      l.7 newdimenlblwidthlblwidth=widthof8
      .88.
      You're in trouble here. Try typing <return> to proceed.
      If that doesn't work, type X <return> to quit.

      testb=skip47
      (./widthof.aux)


      Changing newdimen to newskip doesn't solve the problem.










      share|improve this question













      I have a problem with the following code under TexLive 2018:



      documentclassreport

      usepackagecalc
      usepackage[inline]enumitem
      usepackageparskip

      newdimenlblwidthlblwidth=widthof8.88.

      newlengthtestb
      setlengthtestbwidthof8.88.


      begindocument

      chapterExercises

      beginenumerate[labelindent=0pt,labelwidth=widthof8.88. ,label=textbfthechapter.arabic*.,leftmargin=!,ref=thechapter.arabic*]
      item Hallo
      endenumerate

      enddocument


      The newdimen produces an error on my system while the setlength doesn't:



      Part of logfile:



      lblwidth=dimen106

      ! Missing number, treated as zero.
      <to be read again>
      widthof
      l.7 newdimenlblwidthlblwidth=widthof
      8.88.
      A number should have been here; I inserted `0'.
      (If you can't figure out why I needed to see a number,
      look up `weird error' in the index to The TeXbook.)

      ! Illegal unit of measure (pt inserted).
      <to be read again>
      widthof
      l.7 newdimenlblwidthlblwidth=widthof
      8.88.
      Dimensions can be in units of em, ex, in, pt, pc,
      cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
      I'll assume that you meant to say pt, for printer's points.
      To recover gracefully from this error, it's best to
      delete the erroneous units; e.g., type `2' to delete
      two letters. (See Chapter 27 of The TeXbook.)


      ! LaTeX Error: Missing begindocument.

      See the LaTeX manual or LaTeX Companion for explanation.
      Type H <return> for immediate help.
      ...

      l.7 newdimenlblwidthlblwidth=widthof8
      .88.
      You're in trouble here. Try typing <return> to proceed.
      If that doesn't work, type X <return> to quit.

      testb=skip47
      (./widthof.aux)


      Changing newdimen to newskip doesn't solve the problem.







      enumitem calc






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 28 '18 at 23:00









      Jesse op den BrouwJesse op den Brouw

      468119




      468119




















          1 Answer
          1






          active

          oldest

          votes


















          5














          settowidthlblwidth8.88. has the correct LaTeX syntax and doesn't even require calc.



          If you insist in using calc, you must use setlength:



          setlengthlblwidthwidthof8.88. 


          Why is this? The primitive assignment lblwidth= requires a legal dimension after the =, which widthof isn't.



          By the way, the meaning of widthof is ignorespaces and only in legal calc expressions it becomes really useful. The calc package modifies setlength so that it can understand calc expressions. The primitive assignment cannot be handled this way.






          share|improve this answer




















          • I never thought of that. BTW, I'm reading your Italian book with the aid of our Italian housemaid
            – Jesse op den Brouw
            Dec 28 '18 at 23:19










          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%2f467736%2fproblem-with-newdimen-and-widthof%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









          5














          settowidthlblwidth8.88. has the correct LaTeX syntax and doesn't even require calc.



          If you insist in using calc, you must use setlength:



          setlengthlblwidthwidthof8.88. 


          Why is this? The primitive assignment lblwidth= requires a legal dimension after the =, which widthof isn't.



          By the way, the meaning of widthof is ignorespaces and only in legal calc expressions it becomes really useful. The calc package modifies setlength so that it can understand calc expressions. The primitive assignment cannot be handled this way.






          share|improve this answer




















          • I never thought of that. BTW, I'm reading your Italian book with the aid of our Italian housemaid
            – Jesse op den Brouw
            Dec 28 '18 at 23:19















          5














          settowidthlblwidth8.88. has the correct LaTeX syntax and doesn't even require calc.



          If you insist in using calc, you must use setlength:



          setlengthlblwidthwidthof8.88. 


          Why is this? The primitive assignment lblwidth= requires a legal dimension after the =, which widthof isn't.



          By the way, the meaning of widthof is ignorespaces and only in legal calc expressions it becomes really useful. The calc package modifies setlength so that it can understand calc expressions. The primitive assignment cannot be handled this way.






          share|improve this answer




















          • I never thought of that. BTW, I'm reading your Italian book with the aid of our Italian housemaid
            – Jesse op den Brouw
            Dec 28 '18 at 23:19













          5












          5








          5






          settowidthlblwidth8.88. has the correct LaTeX syntax and doesn't even require calc.



          If you insist in using calc, you must use setlength:



          setlengthlblwidthwidthof8.88. 


          Why is this? The primitive assignment lblwidth= requires a legal dimension after the =, which widthof isn't.



          By the way, the meaning of widthof is ignorespaces and only in legal calc expressions it becomes really useful. The calc package modifies setlength so that it can understand calc expressions. The primitive assignment cannot be handled this way.






          share|improve this answer












          settowidthlblwidth8.88. has the correct LaTeX syntax and doesn't even require calc.



          If you insist in using calc, you must use setlength:



          setlengthlblwidthwidthof8.88. 


          Why is this? The primitive assignment lblwidth= requires a legal dimension after the =, which widthof isn't.



          By the way, the meaning of widthof is ignorespaces and only in legal calc expressions it becomes really useful. The calc package modifies setlength so that it can understand calc expressions. The primitive assignment cannot be handled this way.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 28 '18 at 23:02









          egregegreg

          711k8618913174




          711k8618913174











          • I never thought of that. BTW, I'm reading your Italian book with the aid of our Italian housemaid
            – Jesse op den Brouw
            Dec 28 '18 at 23:19
















          • I never thought of that. BTW, I'm reading your Italian book with the aid of our Italian housemaid
            – Jesse op den Brouw
            Dec 28 '18 at 23:19















          I never thought of that. BTW, I'm reading your Italian book with the aid of our Italian housemaid
          – Jesse op den Brouw
          Dec 28 '18 at 23:19




          I never thought of that. BTW, I'm reading your Italian book with the aid of our Italian housemaid
          – Jesse op den Brouw
          Dec 28 '18 at 23:19

















          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%2f467736%2fproblem-with-newdimen-and-widthof%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

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay