Listings in another language [duplicate]
up vote
0
down vote
favorite
This question already has an answer here:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography”, “Appendix”, etc.?
5 answers
I'm using the babel package along with the greek language and I want to insert a List of Listings in my document.
I used
addcontentsline{toc}{section}{numberline{}Κατάλογος Αλγορίθμων}
lstlistoflistings
cleardoublepage
and the output is
I don't care about the listings caption not showing up correctly, but I want to change the title "Λιστινγς" to something else like "Κατάλογος Αλγορίθμων" (which translates to "Table of algorithms").
Is that possible?
listings
marked as duplicate by gusbrs, Community♦ 1 hour ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
0
down vote
favorite
This question already has an answer here:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography”, “Appendix”, etc.?
5 answers
I'm using the babel package along with the greek language and I want to insert a List of Listings in my document.
I used
addcontentsline{toc}{section}{numberline{}Κατάλογος Αλγορίθμων}
lstlistoflistings
cleardoublepage
and the output is
I don't care about the listings caption not showing up correctly, but I want to change the title "Λιστινγς" to something else like "Κατάλογος Αλγορίθμων" (which translates to "Table of algorithms").
Is that possible?
listings
marked as duplicate by gusbrs, Community♦ 1 hour ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Have you taken a look at tex.stackexchange.com/q/82993/105447 ?
– gusbrs
2 hours ago
You saved my day sir. Thank you.
– nick
2 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography”, “Appendix”, etc.?
5 answers
I'm using the babel package along with the greek language and I want to insert a List of Listings in my document.
I used
addcontentsline{toc}{section}{numberline{}Κατάλογος Αλγορίθμων}
lstlistoflistings
cleardoublepage
and the output is
I don't care about the listings caption not showing up correctly, but I want to change the title "Λιστινγς" to something else like "Κατάλογος Αλγορίθμων" (which translates to "Table of algorithms").
Is that possible?
listings
This question already has an answer here:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography”, “Appendix”, etc.?
5 answers
I'm using the babel package along with the greek language and I want to insert a List of Listings in my document.
I used
addcontentsline{toc}{section}{numberline{}Κατάλογος Αλγορίθμων}
lstlistoflistings
cleardoublepage
and the output is
I don't care about the listings caption not showing up correctly, but I want to change the title "Λιστινγς" to something else like "Κατάλογος Αλγορίθμων" (which translates to "Table of algorithms").
Is that possible?
This question already has an answer here:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography”, “Appendix”, etc.?
5 answers
listings
listings
asked 2 hours ago
nick
465
465
marked as duplicate by gusbrs, Community♦ 1 hour ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by gusbrs, Community♦ 1 hour ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Have you taken a look at tex.stackexchange.com/q/82993/105447 ?
– gusbrs
2 hours ago
You saved my day sir. Thank you.
– nick
2 hours ago
add a comment |
1
Have you taken a look at tex.stackexchange.com/q/82993/105447 ?
– gusbrs
2 hours ago
You saved my day sir. Thank you.
– nick
2 hours ago
1
1
Have you taken a look at tex.stackexchange.com/q/82993/105447 ?
– gusbrs
2 hours ago
Have you taken a look at tex.stackexchange.com/q/82993/105447 ?
– gusbrs
2 hours ago
You saved my day sir. Thank you.
– nick
2 hours ago
You saved my day sir. Thank you.
– nick
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
As @gusbrs stated, according to this link the solution is:
addtocaptionsgreek{%
renewcommand{lstlistlistingname}{Κατάλογος Αλγορίθμων}%
}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
As @gusbrs stated, according to this link the solution is:
addtocaptionsgreek{%
renewcommand{lstlistlistingname}{Κατάλογος Αλγορίθμων}%
}
add a comment |
up vote
0
down vote
As @gusbrs stated, according to this link the solution is:
addtocaptionsgreek{%
renewcommand{lstlistlistingname}{Κατάλογος Αλγορίθμων}%
}
add a comment |
up vote
0
down vote
up vote
0
down vote
As @gusbrs stated, according to this link the solution is:
addtocaptionsgreek{%
renewcommand{lstlistlistingname}{Κατάλογος Αλγορίθμων}%
}
As @gusbrs stated, according to this link the solution is:
addtocaptionsgreek{%
renewcommand{lstlistlistingname}{Κατάλογος Αλγορίθμων}%
}
answered 2 hours ago
nick
465
465
add a comment |
add a comment |
1
Have you taken a look at tex.stackexchange.com/q/82993/105447 ?
– gusbrs
2 hours ago
You saved my day sir. Thank you.
– nick
2 hours ago