Adding sign + betwen lines (not math mode) The 2019 Stack Overflow Developer Survey Results...

If the empty set is a subset of every set, why write ... ∪ {∅}?

Single author papers against my advisor's will?

The variadic template constructor of my class cannot modify my class members, why is that so?

Is there a writing software that you can sort scenes like slides in PowerPoint?

Wall plug outlet change

Would an alien lifeform be able to achieve space travel if lacking in vision?

How do I add random spotting to the same face in cycles?

Are my PIs rude or am I just being too sensitive?

Segmentation fault output is suppressed when piping stdin into a function. Why?

Is every episode of "Where are my Pants?" identical?

Windows 10: How to Lock (not sleep) laptop on lid close?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

Simulating Exploding Dice

First use of “packing” as in carrying a gun

Does Parliament hold absolute power in the UK?

Relations between two reciprocal partial derivatives?

Problems with Ubuntu mount /tmp

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Can undead you have reanimated wait inside a portable hole?

Can withdrawing asylum be illegal?

What is special about square numbers here?

University's motivation for having tenure-track positions

Do warforged have souls?



Adding sign + betwen lines (not math mode)



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Command flushright and emph not recognisedTable goes to another page. It has some residual linesOverbrace not aligning with itselftabu m-column vertical alignment not working after package updatesbreqn not aligning first two lines`startalign` and `startcases` are not compatibleProblem with “alignedat” block: minus not correctly spacedWhy alignment of my text is not same for each written part?How to align equal sign and text after it












0















I edited a function about vertical mltiplication to achieve horizontal placement of the two multipliers.



Multiplication with and without the sign + which I need



I need the sign + centered between 6942 and 4628 in black color.I tried with begin{align} but the functions for the multiplication doesn't work .



documentclass{article}
usepackage{fp,intcalc}
begin{document}
defmultiplication#1#2{
defanswer{FPmultemp{#1}{#2}
parindent=0pt
FProundtemp{temp}{0}temp}
deflineFirst{#1.#2}
deflinez##1##2##3{
intcalcMul{#1}{##2}##3}
defRule{rule{1.3cm}{0.3pt}}
begin{minipage}[t]{1.5cm}
begin{flushright}
lineFirst vspace{-3mm}
Rule \
defZ{phantom{0}}
linez{#1}{3}{}\
linez{#1}{2}{Z}\[-8pt]
Rule
answer
end{flushright}
end{minipage}}
multiplication{2314}{12}
$; ;$
multiplication{2314}{12}

end{document}









share|improve this question

























  • Is this multiplication something that you came up with or from another post? In the second case, could you please consider linking the other post?

    – marmot
    10 mins ago
















0















I edited a function about vertical mltiplication to achieve horizontal placement of the two multipliers.



Multiplication with and without the sign + which I need



I need the sign + centered between 6942 and 4628 in black color.I tried with begin{align} but the functions for the multiplication doesn't work .



documentclass{article}
usepackage{fp,intcalc}
begin{document}
defmultiplication#1#2{
defanswer{FPmultemp{#1}{#2}
parindent=0pt
FProundtemp{temp}{0}temp}
deflineFirst{#1.#2}
deflinez##1##2##3{
intcalcMul{#1}{##2}##3}
defRule{rule{1.3cm}{0.3pt}}
begin{minipage}[t]{1.5cm}
begin{flushright}
lineFirst vspace{-3mm}
Rule \
defZ{phantom{0}}
linez{#1}{3}{}\
linez{#1}{2}{Z}\[-8pt]
Rule
answer
end{flushright}
end{minipage}}
multiplication{2314}{12}
$; ;$
multiplication{2314}{12}

end{document}









share|improve this question

























  • Is this multiplication something that you came up with or from another post? In the second case, could you please consider linking the other post?

    – marmot
    10 mins ago














0












0








0








I edited a function about vertical mltiplication to achieve horizontal placement of the two multipliers.



Multiplication with and without the sign + which I need



I need the sign + centered between 6942 and 4628 in black color.I tried with begin{align} but the functions for the multiplication doesn't work .



documentclass{article}
usepackage{fp,intcalc}
begin{document}
defmultiplication#1#2{
defanswer{FPmultemp{#1}{#2}
parindent=0pt
FProundtemp{temp}{0}temp}
deflineFirst{#1.#2}
deflinez##1##2##3{
intcalcMul{#1}{##2}##3}
defRule{rule{1.3cm}{0.3pt}}
begin{minipage}[t]{1.5cm}
begin{flushright}
lineFirst vspace{-3mm}
Rule \
defZ{phantom{0}}
linez{#1}{3}{}\
linez{#1}{2}{Z}\[-8pt]
Rule
answer
end{flushright}
end{minipage}}
multiplication{2314}{12}
$; ;$
multiplication{2314}{12}

end{document}









share|improve this question
















I edited a function about vertical mltiplication to achieve horizontal placement of the two multipliers.



Multiplication with and without the sign + which I need



I need the sign + centered between 6942 and 4628 in black color.I tried with begin{align} but the functions for the multiplication doesn't work .



documentclass{article}
usepackage{fp,intcalc}
begin{document}
defmultiplication#1#2{
defanswer{FPmultemp{#1}{#2}
parindent=0pt
FProundtemp{temp}{0}temp}
deflineFirst{#1.#2}
deflinez##1##2##3{
intcalcMul{#1}{##2}##3}
defRule{rule{1.3cm}{0.3pt}}
begin{minipage}[t]{1.5cm}
begin{flushright}
lineFirst vspace{-3mm}
Rule \
defZ{phantom{0}}
linez{#1}{3}{}\
linez{#1}{2}{Z}\[-8pt]
Rule
answer
end{flushright}
end{minipage}}
multiplication{2314}{12}
$; ;$
multiplication{2314}{12}

end{document}






alignment






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 min ago







Simeon Simeonov

















asked 12 mins ago









Simeon SimeonovSimeon Simeonov

4457




4457













  • Is this multiplication something that you came up with or from another post? In the second case, could you please consider linking the other post?

    – marmot
    10 mins ago



















  • Is this multiplication something that you came up with or from another post? In the second case, could you please consider linking the other post?

    – marmot
    10 mins ago

















Is this multiplication something that you came up with or from another post? In the second case, could you please consider linking the other post?

– marmot
10 mins ago





Is this multiplication something that you came up with or from another post? In the second case, could you please consider linking the other post?

– marmot
10 mins 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%2f484728%2fadding-sign-betwen-lines-not-math-mode%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%2f484728%2fadding-sign-betwen-lines-not-math-mode%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

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...