From 214b20d1614b09cd5c18e111df0f0d392af2e721 Mon Sep 17 00:00:00 2001 From: Juan Marin Noguera Date: Sun, 4 Dec 2022 21:12:22 +0100 Subject: Cambios estéticos y de compatibilidad (ver mensaje) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Cambiado globalmente el formato de los conjuntos por comprehensión de la notación con ":" a la más común con "|". * Cambiado el formato de "|" en los conjuntos definidos con \left\{ y \right\} para que la barra vertical sea tan grande como las llaves. * Cambiado grafo del tema 4 de AED I de formato SVG a raster. Antes de esto no compilaba porque ImageMagick tiene desactivada por seguridad la conversión que LyX necesita para representar imágenes SVG. Se mantiene la versión SVG en el repositorio por si fuera necesaria en el futuro. * Cambiadas imágenes de puertas lógicas del tema 3 de FC a su versión PDF. Antes se usaba la versión SVG, que causa los mismos problemas. * Cambiadas imágenes en los apuntes de FC para que se miren como figuras. * Marcadas algunas partes de BBDD como idioma inglés debido a fallos en LaTeX o algunos paquetes cuando el idioma no es inglés. No afecta a la presentación. * Añadidos saltos de línea donde hacía falta de los apuntes de ISO. * Corregida referencia en tema 1 AC: ga -> GyA. --- fc/AND_ANSI_Labelled.svg | Bin 6374 -> 4971 bytes fc/NAND_ANSI_Labelled.svg | Bin 6769 -> 5038 bytes fc/NOR_ANSI_Labelled.svg | Bin 6895 -> 5125 bytes fc/Not-gate-en.svg | Bin 3508 -> 8263 bytes fc/OR_ANSI_Labelled.svg | Bin 6461 -> 5064 bytes fc/XOR_ANSI.svg | Bin 5376 -> 4961 bytes fc/Xnor-gate-en.svg | Bin 4676 -> 9716 bytes fc/n1.lyx | 51 +++++++++++++++++- fc/n3.lyx | 133 ++++++++++++++++++++++++++++++++++++++++------ 9 files changed, 166 insertions(+), 18 deletions(-) (limited to 'fc') diff --git a/fc/AND_ANSI_Labelled.svg b/fc/AND_ANSI_Labelled.svg index ee294dc..5ee5c9c 100644 Binary files a/fc/AND_ANSI_Labelled.svg and b/fc/AND_ANSI_Labelled.svg differ diff --git a/fc/NAND_ANSI_Labelled.svg b/fc/NAND_ANSI_Labelled.svg index 7f97027..719786a 100644 Binary files a/fc/NAND_ANSI_Labelled.svg and b/fc/NAND_ANSI_Labelled.svg differ diff --git a/fc/NOR_ANSI_Labelled.svg b/fc/NOR_ANSI_Labelled.svg index 0fd18f9..01f63e4 100644 Binary files a/fc/NOR_ANSI_Labelled.svg and b/fc/NOR_ANSI_Labelled.svg differ diff --git a/fc/Not-gate-en.svg b/fc/Not-gate-en.svg index daf957b..523d62d 100644 Binary files a/fc/Not-gate-en.svg and b/fc/Not-gate-en.svg differ diff --git a/fc/OR_ANSI_Labelled.svg b/fc/OR_ANSI_Labelled.svg index 6275ef9..05b61be 100644 Binary files a/fc/OR_ANSI_Labelled.svg and b/fc/OR_ANSI_Labelled.svg differ diff --git a/fc/XOR_ANSI.svg b/fc/XOR_ANSI.svg index 6f14e5b..4981dec 100644 Binary files a/fc/XOR_ANSI.svg and b/fc/XOR_ANSI.svg differ diff --git a/fc/Xnor-gate-en.svg b/fc/Xnor-gate-en.svg index b205563..2a18ed0 100644 Binary files a/fc/Xnor-gate-en.svg and b/fc/Xnor-gate-en.svg differ diff --git a/fc/n1.lyx b/fc/n1.lyx index d912189..abb69b9 100644 --- a/fc/n1.lyx +++ b/fc/n1.lyx @@ -134,9 +134,33 @@ esquema de Von Neumann \end_layout \begin_layout Standard +\begin_inset Float figure +wide false +sideways false +status open + +\begin_layout Plain Layout +\align center \begin_inset Graphics filename buses.png - width 100text% + width 90text% + +\end_inset + + +\end_layout + +\begin_layout Plain Layout +\begin_inset Caption Standard + +\begin_layout Plain Layout +Esquema von Neumann en un ordenador moderno. +\end_layout + +\end_inset + + +\end_layout \end_inset @@ -749,10 +773,33 @@ Unified Extensible Firmware Interface \end_layout \begin_layout Standard +\begin_inset Float figure +wide false +sideways false +status open + +\begin_layout Plain Layout \align center \begin_inset Graphics filename image.TZVI9Y.png - width 100text% + width 90text% + +\end_inset + + +\end_layout + +\begin_layout Plain Layout +\begin_inset Caption Standard + +\begin_layout Plain Layout +Placa base de un ordenador de escritorio típico. +\end_layout + +\end_inset + + +\end_layout \end_inset diff --git a/fc/n3.lyx b/fc/n3.lyx index 63254ed..c38761d 100644 --- a/fc/n3.lyx +++ b/fc/n3.lyx @@ -393,8 +393,9 @@ Puertas lógicas \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename AND_ANSI_Labelled.svg +\begin_inset External + template VectorGraphics + filename AND_ANSI_Labelled.pdf height 14pt \end_inset @@ -541,8 +542,9 @@ AND \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename OR_ANSI_Labelled.svg +\begin_inset External + template VectorGraphics + filename OR_ANSI_Labelled.pdf height 14pt \end_inset @@ -689,8 +691,9 @@ OR \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename XOR_ANSI.svg +\begin_inset External + template VectorGraphics + filename XOR_ANSI.pdf height 14pt \end_inset @@ -730,8 +733,9 @@ XOR \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename NAND_ANSI_Labelled.svg +\begin_inset External + template VectorGraphics + filename NAND_ANSI_Labelled.pdf height 14pt \end_inset @@ -767,8 +771,9 @@ NAND \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename NOR_ANSI_Labelled.svg +\begin_inset External + template VectorGraphics + filename NOR_ANSI_Labelled.pdf height 14pt \end_inset @@ -804,8 +809,9 @@ NOR \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename Xnor-gate-en.svg +\begin_inset External + template VectorGraphics + filename Xnor-gate-en.pdf height 14pt \end_inset @@ -909,8 +915,9 @@ XNOR \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename Not-gate-en.svg +\begin_inset External + template VectorGraphics + filename Not-gate-en.pdf height 14pt \end_inset @@ -1047,6 +1054,12 @@ Circuito con \end_layout \begin_layout Standard +\begin_inset Float figure +wide false +sideways false +status open + +\begin_layout Plain Layout \align center \begin_inset Graphics filename image.RAWR9Y.png @@ -1055,6 +1068,23 @@ Circuito con \end_inset +\end_layout + +\begin_layout Plain Layout +\begin_inset Caption Standard + +\begin_layout Plain Layout +Codificador. +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + \end_layout \begin_layout Subsection @@ -1075,6 +1105,12 @@ Circuito con \end_layout \begin_layout Standard +\begin_inset Float figure +wide false +sideways false +status open + +\begin_layout Plain Layout \align center \begin_inset Graphics filename image.V5MB9Y.png @@ -1083,6 +1119,23 @@ Circuito con \end_inset +\end_layout + +\begin_layout Plain Layout +\begin_inset Caption Standard + +\begin_layout Plain Layout +Decodificador. +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + \end_layout \begin_layout Standard @@ -1113,9 +1166,33 @@ Circuito con \end_layout \begin_layout Standard +\begin_inset Float figure +wide false +sideways false +status open + +\begin_layout Plain Layout +\align center \begin_inset Graphics filename image.0PXO9Y.png - width 100text% + width 90text% + +\end_inset + + +\end_layout + +\begin_layout Plain Layout +\begin_inset Caption Standard + +\begin_layout Plain Layout +Multiplexores. +\end_layout + +\end_inset + + +\end_layout \end_inset @@ -1186,9 +1263,33 @@ anchura \end_layout \begin_layout Standard +\begin_inset Float figure +wide false +sideways false +status open + +\begin_layout Plain Layout +\align center \begin_inset Graphics filename image.Y3EN9Y.png - width 100text% + width 90text% + +\end_inset + + +\end_layout + +\begin_layout Plain Layout +\begin_inset Caption Standard + +\begin_layout Plain Layout +Memoria ROM. +\end_layout + +\end_inset + + +\end_layout \end_inset -- cgit v1.2.3