Jump to content

Latex: Difference between revisions

338 bytes added ,  2 December 2019
(One intermediate revision by the same user not shown)
Line 115: Line 115:
\newcommand{\etal}{{\em et al. }}
\newcommand{\etal}{{\em et al. }}
</syntaxhighlight>
</syntaxhighlight>
==Bibliography==
How to do references in Latex.<br>
===Case of Titles===
If you do not want lower case titles, you can change your <code>.bst</code> file by commenting out the portion
which alters the case.
<pre>
FUNCTION {format.title}
{
  %title empty$
  %  { "" }
  %  { title "t" change.case$ }
  %if$
  title
  %add.link
}
</pre>


==Tikz==
==Tikz==