publications.tex 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. \documentclass[french,9pt]{article}
  2. \usepackage[french]{babel} % faire du français
  3. \usepackage[utf8]{inputenc} % accents dans le source
  4. \usepackage[T1]{fontenc} % accents dans le DVI
  5. \usepackage{bibtopic} %tentative de biblio avec sections
  6. %\input{../macros}
  7. %% Pour mes grands titres
  8. %\newcommand{\grandtitre}[1]{%
  9. % \begin{flushleft}
  10. % \textbf{\huge #1}
  11. % \par\rule{\textwidth}{1pt}
  12. % \end{flushleft}
  13. %}
  14. %
  15. % Pour mes titres
  16. \newcommand{\titre}[1]{%
  17. \begin{flushleft}
  18. \rule{\textwidth}{1pt}
  19. \par\vspace{0.1cm}
  20. \textbf{\large #1}
  21. \par\rule{\textwidth}{1pt}
  22. \end{flushleft}
  23. }
  24. \begin{document}
  25. \pagenumbering{gobble}
  26. %\titre{Publications}
  27. \bibliographystyle{plain}
  28. %%%%%%%%%%%% package bibtopic
  29. \vspace*{-5pt}
  30. %
  31. \setcounter{secnumdepth}{1}
  32. \begin{btSect}[plain]{articles-fr-with-review}
  33. \subsection*{Revues nationales avec comit\'e de lecture}
  34. \btPrintAll
  35. %\btPrintCited
  36. %\btPrintNotCited
  37. \end{btSect}
  38. \vspace*{-5pt}
  39. \begin{btSect}[plain]{conferences-intl-with-review}
  40. \subsection*{Conf\'erences internationales avec comit\'e de lecture}
  41. \btPrintAll
  42. %\btPrintCited
  43. \end{btSect}
  44. \vspace*{-5pt}
  45. \begin{btSect}[plain]{workshop-intl-with-review}
  46. \subsection*{Workshop internationaux avec comit\'e de lecture}
  47. \btPrintAll
  48. %\btPrintCited
  49. \end{btSect}
  50. \vspace*{-5pt}
  51. \begin{btSect}[plain]{posters-intl-with-review}
  52. \subsection*{Posters internationaux avec comit\'e de lecture}
  53. \btPrintAll
  54. %\btPrintCited
  55. \end{btSect}
  56. \vspace*{-5pt}
  57. \begin{btSect}[plain]{mediation-fr-with-review}
  58. \subsection*{Articles nationaux de médiation et de vulgarisation scientifique avec comit\'e
  59. de relecture}
  60. \btPrintAll
  61. %\btPrintCited
  62. \end{btSect}
  63. \vspace*{-5pt}
  64. \begin{btSect}[plain]{technical-without-review}
  65. \subsection*{Rapports techniques}
  66. \btPrintAll
  67. %\btPrintCited
  68. \end{btSect}
  69. \end{document}