Skip to content

Commit

Permalink
Fixed Error in Figure, Better Appendix Handling
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed May 30, 2016
1 parent 7396ed7 commit a462faf
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
5 changes: 3 additions & 2 deletions appendix_complexityAnalysis.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
\subsection{Complexity Analysis: Not Feasible}%
\pdfbookmark[2]{Complexity Analysis: Not Feasible}{complexityNotFeasible}%
%\subsection{Complexity Analysis: Not Feasible}%
%\pdfbookmark[2]{Complexity Analysis: Not Feasible}{complexityNotFeasible}%
\appendix{Complexity Analysis: Not Feasible}%
%
\begin{frame}[t]%
\frametitle{Algorithm Analysis and Comparison}%
Expand Down
3 changes: 1 addition & 2 deletions appendix_maxSatExample.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
%
\subsection{\maxSat\ Example: Details}%
\pdfbookmark[2]{\maxSat\ Example: Details}{maxSatExampleDetails}%
\appendix{\maxSat\ Example: Details}%
%
%%
\gdef\maxSatClauses{\textcolor{red}{\ensuremath{k}}}%
Expand Down
Binary file modified graphics/performance/performance_dimensions/performance_cuts.cdr
Binary file not shown.
Binary file modified graphics/performance/performance_dimensions/performance_cuts.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion intro-slides.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%
\startPresentation{\barcodes}%
%
\printSectionOutlines%
\printSectionOutlines{\barcodes}%
%
%
\input{part_introduction.tex}%
Expand Down
13 changes: 12 additions & 1 deletion styles/pack_slides_commands.sty
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]%
#1%
\end{frame}%
%
\global\newcount\@appendix@hrefids%
\global\@appendix@hrefids 0\relax%
%
\gdef\appendix##1{%
\global\advance \@appendix@hrefids 1\relax%
\expandafter\pdfbookmark\expandafter[\expandafter2\expandafter]\expandafter{##1}{appendix\the\@appendix@hrefids}%
\subsection{##1}%
}%
%
}%
%
%
Expand All @@ -164,11 +174,12 @@
{\message{** patching of \string\beamer@@frametitle failed **}}%
%
%
\gdef\printSectionOutlines{%
\gdef\printSectionOutlines#1{%
\AtBeginSection[]{%
\begin{frame}%
\frametitle{Section Outline}%
\tableofcontents[currentsection,subsectionstyle=show/show/hide]%
#1%
\end{frame}%
}%
}%
Expand Down

0 comments on commit a462faf

Please sign in to comment.