-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
46 lines (38 loc) · 996 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
"""The central configuration for optional parameters"""
# uncomment the option you like to have
# Each halfmove's square-from and
# square-to are marked.
# If you additionally like to have an
# arrow pointing from --> to
# set
# move_arrows = True
#
# if
# move_arrows = False
# no arrows are drawn, just the
# square-from & -to are marked
#
move_arrows = False # default
#move_arrows = True
# if you like to have a diagram for each
# halfmove set
# print_detailed_moves = True
#
# if
# print_detailed_moves = False
# you will get the games overview
# one-pagers.
#
print_detailed_moves = True # default
#print_detailed_moves = False
# not implemented, so let it False
include_game_score = False # default
#include_game_score = True
# for future features
# not implemented
analyse_games = False
generate_games_tex = True
# generation of games details by TeX while
# no King in check (sq_check) marked
# use_TeX_while_4_details = True
use_TeX_while_4_details = False # default