Latex: Difference between revisions

319 bytes added ,  2 December 2019
No edit summary
Line 117: Line 117:


==Bibliography==
==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==