fix latexmkrc and texlab

This commit is contained in:
2025-08-21 10:53:23 +08:00
parent 10e0fa2052
commit 91f688e71b
4 changed files with 32 additions and 9 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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';
}

View File

@@ -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}