Texmaker and TeXstudioConverting from TeXstudio to Kile

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
Joel_F
Posts: 2
Joined: Tue Sep 29, 2020 2:31 pm

Converting from TeXstudio to Kile

Post by Joel_F »

Hello all - I'm a new forum member (1st post) and a relatively new LaTeX user. I'm not sure where this post belongs, so thought I'd start here. Happy to crosspost or have it moved if needed.

I've been writing with TeXstudio (v3.0.0) quite happily for the last year, but since I use KDE neon as my daily desktop, I thought I'd check out Kile (v2.9.93). I have about 100 pages of a history book in TeXstudio. When I tried to import the work into Kile and it appeared to work perfectly, except... Kile consistently only imports the first 15 pages. I've looked at the code and see nothing that stands out around the 15th page, but clearly I'm missing something here. Can anyone advise as to the proper way to transtion an existing TeXstudio work into a Kile project?

TIA

System Specs:
  • OS: KDE Neon 20.04 focal Kernel: x86_64 Linux 5.4.0-47-generic
  • DE: KDE 5.74.0 / Plasma 5.19.5
  • CPU: AMD Ryzen 7 2700X Eight-Core @ 16x 3.7GHz
  • GPU: Radeon RX 570 Series (POLARIS10, DRM 3.35.0, 5.4.0-47-generic, LLVM 10.0.0)
  • RAM: 32GB

Recommended reading 2024:

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

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

Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Converting from TeXstudio to Kile

Post by Ijon Tichy »

What do you mean with "import". TeXstudio and Kile are editors. You just have to load the main file of the document and run pdflatex/lualatex/xelatex and maybe makeindex/xindy, biber/bibtex, makeglossaries etc. Independent from the used editor, the PDF is always build by the same program.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Joel_F
Posts: 2
Joined: Tue Sep 29, 2020 2:31 pm

Converting from TeXstudio to Kile

Post by Joel_F »

Ijon Tichy wrote:What do you mean with "import". TeXstudio and Kile are editors. You just have to load the main file of the document and run pdflatex/lualatex/xelatex and maybe makeindex/xindy, biber/bibtex, makeglossaries etc. Independent from the used editor, the PDF is always build by the same program.
That was my expectation as well. After a thorough review, I found the issue... I'll just attribute the cause to ADHD and consider this solved. :roll:
Post Reply