Risposte nei forum create
-
AutoreRisposte
-
::
Ne esistono tanti, come natbib, plain, unsrt, … oppure con MakeBST lo puoi fare da te.
Se fai una ricerca sicuramente trovi qualcosa a riguardo.Buona serata
Penso che esista già un file .bst con le caratteristiche che cerco.
Io ne ho trovato uno qui:
http://en.nothingisreal.com/wiki/Biblet
ma non funziona.
Qualcuno ne conosce uno?
::
un altro esempio di quello che dovrei aggiungere:`
@inproceedings{DBLP:conf/esws/MaYQXPL06,
author = {Li Ma and
Yang Yang and
Zhaoming Qiu and
GuoTong Xie and
Yue Pan and
Shengping Liu},
title = {Towards a Complete OWL Ontology Benchmark},
booktitle = {ESWC},
year = {2006},
pages = {125-139},
ee = {http://dx.doi.org/10.1007/11762256_12},
crossref = {DBLP:conf/esws/2006},
bibsource = {DBLP, http://dblp.uni-trier.de}
}@proceedings{DBLP:conf/esws/2006,
editor = {York Sure and
John Domingue},
title = {The Semantic Web: Research and Applications, 3rd European
Semantic Web Conference, ESWC 2006, Budva, Montenegro, June
11-14, 2006, Proceedings},
booktitle = {ESWC},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {4011},
year = {2006},
isbn = {3-540-34544-2},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
`Quello che mi stampa è:
`
[10] Li Ma, Yang Yang, Zhaoming Qiu, GuoTong Xie, Yue Pan, and
Shengping Liu. Towards a complete owl ontology benchmark. In
Sure and Domingue [11], pages 125{139.[11] York Sure and John Domingue, editors. The Semantic Web:
Research and Applications, 3rd European Semantic Web Confer-
ence, ESWC 2006, Budva, Montenegro, June 11-14, 2006, Pro-
ceedings, volume 4011 of Lecture Notes in Computer Science.
Springer, 2006.
`lasciando fuori molte informazioni.
Conoscete qualcosa che posso usare?
grazie
::
grazie per gli aiuti.non si capisce bene se per comporre la bibliografia usi l’ambiente thebibliography o il programma BibTeX.
normalmente uso thebibliography.
Se usi BibTeX, nel record che hai scritto ci sono campi non standard: quindi presumo che tu stia usando uno stile bibliografico non standard, ma quale?
L.uso
\bibliographystyle{ieeepes}Io vorrei inserire dei riferimenti che ho trovato in questo sito:
http://dblp.uni-trier.de/rec/bibtex/journals/ws/HorrocksPBT05quindi ho provato anche ad usare BibTeX.
ma ho dei problemi.
::
Grazie per l’indicazione.Ho provato ad usare il pacchetto così:
`
\begin{overpic}[width=120mm,height=70mm]%
{1}
%\caption{TEST, analysis of concepts}
\label{fig:TEST1}
\put(25,-3){concepts number}
\end{overpic}
`ma:
non posso aggiungere il caption;
il numero della figura è in base a capitolo;
la figura non è presente nella lista delle immagini;
non ho capito come inserire una scritta verticale.Non esiste la possibilità di inserire il nome degli assi in:
`
\begin{figure}[h]
\begin{center}
\includegraphics[width=120mm,height=70mm]{1}
\caption{TEST, analysis of concepts}
\label{fig:TEST1}
\end{center}
\end{figure}
`
?grazie
-
AutoreRisposte