General ⇒ Help on adding keywords to a latex paper
Help on adding keywords to a latex paper
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Help on adding keywords to a latex paper
Re: Help on adding keywords to a latex paper
I tried \begin{Keywords} .... \end{Keywords} but it failed, do you have any idea why? maybe it wasn't supported in .sty file? sorry for nooob questions!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Help on adding keywords to a latex paper
[1] ICASSP 2008 Paper Kit - Templates
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Help on adding keywords to a latex paper
Environment keywords undefined. \begin{keywords} ...
in what package is keywords defined? spconf?
thanks.
ps: also need help with \classification (what package?)
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Help on adding keywords to a latex paper
The keywords environment is defined within spconf.sty that is included into the template file. I can compile the mentioned file Template.tex when placing the file spconf.sty (and the other files) in the same directory. And I don't get any errors. To clarify this issue, create a minimal working example (MWE) or use Template.tex and attach the log file of your compilation process to your next reply.eerie1972 wrote:[...] Environment keywords undefined. \begin{keywords} ...
in what package is keywords defined? [...]
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Help on adding keywords to a latex paper
Yes, it works by adding spconf to the current directory. However,
1) it does not work if I put spconf in the $BSTINPUTS directory alone.
2) spconf completely overrides the layout of documentclass{article}. in particular, there are now two columns.
3) and how about AMS classification?
Regarding 2) I ommit usepackage{spconf} and I just copy pasted the definition of keywords in spconf and put (with modifications) in the preamble:
\def\keywords{\vspace{.5em}
{\textit{Keywords}:\,\relax%
}}
\def\endkeywords{\par}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Help on adding keywords to a latex paper
Putting *.sty files into the BibTeX input directory makes no sense since this kind of files are "packages" and have to be put into the texmf tree as usual.eerie1972 wrote:1) it does not work if I put spconf in the $BSTINPUTS directory alone.
Submitting a paper to the ICASSP may demand the usage of this package. It is not provided in vain and guarantees that all prerequisites regarding the layout are fulfilled.eerie1972 wrote:2) spconf completely overrides the layout of documentclass{article}. in particular, there are now two columns.
What do you mean with "classification" in this context? Be more precise.eerie1972 wrote:3) and how about AMS classification?
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10