Inclosing section in vbox failed with: “Something's wrong--perhaps a missing item. }”afterpage + list =...

Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?

meaning of に in 本当に?

Theorems that impeded progress

"You are your self first supporter", a more proper way to say it

Did Shadowfax go to Valinor?

Is it unprofessional to ask if a job posting on GlassDoor is real?

How do I deal with an unproductive colleague in a small company?

What would happen to a modern skyscraper if it rains micro blackholes?

Malcev's paper "On a class of homogeneous spaces" in English

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

LaTeX: Why are digits allowed in environments, but forbidden in commands?

Revoked SSL certificate

Why doesn't H₄O²⁺ exist?

What typically incentivizes a professor to change jobs to a lower ranking university?

Codimension of non-flat locus

LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Watching something be written to a file live with tail

Why do I get two different answers for this counting problem?

Is it inappropriate for a student to attend their mentor's dissertation defense?

Perform and show arithmetic with LuaLaTeX

How can I make my BBEG immortal short of making them a Lich or Vampire?

Can I make popcorn with any corn?

Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?



Inclosing section in vbox failed with: “Something's wrong--perhaps a missing item. }”


afterpage + list = missing itemMissing Item number in enumerateProblem resizing an itemize environment with a scalebox: “Something's wrong”Why am I getting a “perhaps a missing item” error in my custom epigraph environment?Compiler Error when Creating a Macro/EnvironmentProblem with adding exercises - “missing item error”Error: "Something's wrong--perhaps a missing item.'' using multicol in a newenvironment, can it be fixed?“Something's wrong--perhaps a missing item” error in newenvironment using a vtop boxUsing Xindy: Something's wrong--perhaps a missing item. cleardoublepageMake paired delimiter with prefix for Re and Im













0















I wanna put some complex commands (e.g. section and chapter) inside a box (vbox) so later I can compute the height of the block contains the text.



Here is the full example:



documentclass[11pt]{article}

newsavebox{samplebox}
newcommand{sampleboxcommand}[1]{
savebox{samplebox}{#1}
usebox{samplebox}
}
begin{document}

sampleboxcommand{
section{Section X}
subsection{Subsection Y}
}
end{document}


But it gives me many errors like:




  • Something's wrong--perhaps a missing item. }

  • Missing } inserted. }

  • Too many }'s. }


What's wrong with my code? If I replace the savebox and usebox with a simple vbox{#1} everything goes smoothly.










share|improve this question























  • you are using savebox which is an hbox not vbox you can not have vertical material in an hbox.

    – David Carlisle
    5 hours ago











  • you can use savebox{samplebox}{vbox{#1}}

    – David Carlisle
    5 hours ago
















0















I wanna put some complex commands (e.g. section and chapter) inside a box (vbox) so later I can compute the height of the block contains the text.



Here is the full example:



documentclass[11pt]{article}

newsavebox{samplebox}
newcommand{sampleboxcommand}[1]{
savebox{samplebox}{#1}
usebox{samplebox}
}
begin{document}

sampleboxcommand{
section{Section X}
subsection{Subsection Y}
}
end{document}


But it gives me many errors like:




  • Something's wrong--perhaps a missing item. }

  • Missing } inserted. }

  • Too many }'s. }


What's wrong with my code? If I replace the savebox and usebox with a simple vbox{#1} everything goes smoothly.










share|improve this question























  • you are using savebox which is an hbox not vbox you can not have vertical material in an hbox.

    – David Carlisle
    5 hours ago











  • you can use savebox{samplebox}{vbox{#1}}

    – David Carlisle
    5 hours ago














0












0








0








I wanna put some complex commands (e.g. section and chapter) inside a box (vbox) so later I can compute the height of the block contains the text.



Here is the full example:



documentclass[11pt]{article}

newsavebox{samplebox}
newcommand{sampleboxcommand}[1]{
savebox{samplebox}{#1}
usebox{samplebox}
}
begin{document}

sampleboxcommand{
section{Section X}
subsection{Subsection Y}
}
end{document}


But it gives me many errors like:




  • Something's wrong--perhaps a missing item. }

  • Missing } inserted. }

  • Too many }'s. }


What's wrong with my code? If I replace the savebox and usebox with a simple vbox{#1} everything goes smoothly.










share|improve this question














I wanna put some complex commands (e.g. section and chapter) inside a box (vbox) so later I can compute the height of the block contains the text.



Here is the full example:



documentclass[11pt]{article}

newsavebox{samplebox}
newcommand{sampleboxcommand}[1]{
savebox{samplebox}{#1}
usebox{samplebox}
}
begin{document}

sampleboxcommand{
section{Section X}
subsection{Subsection Y}
}
end{document}


But it gives me many errors like:




  • Something's wrong--perhaps a missing item. }

  • Missing } inserted. }

  • Too many }'s. }


What's wrong with my code? If I replace the savebox and usebox with a simple vbox{#1} everything goes smoothly.







macros environments boxes






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 7 hours ago









jiunjiun

1285




1285













  • you are using savebox which is an hbox not vbox you can not have vertical material in an hbox.

    – David Carlisle
    5 hours ago











  • you can use savebox{samplebox}{vbox{#1}}

    – David Carlisle
    5 hours ago



















  • you are using savebox which is an hbox not vbox you can not have vertical material in an hbox.

    – David Carlisle
    5 hours ago











  • you can use savebox{samplebox}{vbox{#1}}

    – David Carlisle
    5 hours ago

















you are using savebox which is an hbox not vbox you can not have vertical material in an hbox.

– David Carlisle
5 hours ago





you are using savebox which is an hbox not vbox you can not have vertical material in an hbox.

– David Carlisle
5 hours ago













you can use savebox{samplebox}{vbox{#1}}

– David Carlisle
5 hours ago





you can use savebox{samplebox}{vbox{#1}}

– David Carlisle
5 hours 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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483437%2finclosing-section-in-vbox-failed-with-somethings-wrong-perhaps-a-missing%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
















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%2f483437%2finclosing-section-in-vbox-failed-with-somethings-wrong-perhaps-a-missing%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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...