emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thorsten Grothe <info@th-grothe.de>
To: emacs-orgmode@gnu.org
Subject: Re: Org 8 Bug in interactive formula editing mode?
Date: Tue, 22 Jul 2014 19:09:35 +0200	[thread overview]
Message-ID: <20140722190935.03dfdf68@rudi> (raw)
In-Reply-To: <87egxd6a7u.fsf@alphaville.bos.redhat.com>

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

> If the frame is bigger than about 50 lines (so that after C-c ', it's
> big enough to show the whole table, including the formula and the empty
> line underneath it) then I don't see the problem.

Thank you very much for your instructions!

yes you are right for the org file. I tested Roberts example with your
instructions and after resizing the formula frame a bit it works but
unfortunately this does not work with my attached tex file. For the first table
it works but for the two other tables it does not work even not if I try to
resize the formula window, so that I can see the whole table and the formula
line, sorry about that :-) I throws me to the end of the buffer again, funny
thing :-)

Regards
Th. Grothe

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: EditSumError.tex --]
[-- Type: text/x-tex, Size: 2724 bytes --]

\documentclass[%
fontsize=11pt,
fleqn,
parskip=half*,
toc=flat,
%DIV=15
]{scrartcl}

% Schriften
\usepackage{kpfonts}		
%\usepackage{libertine}

% Optischer Randausgleich
%\usepackage{microtype}

% Datenbank
\usepackage[pointsonright,forcolorpaper,links,usexkv,
nospacetowork,useforms,allowrandomize,usecustomdesign,
cfg=datenbank,
% nosolutions
answerkey
]{eqexam}
\usepackage{atbdb}
%\vspacewithkeyOn

% Titel
\subject[Rewe]{Rechnungswesen}
\title[USt/VSt]{Umsatzsteuer}
\keywords{}
\author{Th. Grothe}

\begin{document}
\maketitle
\vspace{2cm}
\tableofcontents
\begin{exam}{ReweUS}{\large\bfseries\textcolor{blue}{Umsatzsteuer}}

\section{Umsatzsteuer}
\ID*{ATB_ee538a82_edb3_4526_a4b6_bb16d9ce3f1a}
\begin{problem*}[\auto]
    \begin{parts}
      \item\PTs{6} \ldots die folgenden Geschäftsfälle
        \begin{orgtab}
            \label{sec-umsatzsteuer}	
            #+TBLNAME: sec-umsatzsteuer
            #+ORGTBL: SEND sec-umsatzsteuer orgtbl-to-latex :skip 2 :splice t :lend "\\\\\\SThiderow"
            |  Wert | UST/VST | gesamt |
            |-------+---------+--------|
            | 10000 |    1900 |  11900 |
            | 20000 |    3800 |  23800 |
            #+TBLFM: $2=round($1*19/100,2)::$3=$1+$2
            $
            
        \end{orgtab}
        \begin{solution}\\
            \begin{orgtab}
            	\label{sec-umsatzsteuer-3}        
            	#+TBLNAME: sec-umsatzsteuer-3
                #+ORGTBL: SEND sec-umsatzsteuer-3 orgtbl-to-latex :skip 2 :splice t 
                |    | Kto           |  Soll | Haben |
                |----+---------------+-------+-------|
                |    | AW. Rohstoffe | 10000 |       |
                |    | Vorsteuer     |  1900 |       |
                | an | Vall          |       | 11900 |
                #+TBLFM: @2$3=remote(sec-umsatzsteuer,@2$1)::@3$3=remote(sec-umsatzsteuer,@2$2)::@4$4=remote(sec-umsatzsteuer,@2$3)

                \label{sec-umsatzsteuer-5}        
                #+TBLNAME: sec-umsatzsteuer-5
                #+ORGTBL: SEND sec-umsatzsteuer-5 orgtbl-to-latex :skip 2 :splice t :hline "\\cmidrule(lr){2-2}"
                |    | Kto        |  Soll | Haben |
                |----+------------+-------+-------|
                |    | Bank       | 23800 |       |
                | an | Umsatzerl. |       | 20000 |
                | an | Umsatzst.  |       |  3800 |
                #+TBLFM: @2$3=remote(sec-umsatzsteuer,@3$3)::@3$4=remote(sec-umsatzsteuer,@3$1)::@4$4=remote(sec-umsatzsteuer,@3$2)
                
            \end{orgtab}
        \end{solution}
    \end{parts}
\end{problem*}
\endID

\end{exam}
\end{document}

  reply	other threads:[~2014-07-22 17:09 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-21  7:09 Org 8 Bug in interactive formula editing mode? Thorsten Grothe
2014-07-21 13:50 ` Thorsten Grothe
2014-07-21 13:57   ` Nick Dokos
2014-07-21 16:14     ` Thorsten Grothe
2014-07-21 17:19       ` Nick Dokos
2014-07-21 18:36         ` Thorsten Grothe
2014-07-21 19:17           ` Thorsten Grothe
2014-07-21 19:36             ` Thorsten Grothe
2014-07-21 20:25               ` Nick Dokos
2014-07-22  6:27               ` Robert Klein
2014-07-22  8:14                 ` Thorsten Grothe
2014-07-22  8:58                   ` Nick Dokos
2014-07-22 17:09                     ` Thorsten Grothe [this message]
2014-07-22 17:39                       ` Nick Dokos
2014-07-22 19:01                         ` Nick Dokos
2014-07-22 19:29                           ` Robert Klein
2014-07-22 20:30                             ` Nick Dokos
2014-07-22 20:48                               ` Nick Dokos
2014-07-22 20:56                         ` Thorsten Grothe
2014-07-22 21:37                           ` Nick Dokos
2014-07-23  6:56                             ` Thorsten Grothe
2014-07-24  4:04                               ` Nick Dokos
2014-07-27 16:13                                 ` Bastien
2014-07-22 21:47                           ` Nick Dokos
2014-07-22  8:32                 ` Nick Dokos
2014-07-22 20:37                   ` Luke Crook
2014-07-22 20:31     ` Luke Crook

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=20140722190935.03dfdf68@rudi \
    --to=info@th-grothe.de \
    --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).