ivan” post=86247
Serve un esempio minimo.
Ecco l’esempio minimo. A me sembra che non riesco neanche a evocare lo stile philosophy
`%%%%%%%%%%%%%%%%%%%%%%%%%%% PREAMBOLO %%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[twoside]{article}
\usepackage[paperwidth=17cm, paperheight=24cm, includefoot, textwidth=116mm, textheight=188mm, footskip=6mm, footnotesep=6mm]{geometry}
\usepackage{microtype} % Migliora il riempimento delle righe con micro-aggiustamenti nei font
\usepackage{comment} % Per poter commentare ampie sezioni di testo con \begincomment
\usepackage{longtable} % Per splittare tabelle lunghe su più pagine
\usepackage{wrapfig} % Per avere immagini immerse nel testo
\usepackage{indentfirst}
\setlength{\parindent}{6mm} % Rientro di paragrafo
\usepackage{booktabs} % Per fare i filetti orizzontali nelle tabelle
\usepackage{verbatim} % Per citazioni verbatim con caratteri speciali
\usepackage{polyglossia} % Per le sillabazioni
\setmainlanguage{english}
\setotherlanguage[variant=ancient,numerals=arabic]{greek}
\setotherlanguages{italian,latin, french}
\usepackage{nowidow} %Niente vedove e orfane
\usepackage{amssymb} % Per fare simboli strani
\usepackage{stmaryrd} % Per fare altri simboli strani (sempre in environment matematico tra DOLLARI)
%\addto\captionsitalian{\renewcommand\abstractname{Summary}} % Cambia il nome dell'Abstract in “Summary”
\let\nota=\footnote % Nota normale, con numero, incolonnata
%%%%%%%%%%%% PARAMETRI DI FORMATTAZIONE PAGINA PER STUDI SULL'ORIENTE CRISTIANO%%%%%%%%%
\setlength{\parindent}{7mm}
\renewcommand{\footnoterule}{% Definisco lunghezza, spessore e distanza dalle note della riga di nota
\kern-2mm \hrule width 40mm \kern\dimexpr 3mm-.5pt\relax
}
\makeatletter % Definisco l'indent delle note
\renewcommand\@makefntext[1]{%
\noindent\makebox[5mm][r]{\@makefnmark}#1}
\makeatother
\usepackage{fontspec} % Per caricare correttamente i font Garamond
\setmainfont[Ligatures=TeX]{Garamond Premier Pro} % Sceglie il Font di Studi sull'Oriente Cristiano
\renewcommand{\footnotesize}{\fontsize{9}{11pt}\selectfont} % Dimensione e interlinea delle note
\renewcommand*{\thepage}{\large\itshape\arabic{page}} % Numero pagina 13pt italico
\setlength{\footskip}{14mm} % Distanza del num.pagina dalle note
%%%%%%%%%%%%%%%%%%%%%PACCHETTI PAOLO%%%%%%%%%%%%
\usepackage{array}
\usepackage{rotating}
\usepackage{multirow}
\usepackage{amsmath}
\usepackage{graphicx}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\newcommand{\lyxmathsym}[1]{\ifmmode\begingroup\def\b@ld{bold}
\text{\ifx\math@version\b@ld\bfseries\fi#1}\endgroup\else#1\fi}
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}
%% A simple dot to overcome graphicx limitations
\newcommand{\lyxdot}{.}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%COMANDI DI BILIOGRAFIA%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[italian=guillemets]{csquotes}
\usepackage[%
style=philosophy-verbose,
bibstyle=philosophy-verbose,
citestyle=verbose-inote,
%ibidpage=true
singletitle=true,
%backend=biber,
%latinemph=true,%Stampa le latinitates “ivi” e “ibidem” in corsivo
%dashed=true,%
%url = false,%
%isbn = false,%
firstinits=true,
%babel=other,%
%maxcitenames=999,%
%sortcase=false,%CON BIBER
%scauthors=true,%Autori in maiuscoletto
%scauthorsbib=true,%%Autori in maiuscoletto solo nella bibliografia
%scauthorscite=true%Autori in maiuscoletto solo nella citazione
%volnumformat=strings,%Journal Title, vol. 5, n. 8
inbeforejournal=true%Stampa la stringa “in” prima del nome della rivista nelle
]{biblatex}
%\usepackage[style=philosophy-verbose]{biblatex}
\addbibresource{Bibliografia.bib}
%%%%%%% SEGUONO COMANDI PER FARE UNA CITAZIONE SENZA IL NOME DELL'AUTORE %%%%%%%%%%%%%%%
\DeclareNameFormat{blank}{}
\DeclareCiteCommand{\blankfullcite} % blankfullcite ritorna una citazione nel testo
{\usebibmacro{prenote}}
{\usedriver
{\DeclareNameAlias{sortname}{blank}}
{\thefield{entrytype}}}
{\multicitedelim}
{\usebibmacro{postnote}}
\DeclareCiteCommand{\footblankfullcite}[\unspace\footnote] %footblankfullcite ritorna una citazione in nota
{\bibsentence
\usebibmacro{prenote}}
{\usedriver
{\DeclareNameAlias{sortname}{blank}}
{\thefield{entrytype}}}
{\multicitedelim}
{\usebibmacro{postnote}\addperiod}
\let\citewa=\blankfullcite
\let\footcitewa=\footblankfullcite
%%%%%%%%%%%%%%%%%%%%%%%%%%%% INIZIO DOCUMENTO %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
{\centering
\vspace*{20mm}
\fontsize{16}{19.2}\selectfont
\textbf{THE NP-INDEX.\\ A user-friendly method for quantitative\\ textual analysis} % Qui va il titolo
\par
\vspace*{10mm}
\fontsize{13}{16}\selectfont
\textsc{pippo} % Qui l'autore
\par
\vspace*{14mm}
}
\fontsize{11}{13.5}\selectfont
\subsection*{Introduction}
Almost half a century ago, at the very beginning of computer analysis for textual criticism and New Testament studies, E. Colwell proposed a new methodological approach to manage the enormous amount of NT manuscripts known until his time. His idea was to build a new taxonomy concept based on mutual relations between manuscripts determined by quantitative methods, \textit{i.e.} measuring on a linear scale the distance between texts in order to determine textual proximity between manuscripts and group them in better-characterized families\footcite{Col:Qua}. \\
\indent Although in the following decades this method was not widely applied, some other quantitative-based methodologies emerged, like the \textit{Claremont Profile} \textit{Me\-thod}.\footcite{Epp:Cla} In the late eighties, the former Metzger's student B. Ehrman resurrected the Colwell principles and refined them setting the basis for a modern approach to computational quantitative studies of textual relationships between NT manu\-scripts\nota{\cite{Ehr:Gro}; see also \cite[27-32]{Ehr:Met}}.\\
\end{document}
\endinput
% Qui l'articolo\end{document}
\end{document}
\endinput
`
E la bibliografia (spero di aver copiato bene)
`@incollection{Col:Qua,
Address = {Leiden},
Author = {E.C. Colwell and Ernest W. Tune},
Booktitle = {Studies in Methodology in the Textual Criticism of the New Testament},
Date-Added = {2012-05-13 18:58:26 +0000},
Date-Modified = {2012-05-13 19:14:22 +0000},
Pages = {56-62},
Publisher = {Brill},
Title = {Methods in Establishing Quantitative Relationships Between Text-Types of New Testament Manuscripts},
Year = {1969}}
@incollection{Ehr:Met,
Address = {Leiden – Boston},
Author = {Barth D. Ehrman},
Booktitle = {Studies in the Textual Criticism of the New Testament},
Date-Added = {2012-05-09 14:17:03 +0000},
Date-Modified = {2012-05-13 19:35:09 +0000},
Editor = {Bruce M. Metzger and Barth D. Ehrman and James A. Gray},
Pages = {9-32},
Publisher = {Brill},
Series = {New Testament Tools and Studies},
Title = {Methodological Developments in the Analysis and Classification of New Testament Documentary Evidence [Novum Testamentum 29 (1987):22-25]},
Volume = {33},
Year = {2006}}
@book{Col:Met,
Address = {Leiden},
Author = {E.C. Colwell},
Date-Added = {2012-05-09 13:02:53 +0000},
Date-Modified = {2012-05-13 18:57:30 +0000},
Publisher = {Brill},
Title = {Studies in Methodology in the Textual Criticism of the New Testament},
Year = {1969}}
@incollection{Epp:Cla,
Address = {Salt Lake City},
Author = {Eldon Jay Epp},
Booktitle = {Studies in the History and Text of the New Testament},
Date-Added = {2012-05-13 19:22:08 +0000},
Date-Modified = {2012-05-13 19:24:55 +0000},
Editor = {Boyd L. Daniels and Jack M. Suggs},
Pages = {29-37},
Publisher = {University of Utah Press},
Title = {The Claremont Profile Method for Grouping New Testament Minuscule Manuscripts},
Year = {1967}}
@article{Ehr:Gro,
Author = {Barth D. Ehrman},
Date-Added = {2012-05-13 19:29:29 +0000},
Date-Modified = {2012-05-13 19:30:08 +0000},
Journal = {Journal of Biblical Literature},
Number = {3},
Pages = {465-486},
Title = {The Use of Group Profiles for the Classification of New Testament Documentary Evidence},
Volume = {106},
Year = {1987}}
`