Skip to content

Commit

Permalink
change margins again. Added text showing margin width with our font i…
Browse files Browse the repository at this point in the history
…s similar to that of LNCS
  • Loading branch information
vkuncak committed Dec 28, 2023
1 parent 7e38128 commit 0e61350
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified refman/lisa.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions refman/lisa.tex
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
% !TEX program = xelatex

% Page size:
\documentclass[11pt,b5paper,fullpage]{book}
\documentclass[11pt,b5paper]{book}
% Reduce margins whatever the original text area size was.
\edef\mtht{\the\textheight}
\edef\mtwd{\the\textwidth}
\edef\mtwd{\dimexpr\the\textwidth+1cm}
\usepackage[paperwidth=\dimexpr\mtwd+1.4cm\relax,
paperheight=\dimexpr\mtht+1.8cm\relax,
text={\mtwd,\mtht},
Expand Down
2 changes: 2 additions & 0 deletions refman/theorytopics.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
\chapter{Selected Theoretical Topics}
\label{part:theory}

Algorithms and techniques to solve and reduce formulas in propositional logic (and its generalizations) are a major field of study. They have prime relevance in SAT and SMT solving algorithms. Lisa makes use of some of them: some of the in the kernel, others as available tactics.

\section{Set Theory and Mathematical Logic}
\subsection{First Order Logic with Schematic Variables}
\label{sec:theoryfol}
Expand Down

0 comments on commit 0e61350

Please sign in to comment.