Re: ABC package+abcm2ps

#80240
Up
0
Down
::


Grazie Claudio,

non avendo capito bene quanto mi suggerisci a proposito delle “variabili d’ambiente”, ma sperando di andare nella direzione giusta ho installato l’editor standard per ABC, ABCExplorer, che ha installato alcuni programmi tra cui anche abcm2ps.exe.
Infatti lo trovo in C:\Programmi\ABCexplorer\tools

Quindi utilizzando l’editor di ABC ora riesco a scrivere, ma purtroppo non riesco ancora ad avere risultati con ABCpackage,

il file .log riporta questo
`Package abc Warning: You have set the `shellescape' option, but you ran
(abc) (pdf)latex without the `-shell-escape' command line
(abc) option. Fix it either with the `noshellescape' option
(abc) in your document or the correct call of (pdf)latex.
`

il warning è molto chiaro ma non capisco dove sbaglio. Con le righe magiche non dovrei essere a posto? [uso Texstudio 2.4]

Ecco anche l’esempio

`
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = pdflatex -shell-escape abc.tex
% !TEX spellcheck = it-IT
\documentclass{scrartcl}
\usepackage{abc}
\begin{document}
Text
\begin{abc}
X: 1 % start of header
K: C % scale: C major
“Text”C4 G4 | (3FED c4 G2 |
\end{abc}
\end{document}`

Ringrazio ancora per la disponibilità!
Ciao
Andrea

Go to top