LyXhow to change the orientation of only one page

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
User avatar
isamu
Posts: 5
Joined: Thu May 29, 2008 9:46 pm

how to change the orientation of only one page

Post by isamu »

Yo there people
Im having a little issue (mine) using Lyx,well Im making a table but it is too wide so I need to reareange the orientation of the doc but going Document>settings>Page Layout
affects the whole document and I want to do this page only

the code is this
===Page Break=========
\begin{tabular}{|c|c|c|c|}
\hline
Características & Ángulos de Euler & Cosenos Directorers & Cuaterniones%
\footnote{Los cuaterniones (también llamados cuaternios) son una extensión de
los números reales, similar a la de los números complejos. Mientras
que los números complejos son una extensión de los reales por la adición
de la unidad imaginaria i, tal que i2 = \textminus{} 1, los cuaterniones
son una extensión generada de manera análoga añadiendo las unidades
imaginarias: i, j y k a los números reales y tal que i2 = j2 = k2
= ijk = \textminus{} 1.%
}\tabularnewline
\hline
\hline
Ecuación diferencial & $\left[\begin{array}{c}
\phi\\
\theta\\
\psi\end{array}\right]=[f(\phi,\theta,\psi)]\left[\begin{array}{c}
p\\
q\\
r\end{array}\right]$ & $\left[\frac{dT}{dt}\right]^{Bt}=[\overline{\Omega^{BT}}]^{B}[T]^{Bt}$ & $\overline{\left\{ \frac{dQ^{BE}}{dt}\right\} }^{L}=\frac{1}{2}\{\overline{\Omega^{BE}}\}^{B}\{\overline{\Omega^{BE}}\}^{L}$\tabularnewline
\hline
Inicialización & Directamente $\phi_{0},\theta_{0},\psi_{0}$ & $[T(t=0)]^{Bt}$ & $\{q(t=0)\}=f(\phi_{0},\theta_{0},\psi_{0})$\tabularnewline
\hline
TM & $[T]^{BL}=f(\phi,\theta,\psi$) & Directamente calculada & $[T]^{BL}=[\overline{R^{BE}}]^{L}$\tabularnewline
\hline
Ángulos de Euler & Directamente cálculados & Obtenidos de $[T]^{Bt}$ & $\left[\begin{array}{c}
\phi\\
\theta\\
\psi\end{array}\right]=f(q_{0},q_{1}q_{2},q_{3})$\tabularnewline
\hline
Ventajas & Tres ecuaciones diferenciales,inicializacación directa & Matriz de transformación directa, seis ecuaciones diferenciales lineales
(yeah!) & Cuatro ecuaciones diferenciales lineales. Condición de ortogonalidad\tabularnewline
\hline
Desventajas & Singularidad en $\theta=\pm\pi/2$ (huuu..!!!) & Los ángulos de Euler no están disponibles, se necesitan calcular (más
susceptible de errores) & Matriz de transformación y ángulo de Euler no disponibles, se deben
calcular.\tabularnewline
\hline
\end{tabular}

\pagebreak{}
=====================================
Thanks a lot!!! =) :D :lol: :mrgreen: :P 8-)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Re: how to change the orientation of only one page

Post by meho_r »

It is probably a better idea to rotate the table instead of the page it's on. Use "Rotate table 90 degrees" option in "Table Settings".
User avatar
isamu
Posts: 5
Joined: Thu May 29, 2008 9:46 pm

Re: how to change the orientation of only one page

Post by isamu »

Yeah!!! thats right it worked liked a charm!!
Thanks meho_r
Post Reply