fix latexmkrc and texlab
This commit is contained in:
@@ -20,8 +20,11 @@
|
|||||||
%\usepackage{mathptmx}
|
%\usepackage{mathptmx}
|
||||||
% funny math font
|
% funny math font
|
||||||
% \usepackage{euler}
|
% \usepackage{euler}
|
||||||
\usepackage[default]{lato}
|
% \usepackage[default]{lato}
|
||||||
\usepackage{lete-sans-math}
|
% \usepackage{lete-sans-math}
|
||||||
|
\RequirePackage[fira]{fontsetup}
|
||||||
|
\RequirePackage{FiraMono}
|
||||||
|
\setmathfont{Fira Math}[range=\setminus]
|
||||||
|
|
||||||
%%% other text fonts
|
%%% other text fonts
|
||||||
%\usepackage{palatino}
|
%\usepackage{palatino}
|
||||||
|
@@ -96,9 +96,9 @@
|
|||||||
|
|
||||||
% Please leave this \pdfinfo block untouched both for the submission and
|
% Please leave this \pdfinfo block untouched both for the submission and
|
||||||
% Camera Ready Copy. Do not include Title and Author information in the pdfinfo section
|
% Camera Ready Copy. Do not include Title and Author information in the pdfinfo section
|
||||||
% \pdfinfo{
|
\pdfinfo{
|
||||||
% /TemplateVersion (IJCAI.2025.0)
|
/TemplateVersion (IJCAI.2025.0)
|
||||||
% }
|
}
|
||||||
|
|
||||||
\title{Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinality and Matroid Constraints}
|
\title{Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinality and Matroid Constraints}
|
||||||
|
|
||||||
|
17
latexmkrc
17
latexmkrc
@@ -1,2 +1,15 @@
|
|||||||
$pdflatex = 'xelatex %O %S';
|
$pdf_mode = 1;
|
||||||
$pdf_mode = 1;
|
$pdflatex = 'pdflatex -interaction=nonstopmode %O %S';
|
||||||
|
|
||||||
|
# Check the name of the file being compiled.
|
||||||
|
# The filename is stored in the first argument, $ARGV[0].
|
||||||
|
|
||||||
|
if ( $ARGV[0] =~ /ijcai25\.tex$/i ) {
|
||||||
|
print "--- Found ijcai25.tex, using pdflatex ---\n";
|
||||||
|
$pdf_mode = 1;
|
||||||
|
$pdflatex = 'pdflatex -interaction=nonstopmode %O %S';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$pdf_mode = 4;
|
||||||
|
$pdflatex = 'xelatex -interaction=nonstopmode %O %S';
|
||||||
|
}
|
||||||
|
11
poster.tex
11
poster.tex
@@ -34,13 +34,20 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
% larger font
|
% larger font
|
||||||
\Large
|
\large
|
||||||
|
|
||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
|
|
||||||
\section{problem}
|
\section{Problem}
|
||||||
|
|
||||||
|
default
|
||||||
|
\section{Existing works}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Methods}
|
||||||
|
|
||||||
|
\section{Results}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user