I would like to decrease size of caption text in a document written in 'article' class. In the meantime I am using babel and the standard way simply does not work (there are no error or warning messages). Without babel it works fine:
I tried to define a new command as well, but since I use long captions I need short one in the listoffigures, but when the caption is short would like to avoid the double typing. I do not know how to set the first argument for default value for the second one.\documentclass[12pt,letterpaper]{article}
\usepackage[magyar]{babel}
...
\usepackage[small]{caption}
...
I got error if there is no second argument:
Any suggestion is welcome.\newcommand{\scap}[2]{\caption[#2]{\small{#1}}}
thank you!
Brigitta