2014 dxdy logo

Научный форум dxdy

Математика, Физика, Computer Science, Machine Learning, LaTeX, Механика и Техника, Химия,
Биология и Медицина, Экономика и Финансовая Математика, Гуманитарные науки




 
 Bold текст в LaTex (T2A)
Сообщение05.06.2012, 13:56 
Привет.

Я сделал диплом в Латехе (TexMaker, GNU/Linux).
Но возникла проблема, как сделать жирный шрифт для моего диплома, я ума не приложу.
Вот сами стили.

Код:
\documentclass[a4paper, 14pt]{extreport}

\usepackage{indentfirst}
\usepackage{fncychap}
\usepackage{fancyhdr}
\usepackage[warn]{mathtext}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{tabularx}
\usepackage[english,russian]{babel}
\usepackage{amssymb,amsfonts,amsmath,mathtext,cite,enumerate,float, mathtext}
\usepackage{times}
\usepackage[demo]{graphicx} %pdftex
\graphicspath{{images/}}
\usepackage[format=hang, figurename=Малюнак, tablename=Табліца , labelfont=bf,tableposition=top, labelsep=space, singlelinecheck=false]{caption}
\usepackage{blindtext} 
\usepackage{titlesec}


\usepackage{enumitem}
\usepackage{marginnote}
\usepackage{ltablex}

\makeatletter
\renewcommand{\@biblabel}[1]{#1.}
\makeatother

\usepackage{geometry}
\geometry{left=3cm}
\geometry{right=1.5cm}
\geometry{top=2cm}
\geometry{bottom=2cm}

\renewcommand{\theenumi}{\arabic{enumi}}%
\renewcommand{\labelenumi}{\arabic{enumi}}%
\renewcommand{\theenumii}{.\arabic{enumii}}%
\renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}.}%
\renewcommand{\theenumiii}{.\arabic{enumiii}}%
\renewcommand{\labelenumiii}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}.}%



\addto\captionsrussian{
  \renewcommand{\contentsname}%
    {\centerline{ЗМЕСТ\vspace{14pt}}}%
  \renewcommand{\bibname}
    {\centerline{СПІС ВЫКАРЫСТАНЫХ КРЫНІЦ}} 
}


\usepackage{setspace}
\onehalfspacing


\DeclareCaptionLabelSeparator{ddd}{ -- }
\captionsetup[table]{labelsep=ddd, justification=raggedright, font=normalsize, margin={-0.0cm, 0pt},
position=top}
\captionsetup[tabularx]{labelsep=ddd, justification=raggedright, font=normalsize, margin={-0.0cm, 0pt},
position=top}
\captionsetup[longtable]{labelsep=ddd, justification=raggedright, font=normalsize , margin={-0.0cm, 0cm},
position=top}
\captionsetup[figure]{justification=centering,labelsep=ddd, font=normalsize}

\makeatletter

\setlength\LTleft{0cm}     



\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[R]{\thepage}

\fancypagestyle{plain}{%
\fancyhf{}
\fancyhead[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}}


\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

\fontencoding{T1}
\fontfamily{times-ttf}
\fontseries{m}
\fontshape{it}
\fontsize{14}{15}
\selectfont


\titleformat{\chapter}{}{\thechapter}{14pt}{}
\titleformat{\section}{}{\thesection}{14pt}{}
\titleformat{\subsection}{}{\thesubsection}{14pt}{}

\titlespacing{\chapter}{0pt}{0pt}{17pt}
\titlespacing*{\section}{0pt}{17pt}{17pt}
\titlespacing*{\subsection}{0pt}{17pt}{17pt}

\newlength{\normalparindent}
\AtBeginDocument{\setlength{\normalparindent}{\parindent}}


\renewcommand{\labelitemi}{$-$}

\setlength{\tabcolsep}{1pt}


\setlist{leftmargin=3.0em}

\makeatletter
\bibliographystyle{unsrt}
\renewcommand{\@biblabel}[1]{#1}
\makeatother



Мне сказали, что это скорее всего связано с локализацией fontenc то есть непосредственно шрифта (или что?) Т2А.
http://tex.stackexchange.com/questions/ ... ext-in-pdf
Может кто-нибудь сталкивался с подобной проблемой, и может подсказать.

Спасибо.

P.S. пакет диссер не предлагайте, уже всё сделано. Кроме этого.

 
 
 
 Re: Bold текст в LaTex (T2A)
Сообщение06.06.2012, 05:42 
Аватара пользователя
Уберите \usepackage{times}, и всё будет нормально.

 
 
 [ Сообщений: 2 ] 


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group