lundi 26 avril 2010

OpenOffice / oocalc : protect specific cells

The problem :

I've got a calc sheet for calculating some grades.
Hence, after setting all the formulas (you may want to have a look at the SUMPRODUCT(notes*percent) function ;-) ), I want to actually enter the grades I gave.

What I want to do is not to mess around with the cell containing formulas while I am entering data.

How to (un)-lock specific cells



  1. Select the cell you want to still modify.

  2. right-click: Format-Cells -> "Cell Protection" tab => uncheck "protected".

  3. Tools -> Protect Document -> sheet

  4. Uncheck "select locked cells" and check "select unlocked cells".



Now only the cells selected in step 1) should be the only ones you can select and modify !

vendredi 23 avril 2010

LaTeX et .bib (fichiers de bibliographie)

Le code LaTeX à utiliser


Dans l'entête :




% \usepackage{natbib} % pour changer l'affichage des citations
% \usepackage[fixlanguage]{babelbib} % biblio FR
% \selectbiblanguage{french} % biblio FR


Là où l'on souhaite intégrer la bibliographie



Dans le document (note que comme d'hab en LaTeX tu n'as pas besoin de
mettre l'exention du fichier, en l'occurence tu auras typiquement
"fichier.bib" à la place de "bibtexfile"


% \bibliographystyle{unsrt} % biblio style classique
% \bibliographystyle{babplain-lf} % Biblio FR
% \bibliography{bibtexfile} % Chemin vers la base de citations


Un peu de doc (entre autre) :
http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/



Logiciels pour gérer la biblio



Il y en a de nombreux dont un en java qui marche pas trop mal mais dont le nom m'échappe.

J'utilise pybliographer / pybliographic , qui a le mérite de permettre l'édition native des .bib directement.