Skip to content

Commit

Permalink
Actualiza código tabularframe en presentación
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jun 10, 2024
1 parent 7744366 commit de488a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/cfg/page_presentacion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,12 @@
% -------------------------------------------------------------------------
\def\bibfont {\fontsizerefbibl} % Tamaño de fuente de las referencias

% -------------------------------------------------------------------------
% Configura el tabularframe
% -------------------------------------------------------------------------
\tabularframecfg{0.05}{0.7}{0.4}{0.6} % Tamaño header, contenido, col. izq., col. der.
\tabularframecfgalign{false}{true} % Centrado columna izquierda, derecha
\tabularframecfgfontsize{\normalsize}{\normalsize} % Tamaño fuente izquierda, derecha
\tabularframebartextcfg{\normalsize}{true} % Tamaño, centrado

% END
8 changes: 4 additions & 4 deletions src/etc/example_presentacion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ \section{Segunda sección}

%---------------------------------------------------------------------

% Configura el tabularframe
% Configura el tabularframe (opcional)
\tabularframecfg{0.05}{0.7}{0.4}{0.6} % Tamaño header, contenido, col. izq., col. der.
\tabularframecfgalign{false}{true} % Centrado columna izquierda, derecha (opcional)
\tabularframecfgfontsize{\normalsize}{\normalsize} % Tamaño fuente izquierda, derecha (opcional)
\tabularframebartextcfg{\normalsize}{true} % Tamaño, centrado (opcional)
\tabularframecfgalign{false}{true} % Centrado columna izquierda, derecha
\tabularframecfgfontsize{\normalsize}{\normalsize} % Tamaño fuente izquierda, derecha
\tabularframebartextcfg{\normalsize}{true} % Tamaño, centrado

\begin{frame}{Entorno tabular (1/3)}
\begin{tabularframehead}{1}
Expand Down

0 comments on commit de488a4

Please sign in to comment.