User Tools

Site Tools


user:sachy:lakatux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
user:sachy:lakatux [2019/11/26 22:21] – mutt & html shitmails sachyuser:sachy:lakatux [2020/05/11 20:22] – IEETT sachy
Line 326: Line 326:
 </code> </code>
  
-Ulozit do $HOME/.mozilla/firefox/PROFIL/searchplugins/NAZEV_VYHLEDAVACE.xml+Ulozit do .mozilla/firefox/PROFIL/searchplugins/NAZEV_VYHLEDAVACE.xml
  
 ==== Disable USB automount === ==== Disable USB automount ===
Line 420: Line 420:
 <code bash> <code bash>
 apt-get install elogind libpam-elogind apt-get install elogind libpam-elogind
 +</code>
 +
 +==== IEEEtran.bst ====
 +Enhancement of popular LaTeX/bibtex style with DOI reference. Just apply {{:user:sachy:ieeetran.bst.diff|the diff}} to the original [[https://www.ieee.org/conferences/publishing/templates.html|IEEEtran.bst]] file...
 +
 +Your .bib file than can use the //doi// variable for articles and books.
 +
 +To make the DOI clickable, change the the .bst file to:
 +
 +<code>
 +FUNCTION {format.doi}
 +{ doi empty$
 +    { "" }
 +    { this.to.prev.status
 +      this.status.std
 +   "\doi{" doi * "}" *
 +    }
 +  if$
 +}
 +</code>
 +
 +and add to your .tex file 
 +<code latex>
 +\newcommand*{\doi}[1]{\href{http://dx.doi.org/#1}{DOI:\,#1}}
 </code> </code>
  
user/sachy/lakatux.txt · Last modified: 2023/09/10 09:16 by sachy