Skip to content

Commit

Permalink
+ screen_version for styles
Browse files Browse the repository at this point in the history
  • Loading branch information
testitquickly committed Jul 16, 2019
1 parent 2e94945 commit 27892cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 27 deletions.
23 changes: 1 addition & 22 deletions Software Testing Glossary.kilepr
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@ QuickBuild=

[item:Software_Testing_Glossary_(Alexei_Lupan).tex]
archive=true
<<<<<<< HEAD
encoding=UTF-8
highlight=LaTeX
=======
column=15
encoding=UTF-8
highlight=LaTeX
line=0
>>>>>>> 7a64689765c8fce13f87f435f6a2ecbabbed4c9a
mode=LaTeX

[item:_abstract.tex]
Expand Down Expand Up @@ -60,19 +55,13 @@ mode=LaTeX

[item:glossary/AdhocTesting.tex]
archive=true
<<<<<<< HEAD
encoding=UTF-8
highlight=LaTeX
mode=LaTeX
=======
column=0
encoding=UTF-8
highlight=LaTeX
line=0
mode=LaTeX
open=false
order=1
>>>>>>> 7a64689765c8fce13f87f435f6a2ecbabbed4c9a

[item:glossary/AgileSoftwareDevelopment.tex]
archive=true
Expand Down Expand Up @@ -568,24 +557,15 @@ mode=LaTeX

[item:glossary/WhiteBoxBlackBox.tex]
archive=true
<<<<<<< HEAD
encoding=UTF-8
highlight=LaTeX
mode=LaTeX

[item:project_styles/project_styles.sty]
[item:project_styles/project_styles_screen_version.sty]
archive=true
encoding=UTF-8
highlight=LaTeX
mode=LaTeX
=======
column=46
encoding=UTF-8
highlight=LaTeX
line=27
mode=LaTeX
open=false
order=-1

[view-settings,view=0,item:ProjectStyle.sty]
CursorColumn=0
Expand Down Expand Up @@ -1126,4 +1106,3 @@ CursorColumn=46
CursorLine=27
JumpList=
ViMarks=.,11,118,[,11,118,],11,129
>>>>>>> 7a64689765c8fce13f87f435f6a2ecbabbed4c9a
Binary file modified Software_Testing_Glossary_(Alexei_Lupan).pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Software_Testing_Glossary_(Alexei_Lupan).tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% SCREEN version
\documentclass[a4paper, oneside, 12pt]{article}

\usepackage{project_styles/project_styles}
\usepackage{project_styles/project_styles_screen_version}

\makeindex

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
\usepackage{pxfonts}
\usepackage[T1]{fontenc}

% Выбор шрифта
% Выбор шрифта IBM Plex
\usepackage{plex-serif}
\usepackage[sfdefault]{plex-sans}

% ========== НАСТРОЙКИ ЗАГОЛОВКОВ ==========

% Сделал возможность выводить каждый \section с новой страницы
% Выводим каждый \section с новой страницы
\usepackage{titlesec}
\newcommand{\sectionbreak}{\clearpage}

Expand Down Expand Up @@ -70,7 +70,6 @@

% Управление расстоянием между строками в tableofcontents
\usepackage{tocloft}

\setlength\cftparskip{-1pt}
\setlength\cftbeforesecskip{1pt}
% change the vertical spacing between the title "Table of Contents" and the first entry
Expand Down Expand Up @@ -118,7 +117,7 @@ options=-C utf8 -s project_styles/index_style.ist]

% ========== НАСТРОЙКИ РАЗМЕРА СТРАНИЦ ==========

% Установил более широкое поле для текста, нежели для обычной книги
% Можно установить более широкие поля для текста.
% Вместо inchi (дюймы) можно использовать cm (сантиметры) или em
% Вариант: \usepackage[a4paper, total={6in, 8in}]{geometry}
% Оставил нативные настройки полей.
Expand Down

0 comments on commit 27892cf

Please sign in to comment.