emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: [quite bad] (was: org 2 odt latex math are ignored)
Date: Tue, 07 Nov 2017 20:23:22 +0100	[thread overview]
Message-ID: <8760alevv9.fsf@mat.ucm.es> (raw)
In-Reply-To: 877ev2f0ej.fsf@mat.ucm.es

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

>>> "Uwe" == Uwe Brauer <oub@mat.ucm.es> writes:

   > Hi

Ok I followed the instructions in
http://orgmode.org/manual/Working-with-LaTeX-math-snippets.html#fn-1

First I tried the png solution
 #+OPTIONS: tex:dvipng

I attach the solution together with the pdf file I generated converting
org to latex. The difference is huge. Then I installed 
MathToWeb.
And 
LaTeXML

Set   #+OPTIONS: LaTeX:t

Mathtoweb was a bit better than png but not convert all of the
constructions.

Latexml confused to convert any math.

Quite annoying I'd say.


[-- Attachment #2: inter-lateml.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 10988 bytes --]

[-- Attachment #3: inter-mathtoweb.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 23579 bytes --]

[-- Attachment #4: inter.org --]
[-- Type: text/x-org, Size: 2421 bytes --]

#+OPTIONS: LaTeX:t

* Cálculo de la k

El calor perdido por el calorimetro esta dado por
\[
k= \left( \frac{M_f (T_e-T_f)}{(T_c-T_e)} -M_c  \right)
\]
Los valores
están dado
\[M_c= 193.8 \qquad  T_c=30.8 \quad T_e=23.1 \quad T_f=13.9 \quad M_f=192.7\]
\[T_1=23.1 \quad T_2=30.8\] 
por lo tanto 
\[
k=36.43 \quad\mbox{gr}
\]

* La incertidumbre de k

La incertidumbre de k esta dado por 
\[
\Delta k =\left\vert \frac{(Te-Tf)}{(Tc-Te))} \right\vert \cdot \Delta
m_{2} +\Delta m_{1}+
\left\vert \frac{-(m2*(Te-Tf)}{(Tc-Te)}\right\vert^2\cdot \Delta t_{c}
\]
\[+
\left\vert \frac{m2*(Te-Tf}{(Tc-Te)}^2 \right\vert\cdot \Delta t_{e}
\left\vert \frac{-m2}{Tc-Te} \right\vert\cdot \Delta t_{c}
\] insertando
los valores nos da 
\[
\Delta k =26.86\approx 26.9
\]

* La incertidumbre de k mediante derivadas



* Calculo de J


* La incertidumbre de Mc

La expresión para \(M_C\) esta dado por 
\[
M_C =f(M_f,T_{e},T_c,T_f)= \frac{M_f (T_e-T_f)}{(T_c-T_e)} -k
\] 
donde la
constante \(k\) no depende de \((T_c,T_e,T_f,M_f)\).

La incertidumbre de \(M_c\) esta dado por 

\[
\Delta_{MC}= \sqrt{\left( \frac{\partial M_C}{\partial M_f}\Delta M_{f} \right)^2
  + \left( \frac{\partial M_C}{\partial T_C}\Delta T_{C} \right)^2
  + \left( \frac{\partial M_C}{\partial T_f}\Delta T_{f} \right)^2
  + \left( \frac{\partial M_C}{\partial T_e}\Delta T_{e} \right)^2}
  \]

Donde las derivadas parciales están dadas por 
\[
\sqrt{\frac{{\mathrm{dmf}}^2\, {\left(\mathrm{te} - \mathrm{tf}\right)}^2}{{\left(\mathrm{tc} - \mathrm{te}\right)}^2} + \frac{{\mathrm{dtf}}^2\, {\mathrm{mf}}^2}{{\left(\mathrm{tc} - \mathrm{te}\right)}^2} + \frac{{\mathrm{dte}}^2\, {\mathrm{mf}}^2\, {\left(\mathrm{tc} - \mathrm{tf}\right)}^2}{{\left(\mathrm{tc} - \mathrm{te}\right)}^4} + \frac{{\mathrm{dtc}}^2\, {\mathrm{mf}}^2\, {\left(\mathrm{te} - \mathrm{tf}\right)}^2}{{\left(\mathrm{tc} - \mathrm{te}\right)}^4}}
\]

\[
\frac{\partial M_C}{\partial M_f}= \frac{(T_e-T_f)}{(T_C-T_{e})}
\]
\[
\frac{\partial M_C}{\partial T_C}= -M_f\frac{(T_e-T_f)}{(T_C-T_{e})^2}
\]
\[
\frac{\partial M_C}{\partial T_f}= -M_f\frac{(T_e-T_f)}{(T_C-T_{e})}
\]
\[
\frac{\partial M_c}{\partial T_e}=M_f \frac{(T_C-T_e) -
  (-1)(T_{e}-T_{f})}{(T_C-T_e)^{2}}= 
M_f \frac{(T_C-T_f)}{(T_C-T_e)^{2}}
\]
Insertando los valores
\[
T_c=30.8 \quad T_e=23.1 \quad T_f=13.9 \quad M_f=192.7
\]
\[
\Delta M_1=0.1 \qquad \Delta M_2=0.01
\]

Nos da 
\[
\Delta Mc= 6.7371 \approx 6.74
\]

[-- Attachment #5: inter.pdf --]
[-- Type: application/pdf, Size: 85339 bytes --]

[-- Attachment #6: inter-png.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 40806 bytes --]

      parent reply	other threads:[~2017-11-07 19:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07 17:45 org 2 odt latex math are ignored Uwe Brauer
2017-11-07 17:49 ` Uwe Brauer
2017-11-07 19:23 ` Uwe Brauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760alevv9.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).