mirror of https://github.com/YosysHQ/yosys.git
Some fixes in presentation
This commit is contained in:
parent
d92fb5b35e
commit
12ffe0c438
|
@ -411,7 +411,7 @@ techmap; opt
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
\vfill
|
\vfill
|
||||||
\includegraphics[width=\linewidth,trim=0 0cm 0 0cm]{PRESENTATION_Intro/counter_02.pdf}
|
\includegraphics[width=\linewidth,trim=0 0cm 0 2cm]{PRESENTATION_Intro/counter_02.pdf}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}[t, fragile]{\subsecname{} -- Step 4/4}
|
\begin{frame}[t, fragile]{\subsecname{} -- Step 4/4}
|
||||||
|
|
|
@ -27,7 +27,7 @@ PDFTEX_OPT="-shell-escape -halt-on-error"
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
if ! $fast_mode; then
|
if ! $fast_mode; then
|
||||||
md5sum *.aux *.snm *.nav *.toc > autoloop.old
|
! md5sum *.aux *.snm *.nav *.toc > autoloop.old
|
||||||
make -C PRESENTATION_Intro
|
make -C PRESENTATION_Intro
|
||||||
make -C PRESENTATION_ExSyn
|
make -C PRESENTATION_ExSyn
|
||||||
make -C PRESENTATION_ExAdv
|
make -C PRESENTATION_ExAdv
|
||||||
|
|
Loading…
Reference in New Issue