Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. ! Package listofitems Error: the expanded primitive is not provided by your TeX engine, listofitems v1.62 cannot work: loading listofitems v1.61.See the listofitems package documentation for explanation.Type H <return> for immediate help.... {input listofitemsold.texrelaxendinput}
  2.  
  3. documentclass[11pt]{report}
  4.  
  5. %% Language and font encodings
  6. usepackage[spanish, english]{babel}
  7. selectlanguage{spanish}
  8. usepackage[utf8x]{inputenc}
  9. %% Sets page size and margins
  10. usepackage[top=3cm,bottom=3cm,left=3cm,right=3cm]{geometry}
  11. %baselineskip=10mm
  12. renewcommand{baselinestretch}{1.3}
  13.  
  14. %% Useful packages
  15. usepackage{amsmath}
  16. usepackage{amsfonts}
  17. usepackage{graphicx}
  18. usepackage{mathrsfs}
  19. usepackage{imakeidx} %Tabla de Contenido
  20. usepackage{amsthm}
  21. usepackage{amssymb}
  22. usepackage[all]{xy}
  23. usepackage{tikz-cd}
  24. usepackage{mathdots}
  25. usepackage{bbm}
  26. usepackage{hyperref}
  27. usepackage{faktor}
  28. usepackage{thmtools}
  29.  
  30. % Títulos con Fuente distinta---------
  31. %usepackage{titlesec}
  32. %usepackage{titling}
  33.  
  34. % Specify different font for section headings
  35. %newfontfamilyheadingfont[]{Gill Sans}
  36. %titleformat*{section}{LARGEheadingfont}
  37. %titleformat*{subsection}{Largeheadingfont}
  38. %titleformat*{subsubsection}{largeheadingfont}
  39. %renewcommand{maketitlehooka}{headingfont}
  40. usepackage{sectsty}
  41. allsectionsfont{sffamily}
  42.  
  43. %----Definiciones con otra Fuente
  44. %declaretheoremstyle[headfont=normalfont]{normalhead}
  45.  
  46. theoremstyle{plain}
  47. newtheorem{theorem}{Teorema}[chapter]
  48.  
  49. theoremstyle{definition}
  50. newtheorem{definitionx}[theorem]{Definici'on}
  51. newenvironment{definition}
  52. {pushQED{qed}renewcommand{qedsymbol}{$square$}definitionx}
  53. {popQEDenddefinitionx}
  54.  
  55. newtheorem{examplex}[theorem]{Ejemplo}
  56. newenvironment{example}
  57. {pushQED{qed}renewcommand{qedsymbol}{$triangle$}examplex}
  58. {popQEDendexamplex}
  59.  
  60. theoremstyle{plain}
  61. newtheorem{lemma}[theorem]{Lema}
  62. newtheorem{corollary}[theorem]{Corolario}
  63. newtheorem{preposition}[theorem]{Proposici'on}
  64. usepackage{listofitems}
  65. %Here is the error, in the next one.
  66. theoremstyle{remark}
  67. newtheorem{note}[theorem]{Nota}
  68. %------------------
  69.  
  70. usepackage{subfiles}
  71.  
  72. graphicspath{{images/}{../images/}}
  73.  
  74. usepackage{stackengine}
  75. stackMath
  76.  
  77. %% Definiciones
  78. DeclareMathOperator{rep}{rep}
  79. DeclareMathOperator{Hom}{Hom}
  80. DeclareMathOperator{coker}{coker}
  81. DeclareMathOperator{im}{im}
  82. DeclareMathOperator{incl}{incl}
  83. DeclareMathOperator{proj}{proj}
  84. DeclareMathOperator{inj}{inj}
  85. DeclareMathOperator{End}{End}
  86. DeclareMathOperator{Ext}{Ext}
  87. DeclareMathOperator{rad}{rad}
  88.  
  89. %------------------------------------------------------------------------
  90. %------------------------------------------------------------------------
  91. %----INICIO DEL DOCUMENTO------------------------------------------------
  92. %------------------------------------------------------------------------
  93. %------------------------------------------------------------------------
  94.  
  95. begin{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement