I have to include a go diagram in a document written by an other man, but testing the inclusion I found that the go.sty in incompatible with lettrine.sty: all the text outside
\textbf or \textit is ignored!
Can you help me to understand where is the problem?
Code: Select all
\documentclass[a4paper,10pt,twocolumn,twoside]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[italian,esperanto]{babel}
\usepackage{pstricks}
\usepackage{go}
%\usepackage{bao}
\usepackage{lettrine}
\usepackage[dvips]{graphicx}
\setlength{\textheight}{690pt}
\setlength{\headsep}{30pt}
\setlength{\voffset}{-0.5cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{Bao News}
\chead{}
\rhead{www.swahili.it/bao}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\begin{document}
\newpage
\begin{center}
\textbf{Bao examples}
by \textit{N. V.}.
\end{center}
\lettrine[lines=3]{\textbf{T}}{his time} text1 see:
\textit{www.swahili.it/bao}.
Without \verb+\lettrine+ all textN are visible:
text2 ( text3).
text4 \textit{girare} text5.
Text6 \textit{a} text7 \textit{A} text8 \textit{b} text9 \textit{B} text10.
text11.
\gofontsize{20}
\pos{a}{5}=\white.
\pos{a}{6}=\black.
\pos{e}{6}=\black{\triangle}
\begin{figure}[htb]
$$
\showdiagram a-g:1-9
$$
\begin{center} Dia. 1 \end{center}
\end{figure}
\textit{The player .... {Kunamua}.}
text11
\textit{{Sawings}, multiple sawings .... ( usual), ....}
\textit{Omissis {omissis} omissis.}
\end{document}
Nino