Text overwriting line number in algorithmic environment - Solved
up vote
0
down vote
favorite
Below is a MWE consisting of two small algorithms demonstrating how the unnecessary use of {...} environment can cause unexpected behavior from LaTeX, i.e., overwriting line number as shown in the second algorithm.
documentclass{article}
usepackage{algorithm}
usepackage{algorithmicx}
usepackage{algpseudocode}
begin{document}
begin{algorithm}
caption{Algorithm 1}
label{Algorithm:Alg1}
begin{algorithmic}[1]
Function {Algorithm1}{}
If{Condition 1}
State Statement 1
Else
State Statement 2
EndIf
EndFunction
end{algorithmic}
end{algorithm}
begin{algorithm}
caption{Algorithm 2}
label{Algorithm:Alg2}
begin{algorithmic}[1]
Function {Algorithm2}{}
If{Condition 1}
State Statement 1
Else
{
State Statement 2
}
EndIf
EndFunction
end{algorithmic}
end{algorithm}
end{document}
line-numbering algorithmic
add a comment |
up vote
0
down vote
favorite
Below is a MWE consisting of two small algorithms demonstrating how the unnecessary use of {...} environment can cause unexpected behavior from LaTeX, i.e., overwriting line number as shown in the second algorithm.
documentclass{article}
usepackage{algorithm}
usepackage{algorithmicx}
usepackage{algpseudocode}
begin{document}
begin{algorithm}
caption{Algorithm 1}
label{Algorithm:Alg1}
begin{algorithmic}[1]
Function {Algorithm1}{}
If{Condition 1}
State Statement 1
Else
State Statement 2
EndIf
EndFunction
end{algorithmic}
end{algorithm}
begin{algorithm}
caption{Algorithm 2}
label{Algorithm:Alg2}
begin{algorithmic}[1]
Function {Algorithm2}{}
If{Condition 1}
State Statement 1
Else
{
State Statement 2
}
EndIf
EndFunction
end{algorithmic}
end{algorithm}
end{document}
line-numbering algorithmic
2
We can understand your requirement. Please add MWE (minimal working example) to check further.
– Saravanan
1 hour ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Below is a MWE consisting of two small algorithms demonstrating how the unnecessary use of {...} environment can cause unexpected behavior from LaTeX, i.e., overwriting line number as shown in the second algorithm.
documentclass{article}
usepackage{algorithm}
usepackage{algorithmicx}
usepackage{algpseudocode}
begin{document}
begin{algorithm}
caption{Algorithm 1}
label{Algorithm:Alg1}
begin{algorithmic}[1]
Function {Algorithm1}{}
If{Condition 1}
State Statement 1
Else
State Statement 2
EndIf
EndFunction
end{algorithmic}
end{algorithm}
begin{algorithm}
caption{Algorithm 2}
label{Algorithm:Alg2}
begin{algorithmic}[1]
Function {Algorithm2}{}
If{Condition 1}
State Statement 1
Else
{
State Statement 2
}
EndIf
EndFunction
end{algorithmic}
end{algorithm}
end{document}
line-numbering algorithmic
Below is a MWE consisting of two small algorithms demonstrating how the unnecessary use of {...} environment can cause unexpected behavior from LaTeX, i.e., overwriting line number as shown in the second algorithm.
documentclass{article}
usepackage{algorithm}
usepackage{algorithmicx}
usepackage{algpseudocode}
begin{document}
begin{algorithm}
caption{Algorithm 1}
label{Algorithm:Alg1}
begin{algorithmic}[1]
Function {Algorithm1}{}
If{Condition 1}
State Statement 1
Else
State Statement 2
EndIf
EndFunction
end{algorithmic}
end{algorithm}
begin{algorithm}
caption{Algorithm 2}
label{Algorithm:Alg2}
begin{algorithmic}[1]
Function {Algorithm2}{}
If{Condition 1}
State Statement 1
Else
{
State Statement 2
}
EndIf
EndFunction
end{algorithmic}
end{algorithm}
end{document}
line-numbering algorithmic
line-numbering algorithmic
edited 2 mins ago
asked 2 hours ago
Abdullah Heyari
354113
354113
2
We can understand your requirement. Please add MWE (minimal working example) to check further.
– Saravanan
1 hour ago
add a comment |
2
We can understand your requirement. Please add MWE (minimal working example) to check further.
– Saravanan
1 hour ago
2
2
We can understand your requirement. Please add MWE (minimal working example) to check further.
– Saravanan
1 hour ago
We can understand your requirement. Please add MWE (minimal working example) to check further.
– Saravanan
1 hour ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f463453%2ftext-overwriting-line-number-in-algorithmic-environment-solved%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
2
We can understand your requirement. Please add MWE (minimal working example) to check further.
– Saravanan
1 hour ago