having problems with greek characters in a table using csvsimpleSwitching between English/GreekPercentage...
Why is 3/4 a simple meter while 6/8 is a compound meter?
What does "-1" represent in the value range for unsigned int and signed int?
What is this "opened" cube called?
How can I fix cracks between the bathtub and the wall surround?
Group by consecutive index numbers
How can I reply to coworkers who accuse me of automating people out of work?
Is "survival" paracord with fire starter strand dangerous
What is the sound/audio equivalent of "unsightly"?
How to determine the convexity of my problem and categorize it?
Is the Amazon rainforest the "world's lungs"?
Why didn't Doc believe Marty was from the future?
RAID0 instead of RAID1 or 5, is this crazy?
How to investigate an unknown 1.5GB file named "sudo" in my Linux home directory?
In what language did Túrin converse with Mím?
Defending Castle from Zombies
Where should I draw the line on follow up questions from previous employer
What's the difference between a variable and a memory location?
Could a complex system of reaction wheels be used to propel a spacecraft?
Fixing a blind bolt hole when the first 2-3 threads are ruined?
Are sweatpants frowned upon on flights?
Why is "I let him to sleep" incorrect (or is it)?
Why are JWST optics not enclosed like HST?
Wrong Stamping of UK Visa
basename "$0" not working
having problems with greek characters in a table using csvsimple
Switching between English/GreekPercentage symbol with csvsimple packageUsing collcell package with csvsimple, or datatoolResizing a csvsimple tableProblem using csvsimple with tab-delimited fileSimple table with csvsimple, with no headersExcluding columns with csvsimple & autotablesCreating a Table caption with csvsimple package using csvautotabular{}Csvsimple with nonenglish: errortrouble with a simple csvsimple and csvautotabular tableCompilation error when string testing using csvsimple
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Hi this is what I wrote:
documentclass{article}
usepackage{amsmath}
usepackage{gensymb}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{booktabs}
usepackage{longtable}
usepackage[T1]{fontenc}
begin{document}
csvautotabular{Book2.csv}
end{document}
and this is the content of the csv file, i made it with excel and converted with notepad++
frequenza ν (Hz),frequenza teorica ν (Hz) ,nodi n
510,537.18,2
760,805.78,3
1010,1074.38,4
1280,1342.97,5
1550,1611.56,6
It fails creating the PDF, this is the error message:
Package gensymb Warning: Not defining perthousand.
Package gensymb Warning: Not defining micro.
! Undefined control sequence.
GenericError ...
#4 errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
? ^C! Interruption.
GenericError ... #4
errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
Thank you for your answers
csvsimple
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Hi this is what I wrote:
documentclass{article}
usepackage{amsmath}
usepackage{gensymb}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{booktabs}
usepackage{longtable}
usepackage[T1]{fontenc}
begin{document}
csvautotabular{Book2.csv}
end{document}
and this is the content of the csv file, i made it with excel and converted with notepad++
frequenza ν (Hz),frequenza teorica ν (Hz) ,nodi n
510,537.18,2
760,805.78,3
1010,1074.38,4
1280,1342.97,5
1550,1611.56,6
It fails creating the PDF, this is the error message:
Package gensymb Warning: Not defining perthousand.
Package gensymb Warning: Not defining micro.
! Undefined control sequence.
GenericError ...
#4 errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
? ^C! Interruption.
GenericError ... #4
errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
Thank you for your answers
csvsimple
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
A possible solution is to compile withxelatexandpolyglossia, see tex.stackexchange.com/a/329750 for an example.
– Marijn
9 hours ago
Thank you, it now creates the pdf with the table, sadly the greek character isn't displayed
– user195519
8 hours ago
add a comment |
Hi this is what I wrote:
documentclass{article}
usepackage{amsmath}
usepackage{gensymb}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{booktabs}
usepackage{longtable}
usepackage[T1]{fontenc}
begin{document}
csvautotabular{Book2.csv}
end{document}
and this is the content of the csv file, i made it with excel and converted with notepad++
frequenza ν (Hz),frequenza teorica ν (Hz) ,nodi n
510,537.18,2
760,805.78,3
1010,1074.38,4
1280,1342.97,5
1550,1611.56,6
It fails creating the PDF, this is the error message:
Package gensymb Warning: Not defining perthousand.
Package gensymb Warning: Not defining micro.
! Undefined control sequence.
GenericError ...
#4 errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
? ^C! Interruption.
GenericError ... #4
errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
Thank you for your answers
csvsimple
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hi this is what I wrote:
documentclass{article}
usepackage{amsmath}
usepackage{gensymb}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{booktabs}
usepackage{longtable}
usepackage[T1]{fontenc}
begin{document}
csvautotabular{Book2.csv}
end{document}
and this is the content of the csv file, i made it with excel and converted with notepad++
frequenza ν (Hz),frequenza teorica ν (Hz) ,nodi n
510,537.18,2
760,805.78,3
1010,1074.38,4
1280,1342.97,5
1550,1611.56,6
It fails creating the PDF, this is the error message:
Package gensymb Warning: Not defining perthousand.
Package gensymb Warning: Not defining micro.
! Undefined control sequence.
GenericError ...
#4 errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
? ^C! Interruption.
GenericError ... #4
errhelp @err@ ...
l.12 csvautotabular{Book2.csv}
Thank you for your answers
csvsimple
csvsimple
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 9 hours ago
Stefan Pinnow
21.6k9 gold badges38 silver badges80 bronze badges
21.6k9 gold badges38 silver badges80 bronze badges
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 9 hours ago
user195519user195519
182 bronze badges
182 bronze badges
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user195519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
A possible solution is to compile withxelatexandpolyglossia, see tex.stackexchange.com/a/329750 for an example.
– Marijn
9 hours ago
Thank you, it now creates the pdf with the table, sadly the greek character isn't displayed
– user195519
8 hours ago
add a comment |
2
A possible solution is to compile withxelatexandpolyglossia, see tex.stackexchange.com/a/329750 for an example.
– Marijn
9 hours ago
Thank you, it now creates the pdf with the table, sadly the greek character isn't displayed
– user195519
8 hours ago
2
2
A possible solution is to compile with
xelatex and polyglossia, see tex.stackexchange.com/a/329750 for an example.– Marijn
9 hours ago
A possible solution is to compile with
xelatex and polyglossia, see tex.stackexchange.com/a/329750 for an example.– Marijn
9 hours ago
Thank you, it now creates the pdf with the table, sadly the greek character isn't displayed
– user195519
8 hours ago
Thank you, it now creates the pdf with the table, sadly the greek character isn't displayed
– user195519
8 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Probably a font problem; with Gentium and xelatex seems to work:
documentclass{article}
usepackage{fontspec}
usepackage[greek, italian, english]{babel}
setmainfont[Mapping=tex-text]{Gentium}
usepackage{amsmath}
usepackage{csvsimple}
begin{document}
csvautotabular{Book2.csv}
end{document}
Gives

solved! Thank you
– user195519
7 hours ago
Happy to be useful. Please, consider accepting the answer if it solved your problem! tex.stackexchange.com/help/someone-answers
– Rmano
7 hours ago
add a comment |
For pdflatex you can map the ν character in the input to $nu$ using newunicodecharacter. However, csvsimple does not allow macros in header lines because the header values are used to create keys to refer to the corresponding columns. A workaround for that is to disable the code that creates the keys.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{newunicodechar}
% map ν in input to macro
newunicodechar{ν}{$nu$}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}
Result:

If you don't want to define the character mapping yourself then you can use the alphabeta package - note however that the characters look a bit different.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{alphabeta}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}

add a comment |
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
});
}
});
user195519 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%2f506263%2fhaving-problems-with-greek-characters-in-a-table-using-csvsimple%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Probably a font problem; with Gentium and xelatex seems to work:
documentclass{article}
usepackage{fontspec}
usepackage[greek, italian, english]{babel}
setmainfont[Mapping=tex-text]{Gentium}
usepackage{amsmath}
usepackage{csvsimple}
begin{document}
csvautotabular{Book2.csv}
end{document}
Gives

solved! Thank you
– user195519
7 hours ago
Happy to be useful. Please, consider accepting the answer if it solved your problem! tex.stackexchange.com/help/someone-answers
– Rmano
7 hours ago
add a comment |
Probably a font problem; with Gentium and xelatex seems to work:
documentclass{article}
usepackage{fontspec}
usepackage[greek, italian, english]{babel}
setmainfont[Mapping=tex-text]{Gentium}
usepackage{amsmath}
usepackage{csvsimple}
begin{document}
csvautotabular{Book2.csv}
end{document}
Gives

solved! Thank you
– user195519
7 hours ago
Happy to be useful. Please, consider accepting the answer if it solved your problem! tex.stackexchange.com/help/someone-answers
– Rmano
7 hours ago
add a comment |
Probably a font problem; with Gentium and xelatex seems to work:
documentclass{article}
usepackage{fontspec}
usepackage[greek, italian, english]{babel}
setmainfont[Mapping=tex-text]{Gentium}
usepackage{amsmath}
usepackage{csvsimple}
begin{document}
csvautotabular{Book2.csv}
end{document}
Gives

Probably a font problem; with Gentium and xelatex seems to work:
documentclass{article}
usepackage{fontspec}
usepackage[greek, italian, english]{babel}
setmainfont[Mapping=tex-text]{Gentium}
usepackage{amsmath}
usepackage{csvsimple}
begin{document}
csvautotabular{Book2.csv}
end{document}
Gives

answered 7 hours ago
RmanoRmano
10.1k2 gold badges17 silver badges54 bronze badges
10.1k2 gold badges17 silver badges54 bronze badges
solved! Thank you
– user195519
7 hours ago
Happy to be useful. Please, consider accepting the answer if it solved your problem! tex.stackexchange.com/help/someone-answers
– Rmano
7 hours ago
add a comment |
solved! Thank you
– user195519
7 hours ago
Happy to be useful. Please, consider accepting the answer if it solved your problem! tex.stackexchange.com/help/someone-answers
– Rmano
7 hours ago
solved! Thank you
– user195519
7 hours ago
solved! Thank you
– user195519
7 hours ago
Happy to be useful. Please, consider accepting the answer if it solved your problem! tex.stackexchange.com/help/someone-answers
– Rmano
7 hours ago
Happy to be useful. Please, consider accepting the answer if it solved your problem! tex.stackexchange.com/help/someone-answers
– Rmano
7 hours ago
add a comment |
For pdflatex you can map the ν character in the input to $nu$ using newunicodecharacter. However, csvsimple does not allow macros in header lines because the header values are used to create keys to refer to the corresponding columns. A workaround for that is to disable the code that creates the keys.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{newunicodechar}
% map ν in input to macro
newunicodechar{ν}{$nu$}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}
Result:

If you don't want to define the character mapping yourself then you can use the alphabeta package - note however that the characters look a bit different.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{alphabeta}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}

add a comment |
For pdflatex you can map the ν character in the input to $nu$ using newunicodecharacter. However, csvsimple does not allow macros in header lines because the header values are used to create keys to refer to the corresponding columns. A workaround for that is to disable the code that creates the keys.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{newunicodechar}
% map ν in input to macro
newunicodechar{ν}{$nu$}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}
Result:

If you don't want to define the character mapping yourself then you can use the alphabeta package - note however that the characters look a bit different.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{alphabeta}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}

add a comment |
For pdflatex you can map the ν character in the input to $nu$ using newunicodecharacter. However, csvsimple does not allow macros in header lines because the header values are used to create keys to refer to the corresponding columns. A workaround for that is to disable the code that creates the keys.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{newunicodechar}
% map ν in input to macro
newunicodechar{ν}{$nu$}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}
Result:

If you don't want to define the character mapping yourself then you can use the alphabeta package - note however that the characters look a bit different.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{alphabeta}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}

For pdflatex you can map the ν character in the input to $nu$ using newunicodecharacter. However, csvsimple does not allow macros in header lines because the header values are used to create keys to refer to the corresponding columns. A workaround for that is to disable the code that creates the keys.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{newunicodechar}
% map ν in input to macro
newunicodechar{ν}{$nu$}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}
Result:

If you don't want to define the character mapping yourself then you can use the alphabeta package - note however that the characters look a bit different.
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{csvsimple}
usepackage{alphabeta}
makeatletter
% switch off csvsimple column name macros
defset@csv@head{relax}
makeatother
begin{document}
csvautotabular{book2.csv}
end{document}

answered 5 hours ago
MarijnMarijn
11.8k1 gold badge6 silver badges40 bronze badges
11.8k1 gold badge6 silver badges40 bronze badges
add a comment |
add a comment |
user195519 is a new contributor. Be nice, and check out our Code of Conduct.
user195519 is a new contributor. Be nice, and check out our Code of Conduct.
user195519 is a new contributor. Be nice, and check out our Code of Conduct.
user195519 is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f506263%2fhaving-problems-with-greek-characters-in-a-table-using-csvsimple%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
A possible solution is to compile with
xelatexandpolyglossia, see tex.stackexchange.com/a/329750 for an example.– Marijn
9 hours ago
Thank you, it now creates the pdf with the table, sadly the greek character isn't displayed
– user195519
8 hours ago