Math equation in latex (varnothing)
up vote
5
down vote
favorite
In a pseudocode, I would like to assign varnothing
to a variable.
My code goes like this:
documentclass[runningheads]{llncs}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
Unfortunately this doesn't work. The error message I got is the following:
State $RS$ $leftarrow varnothing $ The control sequence at the end
of the top line of your error message was never def'ed. If you have
misspelled it (e.g., `hobx'), type `I' and the correct spelling
(e.g., `Ihbox'). Otherwise just continue, and I'll forget about
whatever was undefined. ! Undefined control sequence.
varnothing l.103 ...quad quad $R$ $leftarrow$ $varnothing $
Comment{$R$ is the set ... The control sequence at the end of the top
line of your error message was never def'ed. If you have misspelled
it (e.g., `hobx'), type `I' and the correct spelling (e.g.,
`Ihbox'). Otherwise just continue, and I'll forget about whatever was
undefined.
Do you have any ides on how this can be resolved?
FYI, I've already installed amsmath
from texlive-latex-base
in debian 9.
Thanks,
Pavlos
equations
New contributor
add a comment |
up vote
5
down vote
favorite
In a pseudocode, I would like to assign varnothing
to a variable.
My code goes like this:
documentclass[runningheads]{llncs}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
Unfortunately this doesn't work. The error message I got is the following:
State $RS$ $leftarrow varnothing $ The control sequence at the end
of the top line of your error message was never def'ed. If you have
misspelled it (e.g., `hobx'), type `I' and the correct spelling
(e.g., `Ihbox'). Otherwise just continue, and I'll forget about
whatever was undefined. ! Undefined control sequence.
varnothing l.103 ...quad quad $R$ $leftarrow$ $varnothing $
Comment{$R$ is the set ... The control sequence at the end of the top
line of your error message was never def'ed. If you have misspelled
it (e.g., `hobx'), type `I' and the correct spelling (e.g.,
`Ihbox'). Otherwise just continue, and I'll forget about whatever was
undefined.
Do you have any ides on how this can be resolved?
FYI, I've already installed amsmath
from texlive-latex-base
in debian 9.
Thanks,
Pavlos
equations
New contributor
Could you add fully compilableMWE
?
– Raaja
Nov 23 at 9:57
welcome to tex.se! please extend your code fragment to complete small document (caled minimal working example: mwe) beginning withdocumentclass...
and ending withend{document}
– Zarko
Nov 23 at 9:58
documentclass[runningheads]{llncs} usepackage{graphicx} usepackage{algpseudocode} usepackage{algorithm} usepackage{amsmath} begin{document} begin{algorithm} caption{Find...} begin{algorithmic}[1] State $RS$ $leftarrow$ end{algorithmic} end{algorithm} end{document}
– Pavlos Ponos
Nov 23 at 10:10
@PavlosPonos You can also remove the comment with your code as Raaja has edited your question.
– Sebastiano
Nov 23 at 10:51
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
In a pseudocode, I would like to assign varnothing
to a variable.
My code goes like this:
documentclass[runningheads]{llncs}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
Unfortunately this doesn't work. The error message I got is the following:
State $RS$ $leftarrow varnothing $ The control sequence at the end
of the top line of your error message was never def'ed. If you have
misspelled it (e.g., `hobx'), type `I' and the correct spelling
(e.g., `Ihbox'). Otherwise just continue, and I'll forget about
whatever was undefined. ! Undefined control sequence.
varnothing l.103 ...quad quad $R$ $leftarrow$ $varnothing $
Comment{$R$ is the set ... The control sequence at the end of the top
line of your error message was never def'ed. If you have misspelled
it (e.g., `hobx'), type `I' and the correct spelling (e.g.,
`Ihbox'). Otherwise just continue, and I'll forget about whatever was
undefined.
Do you have any ides on how this can be resolved?
FYI, I've already installed amsmath
from texlive-latex-base
in debian 9.
Thanks,
Pavlos
equations
New contributor
In a pseudocode, I would like to assign varnothing
to a variable.
My code goes like this:
documentclass[runningheads]{llncs}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
Unfortunately this doesn't work. The error message I got is the following:
State $RS$ $leftarrow varnothing $ The control sequence at the end
of the top line of your error message was never def'ed. If you have
misspelled it (e.g., `hobx'), type `I' and the correct spelling
(e.g., `Ihbox'). Otherwise just continue, and I'll forget about
whatever was undefined. ! Undefined control sequence.
varnothing l.103 ...quad quad $R$ $leftarrow$ $varnothing $
Comment{$R$ is the set ... The control sequence at the end of the top
line of your error message was never def'ed. If you have misspelled
it (e.g., `hobx'), type `I' and the correct spelling (e.g.,
`Ihbox'). Otherwise just continue, and I'll forget about whatever was
undefined.
Do you have any ides on how this can be resolved?
FYI, I've already installed amsmath
from texlive-latex-base
in debian 9.
Thanks,
Pavlos
equations
equations
New contributor
New contributor
edited Nov 23 at 12:21
Circumscribe
3,3421326
3,3421326
New contributor
asked Nov 23 at 9:53
Pavlos Ponos
282
282
New contributor
New contributor
Could you add fully compilableMWE
?
– Raaja
Nov 23 at 9:57
welcome to tex.se! please extend your code fragment to complete small document (caled minimal working example: mwe) beginning withdocumentclass...
and ending withend{document}
– Zarko
Nov 23 at 9:58
documentclass[runningheads]{llncs} usepackage{graphicx} usepackage{algpseudocode} usepackage{algorithm} usepackage{amsmath} begin{document} begin{algorithm} caption{Find...} begin{algorithmic}[1] State $RS$ $leftarrow$ end{algorithmic} end{algorithm} end{document}
– Pavlos Ponos
Nov 23 at 10:10
@PavlosPonos You can also remove the comment with your code as Raaja has edited your question.
– Sebastiano
Nov 23 at 10:51
add a comment |
Could you add fully compilableMWE
?
– Raaja
Nov 23 at 9:57
welcome to tex.se! please extend your code fragment to complete small document (caled minimal working example: mwe) beginning withdocumentclass...
and ending withend{document}
– Zarko
Nov 23 at 9:58
documentclass[runningheads]{llncs} usepackage{graphicx} usepackage{algpseudocode} usepackage{algorithm} usepackage{amsmath} begin{document} begin{algorithm} caption{Find...} begin{algorithmic}[1] State $RS$ $leftarrow$ end{algorithmic} end{algorithm} end{document}
– Pavlos Ponos
Nov 23 at 10:10
@PavlosPonos You can also remove the comment with your code as Raaja has edited your question.
– Sebastiano
Nov 23 at 10:51
Could you add fully compilable
MWE
?– Raaja
Nov 23 at 9:57
Could you add fully compilable
MWE
?– Raaja
Nov 23 at 9:57
welcome to tex.se! please extend your code fragment to complete small document (caled minimal working example: mwe) beginning with
documentclass...
and ending with end{document}
– Zarko
Nov 23 at 9:58
welcome to tex.se! please extend your code fragment to complete small document (caled minimal working example: mwe) beginning with
documentclass...
and ending with end{document}
– Zarko
Nov 23 at 9:58
documentclass[runningheads]{llncs} usepackage{graphicx} usepackage{algpseudocode} usepackage{algorithm} usepackage{amsmath} begin{document} begin{algorithm} caption{Find...} begin{algorithmic}[1] State $RS$ $leftarrow$ end{algorithmic} end{algorithm} end{document}
– Pavlos Ponos
Nov 23 at 10:10
documentclass[runningheads]{llncs} usepackage{graphicx} usepackage{algpseudocode} usepackage{algorithm} usepackage{amsmath} begin{document} begin{algorithm} caption{Find...} begin{algorithmic}[1] State $RS$ $leftarrow$ end{algorithmic} end{algorithm} end{document}
– Pavlos Ponos
Nov 23 at 10:10
@PavlosPonos You can also remove the comment with your code as Raaja has edited your question.
– Sebastiano
Nov 23 at 10:51
@PavlosPonos You can also remove the comment with your code as Raaja has edited your question.
– Sebastiano
Nov 23 at 10:51
add a comment |
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
varnothing
belongs to the set of symbols in the package amssymb
. So include it in your preamble as usepackage{amssymb}
and you are good to go.
documentclass{article}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
with which you will get:
3
usepackage{amssymb} was the solution to my "problem". When adding this, without changing anything else, it solved my problem! Thanks!
– Pavlos Ponos
Nov 23 at 10:23
1
@Pavlos Ponos you are welcome.
– Raaja
Nov 23 at 10:25
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
varnothing
belongs to the set of symbols in the package amssymb
. So include it in your preamble as usepackage{amssymb}
and you are good to go.
documentclass{article}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
with which you will get:
3
usepackage{amssymb} was the solution to my "problem". When adding this, without changing anything else, it solved my problem! Thanks!
– Pavlos Ponos
Nov 23 at 10:23
1
@Pavlos Ponos you are welcome.
– Raaja
Nov 23 at 10:25
add a comment |
up vote
5
down vote
accepted
varnothing
belongs to the set of symbols in the package amssymb
. So include it in your preamble as usepackage{amssymb}
and you are good to go.
documentclass{article}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
with which you will get:
3
usepackage{amssymb} was the solution to my "problem". When adding this, without changing anything else, it solved my problem! Thanks!
– Pavlos Ponos
Nov 23 at 10:23
1
@Pavlos Ponos you are welcome.
– Raaja
Nov 23 at 10:25
add a comment |
up vote
5
down vote
accepted
up vote
5
down vote
accepted
varnothing
belongs to the set of symbols in the package amssymb
. So include it in your preamble as usepackage{amssymb}
and you are good to go.
documentclass{article}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
with which you will get:
varnothing
belongs to the set of symbols in the package amssymb
. So include it in your preamble as usepackage{amssymb}
and you are good to go.
documentclass{article}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
begin{algorithm}
caption{Find...}
begin{algorithmic}[1] State $RS$ $leftarrow$ $varnothing$ end{algorithmic}
end{algorithm}
end{document}
with which you will get:
edited Nov 23 at 10:51
answered Nov 23 at 10:20
Raaja
2,0632524
2,0632524
3
usepackage{amssymb} was the solution to my "problem". When adding this, without changing anything else, it solved my problem! Thanks!
– Pavlos Ponos
Nov 23 at 10:23
1
@Pavlos Ponos you are welcome.
– Raaja
Nov 23 at 10:25
add a comment |
3
usepackage{amssymb} was the solution to my "problem". When adding this, without changing anything else, it solved my problem! Thanks!
– Pavlos Ponos
Nov 23 at 10:23
1
@Pavlos Ponos you are welcome.
– Raaja
Nov 23 at 10:25
3
3
usepackage{amssymb} was the solution to my "problem". When adding this, without changing anything else, it solved my problem! Thanks!
– Pavlos Ponos
Nov 23 at 10:23
usepackage{amssymb} was the solution to my "problem". When adding this, without changing anything else, it solved my problem! Thanks!
– Pavlos Ponos
Nov 23 at 10:23
1
1
@Pavlos Ponos you are welcome.
– Raaja
Nov 23 at 10:25
@Pavlos Ponos you are welcome.
– Raaja
Nov 23 at 10:25
add a comment |
Pavlos Ponos is a new contributor. Be nice, and check out our Code of Conduct.
Pavlos Ponos is a new contributor. Be nice, and check out our Code of Conduct.
Pavlos Ponos is a new contributor. Be nice, and check out our Code of Conduct.
Pavlos Ponos 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%2f461388%2fmath-equation-in-latex-varnothing%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
Could you add fully compilable
MWE
?– Raaja
Nov 23 at 9:57
welcome to tex.se! please extend your code fragment to complete small document (caled minimal working example: mwe) beginning with
documentclass...
and ending withend{document}
– Zarko
Nov 23 at 9:58
documentclass[runningheads]{llncs} usepackage{graphicx} usepackage{algpseudocode} usepackage{algorithm} usepackage{amsmath} begin{document} begin{algorithm} caption{Find...} begin{algorithmic}[1] State $RS$ $leftarrow$ end{algorithmic} end{algorithm} end{document}
– Pavlos Ponos
Nov 23 at 10:10
@PavlosPonos You can also remove the comment with your code as Raaja has edited your question.
– Sebastiano
Nov 23 at 10:51