mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 08:40:56 +00:00
Add acceptance test for custom makeindex styles
This commit is contained in:
parent
5caf5f8a6f
commit
d2e93fa025
3 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
\documentclass{article}
|
||||
|
||||
\usepackage{makeidx}
|
||||
\makeindex
|
||||
|
||||
\begin{document}
|
||||
|
||||
To solve various problems in Physics \index{Physics} it can useful to express any arbitrary piecewise-smooth function as a Fourier Series \index{Fourier Series} composed of multiple sine and cosine funcions.
|
||||
|
||||
\printindex
|
||||
|
||||
\end{document}
|
Binary file not shown.
|
@ -0,0 +1,7 @@
|
|||
heading_prefix "{\\bfseries\\hfil "
|
||||
heading_suffix "\\hfil}\\nopagebreak\n"
|
||||
headings_flag 1
|
||||
delim_0 "\\dotfill"
|
||||
delim_1 "\\dotfill"
|
||||
delim_2 "\\dotfill"
|
||||
|
Loading…
Reference in a new issue