python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bookdown: unnumbered sections no longer collapse
The collapsing of my bookdown document changed unexpectedly. I verified this with the bookdown demo.
bookdown::gitbook:
css: style.css
split_by: section
number_sections: false
toc_depth: 3
c...
Helene Wagner
Votes: 0
Answers: 1
GNU ASM .section directive not working/linker issue
I'm trying to move my _start function to 0x0, as it is the bootloader.
Flash ROM exists from 0x0 to the first 128MB (=1Gb), other memory is DDR3 RAM but we will map RAM to 0x80000000 to 0xFFFFFFFF.
Th...
Gregory Fenn
Votes: 0
Answers: 1
App freeze when tap on textfield in conditional section
I have a textfield that can be modified programatically.
It works fine, until the form section is conditionally displayed, in that case the app freezes when I use the textfield.
Here is my code (I rem...
Eric
Votes: 0
Answers: 2
Latex: \tableofcontent start with an arbitrary section
Usually when use \tableofcontent in Latex, it starts with Section 1, e.g.,
Contents
1 Introduction ..... 1
2 Something ........ 2
3 Conclusion ....... 4
4 blablabla ........ 6
Is there anything to c...
Paul
Votes: 0
Answers: 1