Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
update data
  • Loading branch information
xtotdam committed Nov 1, 2016
1 parent aa34952 commit 7ecf79e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ RM = rm -rfv
ALL_SUFFS = pdf aux log out
TMP_SUFFS = aux log out


ifeq ($(OS),Windows_NT)
PYTHON3 = C:\Miniconda3\python.exe
else
PYTHON3 = python3
endif

.PHONY: all clean purge color wb example

all: color wb

data.tex: data.py
C:\Miniconda3\python.exe data.py
#python3 data.py
${PYTHON3} data.py

timetable.pdf: data.tex timetable.tex defines.tex colors.tex
${LATEX} timetable
Expand Down
6 changes: 4 additions & 2 deletions data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
'''

monday = [
"\\blue \\ppp{Научно-иссл. семинар}{4-28}{Салецкий А.М.}",
#"\\blue \\ppp{Научно-иссл. семинар}{4-28}{Салецкий А.М.}",
"\\blue \\ppp{``Мягкая'' материя $+$ НИС}{4-28}{Салецкий А.М.}",
"\\green \\ppp{Преподавание физ.-мат. дисциплин}{ЮФА}{Якута А.А.}",
"\\green \\ppp{Современные проблемы физики}{ЦФА}{~}",
"\\blue \\ppp{``Мягкая'' материя}{4-28}{Салецкий А.М.}",
#"\\blue \\ppp{``Мягкая'' материя}{4-28}{Салецкий А.М.}",
"",
""
]
tuesday = ["", "", "", "", ""]
Expand Down

0 comments on commit 7ecf79e

Please # to comment.