Skip to content

Commit

Permalink
no vspace
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 21, 2021
1 parent 2c6987c commit f135bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions paper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ clean:
%.pdf: %.tex main.bib *.tex
latexmk -pdf $<
texqc --ignore 'You have requested document class' $< \
--ignore 'Token not allowed in a PDF string' \
--ignore '\\vspace should only be used to provide space'
--ignore 'Token not allowed in a PDF string'
texsc $<
biblint check main.bib
4 changes: 2 additions & 2 deletions paper/tikz-config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
\usetikzlibrary{calc}
\usetikzlibrary{shapes.arrows}
\newenvironment{ingraph}%
{\vspace{3pt}\noindent\begin{tikzpicture}[om,pics/parallel arrow/.style={code={\draw[-latex,rho] (##1) -- (-##1);}}]}%
{\end{tikzpicture}\vspace{3pt}}
{\noindent\begin{tikzpicture}[om,pics/parallel arrow/.style={code={\draw[-latex,rho] (##1) -- (-##1);}}]}%
{\end{tikzpicture}}
\tikzstyle{om} = [->,>=stealth',node distance=2.5cm,thick]
\tikzstyle{thing} = [thick,inner sep=0pt,minimum height=2.4em,draw,font={\small}]
\tikzstyle{object} = [thing,circle]
Expand Down

0 comments on commit f135bfc

Please sign in to comment.