OldClaudio” post=76715Certamente [tt]\fontfamily{times}[/tt] non mi sembra il modo giusto per invocare la famiglia dei font Times; per sapre come il pacchetto times che usi chiami le famiglie o apri il file.sty per vedere quali font description files esso usi, poi devi parie il file che descrive i font con grazie e leggervi il nome della famiglia. Probabilmente dovresti scrivere qualcosa come \fontfamily{ptm}, ma non ho fatto la ricerca che ti ho indicato sopra, quinid…:wink:
grazie per la dritta
ecco il file sty
`
%%
%% This is file `times.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% psfonts.dtx (with options: `times')
%%
%% IMPORTANT NOTICE:
%%
%% For the copyright see the source file.
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from times.sty.
%%
%% For distribution of the original source see the terms
%% for copying and modification in the file psfonts.dtx.
%%
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesPackage{times}
[2002/09/08 PSNFSS-v9.0a
(SPQR)
]
\renewcommand{\sfdefault}{phv}
\renewcommand{\rmdefault}{ptm}
\renewcommand{\ttdefault}{pcr}
\endinput
%%
%% End of file `times.sty'.
`
ed ecco le modifiche
`
%\usepackage{times}
\usepackage{arev}
`
`
\tkzLabelPoint(m){\fontencoding{T1}\fontfamily{ptm}\fontsize{22}{32}\selectfont P}
\tkzDefMidPoint(d,f) \tkzGetPoint{n}
\tkzLabelPoint[rotate=-45](n){\fontencoding{T1}\fontfamily{ptm}\fontsize{28}{32}\selectfont K}
`
non ci avevo pensato
grazie
claudio