How import org-mode file as a latex formatted?
up vote
0
down vote
favorite
I need to solve a recent problem importing item by item in the center of PDF that is imported by org-mode.
Here is my test.org
file:
* Test
1. Item1
- Test1
- Test2
2. Item2
-Test1
** SubTest
...
That is how I do it manually:
begin{enumerate}
item Test
begin{enumerate}
item Item1
begin{enumerate}
item[--] Test1
item[--] Test2
end{enumerate}
item Item2
end{enumerate}
item SubTest
end{enumerate}
I tried this way but it did not work:
lstinputlisting[firstline=30, lastline=50]{test.org}
Is there any way to import the .org
file and create a list (item table?) that wrote with org-mode
, automatically?
Like this:
input[firstline=30, lastline=50]{test.org}
tables listings enumerate emacs org-mode
New contributor
add a comment |
up vote
0
down vote
favorite
I need to solve a recent problem importing item by item in the center of PDF that is imported by org-mode.
Here is my test.org
file:
* Test
1. Item1
- Test1
- Test2
2. Item2
-Test1
** SubTest
...
That is how I do it manually:
begin{enumerate}
item Test
begin{enumerate}
item Item1
begin{enumerate}
item[--] Test1
item[--] Test2
end{enumerate}
item Item2
end{enumerate}
item SubTest
end{enumerate}
I tried this way but it did not work:
lstinputlisting[firstline=30, lastline=50]{test.org}
Is there any way to import the .org
file and create a list (item table?) that wrote with org-mode
, automatically?
Like this:
input[firstline=30, lastline=50]{test.org}
tables listings enumerate emacs org-mode
New contributor
1
This probably doesn't answer your question, and you may already know about it, but I just want to mention thatM-x org-latex-export-as-latex
converts an org file into a LaTeX document.
– Circumscribe
4 hours ago
Welcome to TeX.SX! I cannot really understand what you want from your question, which is not very clear. But, besides what Circumscribe has mentioned, perhaps you are looking for Radio tables. Here an example: gnu.org/software/emacs/manual/html_node/org/…
– gusbrs
1 hour ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to solve a recent problem importing item by item in the center of PDF that is imported by org-mode.
Here is my test.org
file:
* Test
1. Item1
- Test1
- Test2
2. Item2
-Test1
** SubTest
...
That is how I do it manually:
begin{enumerate}
item Test
begin{enumerate}
item Item1
begin{enumerate}
item[--] Test1
item[--] Test2
end{enumerate}
item Item2
end{enumerate}
item SubTest
end{enumerate}
I tried this way but it did not work:
lstinputlisting[firstline=30, lastline=50]{test.org}
Is there any way to import the .org
file and create a list (item table?) that wrote with org-mode
, automatically?
Like this:
input[firstline=30, lastline=50]{test.org}
tables listings enumerate emacs org-mode
New contributor
I need to solve a recent problem importing item by item in the center of PDF that is imported by org-mode.
Here is my test.org
file:
* Test
1. Item1
- Test1
- Test2
2. Item2
-Test1
** SubTest
...
That is how I do it manually:
begin{enumerate}
item Test
begin{enumerate}
item Item1
begin{enumerate}
item[--] Test1
item[--] Test2
end{enumerate}
item Item2
end{enumerate}
item SubTest
end{enumerate}
I tried this way but it did not work:
lstinputlisting[firstline=30, lastline=50]{test.org}
Is there any way to import the .org
file and create a list (item table?) that wrote with org-mode
, automatically?
Like this:
input[firstline=30, lastline=50]{test.org}
tables listings enumerate emacs org-mode
tables listings enumerate emacs org-mode
New contributor
New contributor
New contributor
asked 5 hours ago
Furkan Türkal
11
11
New contributor
New contributor
1
This probably doesn't answer your question, and you may already know about it, but I just want to mention thatM-x org-latex-export-as-latex
converts an org file into a LaTeX document.
– Circumscribe
4 hours ago
Welcome to TeX.SX! I cannot really understand what you want from your question, which is not very clear. But, besides what Circumscribe has mentioned, perhaps you are looking for Radio tables. Here an example: gnu.org/software/emacs/manual/html_node/org/…
– gusbrs
1 hour ago
add a comment |
1
This probably doesn't answer your question, and you may already know about it, but I just want to mention thatM-x org-latex-export-as-latex
converts an org file into a LaTeX document.
– Circumscribe
4 hours ago
Welcome to TeX.SX! I cannot really understand what you want from your question, which is not very clear. But, besides what Circumscribe has mentioned, perhaps you are looking for Radio tables. Here an example: gnu.org/software/emacs/manual/html_node/org/…
– gusbrs
1 hour ago
1
1
This probably doesn't answer your question, and you may already know about it, but I just want to mention that
M-x org-latex-export-as-latex
converts an org file into a LaTeX document.– Circumscribe
4 hours ago
This probably doesn't answer your question, and you may already know about it, but I just want to mention that
M-x org-latex-export-as-latex
converts an org file into a LaTeX document.– Circumscribe
4 hours ago
Welcome to TeX.SX! I cannot really understand what you want from your question, which is not very clear. But, besides what Circumscribe has mentioned, perhaps you are looking for Radio tables. Here an example: gnu.org/software/emacs/manual/html_node/org/…
– gusbrs
1 hour ago
Welcome to TeX.SX! I cannot really understand what you want from your question, which is not very clear. But, besides what Circumscribe has mentioned, perhaps you are looking for Radio tables. Here an example: gnu.org/software/emacs/manual/html_node/org/…
– gusbrs
1 hour ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Furkan Türkal is a new contributor. Be nice, and check out our Code of Conduct.
Furkan Türkal is a new contributor. Be nice, and check out our Code of Conduct.
Furkan Türkal is a new contributor. Be nice, and check out our Code of Conduct.
Furkan Türkal is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462467%2fhow-import-org-mode-file-as-a-latex-formatted%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
This probably doesn't answer your question, and you may already know about it, but I just want to mention that
M-x org-latex-export-as-latex
converts an org file into a LaTeX document.– Circumscribe
4 hours ago
Welcome to TeX.SX! I cannot really understand what you want from your question, which is not very clear. But, besides what Circumscribe has mentioned, perhaps you are looking for Radio tables. Here an example: gnu.org/software/emacs/manual/html_node/org/…
– gusbrs
1 hour ago