Skip to content

Commit

Permalink
setRegion supports empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Oct 6, 2023
1 parent dacbe6e commit caafbd7
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 162 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ t.*
a-*
.cache
tmp/
test/
*.vcf*
*.bcf*
test.cpp
*.bin
compile_commands.json
Expand Down
2 changes: 1 addition & 1 deletion doc/latex.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
#+latex_header: \DeclareCaptionFormat{listing}{\parbox{\textwidth}{\colorbox{gray}{\parbox{\textwidth}{#1#2#3}}\vskip-4pt}}
#+latex_header: \captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white}
#+latex_header: \newlength\tdima \newlength\tdimb \setlength\tdima{ \fboxsep+\fboxrule} \setlength\tdimb{-\fboxsep+\fboxrule}
#+latex_header: \lstset{frame=tlrb,xleftmargin=\tdima,xrightmargin=\tdimb, rulecolor=\color{gray}, keywordstyle=\ttfamily}
#+latex_header: \lstset{breaklines=true,frame=tlrb,xleftmargin=\tdima,xrightmargin=\tdimb, rulecolor=\color{gray}, keywordstyle=\ttfamily}
#+latex_header: \usepackage[backend=biber,style=authoryear-comp,date=year,sorting=nyt,sortlocale=auto,maxcitenames=1,maxbibnames=10,uniquename=init,maxitems=1,giveninits=true,terseinits=true,dashed=false,doi=true,isbn=false,url=false] {biblatex}
#+latex_header: \addbibresource{ref.bib}
Loading

0 comments on commit caafbd7

Please sign in to comment.